:root {
    --primary: #C9A746;
    --secondary: #34302A;
    --third: #ffeb69;
    --white: #ffffff;
    --rating: #ffb34e;
    --rating2: #bdc1c6;
    --rating3: #dbde4b;
    --gray100: #f5f6f4;
    --gray200: #e9e9e9;
    --gray300: #252525;
    --gray400: #363636;
    --gray500: #030e09;
}

.wv-m-0 {
    margin: 0px;
}

.wv-mt-0 {
    margin-top: 0px;
}

.wv-mb-0 {
    margin-bottom: 0px;
}

.wv-ml-0 {
    margin-left: 0px;
}

.wv-mr-0 {
    margin-right: 0px;
}

.wv-p-0 {
    padding: 0px;
}

.wv-pt-0 {
    padding-top: 0px;
}

.wv-pb-0 {
    padding-bottom: 0px;
}

.wv-pl-0 {
    padding-left: 0px;
}

.wv-pr-0 {
    padding-right: 0px;
}

.wv-fs-0 {
    font-size: 0px;
}

.wv-lh-0 {
    line-height: 100%;
}

.wv-gap-0 {
    gap: 0px;
}

.wv-br-0 {
    border-radius: 0px;
}

.wv-h-0 {
    height: 0px;
}

.wv-w-0 {
    width: 0px;
}

.wv-m-1 {
    margin: 1px;
}

.wv-mt-1 {
    margin-top: 1px;
}

.wv-mb-1 {
    margin-bottom: 1px;
}

.wv-ml-1 {
    margin-left: 1px;
}

.wv-mr-1 {
    margin-right: 1px;
}

.wv-p-1 {
    padding: 1px;
}

.wv-pt-1 {
    padding-top: 1px;
}

.wv-pb-1 {
    padding-bottom: 1px;
}

.wv-pl-1 {
    padding-left: 1px;
}

.wv-pr-1 {
    padding-right: 1px;
}

.wv-fs-1 {
    font-size: 1px;
}

.wv-lh-1 {
    line-height: 101%;
}

.wv-gap-1 {
    gap: 1px;
}

.wv-br-1 {
    border-radius: 1px;
}

.wv-h-1 {
    height: 1px;
}

.wv-w-1 {
    width: 1px;
}

.wv-m-2 {
    margin: 2px;
}

.wv-mt-2 {
    margin-top: 2px;
}

.wv-mb-2 {
    margin-bottom: 2px;
}

.wv-ml-2 {
    margin-left: 2px;
}

.wv-mr-2 {
    margin-right: 2px;
}

.wv-p-2 {
    padding: 2px;
}

.wv-pt-2 {
    padding-top: 2px;
}

.wv-pb-2 {
    padding-bottom: 2px;
}

.wv-pl-2 {
    padding-left: 2px;
}

.wv-pr-2 {
    padding-right: 2px;
}

.wv-fs-2 {
    font-size: 2px;
}

.wv-lh-2 {
    line-height: 102%;
}

.wv-gap-2 {
    gap: 2px;
}

.wv-br-2 {
    border-radius: 2px;
}

.wv-h-2 {
    height: 2px;
}

.wv-w-2 {
    width: 2px;
}

.wv-m-3 {
    margin: 3px;
}

.wv-mt-3 {
    margin-top: 3px;
}

.wv-mb-3 {
    margin-bottom: 3px;
}

.wv-ml-3 {
    margin-left: 3px;
}

.wv-mr-3 {
    margin-right: 3px;
}

.wv-p-3 {
    padding: 3px;
}

.wv-pt-3 {
    padding-top: 3px;
}

.wv-pb-3 {
    padding-bottom: 3px;
}

.wv-pl-3 {
    padding-left: 3px;
}

.wv-pr-3 {
    padding-right: 3px;
}

.wv-fs-3 {
    font-size: 3px;
}

.wv-lh-3 {
    line-height: 103%;
}

.wv-gap-3 {
    gap: 3px;
}

.wv-br-3 {
    border-radius: 3px;
}

.wv-h-3 {
    height: 3px;
}

.wv-w-3 {
    width: 3px;
}

.wv-m-4 {
    margin: 4px;
}

.wv-mt-4 {
    margin-top: 4px;
}

.wv-mb-4 {
    margin-bottom: 4px;
}

.wv-ml-4 {
    margin-left: 4px;
}

.wv-mr-4 {
    margin-right: 4px;
}

.wv-p-4 {
    padding: 4px;
}

.wv-pt-4 {
    padding-top: 4px;
}

.wv-pb-4 {
    padding-bottom: 4px;
}

.wv-pl-4 {
    padding-left: 4px;
}

.wv-pr-4 {
    padding-right: 4px;
}

.wv-fs-4 {
    font-size: 4px;
}

.wv-lh-4 {
    line-height: 104%;
}

.wv-gap-4 {
    gap: 4px;
}

.wv-br-4 {
    border-radius: 4px;
}

.wv-h-4 {
    height: 4px;
}

.wv-w-4 {
    width: 4px;
}

.wv-m-5 {
    margin: 5px;
}

.wv-mt-5 {
    margin-top: 5px;
}

.wv-mb-5 {
    margin-bottom: 5px;
}

.wv-ml-5 {
    margin-left: 5px;
}

.wv-mr-5 {
    margin-right: 5px;
}

.wv-p-5 {
    padding: 5px;
}

.wv-pt-5 {
    padding-top: 5px;
}

.wv-pb-5 {
    padding-bottom: 5px;
}

.wv-pl-5 {
    padding-left: 5px;
}

.wv-pr-5 {
    padding-right: 5px;
}

.wv-fs-5 {
    font-size: 5px;
}

.wv-lh-5 {
    line-height: 105%;
}

.wv-gap-5 {
    gap: 5px;
}

.wv-br-5 {
    border-radius: 5px;
}

.wv-h-5 {
    height: 5px;
}

.wv-w-5 {
    width: 5px;
}

.wv-m-6 {
    margin: 6px;
}

.wv-mt-6 {
    margin-top: 6px;
}

.wv-mb-6 {
    margin-bottom: 6px;
}

.wv-ml-6 {
    margin-left: 6px;
}

.wv-mr-6 {
    margin-right: 6px;
}

.wv-p-6 {
    padding: 6px;
}

.wv-pt-6 {
    padding-top: 6px;
}

.wv-pb-6 {
    padding-bottom: 6px;
}

.wv-pl-6 {
    padding-left: 6px;
}

.wv-pr-6 {
    padding-right: 6px;
}

.wv-fs-6 {
    font-size: 6px;
}

.wv-lh-6 {
    line-height: 106%;
}

.wv-gap-6 {
    gap: 6px;
}

.wv-br-6 {
    border-radius: 6px;
}

.wv-h-6 {
    height: 6px;
}

.wv-w-6 {
    width: 6px;
}

.wv-m-7 {
    margin: 7px;
}

.wv-mt-7 {
    margin-top: 7px;
}

.wv-mb-7 {
    margin-bottom: 7px;
}

.wv-ml-7 {
    margin-left: 7px;
}

.wv-mr-7 {
    margin-right: 7px;
}

.wv-p-7 {
    padding: 7px;
}

.wv-pt-7 {
    padding-top: 7px;
}

.wv-pb-7 {
    padding-bottom: 7px;
}

.wv-pl-7 {
    padding-left: 7px;
}

.wv-pr-7 {
    padding-right: 7px;
}

.wv-fs-7 {
    font-size: 7px;
}

.wv-lh-7 {
    line-height: 107%;
}

.wv-gap-7 {
    gap: 7px;
}

.wv-br-7 {
    border-radius: 7px;
}

.wv-h-7 {
    height: 7px;
}

.wv-w-7 {
    width: 7px;
}

.wv-m-8 {
    margin: 8px;
}

.wv-mt-8 {
    margin-top: 8px;
}

.wv-mb-8 {
    margin-bottom: 8px;
}

.wv-ml-8 {
    margin-left: 8px;
}

.wv-mr-8 {
    margin-right: 8px;
}

.wv-p-8 {
    padding: 8px;
}

.wv-pt-8 {
    padding-top: 8px;
}

.wv-pb-8 {
    padding-bottom: 8px;
}

.wv-pl-8 {
    padding-left: 8px;
}

.wv-pr-8 {
    padding-right: 8px;
}

.wv-fs-8 {
    font-size: 8px;
}

.wv-lh-8 {
    line-height: 108%;
}

.wv-gap-8 {
    gap: 8px;
}

.wv-br-8 {
    border-radius: 8px;
}

.wv-h-8 {
    height: 8px;
}

.wv-w-8 {
    width: 8px;
}

.wv-m-9 {
    margin: 9px;
}

.wv-mt-9 {
    margin-top: 9px;
}

.wv-mb-9 {
    margin-bottom: 9px;
}

.wv-ml-9 {
    margin-left: 9px;
}

.wv-mr-9 {
    margin-right: 9px;
}

.wv-p-9 {
    padding: 9px;
}

.wv-pt-9 {
    padding-top: 9px;
}

.wv-pb-9 {
    padding-bottom: 9px;
}

.wv-pl-9 {
    padding-left: 9px;
}

.wv-pr-9 {
    padding-right: 9px;
}

.wv-fs-9 {
    font-size: 9px;
}

.wv-lh-9 {
    line-height: 109%;
}

.wv-gap-9 {
    gap: 9px;
}

.wv-br-9 {
    border-radius: 9px;
}

.wv-h-9 {
    height: 9px;
}

.wv-w-9 {
    width: 9px;
}

.wv-m-10 {
    margin: 10px;
}

.wv-mt-10 {
    margin-top: 10px;
}

.wv-mb-10 {
    margin-bottom: 10px;
}

.wv-ml-10 {
    margin-left: 10px;
}

.wv-mr-10 {
    margin-right: 10px;
}

.wv-p-10 {
    padding: 10px;
}

.wv-pt-10 {
    padding-top: 10px;
}

.wv-pb-10 {
    padding-bottom: 10px;
}

.wv-pl-10 {
    padding-left: 10px;
}

.wv-pr-10 {
    padding-right: 10px;
}

.wv-fs-10 {
    font-size: 10px;
}

.wv-lh-10 {
    line-height: 110%;
}

.wv-gap-10 {
    gap: 10px;
}

.wv-br-10 {
    border-radius: 10px;
}

.wv-h-10 {
    height: 10px;
}

.wv-w-10 {
    width: 10px;
}

.wv-m-11 {
    margin: 11px;
}

.wv-mt-11 {
    margin-top: 11px;
}

.wv-mb-11 {
    margin-bottom: 11px;
}

.wv-ml-11 {
    margin-left: 11px;
}

.wv-mr-11 {
    margin-right: 11px;
}

.wv-p-11 {
    padding: 11px;
}

.wv-pt-11 {
    padding-top: 11px;
}

.wv-pb-11 {
    padding-bottom: 11px;
}

.wv-pl-11 {
    padding-left: 11px;
}

.wv-pr-11 {
    padding-right: 11px;
}

.wv-fs-11 {
    font-size: 11px;
}

.wv-lh-11 {
    line-height: 111%;
}

.wv-gap-11 {
    gap: 11px;
}

.wv-br-11 {
    border-radius: 11px;
}

.wv-h-11 {
    height: 11px;
}

.wv-w-11 {
    width: 11px;
}

.wv-m-12 {
    margin: 12px;
}

.wv-mt-12 {
    margin-top: 12px;
}

.wv-mb-12 {
    margin-bottom: 12px;
}

.wv-ml-12 {
    margin-left: 12px;
}

.wv-mr-12 {
    margin-right: 12px;
}

.wv-p-12 {
    padding: 12px;
}

.wv-pt-12 {
    padding-top: 12px;
}

.wv-pb-12 {
    padding-bottom: 12px;
}

.wv-pl-12 {
    padding-left: 12px;
}

.wv-pr-12 {
    padding-right: 12px;
}

.wv-fs-12 {
    font-size: 12px;
}

.wv-lh-12 {
    line-height: 112%;
}

.wv-gap-12 {
    gap: 12px;
}

.wv-br-12 {
    border-radius: 12px;
}

.wv-h-12 {
    height: 12px;
}

.wv-w-12 {
    width: 12px;
}

.wv-m-13 {
    margin: 13px;
}

.wv-mt-13 {
    margin-top: 13px;
}

.wv-mb-13 {
    margin-bottom: 13px;
}

.wv-ml-13 {
    margin-left: 13px;
}

.wv-mr-13 {
    margin-right: 13px;
}

.wv-p-13 {
    padding: 13px;
}

.wv-pt-13 {
    padding-top: 13px;
}

.wv-pb-13 {
    padding-bottom: 13px;
}

.wv-pl-13 {
    padding-left: 13px;
}

.wv-pr-13 {
    padding-right: 13px;
}

.wv-fs-13 {
    font-size: 13px;
}

.wv-lh-13 {
    line-height: 113%;
}

.wv-gap-13 {
    gap: 13px;
}

.wv-br-13 {
    border-radius: 13px;
}

.wv-h-13 {
    height: 13px;
}

.wv-w-13 {
    width: 13px;
}

.wv-m-14 {
    margin: 14px;
}

.wv-mt-14 {
    margin-top: 14px;
}

.wv-mb-14 {
    margin-bottom: 14px;
}

.wv-ml-14 {
    margin-left: 14px;
}

.wv-mr-14 {
    margin-right: 14px;
}

.wv-p-14 {
    padding: 14px;
}

.wv-pt-14 {
    padding-top: 14px;
}

.wv-pb-14 {
    padding-bottom: 14px;
}

.wv-pl-14 {
    padding-left: 14px;
}

.wv-pr-14 {
    padding-right: 14px;
}

.wv-fs-14 {
    font-size: 14px;
}

.wv-lh-14 {
    line-height: 114%;
}

.wv-gap-14 {
    gap: 14px;
}

.wv-br-14 {
    border-radius: 14px;
}

.wv-h-14 {
    height: 14px;
}

.wv-w-14 {
    width: 14px;
}

.wv-m-15 {
    margin: 15px;
}

.wv-mt-15 {
    margin-top: 15px;
}

.wv-mb-15 {
    margin-bottom: 15px;
}

.wv-ml-15 {
    margin-left: 15px;
}

.wv-mr-15 {
    margin-right: 15px;
}

.wv-p-15 {
    padding: 15px;
}

.wv-pt-15 {
    padding-top: 15px;
}

.wv-pb-15 {
    padding-bottom: 15px;
}

.wv-pl-15 {
    padding-left: 15px;
}

.wv-pr-15 {
    padding-right: 15px;
}

.wv-fs-15 {
    font-size: 15px;
}

.wv-lh-15 {
    line-height: 115%;
}

.wv-gap-15 {
    gap: 15px;
}

.wv-br-15 {
    border-radius: 15px;
}

.wv-h-15 {
    height: 15px;
}

.wv-w-15 {
    width: 15px;
}

.wv-m-16 {
    margin: 16px;
}

.wv-mt-16 {
    margin-top: 16px;
}

.wv-mb-16 {
    margin-bottom: 16px;
}

.wv-ml-16 {
    margin-left: 16px;
}

.wv-mr-16 {
    margin-right: 16px;
}

.wv-p-16 {
    padding: 16px;
}

.wv-pt-16 {
    padding-top: 16px;
}

.wv-pb-16 {
    padding-bottom: 16px;
}

.wv-pl-16 {
    padding-left: 16px;
}

.wv-pr-16 {
    padding-right: 16px;
}

.wv-fs-16 {
    font-size: 16px;
}

.wv-lh-16 {
    line-height: 116%;
}

.wv-gap-16 {
    gap: 16px;
}

.wv-br-16 {
    border-radius: 16px;
}

.wv-h-16 {
    height: 16px;
}

.wv-w-16 {
    width: 16px;
}

.wv-m-17 {
    margin: 17px;
}

.wv-mt-17 {
    margin-top: 17px;
}

.wv-mb-17 {
    margin-bottom: 17px;
}

.wv-ml-17 {
    margin-left: 17px;
}

.wv-mr-17 {
    margin-right: 17px;
}

.wv-p-17 {
    padding: 17px;
}

.wv-pt-17 {
    padding-top: 17px;
}

.wv-pb-17 {
    padding-bottom: 17px;
}

.wv-pl-17 {
    padding-left: 17px;
}

.wv-pr-17 {
    padding-right: 17px;
}

.wv-fs-17 {
    font-size: 17px;
}

.wv-lh-17 {
    line-height: 117%;
}

.wv-gap-17 {
    gap: 17px;
}

.wv-br-17 {
    border-radius: 17px;
}

.wv-h-17 {
    height: 17px;
}

.wv-w-17 {
    width: 17px;
}

.wv-m-18 {
    margin: 18px;
}

.wv-mt-18 {
    margin-top: 18px;
}

.wv-mb-18 {
    margin-bottom: 18px;
}

.wv-ml-18 {
    margin-left: 18px;
}

.wv-mr-18 {
    margin-right: 18px;
}

.wv-p-18 {
    padding: 18px;
}

.wv-pt-18 {
    padding-top: 18px;
}

.wv-pb-18 {
    padding-bottom: 18px;
}

.wv-pl-18 {
    padding-left: 18px;
}

.wv-pr-18 {
    padding-right: 18px;
}

.wv-fs-18 {
    font-size: 18px;
}

.wv-lh-18 {
    line-height: 118%;
}

.wv-gap-18 {
    gap: 18px;
}

.wv-br-18 {
    border-radius: 18px;
}

.wv-h-18 {
    height: 18px;
}

.wv-w-18 {
    width: 18px;
}

.wv-m-19 {
    margin: 19px;
}

.wv-mt-19 {
    margin-top: 19px;
}

.wv-mb-19 {
    margin-bottom: 19px;
}

.wv-ml-19 {
    margin-left: 19px;
}

.wv-mr-19 {
    margin-right: 19px;
}

.wv-p-19 {
    padding: 19px;
}

.wv-pt-19 {
    padding-top: 19px;
}

.wv-pb-19 {
    padding-bottom: 19px;
}

.wv-pl-19 {
    padding-left: 19px;
}

.wv-pr-19 {
    padding-right: 19px;
}

.wv-fs-19 {
    font-size: 19px;
}

.wv-lh-19 {
    line-height: 119%;
}

.wv-gap-19 {
    gap: 19px;
}

.wv-br-19 {
    border-radius: 19px;
}

.wv-h-19 {
    height: 19px;
}

.wv-w-19 {
    width: 19px;
}

.wv-m-20 {
    margin: 20px;
}

.wv-mt-20 {
    margin-top: 20px;
}

.wv-mb-20 {
    margin-bottom: 20px;
}

.wv-ml-20 {
    margin-left: 20px;
}

.wv-mr-20 {
    margin-right: 20px;
}

.wv-p-20 {
    padding: 20px;
}

.wv-pt-20 {
    padding-top: 20px;
}

.wv-pb-20 {
    padding-bottom: 20px;
}

.wv-pl-20 {
    padding-left: 20px;
}

.wv-pr-20 {
    padding-right: 20px;
}

.wv-fs-20 {
    font-size: 20px;
}

.wv-lh-20 {
    line-height: 120%;
}

.wv-gap-20 {
    gap: 20px;
}

.wv-br-20 {
    border-radius: 20px;
}

.wv-h-20 {
    height: 20px;
}

.wv-w-20 {
    width: 20px;
}

.wv-m-21 {
    margin: 21px;
}

.wv-mt-21 {
    margin-top: 21px;
}

.wv-mb-21 {
    margin-bottom: 21px;
}

.wv-ml-21 {
    margin-left: 21px;
}

.wv-mr-21 {
    margin-right: 21px;
}

.wv-p-21 {
    padding: 21px;
}

.wv-pt-21 {
    padding-top: 21px;
}

.wv-pb-21 {
    padding-bottom: 21px;
}

.wv-pl-21 {
    padding-left: 21px;
}

.wv-pr-21 {
    padding-right: 21px;
}

.wv-fs-21 {
    font-size: 21px;
}

.wv-lh-21 {
    line-height: 121%;
}

.wv-gap-21 {
    gap: 21px;
}

.wv-br-21 {
    border-radius: 21px;
}

.wv-h-21 {
    height: 21px;
}

.wv-w-21 {
    width: 21px;
}

.wv-m-22 {
    margin: 22px;
}

.wv-mt-22 {
    margin-top: 22px;
}

.wv-mb-22 {
    margin-bottom: 22px;
}

.wv-ml-22 {
    margin-left: 22px;
}

.wv-mr-22 {
    margin-right: 22px;
}

.wv-p-22 {
    padding: 22px;
}

.wv-pt-22 {
    padding-top: 22px;
}

.wv-pb-22 {
    padding-bottom: 22px;
}

.wv-pl-22 {
    padding-left: 22px;
}

.wv-pr-22 {
    padding-right: 22px;
}

.wv-fs-22 {
    font-size: 22px;
}

.wv-lh-22 {
    line-height: 122%;
}

.wv-gap-22 {
    gap: 22px;
}

.wv-br-22 {
    border-radius: 22px;
}

.wv-h-22 {
    height: 22px;
}

.wv-w-22 {
    width: 22px;
}

.wv-m-23 {
    margin: 23px;
}

.wv-mt-23 {
    margin-top: 23px;
}

.wv-mb-23 {
    margin-bottom: 23px;
}

.wv-ml-23 {
    margin-left: 23px;
}

.wv-mr-23 {
    margin-right: 23px;
}

.wv-p-23 {
    padding: 23px;
}

.wv-pt-23 {
    padding-top: 23px;
}

.wv-pb-23 {
    padding-bottom: 23px;
}

.wv-pl-23 {
    padding-left: 23px;
}

.wv-pr-23 {
    padding-right: 23px;
}

.wv-fs-23 {
    font-size: 23px;
}

.wv-lh-23 {
    line-height: 123%;
}

.wv-gap-23 {
    gap: 23px;
}

.wv-br-23 {
    border-radius: 23px;
}

.wv-h-23 {
    height: 23px;
}

.wv-w-23 {
    width: 23px;
}

.wv-m-24 {
    margin: 24px;
}

.wv-mt-24 {
    margin-top: 24px;
}

.wv-mb-24 {
    margin-bottom: 24px;
}

.wv-ml-24 {
    margin-left: 24px;
}

.wv-mr-24 {
    margin-right: 24px;
}

.wv-p-24 {
    padding: 24px;
}

.wv-pt-24 {
    padding-top: 24px;
}

.wv-pb-24 {
    padding-bottom: 24px;
}

.wv-pl-24 {
    padding-left: 24px;
}

.wv-pr-24 {
    padding-right: 24px;
}

.wv-fs-24 {
    font-size: 24px;
}

.wv-lh-24 {
    line-height: 124%;
}

.wv-gap-24 {
    gap: 24px;
}

.wv-br-24 {
    border-radius: 24px;
}

.wv-h-24 {
    height: 24px;
}

.wv-w-24 {
    width: 24px;
}

.wv-m-25 {
    margin: 25px;
}

.wv-mt-25 {
    margin-top: 25px;
}

.wv-mb-25 {
    margin-bottom: 25px;
}

.wv-ml-25 {
    margin-left: 25px;
}

.wv-mr-25 {
    margin-right: 25px;
}

.wv-p-25 {
    padding: 25px;
}

.wv-pt-25 {
    padding-top: 25px;
}

.wv-pb-25 {
    padding-bottom: 25px;
}

.wv-pl-25 {
    padding-left: 25px;
}

.wv-pr-25 {
    padding-right: 25px;
}

.wv-fs-25 {
    font-size: 25px;
}

.wv-lh-25 {
    line-height: 125%;
}

.wv-gap-25 {
    gap: 25px;
}

.wv-br-25 {
    border-radius: 25px;
}

.wv-h-25 {
    height: 25px;
}

.wv-w-25 {
    width: 25px;
}

.wv-m-26 {
    margin: 26px;
}

.wv-mt-26 {
    margin-top: 26px;
}

.wv-mb-26 {
    margin-bottom: 26px;
}

.wv-ml-26 {
    margin-left: 26px;
}

.wv-mr-26 {
    margin-right: 26px;
}

.wv-p-26 {
    padding: 26px;
}

.wv-pt-26 {
    padding-top: 26px;
}

.wv-pb-26 {
    padding-bottom: 26px;
}

.wv-pl-26 {
    padding-left: 26px;
}

.wv-pr-26 {
    padding-right: 26px;
}

.wv-fs-26 {
    font-size: 26px;
}

.wv-lh-26 {
    line-height: 126%;
}

.wv-gap-26 {
    gap: 26px;
}

.wv-br-26 {
    border-radius: 26px;
}

.wv-h-26 {
    height: 26px;
}

.wv-w-26 {
    width: 26px;
}

.wv-m-27 {
    margin: 27px;
}

.wv-mt-27 {
    margin-top: 27px;
}

.wv-mb-27 {
    margin-bottom: 27px;
}

.wv-ml-27 {
    margin-left: 27px;
}

.wv-mr-27 {
    margin-right: 27px;
}

.wv-p-27 {
    padding: 27px;
}

.wv-pt-27 {
    padding-top: 27px;
}

.wv-pb-27 {
    padding-bottom: 27px;
}

.wv-pl-27 {
    padding-left: 27px;
}

.wv-pr-27 {
    padding-right: 27px;
}

.wv-fs-27 {
    font-size: 27px;
}

.wv-lh-27 {
    line-height: 127%;
}

.wv-gap-27 {
    gap: 27px;
}

.wv-br-27 {
    border-radius: 27px;
}

.wv-h-27 {
    height: 27px;
}

.wv-w-27 {
    width: 27px;
}

.wv-m-28 {
    margin: 28px;
}

.wv-mt-28 {
    margin-top: 28px;
}

.wv-mb-28 {
    margin-bottom: 28px;
}

.wv-ml-28 {
    margin-left: 28px;
}

.wv-mr-28 {
    margin-right: 28px;
}

.wv-p-28 {
    padding: 28px;
}

.wv-pt-28 {
    padding-top: 28px;
}

.wv-pb-28 {
    padding-bottom: 28px;
}

.wv-pl-28 {
    padding-left: 28px;
}

.wv-pr-28 {
    padding-right: 28px;
}

.wv-fs-28 {
    font-size: 28px;
}

.wv-lh-28 {
    line-height: 128%;
}

.wv-gap-28 {
    gap: 28px;
}

.wv-br-28 {
    border-radius: 28px;
}

.wv-h-28 {
    height: 28px;
}

.wv-w-28 {
    width: 28px;
}

.wv-m-29 {
    margin: 29px;
}

.wv-mt-29 {
    margin-top: 29px;
}

.wv-mb-29 {
    margin-bottom: 29px;
}

.wv-ml-29 {
    margin-left: 29px;
}

.wv-mr-29 {
    margin-right: 29px;
}

.wv-p-29 {
    padding: 29px;
}

.wv-pt-29 {
    padding-top: 29px;
}

.wv-pb-29 {
    padding-bottom: 29px;
}

.wv-pl-29 {
    padding-left: 29px;
}

.wv-pr-29 {
    padding-right: 29px;
}

.wv-fs-29 {
    font-size: 29px;
}

.wv-lh-29 {
    line-height: 129%;
}

.wv-gap-29 {
    gap: 29px;
}

.wv-br-29 {
    border-radius: 29px;
}

.wv-h-29 {
    height: 29px;
}

.wv-w-29 {
    width: 29px;
}

.wv-m-30 {
    margin: 30px;
}

.wv-mt-30 {
    margin-top: 30px;
}

.wv-mb-30 {
    margin-bottom: 30px;
}

.wv-ml-30 {
    margin-left: 30px;
}

.wv-mr-30 {
    margin-right: 30px;
}

.wv-p-30 {
    padding: 30px;
}

.wv-pt-30 {
    padding-top: 30px;
}

.wv-pb-30 {
    padding-bottom: 30px;
}

.wv-pl-30 {
    padding-left: 30px;
}

.wv-pr-30 {
    padding-right: 30px;
}

.wv-fs-30 {
    font-size: 30px;
}

.wv-lh-30 {
    line-height: 130%;
}

.wv-gap-30 {
    gap: 30px;
}

.wv-br-30 {
    border-radius: 30px;
}

.wv-h-30 {
    height: 30px;
}

.wv-w-30 {
    width: 30px;
}

.wv-m-31 {
    margin: 31px;
}

.wv-mt-31 {
    margin-top: 31px;
}

.wv-mb-31 {
    margin-bottom: 31px;
}

.wv-ml-31 {
    margin-left: 31px;
}

.wv-mr-31 {
    margin-right: 31px;
}

.wv-p-31 {
    padding: 31px;
}

.wv-pt-31 {
    padding-top: 31px;
}

.wv-pb-31 {
    padding-bottom: 31px;
}

.wv-pl-31 {
    padding-left: 31px;
}

.wv-pr-31 {
    padding-right: 31px;
}

.wv-fs-31 {
    font-size: 31px;
}

.wv-lh-31 {
    line-height: 131%;
}

.wv-gap-31 {
    gap: 31px;
}

.wv-br-31 {
    border-radius: 31px;
}

.wv-h-31 {
    height: 31px;
}

.wv-w-31 {
    width: 31px;
}

.wv-m-32 {
    margin: 32px;
}

.wv-mt-32 {
    margin-top: 32px;
}

.wv-mb-32 {
    margin-bottom: 32px;
}

.wv-ml-32 {
    margin-left: 32px;
}

.wv-mr-32 {
    margin-right: 32px;
}

.wv-p-32 {
    padding: 32px;
}

.wv-pt-32 {
    padding-top: 32px;
}

.wv-pb-32 {
    padding-bottom: 32px;
}

.wv-pl-32 {
    padding-left: 32px;
}

.wv-pr-32 {
    padding-right: 32px;
}

.wv-fs-32 {
    font-size: 32px;
}

.wv-lh-32 {
    line-height: 132%;
}

.wv-gap-32 {
    gap: 32px;
}

.wv-br-32 {
    border-radius: 32px;
}

.wv-h-32 {
    height: 32px;
}

.wv-w-32 {
    width: 32px;
}

.wv-m-33 {
    margin: 33px;
}

.wv-mt-33 {
    margin-top: 33px;
}

.wv-mb-33 {
    margin-bottom: 33px;
}

.wv-ml-33 {
    margin-left: 33px;
}

.wv-mr-33 {
    margin-right: 33px;
}

.wv-p-33 {
    padding: 33px;
}

.wv-pt-33 {
    padding-top: 33px;
}

.wv-pb-33 {
    padding-bottom: 33px;
}

.wv-pl-33 {
    padding-left: 33px;
}

.wv-pr-33 {
    padding-right: 33px;
}

.wv-fs-33 {
    font-size: 33px;
}

.wv-lh-33 {
    line-height: 133%;
}

.wv-gap-33 {
    gap: 33px;
}

.wv-br-33 {
    border-radius: 33px;
}

.wv-h-33 {
    height: 33px;
}

.wv-w-33 {
    width: 33px;
}

.wv-m-34 {
    margin: 34px;
}

.wv-mt-34 {
    margin-top: 34px;
}

.wv-mb-34 {
    margin-bottom: 34px;
}

.wv-ml-34 {
    margin-left: 34px;
}

.wv-mr-34 {
    margin-right: 34px;
}

.wv-p-34 {
    padding: 34px;
}

.wv-pt-34 {
    padding-top: 34px;
}

.wv-pb-34 {
    padding-bottom: 34px;
}

.wv-pl-34 {
    padding-left: 34px;
}

.wv-pr-34 {
    padding-right: 34px;
}

.wv-fs-34 {
    font-size: 34px;
}

.wv-lh-34 {
    line-height: 134%;
}

.wv-gap-34 {
    gap: 34px;
}

.wv-br-34 {
    border-radius: 34px;
}

.wv-h-34 {
    height: 34px;
}

.wv-w-34 {
    width: 34px;
}

.wv-m-35 {
    margin: 35px;
}

.wv-mt-35 {
    margin-top: 35px;
}

.wv-mb-35 {
    margin-bottom: 35px;
}

.wv-ml-35 {
    margin-left: 35px;
}

.wv-mr-35 {
    margin-right: 35px;
}

.wv-p-35 {
    padding: 35px;
}

.wv-pt-35 {
    padding-top: 35px;
}

.wv-pb-35 {
    padding-bottom: 35px;
}

.wv-pl-35 {
    padding-left: 35px;
}

.wv-pr-35 {
    padding-right: 35px;
}

.wv-fs-35 {
    font-size: 35px;
}

.wv-lh-35 {
    line-height: 135%;
}

.wv-gap-35 {
    gap: 35px;
}

.wv-br-35 {
    border-radius: 35px;
}

.wv-h-35 {
    height: 35px;
}

.wv-w-35 {
    width: 35px;
}

.wv-m-36 {
    margin: 36px;
}

.wv-mt-36 {
    margin-top: 36px;
}

.wv-mb-36 {
    margin-bottom: 36px;
}

.wv-ml-36 {
    margin-left: 36px;
}

.wv-mr-36 {
    margin-right: 36px;
}

.wv-p-36 {
    padding: 36px;
}

.wv-pt-36 {
    padding-top: 36px;
}

.wv-pb-36 {
    padding-bottom: 36px;
}

.wv-pl-36 {
    padding-left: 36px;
}

.wv-pr-36 {
    padding-right: 36px;
}

.wv-fs-36 {
    font-size: 36px;
}

.wv-lh-36 {
    line-height: 136%;
}

.wv-gap-36 {
    gap: 36px;
}

.wv-br-36 {
    border-radius: 36px;
}

.wv-h-36 {
    height: 36px;
}

.wv-w-36 {
    width: 36px;
}

.wv-m-37 {
    margin: 37px;
}

.wv-mt-37 {
    margin-top: 37px;
}

.wv-mb-37 {
    margin-bottom: 37px;
}

.wv-ml-37 {
    margin-left: 37px;
}

.wv-mr-37 {
    margin-right: 37px;
}

.wv-p-37 {
    padding: 37px;
}

.wv-pt-37 {
    padding-top: 37px;
}

.wv-pb-37 {
    padding-bottom: 37px;
}

.wv-pl-37 {
    padding-left: 37px;
}

.wv-pr-37 {
    padding-right: 37px;
}

.wv-fs-37 {
    font-size: 37px;
}

.wv-lh-37 {
    line-height: 137%;
}

.wv-gap-37 {
    gap: 37px;
}

.wv-br-37 {
    border-radius: 37px;
}

.wv-h-37 {
    height: 37px;
}

.wv-w-37 {
    width: 37px;
}

.wv-m-38 {
    margin: 38px;
}

.wv-mt-38 {
    margin-top: 38px;
}

.wv-mb-38 {
    margin-bottom: 38px;
}

.wv-ml-38 {
    margin-left: 38px;
}

.wv-mr-38 {
    margin-right: 38px;
}

.wv-p-38 {
    padding: 38px;
}

.wv-pt-38 {
    padding-top: 38px;
}

.wv-pb-38 {
    padding-bottom: 38px;
}

.wv-pl-38 {
    padding-left: 38px;
}

.wv-pr-38 {
    padding-right: 38px;
}

.wv-fs-38 {
    font-size: 38px;
}

.wv-lh-38 {
    line-height: 138%;
}

.wv-gap-38 {
    gap: 38px;
}

.wv-br-38 {
    border-radius: 38px;
}

.wv-h-38 {
    height: 38px;
}

.wv-w-38 {
    width: 38px;
}

.wv-m-39 {
    margin: 39px;
}

.wv-mt-39 {
    margin-top: 39px;
}

.wv-mb-39 {
    margin-bottom: 39px;
}

.wv-ml-39 {
    margin-left: 39px;
}

.wv-mr-39 {
    margin-right: 39px;
}

.wv-p-39 {
    padding: 39px;
}

.wv-pt-39 {
    padding-top: 39px;
}

.wv-pb-39 {
    padding-bottom: 39px;
}

.wv-pl-39 {
    padding-left: 39px;
}

.wv-pr-39 {
    padding-right: 39px;
}

.wv-fs-39 {
    font-size: 39px;
}

.wv-lh-39 {
    line-height: 139%;
}

.wv-gap-39 {
    gap: 39px;
}

.wv-br-39 {
    border-radius: 39px;
}

.wv-h-39 {
    height: 39px;
}

.wv-w-39 {
    width: 39px;
}

.wv-m-40 {
    margin: 40px;
}

.wv-mt-40 {
    margin-top: 40px;
}

.wv-mb-40 {
    margin-bottom: 40px;
}

.wv-ml-40 {
    margin-left: 40px;
}

.wv-mr-40 {
    margin-right: 40px;
}

.wv-p-40 {
    padding: 40px;
}

.wv-pt-40 {
    padding-top: 40px;
}

.wv-pb-40 {
    padding-bottom: 40px;
}

.wv-pl-40 {
    padding-left: 40px;
}

.wv-pr-40 {
    padding-right: 40px;
}

.wv-fs-40 {
    font-size: 40px;
}

.wv-lh-40 {
    line-height: 140%;
}

.wv-gap-40 {
    gap: 40px;
}

.wv-br-40 {
    border-radius: 40px;
}

.wv-h-40 {
    height: 40px;
}

.wv-w-40 {
    width: 40px;
}

.wv-m-41 {
    margin: 41px;
}

.wv-mt-41 {
    margin-top: 41px;
}

.wv-mb-41 {
    margin-bottom: 41px;
}

.wv-ml-41 {
    margin-left: 41px;
}

.wv-mr-41 {
    margin-right: 41px;
}

.wv-p-41 {
    padding: 41px;
}

.wv-pt-41 {
    padding-top: 41px;
}

.wv-pb-41 {
    padding-bottom: 41px;
}

.wv-pl-41 {
    padding-left: 41px;
}

.wv-pr-41 {
    padding-right: 41px;
}

.wv-fs-41 {
    font-size: 41px;
}

.wv-lh-41 {
    line-height: 141%;
}

.wv-gap-41 {
    gap: 41px;
}

.wv-br-41 {
    border-radius: 41px;
}

.wv-h-41 {
    height: 41px;
}

.wv-w-41 {
    width: 41px;
}

.wv-m-42 {
    margin: 42px;
}

.wv-mt-42 {
    margin-top: 42px;
}

.wv-mb-42 {
    margin-bottom: 42px;
}

.wv-ml-42 {
    margin-left: 42px;
}

.wv-mr-42 {
    margin-right: 42px;
}

.wv-p-42 {
    padding: 42px;
}

.wv-pt-42 {
    padding-top: 42px;
}

.wv-pb-42 {
    padding-bottom: 42px;
}

.wv-pl-42 {
    padding-left: 42px;
}

.wv-pr-42 {
    padding-right: 42px;
}

.wv-fs-42 {
    font-size: 42px;
}

.wv-lh-42 {
    line-height: 142%;
}

.wv-gap-42 {
    gap: 42px;
}

.wv-br-42 {
    border-radius: 42px;
}

.wv-h-42 {
    height: 42px;
}

.wv-w-42 {
    width: 42px;
}

.wv-m-43 {
    margin: 43px;
}

.wv-mt-43 {
    margin-top: 43px;
}

.wv-mb-43 {
    margin-bottom: 43px;
}

.wv-ml-43 {
    margin-left: 43px;
}

.wv-mr-43 {
    margin-right: 43px;
}

.wv-p-43 {
    padding: 43px;
}

.wv-pt-43 {
    padding-top: 43px;
}

.wv-pb-43 {
    padding-bottom: 43px;
}

.wv-pl-43 {
    padding-left: 43px;
}

.wv-pr-43 {
    padding-right: 43px;
}

.wv-fs-43 {
    font-size: 43px;
}

.wv-lh-43 {
    line-height: 143%;
}

.wv-gap-43 {
    gap: 43px;
}

.wv-br-43 {
    border-radius: 43px;
}

.wv-h-43 {
    height: 43px;
}

.wv-w-43 {
    width: 43px;
}

.wv-m-44 {
    margin: 44px;
}

.wv-mt-44 {
    margin-top: 44px;
}

.wv-mb-44 {
    margin-bottom: 44px;
}

.wv-ml-44 {
    margin-left: 44px;
}

.wv-mr-44 {
    margin-right: 44px;
}

.wv-p-44 {
    padding: 44px;
}

.wv-pt-44 {
    padding-top: 44px;
}

.wv-pb-44 {
    padding-bottom: 44px;
}

.wv-pl-44 {
    padding-left: 44px;
}

.wv-pr-44 {
    padding-right: 44px;
}

.wv-fs-44 {
    font-size: 44px;
}

.wv-lh-44 {
    line-height: 144%;
}

.wv-gap-44 {
    gap: 44px;
}

.wv-br-44 {
    border-radius: 44px;
}

.wv-h-44 {
    height: 44px;
}

.wv-w-44 {
    width: 44px;
}

.wv-m-45 {
    margin: 45px;
}

.wv-mt-45 {
    margin-top: 45px;
}

.wv-mb-45 {
    margin-bottom: 45px;
}

.wv-ml-45 {
    margin-left: 45px;
}

.wv-mr-45 {
    margin-right: 45px;
}

.wv-p-45 {
    padding: 45px;
}

.wv-pt-45 {
    padding-top: 45px;
}

.wv-pb-45 {
    padding-bottom: 45px;
}

.wv-pl-45 {
    padding-left: 45px;
}

.wv-pr-45 {
    padding-right: 45px;
}

.wv-fs-45 {
    font-size: 45px;
}

.wv-lh-45 {
    line-height: 145%;
}

.wv-gap-45 {
    gap: 45px;
}

.wv-br-45 {
    border-radius: 45px;
}

.wv-h-45 {
    height: 45px;
}

.wv-w-45 {
    width: 45px;
}

.wv-m-46 {
    margin: 46px;
}

.wv-mt-46 {
    margin-top: 46px;
}

.wv-mb-46 {
    margin-bottom: 46px;
}

.wv-ml-46 {
    margin-left: 46px;
}

.wv-mr-46 {
    margin-right: 46px;
}

.wv-p-46 {
    padding: 46px;
}

.wv-pt-46 {
    padding-top: 46px;
}

.wv-pb-46 {
    padding-bottom: 46px;
}

.wv-pl-46 {
    padding-left: 46px;
}

.wv-pr-46 {
    padding-right: 46px;
}

.wv-fs-46 {
    font-size: 46px;
}

.wv-lh-46 {
    line-height: 146%;
}

.wv-gap-46 {
    gap: 46px;
}

.wv-br-46 {
    border-radius: 46px;
}

.wv-h-46 {
    height: 46px;
}

.wv-w-46 {
    width: 46px;
}

.wv-m-47 {
    margin: 47px;
}

.wv-mt-47 {
    margin-top: 47px;
}

.wv-mb-47 {
    margin-bottom: 47px;
}

.wv-ml-47 {
    margin-left: 47px;
}

.wv-mr-47 {
    margin-right: 47px;
}

.wv-p-47 {
    padding: 47px;
}

.wv-pt-47 {
    padding-top: 47px;
}

.wv-pb-47 {
    padding-bottom: 47px;
}

.wv-pl-47 {
    padding-left: 47px;
}

.wv-pr-47 {
    padding-right: 47px;
}

.wv-fs-47 {
    font-size: 47px;
}

.wv-lh-47 {
    line-height: 147%;
}

.wv-gap-47 {
    gap: 47px;
}

.wv-br-47 {
    border-radius: 47px;
}

.wv-h-47 {
    height: 47px;
}

.wv-w-47 {
    width: 47px;
}

.wv-m-48 {
    margin: 48px;
}

.wv-mt-48 {
    margin-top: 48px;
}

.wv-mb-48 {
    margin-bottom: 48px;
}

.wv-ml-48 {
    margin-left: 48px;
}

.wv-mr-48 {
    margin-right: 48px;
}

.wv-p-48 {
    padding: 48px;
}

.wv-pt-48 {
    padding-top: 48px;
}

.wv-pb-48 {
    padding-bottom: 48px;
}

.wv-pl-48 {
    padding-left: 48px;
}

.wv-pr-48 {
    padding-right: 48px;
}

.wv-fs-48 {
    font-size: 48px;
}

.wv-lh-48 {
    line-height: 148%;
}

.wv-gap-48 {
    gap: 48px;
}

.wv-br-48 {
    border-radius: 48px;
}

.wv-h-48 {
    height: 48px;
}

.wv-w-48 {
    width: 48px;
}

.wv-m-49 {
    margin: 49px;
}

.wv-mt-49 {
    margin-top: 49px;
}

.wv-mb-49 {
    margin-bottom: 49px;
}

.wv-ml-49 {
    margin-left: 49px;
}

.wv-mr-49 {
    margin-right: 49px;
}

.wv-p-49 {
    padding: 49px;
}

.wv-pt-49 {
    padding-top: 49px;
}

.wv-pb-49 {
    padding-bottom: 49px;
}

.wv-pl-49 {
    padding-left: 49px;
}

.wv-pr-49 {
    padding-right: 49px;
}

.wv-fs-49 {
    font-size: 49px;
}

.wv-lh-49 {
    line-height: 149%;
}

.wv-gap-49 {
    gap: 49px;
}

.wv-br-49 {
    border-radius: 49px;
}

.wv-h-49 {
    height: 49px;
}

.wv-w-49 {
    width: 49px;
}

.wv-m-50 {
    margin: 50px;
}

.wv-mt-50 {
    margin-top: 50px;
}

.wv-mb-50 {
    margin-bottom: 50px;
}

.wv-ml-50 {
    margin-left: 50px;
}

.wv-mr-50 {
    margin-right: 50px;
}

.wv-p-50 {
    padding: 50px;
}

.wv-pt-50 {
    padding-top: 50px;
}

.wv-pb-50 {
    padding-bottom: 50px;
}

.wv-pl-50 {
    padding-left: 50px;
}

.wv-pr-50 {
    padding-right: 50px;
}

.wv-fs-50 {
    font-size: 50px;
}

.wv-lh-50 {
    line-height: 150%;
}

.wv-gap-50 {
    gap: 50px;
}

.wv-br-50 {
    border-radius: 50px;
}

.wv-h-50 {
    height: 50px;
}

.wv-w-50 {
    width: 50px;
}

.wv-m-51 {
    margin: 51px;
}

.wv-mt-51 {
    margin-top: 51px;
}

.wv-mb-51 {
    margin-bottom: 51px;
}

.wv-ml-51 {
    margin-left: 51px;
}

.wv-mr-51 {
    margin-right: 51px;
}

.wv-p-51 {
    padding: 51px;
}

.wv-pt-51 {
    padding-top: 51px;
}

.wv-pb-51 {
    padding-bottom: 51px;
}

.wv-pl-51 {
    padding-left: 51px;
}

.wv-pr-51 {
    padding-right: 51px;
}

.wv-fs-51 {
    font-size: 51px;
}

.wv-lh-51 {
    line-height: 151%;
}

.wv-gap-51 {
    gap: 51px;
}

.wv-br-51 {
    border-radius: 51px;
}

.wv-h-51 {
    height: 51px;
}

.wv-w-51 {
    width: 51px;
}

.wv-m-52 {
    margin: 52px;
}

.wv-mt-52 {
    margin-top: 52px;
}

.wv-mb-52 {
    margin-bottom: 52px;
}

.wv-ml-52 {
    margin-left: 52px;
}

.wv-mr-52 {
    margin-right: 52px;
}

.wv-p-52 {
    padding: 52px;
}

.wv-pt-52 {
    padding-top: 52px;
}

.wv-pb-52 {
    padding-bottom: 52px;
}

.wv-pl-52 {
    padding-left: 52px;
}

.wv-pr-52 {
    padding-right: 52px;
}

.wv-fs-52 {
    font-size: 52px;
}

.wv-lh-52 {
    line-height: 152%;
}

.wv-gap-52 {
    gap: 52px;
}

.wv-br-52 {
    border-radius: 52px;
}

.wv-h-52 {
    height: 52px;
}

.wv-w-52 {
    width: 52px;
}

.wv-m-53 {
    margin: 53px;
}

.wv-mt-53 {
    margin-top: 53px;
}

.wv-mb-53 {
    margin-bottom: 53px;
}

.wv-ml-53 {
    margin-left: 53px;
}

.wv-mr-53 {
    margin-right: 53px;
}

.wv-p-53 {
    padding: 53px;
}

.wv-pt-53 {
    padding-top: 53px;
}

.wv-pb-53 {
    padding-bottom: 53px;
}

.wv-pl-53 {
    padding-left: 53px;
}

.wv-pr-53 {
    padding-right: 53px;
}

.wv-fs-53 {
    font-size: 53px;
}

.wv-lh-53 {
    line-height: 153%;
}

.wv-gap-53 {
    gap: 53px;
}

.wv-br-53 {
    border-radius: 53px;
}

.wv-h-53 {
    height: 53px;
}

.wv-w-53 {
    width: 53px;
}

.wv-m-54 {
    margin: 54px;
}

.wv-mt-54 {
    margin-top: 54px;
}

.wv-mb-54 {
    margin-bottom: 54px;
}

.wv-ml-54 {
    margin-left: 54px;
}

.wv-mr-54 {
    margin-right: 54px;
}

.wv-p-54 {
    padding: 54px;
}

.wv-pt-54 {
    padding-top: 54px;
}

.wv-pb-54 {
    padding-bottom: 54px;
}

.wv-pl-54 {
    padding-left: 54px;
}

.wv-pr-54 {
    padding-right: 54px;
}

.wv-fs-54 {
    font-size: 54px;
}

.wv-lh-54 {
    line-height: 154%;
}

.wv-gap-54 {
    gap: 54px;
}

.wv-br-54 {
    border-radius: 54px;
}

.wv-h-54 {
    height: 54px;
}

.wv-w-54 {
    width: 54px;
}

.wv-m-55 {
    margin: 55px;
}

.wv-mt-55 {
    margin-top: 55px;
}

.wv-mb-55 {
    margin-bottom: 55px;
}

.wv-ml-55 {
    margin-left: 55px;
}

.wv-mr-55 {
    margin-right: 55px;
}

.wv-p-55 {
    padding: 55px;
}

.wv-pt-55 {
    padding-top: 55px;
}

.wv-pb-55 {
    padding-bottom: 55px;
}

.wv-pl-55 {
    padding-left: 55px;
}

.wv-pr-55 {
    padding-right: 55px;
}

.wv-fs-55 {
    font-size: 55px;
}

.wv-lh-55 {
    line-height: 155%;
}

.wv-gap-55 {
    gap: 55px;
}

.wv-br-55 {
    border-radius: 55px;
}

.wv-h-55 {
    height: 55px;
}

.wv-w-55 {
    width: 55px;
}

.wv-m-56 {
    margin: 56px;
}

.wv-mt-56 {
    margin-top: 56px;
}

.wv-mb-56 {
    margin-bottom: 56px;
}

.wv-ml-56 {
    margin-left: 56px;
}

.wv-mr-56 {
    margin-right: 56px;
}

.wv-p-56 {
    padding: 56px;
}

.wv-pt-56 {
    padding-top: 56px;
}

.wv-pb-56 {
    padding-bottom: 56px;
}

.wv-pl-56 {
    padding-left: 56px;
}

.wv-pr-56 {
    padding-right: 56px;
}

.wv-fs-56 {
    font-size: 56px;
}

.wv-lh-56 {
    line-height: 156%;
}

.wv-gap-56 {
    gap: 56px;
}

.wv-br-56 {
    border-radius: 56px;
}

.wv-h-56 {
    height: 56px;
}

.wv-w-56 {
    width: 56px;
}

.wv-m-57 {
    margin: 57px;
}

.wv-mt-57 {
    margin-top: 57px;
}

.wv-mb-57 {
    margin-bottom: 57px;
}

.wv-ml-57 {
    margin-left: 57px;
}

.wv-mr-57 {
    margin-right: 57px;
}

.wv-p-57 {
    padding: 57px;
}

.wv-pt-57 {
    padding-top: 57px;
}

.wv-pb-57 {
    padding-bottom: 57px;
}

.wv-pl-57 {
    padding-left: 57px;
}

.wv-pr-57 {
    padding-right: 57px;
}

.wv-fs-57 {
    font-size: 57px;
}

.wv-lh-57 {
    line-height: 157%;
}

.wv-gap-57 {
    gap: 57px;
}

.wv-br-57 {
    border-radius: 57px;
}

.wv-h-57 {
    height: 57px;
}

.wv-w-57 {
    width: 57px;
}

.wv-m-58 {
    margin: 58px;
}

.wv-mt-58 {
    margin-top: 58px;
}

.wv-mb-58 {
    margin-bottom: 58px;
}

.wv-ml-58 {
    margin-left: 58px;
}

.wv-mr-58 {
    margin-right: 58px;
}

.wv-p-58 {
    padding: 58px;
}

.wv-pt-58 {
    padding-top: 58px;
}

.wv-pb-58 {
    padding-bottom: 58px;
}

.wv-pl-58 {
    padding-left: 58px;
}

.wv-pr-58 {
    padding-right: 58px;
}

.wv-fs-58 {
    font-size: 58px;
}

.wv-lh-58 {
    line-height: 158%;
}

.wv-gap-58 {
    gap: 58px;
}

.wv-br-58 {
    border-radius: 58px;
}

.wv-h-58 {
    height: 58px;
}

.wv-w-58 {
    width: 58px;
}

.wv-m-59 {
    margin: 59px;
}

.wv-mt-59 {
    margin-top: 59px;
}

.wv-mb-59 {
    margin-bottom: 59px;
}

.wv-ml-59 {
    margin-left: 59px;
}

.wv-mr-59 {
    margin-right: 59px;
}

.wv-p-59 {
    padding: 59px;
}

.wv-pt-59 {
    padding-top: 59px;
}

.wv-pb-59 {
    padding-bottom: 59px;
}

.wv-pl-59 {
    padding-left: 59px;
}

.wv-pr-59 {
    padding-right: 59px;
}

.wv-fs-59 {
    font-size: 59px;
}

.wv-lh-59 {
    line-height: 159%;
}

.wv-gap-59 {
    gap: 59px;
}

.wv-br-59 {
    border-radius: 59px;
}

.wv-h-59 {
    height: 59px;
}

.wv-w-59 {
    width: 59px;
}

.wv-m-60 {
    margin: 60px;
}

.wv-mt-60 {
    margin-top: 60px;
}

.wv-mb-60 {
    margin-bottom: 60px;
}

.wv-ml-60 {
    margin-left: 60px;
}

.wv-mr-60 {
    margin-right: 60px;
}

.wv-p-60 {
    padding: 60px;
}

.wv-pt-60 {
    padding-top: 60px;
}

.wv-pb-60 {
    padding-bottom: 60px;
}

.wv-pl-60 {
    padding-left: 60px;
}

.wv-pr-60 {
    padding-right: 60px;
}

.wv-fs-60 {
    font-size: 60px;
}

.wv-lh-60 {
    line-height: 160%;
}

.wv-gap-60 {
    gap: 60px;
}

.wv-br-60 {
    border-radius: 60px;
}

.wv-h-60 {
    height: 60px;
}

.wv-w-60 {
    width: 60px;
}

.wv-m-61 {
    margin: 61px;
}

.wv-mt-61 {
    margin-top: 61px;
}

.wv-mb-61 {
    margin-bottom: 61px;
}

.wv-ml-61 {
    margin-left: 61px;
}

.wv-mr-61 {
    margin-right: 61px;
}

.wv-p-61 {
    padding: 61px;
}

.wv-pt-61 {
    padding-top: 61px;
}

.wv-pb-61 {
    padding-bottom: 61px;
}

.wv-pl-61 {
    padding-left: 61px;
}

.wv-pr-61 {
    padding-right: 61px;
}

.wv-fs-61 {
    font-size: 61px;
}

.wv-lh-61 {
    line-height: 161%;
}

.wv-gap-61 {
    gap: 61px;
}

.wv-br-61 {
    border-radius: 61px;
}

.wv-h-61 {
    height: 61px;
}

.wv-w-61 {
    width: 61px;
}

.wv-m-62 {
    margin: 62px;
}

.wv-mt-62 {
    margin-top: 62px;
}

.wv-mb-62 {
    margin-bottom: 62px;
}

.wv-ml-62 {
    margin-left: 62px;
}

.wv-mr-62 {
    margin-right: 62px;
}

.wv-p-62 {
    padding: 62px;
}

.wv-pt-62 {
    padding-top: 62px;
}

.wv-pb-62 {
    padding-bottom: 62px;
}

.wv-pl-62 {
    padding-left: 62px;
}

.wv-pr-62 {
    padding-right: 62px;
}

.wv-fs-62 {
    font-size: 62px;
}

.wv-lh-62 {
    line-height: 162%;
}

.wv-gap-62 {
    gap: 62px;
}

.wv-br-62 {
    border-radius: 62px;
}

.wv-h-62 {
    height: 62px;
}

.wv-w-62 {
    width: 62px;
}

.wv-m-63 {
    margin: 63px;
}

.wv-mt-63 {
    margin-top: 63px;
}

.wv-mb-63 {
    margin-bottom: 63px;
}

.wv-ml-63 {
    margin-left: 63px;
}

.wv-mr-63 {
    margin-right: 63px;
}

.wv-p-63 {
    padding: 63px;
}

.wv-pt-63 {
    padding-top: 63px;
}

.wv-pb-63 {
    padding-bottom: 63px;
}

.wv-pl-63 {
    padding-left: 63px;
}

.wv-pr-63 {
    padding-right: 63px;
}

.wv-fs-63 {
    font-size: 63px;
}

.wv-lh-63 {
    line-height: 163%;
}

.wv-gap-63 {
    gap: 63px;
}

.wv-br-63 {
    border-radius: 63px;
}

.wv-h-63 {
    height: 63px;
}

.wv-w-63 {
    width: 63px;
}

.wv-m-64 {
    margin: 64px;
}

.wv-mt-64 {
    margin-top: 64px;
}

.wv-mb-64 {
    margin-bottom: 64px;
}

.wv-ml-64 {
    margin-left: 64px;
}

.wv-mr-64 {
    margin-right: 64px;
}

.wv-p-64 {
    padding: 64px;
}

.wv-pt-64 {
    padding-top: 64px;
}

.wv-pb-64 {
    padding-bottom: 64px;
}

.wv-pl-64 {
    padding-left: 64px;
}

.wv-pr-64 {
    padding-right: 64px;
}

.wv-fs-64 {
    font-size: 64px;
}

.wv-lh-64 {
    line-height: 164%;
}

.wv-gap-64 {
    gap: 64px;
}

.wv-br-64 {
    border-radius: 64px;
}

.wv-h-64 {
    height: 64px;
}

.wv-w-64 {
    width: 64px;
}

.wv-m-65 {
    margin: 65px;
}

.wv-mt-65 {
    margin-top: 65px;
}

.wv-mb-65 {
    margin-bottom: 65px;
}

.wv-ml-65 {
    margin-left: 65px;
}

.wv-mr-65 {
    margin-right: 65px;
}

.wv-p-65 {
    padding: 65px;
}

.wv-pt-65 {
    padding-top: 65px;
}

.wv-pb-65 {
    padding-bottom: 65px;
}

.wv-pl-65 {
    padding-left: 65px;
}

.wv-pr-65 {
    padding-right: 65px;
}

.wv-fs-65 {
    font-size: 65px;
}

.wv-lh-65 {
    line-height: 165%;
}

.wv-gap-65 {
    gap: 65px;
}

.wv-br-65 {
    border-radius: 65px;
}

.wv-h-65 {
    height: 65px;
}

.wv-w-65 {
    width: 65px;
}

.wv-m-66 {
    margin: 66px;
}

.wv-mt-66 {
    margin-top: 66px;
}

.wv-mb-66 {
    margin-bottom: 66px;
}

.wv-ml-66 {
    margin-left: 66px;
}

.wv-mr-66 {
    margin-right: 66px;
}

.wv-p-66 {
    padding: 66px;
}

.wv-pt-66 {
    padding-top: 66px;
}

.wv-pb-66 {
    padding-bottom: 66px;
}

.wv-pl-66 {
    padding-left: 66px;
}

.wv-pr-66 {
    padding-right: 66px;
}

.wv-fs-66 {
    font-size: 66px;
}

.wv-lh-66 {
    line-height: 166%;
}

.wv-gap-66 {
    gap: 66px;
}

.wv-br-66 {
    border-radius: 66px;
}

.wv-h-66 {
    height: 66px;
}

.wv-w-66 {
    width: 66px;
}

.wv-m-67 {
    margin: 67px;
}

.wv-mt-67 {
    margin-top: 67px;
}

.wv-mb-67 {
    margin-bottom: 67px;
}

.wv-ml-67 {
    margin-left: 67px;
}

.wv-mr-67 {
    margin-right: 67px;
}

.wv-p-67 {
    padding: 67px;
}

.wv-pt-67 {
    padding-top: 67px;
}

.wv-pb-67 {
    padding-bottom: 67px;
}

.wv-pl-67 {
    padding-left: 67px;
}

.wv-pr-67 {
    padding-right: 67px;
}

.wv-fs-67 {
    font-size: 67px;
}

.wv-lh-67 {
    line-height: 167%;
}

.wv-gap-67 {
    gap: 67px;
}

.wv-br-67 {
    border-radius: 67px;
}

.wv-h-67 {
    height: 67px;
}

.wv-w-67 {
    width: 67px;
}

.wv-m-68 {
    margin: 68px;
}

.wv-mt-68 {
    margin-top: 68px;
}

.wv-mb-68 {
    margin-bottom: 68px;
}

.wv-ml-68 {
    margin-left: 68px;
}

.wv-mr-68 {
    margin-right: 68px;
}

.wv-p-68 {
    padding: 68px;
}

.wv-pt-68 {
    padding-top: 68px;
}

.wv-pb-68 {
    padding-bottom: 68px;
}

.wv-pl-68 {
    padding-left: 68px;
}

.wv-pr-68 {
    padding-right: 68px;
}

.wv-fs-68 {
    font-size: 68px;
}

.wv-lh-68 {
    line-height: 168%;
}

.wv-gap-68 {
    gap: 68px;
}

.wv-br-68 {
    border-radius: 68px;
}

.wv-h-68 {
    height: 68px;
}

.wv-w-68 {
    width: 68px;
}

.wv-m-69 {
    margin: 69px;
}

.wv-mt-69 {
    margin-top: 69px;
}

.wv-mb-69 {
    margin-bottom: 69px;
}

.wv-ml-69 {
    margin-left: 69px;
}

.wv-mr-69 {
    margin-right: 69px;
}

.wv-p-69 {
    padding: 69px;
}

.wv-pt-69 {
    padding-top: 69px;
}

.wv-pb-69 {
    padding-bottom: 69px;
}

.wv-pl-69 {
    padding-left: 69px;
}

.wv-pr-69 {
    padding-right: 69px;
}

.wv-fs-69 {
    font-size: 69px;
}

.wv-lh-69 {
    line-height: 169%;
}

.wv-gap-69 {
    gap: 69px;
}

.wv-br-69 {
    border-radius: 69px;
}

.wv-h-69 {
    height: 69px;
}

.wv-w-69 {
    width: 69px;
}

.wv-m-70 {
    margin: 70px;
}

.wv-mt-70 {
    margin-top: 70px;
}

.wv-mb-70 {
    margin-bottom: 70px;
}

.wv-ml-70 {
    margin-left: 70px;
}

.wv-mr-70 {
    margin-right: 70px;
}

.wv-p-70 {
    padding: 70px;
}

.wv-pt-70 {
    padding-top: 70px;
}

.wv-pb-70 {
    padding-bottom: 70px;
}

.wv-pl-70 {
    padding-left: 70px;
}

.wv-pr-70 {
    padding-right: 70px;
}

.wv-fs-70 {
    font-size: 70px;
}

.wv-lh-70 {
    line-height: 170%;
}

.wv-gap-70 {
    gap: 70px;
}

.wv-br-70 {
    border-radius: 70px;
}

.wv-h-70 {
    height: 70px;
}

.wv-w-70 {
    width: 70px;
}

.wv-m-71 {
    margin: 71px;
}

.wv-mt-71 {
    margin-top: 71px;
}

.wv-mb-71 {
    margin-bottom: 71px;
}

.wv-ml-71 {
    margin-left: 71px;
}

.wv-mr-71 {
    margin-right: 71px;
}

.wv-p-71 {
    padding: 71px;
}

.wv-pt-71 {
    padding-top: 71px;
}

.wv-pb-71 {
    padding-bottom: 71px;
}

.wv-pl-71 {
    padding-left: 71px;
}

.wv-pr-71 {
    padding-right: 71px;
}

.wv-fs-71 {
    font-size: 71px;
}

.wv-lh-71 {
    line-height: 171%;
}

.wv-gap-71 {
    gap: 71px;
}

.wv-br-71 {
    border-radius: 71px;
}

.wv-h-71 {
    height: 71px;
}

.wv-w-71 {
    width: 71px;
}

.wv-m-72 {
    margin: 72px;
}

.wv-mt-72 {
    margin-top: 72px;
}

.wv-mb-72 {
    margin-bottom: 72px;
}

.wv-ml-72 {
    margin-left: 72px;
}

.wv-mr-72 {
    margin-right: 72px;
}

.wv-p-72 {
    padding: 72px;
}

.wv-pt-72 {
    padding-top: 72px;
}

.wv-pb-72 {
    padding-bottom: 72px;
}

.wv-pl-72 {
    padding-left: 72px;
}

.wv-pr-72 {
    padding-right: 72px;
}

.wv-fs-72 {
    font-size: 72px;
}

.wv-lh-72 {
    line-height: 172%;
}

.wv-gap-72 {
    gap: 72px;
}

.wv-br-72 {
    border-radius: 72px;
}

.wv-h-72 {
    height: 72px;
}

.wv-w-72 {
    width: 72px;
}

.wv-m-73 {
    margin: 73px;
}

.wv-mt-73 {
    margin-top: 73px;
}

.wv-mb-73 {
    margin-bottom: 73px;
}

.wv-ml-73 {
    margin-left: 73px;
}

.wv-mr-73 {
    margin-right: 73px;
}

.wv-p-73 {
    padding: 73px;
}

.wv-pt-73 {
    padding-top: 73px;
}

.wv-pb-73 {
    padding-bottom: 73px;
}

.wv-pl-73 {
    padding-left: 73px;
}

.wv-pr-73 {
    padding-right: 73px;
}

.wv-fs-73 {
    font-size: 73px;
}

.wv-lh-73 {
    line-height: 173%;
}

.wv-gap-73 {
    gap: 73px;
}

.wv-br-73 {
    border-radius: 73px;
}

.wv-h-73 {
    height: 73px;
}

.wv-w-73 {
    width: 73px;
}

.wv-m-74 {
    margin: 74px;
}

.wv-mt-74 {
    margin-top: 74px;
}

.wv-mb-74 {
    margin-bottom: 74px;
}

.wv-ml-74 {
    margin-left: 74px;
}

.wv-mr-74 {
    margin-right: 74px;
}

.wv-p-74 {
    padding: 74px;
}

.wv-pt-74 {
    padding-top: 74px;
}

.wv-pb-74 {
    padding-bottom: 74px;
}

.wv-pl-74 {
    padding-left: 74px;
}

.wv-pr-74 {
    padding-right: 74px;
}

.wv-fs-74 {
    font-size: 74px;
}

.wv-lh-74 {
    line-height: 174%;
}

.wv-gap-74 {
    gap: 74px;
}

.wv-br-74 {
    border-radius: 74px;
}

.wv-h-74 {
    height: 74px;
}

.wv-w-74 {
    width: 74px;
}

.wv-m-75 {
    margin: 75px;
}

.wv-mt-75 {
    margin-top: 75px;
}

.wv-mb-75 {
    margin-bottom: 75px;
}

.wv-ml-75 {
    margin-left: 75px;
}

.wv-mr-75 {
    margin-right: 75px;
}

.wv-p-75 {
    padding: 75px;
}

.wv-pt-75 {
    padding-top: 75px;
}

.wv-pb-75 {
    padding-bottom: 75px;
}

.wv-pl-75 {
    padding-left: 75px;
}

.wv-pr-75 {
    padding-right: 75px;
}

.wv-fs-75 {
    font-size: 75px;
}

.wv-lh-75 {
    line-height: 175%;
}

.wv-gap-75 {
    gap: 75px;
}

.wv-br-75 {
    border-radius: 75px;
}

.wv-h-75 {
    height: 75px;
}

.wv-w-75 {
    width: 75px;
}

.wv-m-76 {
    margin: 76px;
}

.wv-mt-76 {
    margin-top: 76px;
}

.wv-mb-76 {
    margin-bottom: 76px;
}

.wv-ml-76 {
    margin-left: 76px;
}

.wv-mr-76 {
    margin-right: 76px;
}

.wv-p-76 {
    padding: 76px;
}

.wv-pt-76 {
    padding-top: 76px;
}

.wv-pb-76 {
    padding-bottom: 76px;
}

.wv-pl-76 {
    padding-left: 76px;
}

.wv-pr-76 {
    padding-right: 76px;
}

.wv-fs-76 {
    font-size: 76px;
}

.wv-lh-76 {
    line-height: 176%;
}

.wv-gap-76 {
    gap: 76px;
}

.wv-br-76 {
    border-radius: 76px;
}

.wv-h-76 {
    height: 76px;
}

.wv-w-76 {
    width: 76px;
}

.wv-m-77 {
    margin: 77px;
}

.wv-mt-77 {
    margin-top: 77px;
}

.wv-mb-77 {
    margin-bottom: 77px;
}

.wv-ml-77 {
    margin-left: 77px;
}

.wv-mr-77 {
    margin-right: 77px;
}

.wv-p-77 {
    padding: 77px;
}

.wv-pt-77 {
    padding-top: 77px;
}

.wv-pb-77 {
    padding-bottom: 77px;
}

.wv-pl-77 {
    padding-left: 77px;
}

.wv-pr-77 {
    padding-right: 77px;
}

.wv-fs-77 {
    font-size: 77px;
}

.wv-lh-77 {
    line-height: 177%;
}

.wv-gap-77 {
    gap: 77px;
}

.wv-br-77 {
    border-radius: 77px;
}

.wv-h-77 {
    height: 77px;
}

.wv-w-77 {
    width: 77px;
}

.wv-m-78 {
    margin: 78px;
}

.wv-mt-78 {
    margin-top: 78px;
}

.wv-mb-78 {
    margin-bottom: 78px;
}

.wv-ml-78 {
    margin-left: 78px;
}

.wv-mr-78 {
    margin-right: 78px;
}

.wv-p-78 {
    padding: 78px;
}

.wv-pt-78 {
    padding-top: 78px;
}

.wv-pb-78 {
    padding-bottom: 78px;
}

.wv-pl-78 {
    padding-left: 78px;
}

.wv-pr-78 {
    padding-right: 78px;
}

.wv-fs-78 {
    font-size: 78px;
}

.wv-lh-78 {
    line-height: 178%;
}

.wv-gap-78 {
    gap: 78px;
}

.wv-br-78 {
    border-radius: 78px;
}

.wv-h-78 {
    height: 78px;
}

.wv-w-78 {
    width: 78px;
}

.wv-m-79 {
    margin: 79px;
}

.wv-mt-79 {
    margin-top: 79px;
}

.wv-mb-79 {
    margin-bottom: 79px;
}

.wv-ml-79 {
    margin-left: 79px;
}

.wv-mr-79 {
    margin-right: 79px;
}

.wv-p-79 {
    padding: 79px;
}

.wv-pt-79 {
    padding-top: 79px;
}

.wv-pb-79 {
    padding-bottom: 79px;
}

.wv-pl-79 {
    padding-left: 79px;
}

.wv-pr-79 {
    padding-right: 79px;
}

.wv-fs-79 {
    font-size: 79px;
}

.wv-lh-79 {
    line-height: 179%;
}

.wv-gap-79 {
    gap: 79px;
}

.wv-br-79 {
    border-radius: 79px;
}

.wv-h-79 {
    height: 79px;
}

.wv-w-79 {
    width: 79px;
}

.wv-m-80 {
    margin: 80px;
}

.wv-mt-80 {
    margin-top: 80px;
}

.wv-mb-80 {
    margin-bottom: 80px;
}

.wv-ml-80 {
    margin-left: 80px;
}

.wv-mr-80 {
    margin-right: 80px;
}

.wv-p-80 {
    padding: 80px;
}

.wv-pt-80 {
    padding-top: 80px;
}

.wv-pb-80 {
    padding-bottom: 80px;
}

.wv-pl-80 {
    padding-left: 80px;
}

.wv-pr-80 {
    padding-right: 80px;
}

.wv-fs-80 {
    font-size: 80px;
}

.wv-lh-80 {
    line-height: 180%;
}

.wv-gap-80 {
    gap: 80px;
}

.wv-br-80 {
    border-radius: 80px;
}

.wv-h-80 {
    height: 80px;
}

.wv-w-80 {
    width: 80px;
}

.wv-m-81 {
    margin: 81px;
}

.wv-mt-81 {
    margin-top: 81px;
}

.wv-mb-81 {
    margin-bottom: 81px;
}

.wv-ml-81 {
    margin-left: 81px;
}

.wv-mr-81 {
    margin-right: 81px;
}

.wv-p-81 {
    padding: 81px;
}

.wv-pt-81 {
    padding-top: 81px;
}

.wv-pb-81 {
    padding-bottom: 81px;
}

.wv-pl-81 {
    padding-left: 81px;
}

.wv-pr-81 {
    padding-right: 81px;
}

.wv-fs-81 {
    font-size: 81px;
}

.wv-lh-81 {
    line-height: 181%;
}

.wv-gap-81 {
    gap: 81px;
}

.wv-br-81 {
    border-radius: 81px;
}

.wv-h-81 {
    height: 81px;
}

.wv-w-81 {
    width: 81px;
}

.wv-m-82 {
    margin: 82px;
}

.wv-mt-82 {
    margin-top: 82px;
}

.wv-mb-82 {
    margin-bottom: 82px;
}

.wv-ml-82 {
    margin-left: 82px;
}

.wv-mr-82 {
    margin-right: 82px;
}

.wv-p-82 {
    padding: 82px;
}

.wv-pt-82 {
    padding-top: 82px;
}

.wv-pb-82 {
    padding-bottom: 82px;
}

.wv-pl-82 {
    padding-left: 82px;
}

.wv-pr-82 {
    padding-right: 82px;
}

.wv-fs-82 {
    font-size: 82px;
}

.wv-lh-82 {
    line-height: 182%;
}

.wv-gap-82 {
    gap: 82px;
}

.wv-br-82 {
    border-radius: 82px;
}

.wv-h-82 {
    height: 82px;
}

.wv-w-82 {
    width: 82px;
}

.wv-m-83 {
    margin: 83px;
}

.wv-mt-83 {
    margin-top: 83px;
}

.wv-mb-83 {
    margin-bottom: 83px;
}

.wv-ml-83 {
    margin-left: 83px;
}

.wv-mr-83 {
    margin-right: 83px;
}

.wv-p-83 {
    padding: 83px;
}

.wv-pt-83 {
    padding-top: 83px;
}

.wv-pb-83 {
    padding-bottom: 83px;
}

.wv-pl-83 {
    padding-left: 83px;
}

.wv-pr-83 {
    padding-right: 83px;
}

.wv-fs-83 {
    font-size: 83px;
}

.wv-lh-83 {
    line-height: 183%;
}

.wv-gap-83 {
    gap: 83px;
}

.wv-br-83 {
    border-radius: 83px;
}

.wv-h-83 {
    height: 83px;
}

.wv-w-83 {
    width: 83px;
}

.wv-m-84 {
    margin: 84px;
}

.wv-mt-84 {
    margin-top: 84px;
}

.wv-mb-84 {
    margin-bottom: 84px;
}

.wv-ml-84 {
    margin-left: 84px;
}

.wv-mr-84 {
    margin-right: 84px;
}

.wv-p-84 {
    padding: 84px;
}

.wv-pt-84 {
    padding-top: 84px;
}

.wv-pb-84 {
    padding-bottom: 84px;
}

.wv-pl-84 {
    padding-left: 84px;
}

.wv-pr-84 {
    padding-right: 84px;
}

.wv-fs-84 {
    font-size: 84px;
}

.wv-lh-84 {
    line-height: 184%;
}

.wv-gap-84 {
    gap: 84px;
}

.wv-br-84 {
    border-radius: 84px;
}

.wv-h-84 {
    height: 84px;
}

.wv-w-84 {
    width: 84px;
}

.wv-m-85 {
    margin: 85px;
}

.wv-mt-85 {
    margin-top: 85px;
}

.wv-mb-85 {
    margin-bottom: 85px;
}

.wv-ml-85 {
    margin-left: 85px;
}

.wv-mr-85 {
    margin-right: 85px;
}

.wv-p-85 {
    padding: 85px;
}

.wv-pt-85 {
    padding-top: 85px;
}

.wv-pb-85 {
    padding-bottom: 85px;
}

.wv-pl-85 {
    padding-left: 85px;
}

.wv-pr-85 {
    padding-right: 85px;
}

.wv-fs-85 {
    font-size: 85px;
}

.wv-lh-85 {
    line-height: 185%;
}

.wv-gap-85 {
    gap: 85px;
}

.wv-br-85 {
    border-radius: 85px;
}

.wv-h-85 {
    height: 85px;
}

.wv-w-85 {
    width: 85px;
}

.wv-m-86 {
    margin: 86px;
}

.wv-mt-86 {
    margin-top: 86px;
}

.wv-mb-86 {
    margin-bottom: 86px;
}

.wv-ml-86 {
    margin-left: 86px;
}

.wv-mr-86 {
    margin-right: 86px;
}

.wv-p-86 {
    padding: 86px;
}

.wv-pt-86 {
    padding-top: 86px;
}

.wv-pb-86 {
    padding-bottom: 86px;
}

.wv-pl-86 {
    padding-left: 86px;
}

.wv-pr-86 {
    padding-right: 86px;
}

.wv-fs-86 {
    font-size: 86px;
}

.wv-lh-86 {
    line-height: 186%;
}

.wv-gap-86 {
    gap: 86px;
}

.wv-br-86 {
    border-radius: 86px;
}

.wv-h-86 {
    height: 86px;
}

.wv-w-86 {
    width: 86px;
}

.wv-m-87 {
    margin: 87px;
}

.wv-mt-87 {
    margin-top: 87px;
}

.wv-mb-87 {
    margin-bottom: 87px;
}

.wv-ml-87 {
    margin-left: 87px;
}

.wv-mr-87 {
    margin-right: 87px;
}

.wv-p-87 {
    padding: 87px;
}

.wv-pt-87 {
    padding-top: 87px;
}

.wv-pb-87 {
    padding-bottom: 87px;
}

.wv-pl-87 {
    padding-left: 87px;
}

.wv-pr-87 {
    padding-right: 87px;
}

.wv-fs-87 {
    font-size: 87px;
}

.wv-lh-87 {
    line-height: 187%;
}

.wv-gap-87 {
    gap: 87px;
}

.wv-br-87 {
    border-radius: 87px;
}

.wv-h-87 {
    height: 87px;
}

.wv-w-87 {
    width: 87px;
}

.wv-m-88 {
    margin: 88px;
}

.wv-mt-88 {
    margin-top: 88px;
}

.wv-mb-88 {
    margin-bottom: 88px;
}

.wv-ml-88 {
    margin-left: 88px;
}

.wv-mr-88 {
    margin-right: 88px;
}

.wv-p-88 {
    padding: 88px;
}

.wv-pt-88 {
    padding-top: 88px;
}

.wv-pb-88 {
    padding-bottom: 88px;
}

.wv-pl-88 {
    padding-left: 88px;
}

.wv-pr-88 {
    padding-right: 88px;
}

.wv-fs-88 {
    font-size: 88px;
}

.wv-lh-88 {
    line-height: 188%;
}

.wv-gap-88 {
    gap: 88px;
}

.wv-br-88 {
    border-radius: 88px;
}

.wv-h-88 {
    height: 88px;
}

.wv-w-88 {
    width: 88px;
}

.wv-m-89 {
    margin: 89px;
}

.wv-mt-89 {
    margin-top: 89px;
}

.wv-mb-89 {
    margin-bottom: 89px;
}

.wv-ml-89 {
    margin-left: 89px;
}

.wv-mr-89 {
    margin-right: 89px;
}

.wv-p-89 {
    padding: 89px;
}

.wv-pt-89 {
    padding-top: 89px;
}

.wv-pb-89 {
    padding-bottom: 89px;
}

.wv-pl-89 {
    padding-left: 89px;
}

.wv-pr-89 {
    padding-right: 89px;
}

.wv-fs-89 {
    font-size: 89px;
}

.wv-lh-89 {
    line-height: 189%;
}

.wv-gap-89 {
    gap: 89px;
}

.wv-br-89 {
    border-radius: 89px;
}

.wv-h-89 {
    height: 89px;
}

.wv-w-89 {
    width: 89px;
}

.wv-m-90 {
    margin: 90px;
}

.wv-mt-90 {
    margin-top: 90px;
}

.wv-mb-90 {
    margin-bottom: 90px;
}

.wv-ml-90 {
    margin-left: 90px;
}

.wv-mr-90 {
    margin-right: 90px;
}

.wv-p-90 {
    padding: 90px;
}

.wv-pt-90 {
    padding-top: 90px;
}

.wv-pb-90 {
    padding-bottom: 90px;
}

.wv-pl-90 {
    padding-left: 90px;
}

.wv-pr-90 {
    padding-right: 90px;
}

.wv-fs-90 {
    font-size: 90px;
}

.wv-lh-90 {
    line-height: 190%;
}

.wv-gap-90 {
    gap: 90px;
}

.wv-br-90 {
    border-radius: 90px;
}

.wv-h-90 {
    height: 90px;
}

.wv-w-90 {
    width: 90px;
}

.wv-m-91 {
    margin: 91px;
}

.wv-mt-91 {
    margin-top: 91px;
}

.wv-mb-91 {
    margin-bottom: 91px;
}

.wv-ml-91 {
    margin-left: 91px;
}

.wv-mr-91 {
    margin-right: 91px;
}

.wv-p-91 {
    padding: 91px;
}

.wv-pt-91 {
    padding-top: 91px;
}

.wv-pb-91 {
    padding-bottom: 91px;
}

.wv-pl-91 {
    padding-left: 91px;
}

.wv-pr-91 {
    padding-right: 91px;
}

.wv-fs-91 {
    font-size: 91px;
}

.wv-lh-91 {
    line-height: 191%;
}

.wv-gap-91 {
    gap: 91px;
}

.wv-br-91 {
    border-radius: 91px;
}

.wv-h-91 {
    height: 91px;
}

.wv-w-91 {
    width: 91px;
}

.wv-m-92 {
    margin: 92px;
}

.wv-mt-92 {
    margin-top: 92px;
}

.wv-mb-92 {
    margin-bottom: 92px;
}

.wv-ml-92 {
    margin-left: 92px;
}

.wv-mr-92 {
    margin-right: 92px;
}

.wv-p-92 {
    padding: 92px;
}

.wv-pt-92 {
    padding-top: 92px;
}

.wv-pb-92 {
    padding-bottom: 92px;
}

.wv-pl-92 {
    padding-left: 92px;
}

.wv-pr-92 {
    padding-right: 92px;
}

.wv-fs-92 {
    font-size: 92px;
}

.wv-lh-92 {
    line-height: 192%;
}

.wv-gap-92 {
    gap: 92px;
}

.wv-br-92 {
    border-radius: 92px;
}

.wv-h-92 {
    height: 92px;
}

.wv-w-92 {
    width: 92px;
}

.wv-m-93 {
    margin: 93px;
}

.wv-mt-93 {
    margin-top: 93px;
}

.wv-mb-93 {
    margin-bottom: 93px;
}

.wv-ml-93 {
    margin-left: 93px;
}

.wv-mr-93 {
    margin-right: 93px;
}

.wv-p-93 {
    padding: 93px;
}

.wv-pt-93 {
    padding-top: 93px;
}

.wv-pb-93 {
    padding-bottom: 93px;
}

.wv-pl-93 {
    padding-left: 93px;
}

.wv-pr-93 {
    padding-right: 93px;
}

.wv-fs-93 {
    font-size: 93px;
}

.wv-lh-93 {
    line-height: 193%;
}

.wv-gap-93 {
    gap: 93px;
}

.wv-br-93 {
    border-radius: 93px;
}

.wv-h-93 {
    height: 93px;
}

.wv-w-93 {
    width: 93px;
}

.wv-m-94 {
    margin: 94px;
}

.wv-mt-94 {
    margin-top: 94px;
}

.wv-mb-94 {
    margin-bottom: 94px;
}

.wv-ml-94 {
    margin-left: 94px;
}

.wv-mr-94 {
    margin-right: 94px;
}

.wv-p-94 {
    padding: 94px;
}

.wv-pt-94 {
    padding-top: 94px;
}

.wv-pb-94 {
    padding-bottom: 94px;
}

.wv-pl-94 {
    padding-left: 94px;
}

.wv-pr-94 {
    padding-right: 94px;
}

.wv-fs-94 {
    font-size: 94px;
}

.wv-lh-94 {
    line-height: 194%;
}

.wv-gap-94 {
    gap: 94px;
}

.wv-br-94 {
    border-radius: 94px;
}

.wv-h-94 {
    height: 94px;
}

.wv-w-94 {
    width: 94px;
}

.wv-m-95 {
    margin: 95px;
}

.wv-mt-95 {
    margin-top: 95px;
}

.wv-mb-95 {
    margin-bottom: 95px;
}

.wv-ml-95 {
    margin-left: 95px;
}

.wv-mr-95 {
    margin-right: 95px;
}

.wv-p-95 {
    padding: 95px;
}

.wv-pt-95 {
    padding-top: 95px;
}

.wv-pb-95 {
    padding-bottom: 95px;
}

.wv-pl-95 {
    padding-left: 95px;
}

.wv-pr-95 {
    padding-right: 95px;
}

.wv-fs-95 {
    font-size: 95px;
}

.wv-lh-95 {
    line-height: 195%;
}

.wv-gap-95 {
    gap: 95px;
}

.wv-br-95 {
    border-radius: 95px;
}

.wv-h-95 {
    height: 95px;
}

.wv-w-95 {
    width: 95px;
}

.wv-m-96 {
    margin: 96px;
}

.wv-mt-96 {
    margin-top: 96px;
}

.wv-mb-96 {
    margin-bottom: 96px;
}

.wv-ml-96 {
    margin-left: 96px;
}

.wv-mr-96 {
    margin-right: 96px;
}

.wv-p-96 {
    padding: 96px;
}

.wv-pt-96 {
    padding-top: 96px;
}

.wv-pb-96 {
    padding-bottom: 96px;
}

.wv-pl-96 {
    padding-left: 96px;
}

.wv-pr-96 {
    padding-right: 96px;
}

.wv-fs-96 {
    font-size: 96px;
}

.wv-lh-96 {
    line-height: 196%;
}

.wv-gap-96 {
    gap: 96px;
}

.wv-br-96 {
    border-radius: 96px;
}

.wv-h-96 {
    height: 96px;
}

.wv-w-96 {
    width: 96px;
}

.wv-m-97 {
    margin: 97px;
}

.wv-mt-97 {
    margin-top: 97px;
}

.wv-mb-97 {
    margin-bottom: 97px;
}

.wv-ml-97 {
    margin-left: 97px;
}

.wv-mr-97 {
    margin-right: 97px;
}

.wv-p-97 {
    padding: 97px;
}

.wv-pt-97 {
    padding-top: 97px;
}

.wv-pb-97 {
    padding-bottom: 97px;
}

.wv-pl-97 {
    padding-left: 97px;
}

.wv-pr-97 {
    padding-right: 97px;
}

.wv-fs-97 {
    font-size: 97px;
}

.wv-lh-97 {
    line-height: 197%;
}

.wv-gap-97 {
    gap: 97px;
}

.wv-br-97 {
    border-radius: 97px;
}

.wv-h-97 {
    height: 97px;
}

.wv-w-97 {
    width: 97px;
}

.wv-m-98 {
    margin: 98px;
}

.wv-mt-98 {
    margin-top: 98px;
}

.wv-mb-98 {
    margin-bottom: 98px;
}

.wv-ml-98 {
    margin-left: 98px;
}

.wv-mr-98 {
    margin-right: 98px;
}

.wv-p-98 {
    padding: 98px;
}

.wv-pt-98 {
    padding-top: 98px;
}

.wv-pb-98 {
    padding-bottom: 98px;
}

.wv-pl-98 {
    padding-left: 98px;
}

.wv-pr-98 {
    padding-right: 98px;
}

.wv-fs-98 {
    font-size: 98px;
}

.wv-lh-98 {
    line-height: 198%;
}

.wv-gap-98 {
    gap: 98px;
}

.wv-br-98 {
    border-radius: 98px;
}

.wv-h-98 {
    height: 98px;
}

.wv-w-98 {
    width: 98px;
}

.wv-m-99 {
    margin: 99px;
}

.wv-mt-99 {
    margin-top: 99px;
}

.wv-mb-99 {
    margin-bottom: 99px;
}

.wv-ml-99 {
    margin-left: 99px;
}

.wv-mr-99 {
    margin-right: 99px;
}

.wv-p-99 {
    padding: 99px;
}

.wv-pt-99 {
    padding-top: 99px;
}

.wv-pb-99 {
    padding-bottom: 99px;
}

.wv-pl-99 {
    padding-left: 99px;
}

.wv-pr-99 {
    padding-right: 99px;
}

.wv-fs-99 {
    font-size: 99px;
}

.wv-lh-99 {
    line-height: 199%;
}

.wv-gap-99 {
    gap: 99px;
}

.wv-br-99 {
    border-radius: 99px;
}

.wv-h-99 {
    height: 99px;
}

.wv-w-99 {
    width: 99px;
}

.wv-m-100 {
    margin: 100px;
}

.wv-mt-100 {
    margin-top: 100px;
}

.wv-mb-100 {
    margin-bottom: 100px;
}

.wv-ml-100 {
    margin-left: 100px;
}

.wv-mr-100 {
    margin-right: 100px;
}

.wv-p-100 {
    padding: 100px;
}

.wv-pt-100 {
    padding-top: 100px;
}

.wv-pb-100 {
    padding-bottom: 100px;
}

.wv-pl-100 {
    padding-left: 100px;
}

.wv-pr-100 {
    padding-right: 100px;
}

.wv-fs-100 {
    font-size: 100px;
}

.wv-lh-100 {
    line-height: 200%;
}

.wv-gap-100 {
    gap: 100px;
}

.wv-br-100 {
    border-radius: 100px;
}

.wv-h-100 {
    height: 100px;
}

.wv-w-100 {
    width: 100px;
}

.wv-fw-100 {
    font-weight: 100;
}

.wv-fw-200 {
    font-weight: 200;
}

.wv-fw-300 {
    font-weight: 300;
}

.wv-fw-400 {
    font-weight: 400;
}

.wv-fw-500 {
    font-weight: 500;
}

.wv-fw-600 {
    font-weight: 600;
}

.wv-fw-700 {
    font-weight: 700;
}

.wv-fw-800 {
    font-weight: 800;
}

.wv-fw-900 {
    font-weight: 900;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.color-primary {
    color: var(--primary);
}

.primary-bg {
    background-color: var(--primary);
}

.border-color-primary {
    border-color: var(--primary);
}

.hover-color-primary:hover {
    color: var(--primary);
}

.hover-primary-bg:hover {
    background-color: var(--primary);
}

.hover-border-color-primary:hover {
    border-color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.secondary-bg {
    background-color: var(--secondary);
}

.border-color-secondary {
    border-color: var(--secondary);
}

.hover-color-secondary:hover {
    color: var(--secondary);
}

.hover-secondary-bg:hover {
    background-color: var(--secondary);
}

.hover-border-color-secondary:hover {
    border-color: var(--secondary);
}

.color-third {
    color: var(--third);
}

.third-bg {
    background-color: var(--third);
}

.border-color-third {
    border-color: var(--third);
}

.hover-color-third:hover {
    color: var(--third);
}

.hover-third-bg:hover {
    background-color: var(--third);
}

.hover-border-color-third:hover {
    border-color: var(--third);
}

.color-white {
    color: var(--white);
}

.white-bg {
    background-color: var(--white);
}

.border-color-white {
    border-color: var(--white);
}

.hover-color-white:hover {
    color: var(--white);
}

.hover-white-bg:hover {
    background-color: var(--white);
}

.hover-border-color-white:hover {
    border-color: var(--white);
}

.color-rating {
    color: var(--rating);
}

.rating-bg {
    background-color: var(--rating);
}

.border-color-rating {
    border-color: var(--rating);
}

.hover-color-rating:hover {
    color: var(--rating);
}

.hover-rating-bg:hover {
    background-color: var(--rating);
}

.hover-border-color-rating:hover {
    border-color: var(--rating);
}

.color-rating2 {
    color: var(--rating2);
}

.rating2-bg {
    background-color: var(--rating2);
}

.border-color-rating2 {
    border-color: var(--rating2);
}

.hover-color-rating2:hover {
    color: var(--rating2);
}

.hover-rating2-bg:hover {
    background-color: var(--rating2);
}

.hover-border-color-rating2:hover {
    border-color: var(--rating2);
}

.color-rating3 {
    color: var(--rating3);
}

.rating3-bg {
    background-color: var(--rating3);
}

.border-color-rating3 {
    border-color: var(--rating3);
}

.hover-color-rating3:hover {
    color: var(--rating3);
}

.hover-rating3-bg:hover {
    background-color: var(--rating3);
}

.hover-border-color-rating3:hover {
    border-color: var(--rating3);
}

.color-gray-100 {
    color: var(--gray100);
}

.gray-100-bg {
    background-color: var(--gray100);
}

.border-color-gray-100 {
    border-color: var(--gray100);
}

.hover-color-gray-100:hover {
    color: var(--gray100);
}

.hover-gray-100-bg:hover {
    background-color: var(--gray100);
}

.hover-border-color-gray-100:hover {
    border-color: var(--gray100);
}

.color-gray-200 {
    color: var(--gray200);
}

.gray-200-bg {
    background-color: var(--gray200);
}

.border-color-gray-200 {
    border-color: var(--gray200);
}

.hover-color-gray-200:hover {
    color: var(--gray200);
}

.hover-gray-200-bg:hover {
    background-color: var(--gray200);
}

.hover-border-color-gray-200:hover {
    border-color: var(--gray200);
}

.color-gray-300 {
    color: var(--gray300);
}

.gray-300-bg {
    background-color: var(--gray300);
}

.border-color-gray-300 {
    border-color: var(--gray300);
}

.hover-color-gray-300:hover {
    color: var(--gray300);
}

.hover-gray-300-bg:hover {
    background-color: var(--gray300);
}

.hover-border-color-gray-300:hover {
    border-color: var(--gray300);
}

.color-gray-400 {
    color: var(--gray400);
}

.gray-400-bg {
    background-color: var(--gray400);
}

.border-color-gray-400 {
    border-color: var(--gray400);
}

.hover-color-gray-400:hover {
    color: var(--gray400);
}

.hover-gray-400-bg:hover {
    background-color: var(--gray400);
}

.hover-border-color-gray-400:hover {
    border-color: var(--gray400);
}

.color-gray-500 {
    color: var(--gray500);
}

.gray-500-bg {
    background-color: var(--gray500);
}

.border-color-gray-500 {
    border-color: var(--gray500);
}

.hover-color-gray-500:hover {
    color: var(--gray500);
}

.hover-gray-500-bg:hover {
    background-color: var(--gray500);
}

.hover-border-color-gray-500:hover {
    border-color: var(--gray500);
}

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background-image: url(../img/body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray400);
    overflow-x: hidden;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    color: var(--gray500);
}

h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    color: var(--gray500);
}

h6 {
    font-size: 18px;
}

.section-margin {
    margin-top: 120px;
}

.section-padding {
    padding: 120px 0;
}

.section-sub-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gray500);
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.section-sub-title span {
    width: 41px;
    height: 2px;
    background-color: var(--primary);
    position: relative;
}

.section-sub-title span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.section-title h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    color: #000000;
}

.price-2-item .price-2-price span,
.marquee-text .marquee-item h2,
.join-counter h2 {
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray500);
    line-height: 70px;
}

.section-title.color-white,
.price-2-item .price-2-price span.color-white,
.marquee-text .marquee-item h2.color-white,
.join-counter h2.color-white {
    color: var(--white);
}

.section-title-under {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 130px;
    font-weight: 900;
    color: rgb(from var(--gray500) r g b/2%);
    z-index: -1;
    width: 100%;
    text-align: center;
}

.arrow {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--white);
}

.arrow.arrow-prev {
    background-color: rgb(from var(--primary) r g b/10%);
    color: var(--gray500);
}

hr {
    margin: 0;
    opacity: 1;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.marquee,
.marquee-partner {
    overflow: hidden;
    width: auto;
}

.scroll_btn {
    font-size: 18px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    color: var(--white);
    text-transform: capitalize;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.c-pointer {
    cursor: pointer;
}

.breadcrumb {
    background: center/cover no-repeat url("../img/breadcrumbs/breadcrumb.png");
    margin: 0;
}

.breadcrumb h1 {
    font-size: 45px;
    font-weight: 500;
}

.breadcrumb-content {
    padding: 120px 0 120px;
    overflow: hidden;
}

.breadcrumb .breadcrumb-content h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-shadow: 0px 4px 4px #000000;

}

.breadcrumb .breadcrumb-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.breadcrumb .breadcrumb-content .theme-btn-4 {
    font-size: 20px;
    padding: 8px 60px 8px;
}

.nice-select {
    width: 100%;
    height: unset;
    line-height: unset;
}

.underline-text-hover {
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0, var(--gray500)));
    background-image: linear-gradient(180deg, transparent 95%, var(--gray500) 0);
    background-size: 0 100%;
    -webkit-transition: background-size 0.4s ease-out;
    transition: background-size 0.4s ease-out;
}

.underline-text-hover:hover {
    background-size: 100% 100%;
}

.circle-animation {
    -webkit-animation: rotate-center 5s linear infinite both;
    animation: rotate-center 5s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main-menu.fixed-header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    background: var(--white);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    width: 100%;
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

.header-1 {
    padding: 30px 120px;
}

.header-inversol {
    background: #fff;
    width: 100%;
    box-shadow: 0px 17px 17.2px rgba(0, 0, 0, 0.25);
}

.header-inversol .header-inversol-content {
    background-color: var(--white);
    border-radius: 999px;
    padding: 5px 0;
}

.header-inversol .header-inversol-content .header-logo img {
    width: 230px;
}

.header-inversol .theme-btn-2 {
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    border: 1px solid var(--primary);
    width: 250px;
    background: #C9A746;
    border-radius: 38.5px;
    padding: 10px 30px;
    text-transform: uppercase;
    -moz-animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
}

.header-inversol .theme-btn-2:hover {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 167, 70, 1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(201, 167, 70, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(201, 167, 70, 0);
    }
}

.header-social ul,
.share-container ul,
.footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.header-social ul li a,
.share-container ul li a,
.footer-social ul li a {
    border: 1px solid rgb(from var(--gray300) r g b/20%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.header-social ul li a:hover,
.share-container ul li a:hover,
.footer-social ul li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.toggle-sidebar {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    background-color: var(--white);
    margin-left: 17px;
}

.toggle-sidebar .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.toggle-sidebar span {
    height: 3px;
    width: 40px;
    background-color: #000;
}

/* .toggle-sidebar span:nth-child(2) {
    width: 22px;
}

.toggle-sidebar span:last-child {
    width: 15px;
} */

.sidebar {
    position: fixed;
    padding: 100px 115px;
    width: 80%;
    right: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    overflow-x: scroll;
    right: -250%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.sidebar.open {
    right: 0;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar a {
    color: var(--white);
    font-weight: 500;
    line-height: 100%;
}

.sidebar nav li.active a {
    color: var(--secondary);
}

.sidebar .sidebar-right h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 21px;
    line-height: 100%;
}

.sidebar .sidebar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
}

.sidebar-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.sidebar-overlay.open {
    opacity: 0.8;
    visibility: visible;
}

.sidebar-content .dropdown-nav>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-content li {
    margin-top: 20px;
}

.sidebar-content li ul {
    margin-left: 20px;
}

.sidebar-content i {
    color: var(--white);
}

/* Ocultar submenús por defecto en menú móvil */
.sidebar .main-menu-mobile .submenu {
    display: none;
}

.sidebar .main-menu-mobile .dropdown-nav.expanded .submenu {
    display: block;
}

/* Estilos para submenús anidados */
.main-menu .navbar-nav>ul>li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.3s ease;
    z-index: 1000;
}

.main-menu .navbar-nav>ul>li .submenu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Estilos para submenús anidados en móvil */
.sidebar .main-menu-mobile .submenu .submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 0;
}

.sidebar .main-menu-mobile .submenu .submenu li {
    margin-top: 8px;
}

.sidebar .main-menu-mobile .submenu .submenu li a {
    font-size: 14px;
    padding: 5px 0;
}

.footer {
    padding-top: 246px;
    background-color: var(--secondary);
    margin-top: -126px;
    color: rgb(from var(--white) r g b/80%);
}

.footer-social {
    margin-top: 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.footer-social h3 {
    margin: 0;
    min-width: 130px;
}

.footer-social ul {
    display: flex;
    flex-direction: row !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    gap: 35px !important;
}

.footer-social ul li a {
    width: 55px;
    height: 55px;
}

.footer-menu-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-menu-2 li {
    position: relative;
}

.footer-menu-2 li::before {
    content: "\f101";
    font-family: "Font Awesome 7 Pro";
    margin-right: 15px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.footer-menu ul a {
    color: rgb(from var(--white) r g b/80%);
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.footer-menu ul a:hover {
    color: var(--third);
}

.footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.footer-contact li p {
    color: rgb(from var(--white) r g b/80%);
    margin-bottom: 0;
}

.footer-contact li h4 {
    color: var(--white);
}

.footer-contact i {
    width: 35px;
    height: 35px;
    color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-copyright {
    width: 70%;
    margin: 35px 0 0 auto;
}

.footer-copyright .copyright-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.footer-copyright .copyright-menu ul a {
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.footer-copyright .copyright-menu ul a:hover {
    color: var(--third);
}

.footer-inversol {
    background-color: var(--secondary);
    padding: 30px 0 50px 0;
    color: var(--white);
}

.footer-logo p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #BABABA;
    max-width: 911px;
    margin: 0 auto;
}

.footer-logo p b {
    color: #ffffff;
}

.footer-copyright .copyright-text {
    background: linear-gradient(180deg, #C5A243 0%, #927832 50%, #796329 75%, #6C5925 87.5%, #655322 93.75%, #625121 96.88%, #5F4E20 100%);
    border-radius: 100px 0 0 100px;
    padding: 20px 20px 20px 100px;
}

.footer-copyright .copyright-text p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.footer-copyright .copyright-text p b {
    font-weight: 900;
}

.footer-menu-container .subscribe-form .input-group {
    border: 1px solid rgb(from var(--white) r g b/20%);
}

.footer-menu-container .subscribe-form .input-group input {
    color: var(--white);
}

.footer-menu-container .subscribe-form i {
    background-color: var(--third);
    color: var(--primary);
    height: 100%;
    width: 57px;
    right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 999px 999px 0;
}

.header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu .navbar-nav {
    display: block;
}

.main-menu .navbar-nav>ul {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu .navbar-nav>ul>li {
    position: relative;
    display: inline-block;
}

.main-menu .navbar-nav>ul>li>a {
    color: #000000;
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 30px;
    margin: 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-right: 5px;
    text-transform: uppercase;
}

.main-menu .navbar-nav>ul>li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 250px;
    z-index: 99;
    background: var(--white);
    max-height: max-content;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
    padding-left: 0;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.main-menu .navbar-nav>ul>li .submenu li {
    margin-left: 0;
    line-height: 30px;
    position: relative;
}

.main-menu .navbar-nav>ul>li .submenu li a {
    font-weight: 500;
    color: #000;
    display: block;
    border-bottom: 1px solid var(--gray200);
    padding: 7px 20px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.main-menu .navbar-nav>ul>li .submenu li:last-child a {
    border: none;
}

.main-menu .navbar-nav>ul>li .submenu li .submenu {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
}

.main-menu .navbar-nav>ul>li .submenu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-menu .navbar-nav>ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-menu .navbar-nav>ul>.dropdown-nav li>a:hover {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.main-menu .navbar-nav>ul>.dropdown-nav li a.active {
    background: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.main-menu .navbar-nav>ul>li.dropdown-nav>a {
    position: relative;
}

.main-menu .navbar-nav ul li.dropdown-nav>a::after {
    content: "\f107";
    font-family: "Font Awesome 7 pro" !important;
    font-size: 24px;
    position: absolute;
    margin-left: 5px;
    right: -5px;
    width: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-flex;
    color: var(--primary);
    font-weight: 900;
    align-items: center;
    justify-content: center;
}

.main-menu .navbar-nav .submenu li.dropdown-nav>a::after {
    position: absolute;
}

.comment-box .commnet-author-info a,
.price-2-item a,
.faq-contact-form button,
.read-more,
.theme-btn-3,
.theme-btn-2,
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.comment-box .commnet-author-info a i,
.price-2-item a i,
.faq-contact-form button i,
.read-more i,
.theme-btn-3 i,
.theme-btn-2 i,
.theme-btn i {
    font-weight: 600;
}

.theme-btn {
    padding: 22px 28px;
    border-radius: 999px;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.theme-btn.with-icon {
    gap: 10px;
}

.theme-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.theme-btn-2 {
    padding: 22px 28px;
    border-radius: 999px;
}

.theme-btn-3 {
    padding: 22px 28px;
    border-radius: 999px;
    background-color: var(--primary);
    color: var(--white);
}

.theme-btn-3.secondary-bg {
    background-color: var(--secondary);
    color: var(--gray500);
}

.read-more i {
    font-size: 16px;
}

.home-1 {
    background-color: var(--gray100);
}

.banner-1 {
    background-color: var(--gray100);
    overflow-x: hidden;
}

.banner-1 h1 {
    font-size: 90px;
    font-weight: 600;
}

.banner-1 h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gray500);
    background-color: var(--secondary);
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 31px;
    text-transform: uppercase;
}

.banner-author-2 {
    position: relative;
    width: 164px;
    height: 164px;
    background-color: var(--secondary);
    border-radius: 50%;
}

.banner-author-2 .banner-author-2-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 164px;
    height: 185.5px;
}

.banner-author-2 .banner-author-2-circle {
    position: absolute;
    right: -65px;
    bottom: 18px;
    z-index: 2;
}

.banner-img .banner-img-1 {
    max-width: 483px;
}

.banner-counter .banner-counter-item {
    text-align: center;
    background-color: var(--third);
    height: 261px;
    width: 261px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-counter .banner-counter-item i {
    font-size: 65px;
    color: var(--primary);
    margin-bottom: 15px;
}

.banner-counter .banner-counter-item h2 {
    font-size: 45px;
    font-weight: 500;
    color: var(--gray500);
    margin-bottom: 5px;
}

.users-mini {
    position: relative;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 141px;
}

.users-mini img {
    height: 45px;
    width: 45px;
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    position: absolute;
}

.users-mini img:nth-child(1) {
    left: 0px;
    z-index: 4;
}

.users-mini img:nth-child(2) {
    left: 30px;
    z-index: 3;
}

.users-mini img:nth-child(3) {
    left: 60px;
    z-index: 2;
}

.users-mini img:nth-child(4) {
    left: 90px;
    z-index: 1;
}

.brand-section {
    margin-top: -52px;
    position: relative;
    z-index: 1;
}

.brand-gap {
    gap: 100px;
}

.about-list {
    margin-top: 40px;
}

.about-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    font-size: 22px;
    font-weight: 500;
    color: var(--gray500);
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.about-list li::before {
    content: "\f101";
    font-family: "Font Awesome 7 Pro";
    font-weight: 400;
    font-size: 16px;
    margin-right: 8.5px;
}

.service-page .service-item {
    background-color: var(--gray100);
}

/* .service-item {
    text-align: center;
    background-color: var(--white);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
} */

/* .service-item:hover,
.service-item.active {
    background-color: var(--primary);
    color: var(--white);
} */

/* .service-item:hover .service-icon,
.service-item.active .service-icon {
    background-color: rgb(from var(--gray100) r g b/10%);
    color: var(--white);
} */

/* .service-item:hover h3,
.service-item.active h3 {
    color: var(--white);
} */

/* .service-item .service-icon {
    width: 80px;
    height: 80px;
    background-color: rgb(from var(--gray500) r g b/10%);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 45px;
    margin: 0 auto;
}

.service-item h3 {
    margin: 30px 0 20px;
}

 */

.join-img {
    border-radius: 60px 0 0 60px;
    height: 100%;
}

.join-counter {
    background-color: rgb(from var(--white) r g b/10%);
    padding: 55px 40px;
    border-radius: 0 20px 0 0;
    margin-top: 60px;
}

.join-counter h2 {
    color: var(--white);
}

.join-counter .join-counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.join-counter .join-counter-item p {
    color: rgb(from var(--white) r g b/80%);
}

.circle-2 {
    position: absolute;
    bottom: 31px;
}

.circle-2 img {
    width: 100%;
    max-width: 213px;
}

.marquee-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.marquee-text .marquee-item i {
    font-size: 65px;
}

.marquee-text .stroke-text {
    -webkit-text-stroke: 1px var(--gray400);
    -webkit-text-fill-color: var(--gray100);
}

.portfolio-items .portfolio-item {
    margin-bottom: 57px;
}

.portfolio-items .portfolio-item .portfolio-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-items .portfolio-item .portfolio-content {
    color: var(--gray500);
}

.portfolio-items .portfolio-item .portfolio-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.portfolio-items .portfolio-item .portfolio-content h3:hover {
    color: var(--primary);
}

.team-items .team-item {
    margin-bottom: 30px;
}

.team-items .team-item img {
    border-radius: 60px 60px 20px 20px;
}

.team-items .team-item .team-content {
    background-color: var(--gray100);
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
    border: 3px solid var(--primary);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 500;
    color: var(--gray500);
    margin-bottom: 5px;
}

.team-items .team-item .team-img {
    position: relative;
}

.team-items .team-item .team-img:hover .share-icon {
    opacity: 1 !important;
}

.team-items .team-item .team-img .share-icons {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgb(from var(--gray500) r g b/10%);
    border-radius: 60px 60px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.team-items .team-item .team-img .share-icons .share-icon_ {
    background-color: var(--secondary);
    color: var(--gray500);
}

.team-items .team-item .team-img .share-icons .share-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.team-items .team-item .team-img .share-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    color: var(--primary);
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.team-items .team-item .team-img .share-icons a:hover {
    background-color: var(--secondary);
    color: var(--gray500);
}

.quota-icon {
    max-width: 282px;
}

.swiper-pagination {
    height: 10px !important;
    max-width: 270px;
    background-color: rgb(from var(--white) r g b/10%);
    border-radius: 999px !important;
    bottom: 0;
    top: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--third);
    border-radius: 999px !important;
}

.testimonial-item {
    color: var(--white);
    margin-bottom: 80px;
}

.testimonial-item h3 {
    color: var(--white);
    margin-bottom: 5px;
}

.testimonial-item .testimonial-user .user-img {
    max-width: 80px;
    max-height: 80px;
}

.testimonial-item .testimonial-user .user-img img {
    border-radius: 50%;
}

.testimonial-item .testimonial-content {
    font-size: 50px;
    font-weight: 300;
    font-style: italic;
    line-height: 75px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin-top: 30px;
}

.faq-contact {
    background-color: var(--white);
    padding: 40px;
    border-radius: 20px;
}

.faq-contact h2 {
    font-size: 45px;
    font-weight: 600;
    color: var(--gray500);
    margin-bottom: 40px;
}

.faq-contact-form input,
.faq-contact-form textarea {
    width: 100%;
    padding: 15px 30px;
    border-radius: 999px;
    border: 1px solid #cccccc;
    resize: none;
}

.faq-contact-form input:focus,
.faq-contact-form textarea:focus {
    outline: none;
}

.faq-contact-form textarea {
    border-radius: 20px;
    height: 135px;
}

.faq-contact-form .input-group {
    margin-bottom: 30px;
}

.faq-contact-form button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 22px 50px;
    color: var(--white);
    border-radius: 999px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.faq-contact-form button:hover {
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
}

.faq-items {
    margin-top: 30px;
    padding: 0 0 0 0;
}

.faq-items .faq-item {
    margin-bottom: -1px;
    border: 0;
    border-radius: 0;
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    gap: 15px;
    border-top: 1.5px solid #000000;
    border-bottom: 1.5px solid #000000;
}

.faq-items .faq-item:last-child {
    margin-bottom: 0;
}

.faq-items .faq-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--gray500);
}

.faq-items .faq-item h4.faq-toggle {
    position: relative;
}

.faq-items .faq-item h4.faq-toggle::after {
    content: "+";
    font-family: "Font Awesome 7 Pro";
    position: absolute;
    right: 0;
    top: -3px;
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    font-weight: 900;
}

.faq-items .faq-item h4.faq-toggle:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 7 Pro";
}

.faq-items .faq-item .faq-content {
    width: 100%;
}

.faq-items .faq-item.active p {
    display: block;
}

.blog-items .blog-item .blog-img {
    border-radius: 20px 20px 0 0;
}

.blog-items .blog-item .blog-content {
    border: 1px solid var(--gray200);
    border-radius: 0 0 20px 20px;
    padding: 30px 30px 22px 30px;
}

.blog-items .blog-item .blog-content .blog-date {
    font-size: 14px;
    color: var(--gray400);
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-items .blog-item .blog-content .blog-date::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--gray500);
}

.subscribe {
    background-color: var(--white);
    padding: 71px 90px 59px 67px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.subscribe h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 60.8px;
    color: var(--gray500);
}

.subscribe-form .input-group {
    margin-bottom: 20px;
    display: block !important;
    border-radius: 999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid rgb(from var(--gray500) r g b/20%);
    padding: 15px 30px;
}

.subscribe-form .input-group input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}

.subscribe-form .input-group input:focus {
    outline: none;
}

.subscribe-form .input-group i {
    position: absolute;
    right: 0;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner-home {
    padding-top: 60px;
    padding-bottom: 30px;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.3;
}

body {
    position: relative;
    z-index: 1;
}

.banner-home h1 {
    font-size: 60px;
    font-weight: 800;
    color: #000000;
}

.banner-home h1 b {
    font-weight: 700;
}

.banner-home h1 i {
    font-size: 76px;
}

.banner-home .banner-home-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    background: linear-gradient(0deg, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-home .banner-btn {
    display: flex;
    gap: 20px;
}

.home-2-counter {
    margin-top: -30px;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    color: var(--white);
    margin-top: -45px;
}

.counter-2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-2-container.border-right {
    position: relative;
}

.counter-2-container.border-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: rgb(from var(--gray200) r g b/10%);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter-2-item h2 {
    font-size: 90px;
    color: rgb(from var(--white) r g b/90%);
    font-weight: 300;
}

.about-2-items {
    border: 1px solid var(--gray200);
    padding: 40px 0;
    border-radius: 20px;
    margin-top: 64px;
}

.about-2-items .about-2-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.about-2-items .about-2-item-container.border-right {
    position: relative;
    padding: 0 70px;
}

.about-2-items .about-2-item-container.border-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--primary);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-2-items .about-2-item {
    text-align: center;
}

.about-2-items .about-2-item .about-2-icon {
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--gray200);
    font-size: 40px;
    margin: 0 auto;
}

.about-2-items .about-2-item h4 {
    margin-top: 30px;
}

.brands-2 {
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 58px 0;
    overflow-x: hidden;
}

.wcu-lists #wcu-img {
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.wcu-lists ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 69px;
}

.wcu-lists ul li {
    padding: 23px 40px;
    border: 1px solid rgb(from var(--primary) r g b/20%);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.wcu-lists ul li:last-child {
    margin-bottom: 0;
}

.wcu-lists ul li.wcu-active a,
.wcu-lists ul li:hover a {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.wcu-lists ul li .wcu-number {
    font-size: 45px;
    font-weight: 500;
    color: rgb(from var(--primary) r g b/20%);
}

.wcu-lists ul li .wcu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
}

.wcu-lists ul li .wcu-content a {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--gray500);
    font-size: 30px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.subscribe-2-section h2 {
    font-size: 45px;
    color: var(--gray500);
}

.subscribe-2-section .subscribe-form {
    margin-top: 30px;
}

.subscribe-2-section .subscribe-form .input-group {
    padding: 18px 30px;
    margin-bottom: 0px;
}

.subscribe-2-section .subscribe-form .theme-btn-2 {
    padding: 22px 40px;
}

.wp-wrapper {
    position: relative;
}

.wp-wrapper .wp-shap {
    position: absolute;
    left: 15%;
    top: -15%;
    max-width: 885px;
    width: 100%;
    z-index: -1;
}

.wp-wrapper .wp-item {
    text-align: center;
    padding: 0 40px;
}

.wp-wrapper .wp-item .wp-content {
    position: relative;
    margin-top: 20px;
}

.wp-wrapper .wp-item .wp-content h3 {
    margin-bottom: 20px;
}

.wp-wrapper .wp-item .wp-number {
    font-size: 130px;
    font-weight: 900;
    color: rgb(from var(--gray500) r g b/5%);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.wp-wrapper .wp-item .wp-icon {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--third);
    font-size: 30px;
    margin: 0 auto;
}

.wp-wrapper .wp-items {
    margin-top: 140px;
}

.play-btn {
    font-size: 20px;
    color: var(--white);
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
}

.play-btn-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-2-item {
    padding: 40px 30px;
    border-radius: 20px;
    background-color: var(--gray100);
}

.testimonial-2-item .ratings {
    background-color: var(--white);
    border-radius: 999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-2-item .testimonial-2-content {
    font-size: 20px;
    margin-top: 20px;
}

.testimonial-2-item .author-info p {
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-top: 5px;
}

.testimonial-2-item .author-info h4 {
    color: var(--gray500);
}

.testimonial-2-item .quota-icon {
    font-size: 38px;
}

.faq-2-section {
    padding: 80px 80px 110px;
    border-radius: 30px;
}

.faq-2-items {
    margin-top: 125px;
}

.team-2-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.team-2-item:hover .team-2-content,
.team-2-item.active .team-2-content {
    background-color: var(--secondary);
}

.team-2-item:hover .team-2-content .team-2-social a,
.team-2-item.active .team-2-content .team-2-social a {
    background-color: rgb(from var(--primary) r g b/10%);
}

.team-2-item .team-2-content {
    padding: 20px 0 30px;
    background-color: var(--gray100);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.team-2-item .team-2-content p {
    margin-top: 5px;
}

.team-2-item .team-2-content .team-2-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.team-2-item .team-2-content .team-2-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    background-color: var(--white);
    color: var(--gray500);
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.team-2-item .team-2-content .team-2-social a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.blog-2-items {
    margin-top: 90px;
}

.blog-2-item {
    border-radius: 20px;
    padding: 30px;
    border: 1px solid var(--gray200);
}

.blog-2-item .blog-2-img {
    border-radius: 20px;
    overflow: hidden;
}

.blog-2-item .theme-btn-3:hover {
    background-color: var(--secondary);
    color: var(--gray500);
}

.blog-2-item .blog-2-title {
    margin-bottom: 40px;
}

.blog-2-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.blog-2-info p {
    font-size: 14px;
    letter-spacing: 0.1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.blog-page .blog-2-info i {
    color: var(--primary);
}

.price-2-item {
    background-color: var(--gray100);
    border-radius: 20px;
    padding: 40px;
}

.price-2-item .price-2-icon {
    font-size: 120px;
    color: var(--gray500);
    margin-top: 20px;
}

.price-2-item a {
    border: 1px solid var(--gray200);
    padding: 22px 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--gray500);
    margin-top: 70px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.price-2-item a:hover,
.price-2-item a.active {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.price-2-item .price-2-price {
    margin-top: 30px;
}

.price-2-item hr {
    border-top: 1px solid rgb(from var(--gray300) r g b/20%);
}

.price-2-item p {
    font-size: 14px;
    letter-spacing: 0.1px;
    margin: 20px 0;
}

.contact-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.contact-img::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact-img .contact-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 45px 40px;
}

.contact-img .contact-info .footer-menu ul {
    margin-top: 0;
    gap: 21px;
}

.contact-img .contact-info .footer-menu ul p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-form {
    border: 1px solid var(--gray200);
    padding: 40px;
    border-radius: 20px;
}

.contact-form h2 {
    margin-bottom: 40px;
}

.contact-form input,
.contact-form textarea,
.contact-form .nice-select {
    width: 100%;
    border: 1px solid var(--gray200);
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 999px;
    margin-bottom: 30px;
    resize: none;
}

.contact-form textarea {
    height: 135px;
    border-radius: 20px !important;
}

.member-details-info {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
}

.member-details-info .member-info {
    margin-bottom: 20px;
}

.member-details-info .member-info p {
    margin-top: 5px;
}

.member-details-info .social-links h4 {
    margin: 20px 0;
    color: var(--white);
}

.member-details-info .social-links .footer-social {
    margin-top: 0;
}

.member-details-info .social-links .footer-social ul li a {
    background-color: var(--white);
    color: var(--primary);
}

.member-img {
    border-radius: 20px;
    overflow: hidden;
    max-height: 400px;
}

.member-contact-info {
    background-color: var(--gray100);
    border-radius: 20px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.member-contact-info:last-child {
    margin-bottom: 0;
}

.member-contact-info .member-contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--primary);
    font-size: 18px;
}

.member-contact-info p {
    margin-bottom: 10px;
}

.blog-page h2 {
    font-size: 45px;
}

.blog-page p {
    margin-top: 20px;
}

.blog-page .blog-2-info p {
    margin-top: 0;
}

.blog-page .read-more {
    margin-top: 40px;
}

.blog-page .blog-item .blog-content {
    padding: 30px 40px 35px;
}

.pagination-container .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.pagination-container .pagination .page-numbers {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--gray200);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.pagination-container .pagination .page-numbers:hover,
.pagination-container .pagination .page-numbers.current {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.sidebar-widget .recent-posts .recent-post,
.sidebar-widget ul li,
.sidebar-widget .search-form .input-group {
    padding: 17px 30px;
    background-color: var(--white);
    border-radius: 999px;
}

.sidebar-widget {
    border-radius: 20px;
    background-color: var(--gray100);
    padding: 40px;
}

.sidebar-widget .search-form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-widget .search-form .input-group input {
    border: 0;
}

.sidebar-widget .search-form .input-group input:focus {
    outline: 0;
}

.sidebar-widget .widget-title {
    font-size: 30px;
    color: var(--gray500);
    margin-bottom: 30px;
}

.sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
}

.sidebar-widget ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-widget .recent-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
}

.sidebar-widget .recent-posts .recent-post {
    border-radius: 20px;
    padding: 20px 30px;
}

.sidebar-widget .recent-posts .recent-post .recent-post-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.sidebar-widget .recent-posts .recent-post .recent-post-cat p {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tagcloud a {
    background-color: var(--white);
    font-size: 14px;
    letter-spacing: 0.1px;
    border-radius: 999px;
    padding: 5px 9.5px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.tagcloud a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.blog-details .blog-2-info i {
    color: var(--primary);
}

.blog-details-title {
    font-size: 45px;
    color: var(--gray500);
    line-height: 60.8px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.blog-details-img {
    max-height: 500px;
}

.blog-details-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
}

.blog-details-ul li::before {
    content: "\f101";
    font-family: "Font Awesome 7 Pro";
    margin-right: 15px;
    color: var(--primary);
}

.blog-details-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
}

blockquote {
    background-color: var(--gray100);
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

blockquote cite {
    font-size: 22px;
    font-weight: 500;
    color: var(--gray500);
}

blockquote::before {
    content: "\e907";
    font-family: "wv-icon" !important;
    font-size: 40px;
    color: var(--primary);
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    display: inline-block;
}

.blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
}

.blockquote::before {
    content: "\e907";
    font-family: "wv-icon" !important;
    margin-top: -10px;
}

.tags-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.tags-container a {
    background-color: var(--gray100);
}

.blog-details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.share-container ul li a {
    background-color: var(--gray100);
    border: 0;
}

.share-container ul li a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.next-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    padding: 20px 30px;
    border: 1px solid var(--gray200);
    margin-top: 35px;
}

.next-prev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.next-prev a:hover i {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.next-prev a i {
    font-size: 20px;
    color: var(--gray500);
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--gray200);
}

.comments-container {
    margin-top: 80px;
}

.comment-box {
    padding: 30px;
    border-radius: 20px;
    background-color: var(--gray100);
    margin-top: 30px;
}

.comment-box .commnet-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.comment-box .commnet-author-info a {
    padding: 10px 20px;
    background-color: var(--white);
    border-radius: 999px;
    color: var(--gray500);
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.comment-box .commnet-author-info a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.comment-box .commnet-author-info p {
    font-size: 14px;
    letter-spacing: 0.1px;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
}

.comment-form {
    margin-top: 60px;
}

.comment-form .comment-reply-title {
    color: var(--gray500);
    text-transform: capitalize;
    font-size: 45px;
}

.comment-form .theme-btn-2 {
    padding: 22px 50px;
}

.comment-form input,
.comment-form textarea,
.comment-form .nice-select {
    margin-top: 30px;
}

.comment-form .theme-btn-2 {
    margin-top: 40px;
}

.comment-form input,
.comment-form textarea,
.comment-form .nice-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--gray200);
    border-radius: 0;
    padding-bottom: 15px;
    padding-left: 0;
    resize: none;
}

.comment-form input:focus,
.comment-form textarea:focus,
.comment-form .nice-select:focus {
    outline: 0;
}

.comment-form .nice-select ul {
    width: 100%;
}

.comment-form .nice-select li {
    width: 100%;
}

.comment-form textarea {
    height: 113px;
}

.divider {
    height: 40px;
    width: 1px;
    background-color: var(--primary);
}

.portfolio-img {
    max-height: 580px;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.portfolio-img:hover img {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.portfolio-info-hr {
    border: 1px solid var(--gray200);
    width: 100px;
}

.portfolio-info,
.portfolio-info-right {
    padding: 30px;
    background-color: var(--gray100);
    border-radius: 20px;
}

.portfolio-info h3,
.portfolio-info-right h3 {
    padding: 10px 38px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 999px;
}

.portfolio-info-right {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.portfolio-info-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.portfolio-info-right ul li {
    padding: 11px 30px;
    background-color: var(--white);
    border-radius: 999px;
    color: var(--gray500);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
}

.portfolio-info-right ul li:last-child {
    margin-bottom: 0;
}

.portfolio-details-content {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
}

.service-details-info {
    background-color: var(--gray100);
    border-radius: 20px;
    padding: 20px 40px 0;
    margin-top: 45px;
}

.service-details-info .service-details-item-container {
    background-color: var(--white);
    border-radius: 999px;
    padding: 17px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.service-details-info .service-details-item-container::before {
    content: "\f101";
    font-family: "Font Awesome 7 Pro";
    margin-right: 10px;
    color: var(--primary);
}

.service-details-info .service-details-item-container .service-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
}

.country-counter-section {
    position: relative;
    z-index: 1;
    padding: 0 0 80px 0;
    color: var(--white);
}

.country-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.country-container.border-right {
    position: relative;
}

.country-container.border-right::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: rgb(from var(--gray200) r g b/10%);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.country-item {
    text-align: center;
}

.country-item .country-top img {
    display: inline-block;
    border: 0.2px solid #000000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 54px;
    height: 53px;
    margin-bottom: -10px;
    background: var(--primary);
    margin-bottom: -15px;
}

.country-item .country-top h2 {
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #000;
    width: 100%;
    padding: 25px 15px 15px 15px;
    margin-bottom: 30px;
    background: var(--primary);
}

.country-item .country-top.bg-gradient-1 h2,
.country-item .country-top.bg-gradient-1 img {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F4F5 100%);
}

.country-item .country-top.bg-gradient-2 h2,
.country-item .country-top.bg-gradient-2 img {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF1F7 100%);
}

.country-item .country-top.bg-gradient-3 h2,
.country-item .country-top.bg-gradient-3 img {
    background: linear-gradient(180deg, #FFFFFF 0%, #E9E1CC 100%);
}

.country-item .country-bottom h3 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    background: linear-gradient(180deg, #909090 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.country-item .country-bottom p {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.partners-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.partner-item-container {
    padding: 50px 30px 50px 30px;
    background: var(--primary);
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: 100%;
}

.partner-item-container-one {
    background: rgba(247, 251, 255, 0.8);
}

.partner-item-container-two {
    background: #FAF8F3;
}

.partner-item-container h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.partner-item-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.text-ruc {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 50px;
    margin-bottom: 0;
}

.text-ruc b {
    font-weight: 800;
}

.services-section {
    padding: 80px 0 80px 0;
}

.services-section .section-title h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-transform: none;
}

.services-section .service-item .service-item-content {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}

.services-section .service-item .service-item-content .service-icon-image {
    display: inline-block;
    border: 0.2px solid #000000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50% !important;
    width: 55px;
    height: 55px;
    margin-bottom: -10px;
    background: var(--primary);
    position: absolute;
    right: 0;
    top: -15px;
}

.services-section .service-item .service-item-content h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.services-section .service-item .service-item-content a.more-info {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #AD1738;
    gap: 10px;
    margin-bottom: 15px;
}

.services-section .service-item .service-item-content a.more-info img {
    width: 24px;
}

.services-section .service-item .service-item-content .service-description p,
.services-section .service-item .service-item-content .service-description ul {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}

.services-section .service-item .service-item-content .service-description h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.services-section .service-gradient-1 {
    background: linear-gradient(180deg, #FCFCFC 0%, #F8EEF0 75%, #F1D9DE 100%);
    border: 0.2px solid #000000;
    box-shadow: 2px 6px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.services-section .service-item .service-gradient-1 .service-icon-image {
    background: linear-gradient(180deg, #FCFCFC 0%, #F8EEF0 75%, #F1D9DE 100%);
}

.services-section .service-item .service-gradient-1 a.more-info {
    color: #AD1738;
}

.services-section .service-gradient-2 {
    background: linear-gradient(180deg, #FCFCFC 0%, #E1E9F4 75%, #D3E0F0 87.5%, #C5D6EC 100%);
    border: 0.2px solid #000000;
    box-shadow: 2px 6px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.services-section .service-item .service-gradient-2 .service-icon-image {
    background: linear-gradient(180deg, #FCFCFC 0%, #E1E9F4 75%, #D3E0F0 87.5%, #C5D6EC 100%);
}

.services-section .service-item .service-gradient-2 a.more-info {
    color: #1D5CA9;
}

.services-section .service-gradient-3 {
    background: linear-gradient(180deg, #FCFCFC 0%, #F9F6EF 25%, #F4F0E5 50%, #EAE2CE 75.48%);
    border: 0.2px solid #000000;
    box-shadow: 2px 6px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.services-section .service-item .service-gradient-3 .service-icon-image {
    background: linear-gradient(180deg, #FCFCFC 0%, #F9F6EF 25%, #F4F0E5 50%, #EAE2CE 75.48%);
}

.services-section .service-item .service-gradient-3 a.more-info {
    color: #CDAA2D;
}

.services-section .service-gradient-4 {
    background: linear-gradient(180deg, #FCFCFC 0%, #E9F0EA 75%, #DFE9E1 87.5%, #D5E3D8 100%);
    border: 0.2px solid #000000;
    box-shadow: 2px 6px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.services-section .service-item .service-gradient-4 .service-icon-image {
    background: linear-gradient(180deg, #FCFCFC 0%, #E9F0EA 75%, #DFE9E1 87.5%, #D5E3D8 100%);
}

.services-section .service-item .service-gradient-4 a.more-info {
    color: #43865D;
}

.services-section .col-lg-3.col-md-6.col-12 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}

.case-studies-section {
    padding: 80px 0 80px 0;
}

.content-right {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    overflow: hidden;
    height: 100%;
}

.case-studies-section>.container:first-child h2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 100px 100px 0;
    margin: 0;
    padding: 20px 100px 20px 35px;
    display: inline-flex;
    text-transform: none;
}

.case-studies-section .case-study-list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* .case-studies-section .case-study-list-item .case-study-item {
    background: #FFF8F1;
    border: 0.2px solid #000000;
    border-radius: 10px;
    text-align: center;
    min-width: 250px;
    padding: 5px 10px;
} */

.case-studies-section .case-study-list-item .case-study-item {
    background: #FFF8F1;
    border: 0.2px solid #000000;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    padding: 10px 10px;
}

/* .case-studies-section .case-study-list-item .case-study-item span {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #000000;
} */

.case-studies-section .case-study-list-item .case-study-item span {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

/* .case-studies-section .case-study-list-item .case-study-item h3 {
    width: 100%;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
} */

.case-studies-section .case-study-list-item .case-study-item h3 {
    width: 100%;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
}

.case-study-general-text {
    padding: 10px 10px;
    background: #fff;
}

.case-study-general-text .case-study-general-text-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 30px;
}

.case-study-general-text .case-study-general-text-content h3::before {
    content: "\f10d";
    border-radius: 50%;
    margin-right: 17px;
    font-family: "Font Awesome 7 Pro";
    display: inline-block;
    font-size: 50px;
    color: #ababab;
}

.case-study-general-text .case-study-general-text-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.case-study-general-text-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.case-study-general-text-author-container h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.case-study-general-text-author-name h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.case-study-general-text-author-name p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.case-study-general-image {
    height: 100%;
}

.case-study-general-image img {
    height: 100%;
    object-fit: cover;
}

.contact-section {
    padding: 0 0 80px 0;
}

.contact-section .contact-form {
    background-image: url(../img/bg-contacto.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 80px 80px 80px;
    border-radius: 40px;
    border: 0;
}

.contact-section .contact-form h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

.contact-section .contact-form label {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea,
.contact-section .contact-form .nice-select {
    border: 0;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 999px;
    margin-bottom: 0;
    resize: none;
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    box-shadow: none;
}

.contact-section .contact-form input#phone {
    padding: 15px 30px 15px 40px;
}

.contact-section .contact-form input:active,
.contact-section .contact-form input:focus,
.contact-section .contact-form input:selected {
    outline: 0 !important;
    box-shadow: none !important;
}

.contact-section .contact-form ul.list {
    color: #999;
}

.contact-section .contact-form .input-group-text {
    padding: 0 15px 0 0;
    font-size: 20px;
    line-height: 0;
    border-radius: 999px !important;
    margin-right: -25px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    z-index: 9;
    position: relative;
}

.contact-section .contact-form .theme-btn {
    background: linear-gradient(174.04deg, #FFFFFF 3.88%, #9C9C9C 94.44%);
    border: 0.5px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
    border-radius: 90px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
}

.contact-section .contact-form .theme-btn i {
    min-width: 45px;
    width: 45px;
    height: 45px;
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 2px 4px 6px #8D8D8D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-left: 0;
}

.faq-section {
    padding: 0 0 0 0;
}

.faq-section>.container-fluid {
    width: 100% !important;
    max-width: 100% !important;
}

.faq-section .section-title {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    text-transform: none;
}

.faq-section .container.bg-gray {
    padding: 0 0 !important;
}

.bg-gray {
    background-color: rgba(217, 217, 217, 1);
}

.contact-page .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg-contacto2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(205, 175, 133, 0.2);
}

.page-about {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFA 25%, #F2F5F5 50%, #ECF0F0 75%, #E5ECEB 100%);
}

.theme-btn-4 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #C9A746;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    padding: 8px 15px 8px;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.5s linear;
    z-index: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.theme-btn-4>span {
    position: relative;
    font-size: 15px;
    height: 44px;
    width: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s linear;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 2px 4px 6px #8D8D8D;
}

.theme-btn-4:hover>span {
    background-color: #C9A746;
    color: #fff;
}

.theme-btn-4>span>i {
    position: relative;
    display: inline-block;
}

.theme-btn-4:hover>span>i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.theme-btn-4::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn-4:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.theme-btn-4::after {
    position: absolute;
    background-color: #000;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.theme-btn-4:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.theme-btn-4:hover {
    color: #fff;
}

.text-btn-dark {
    color: #000000;
}

.text-btn-white {
    color: #ffffff;
}

.gradient-bg-1 {
    background: linear-gradient(174.04deg, #EBB059 3.88%, #F0BC70 15.75%, #F5C787 27.63%, #FFE1B6 51.39%, #F5C787 81.35%, #F0BC70 86.85%, #EBB059 92.36%);
}

.gradient-bg-2 {
    background: linear-gradient(174.04deg, #000000 3.88%, #666666 94.44%);
}

.gradient-bg-3 {
    background: linear-gradient(180deg, #BA193C 0%, #87122C 70%, #6E0F23 84.6%, #540B1B 100%);
}

.gradient-bg-4 {
    background: linear-gradient(180deg, #2269C2 0%, #194E8F 70%, #144076 85%, #10325C 100%);
}

.gradient-bg-5 {
    background: linear-gradient(180deg, #F8E07D 0%, #E0BA33 25%, #A68923 75%, #6C5914 100%);
}

.gradient-bg-6 {
    background: linear-gradient(180deg, #50B57A 0%, #4DA26E 50%, #355E44 100%);
}

.gradient-bg-7 {
    background: linear-gradient(174.04deg, #FFFFFF 3.88%, #9C9C9C 94.44%);
}

.banner-home .banner-btn .theme-btn-4 {
    position: relative;
    border: 0.5px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.banner-home .banner-btn .theme-btn-4.gradient-bg-2>span {
    background-color: #ffffff;
    color: #000000;
}

.bgd-white {
    background-color: #ffffff !important;
    color: #000 !important;
}

.bgd-black {
    background-color: #000000 !important;
    color: #fff !important;
}

.btn-shadow-in {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 2px 4px 6px #8D8D8D;
}

.contact-section .theme-btn-4 {
    min-width: 350px;
}

.about-section {
    padding: 80px 0 80px 0;
    position: relative;
}

.about-section .about-content-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section .about-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.about-section .about-content-text p:last-child {
    margin-bottom: 0;
}

.about-section .row-content {
    background: rgb(255 255 255 / 100%);
    box-shadow: 0px 11px 35.3px rgba(0, 0, 0, 0.25);
}

.about-section .about-image {
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

.about-section .about-image img {
    height: 100%;
    object-fit: cover;
}

.our-purpose-section {
    padding: 80px 0 80px 0;
    position: relative;
}

.our-purpose-section .row-purpose .our-purpose-content {
    position: relative;
    background-image: url(../img/aboutus/mission.png);
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-purpose-section .row-purpose>div:nth-child(1) .our-purpose-content {
    background-image: url(../img/aboutus/mission.png);
}

.our-purpose-section .row-purpose>div:nth-child(2) .our-purpose-content {
    background-image: url(../img/aboutus/vission.png);
}

.our-purpose-section .row-purpose>div:nth-child(3) .our-purpose-content {
    background-image: url(../img/aboutus/challenge.png);
}

.our-purpose-section .row-purpose>div:nth-child(4) .our-purpose-content {
    background-image: url(../img/aboutus/solution.png);
}

.our-purpose-section .our-purpose-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.our-purpose-section .our-purpose-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.our-values-section {
    padding: 80px 0 80px 0;
    position: relative;
}

.our-values-section .our-values-content-text {
    padding: 10px 30px;
    background: rgb(255 255 255 / 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    border-top: 1px solid #7A7A7A;
    margin-bottom: 30px;
}

.our-values-section .our-values-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.our-values-section .our-values-image {
    height: 100%;
}

.our-values-section .our-values-image img {
    border-bottom-right-radius: 50px;
    height: 100%;
    object-fit: cover;
}

.our-values-section .our-values-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    max-width: 90%;
    margin: auto;
    list-style: none;
}

.our-values-section .our-values-content ul li {
    background: #FFF8F1;
    border: 0.2px solid #000000;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.our-values-section .our-values-content ul li h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.our-values-section .our-values-content ul li .icon {
    margin: auto;
}

.lines-services-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.line-service-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.line-service-item .service-content {
    padding: 20px 20px 20px 20px;
}

.line-service-item .service-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.line-service-item .service-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.team-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.team-section .team-content {
    padding: 30px 30px 30px 220px;
    background: rgb(255 255 255 / 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    border-top: 1px solid #7A7A7A;
    margin-bottom: 30px;
    position: relative;
    margin-left: -215px;
}

.team-section .section-title h2 {
    width: 660px;
    margin: 0 auto 30px auto;
}

.team-section .team-content .team-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.our-clients-section {
    padding: 80px 0 80px 0;
    position: relative;
}

.our-clients-section .our-clients-content .our-clients-content-text {
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px 30px;
    overflow: hidden;
}

.our-clients-section .our-clients-content .our-clients-content-text h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.our-clients-section .our-clients-content .our-clients-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.our-clients-section .our-clients-image {
    height: 100%;
}

.our-clients-section .our-clients-image img {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 100%;
    object-fit: cover;
}

.market-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.market-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.market-item .service-content {
    padding: 20px 20px 20px 20px;
}

.market-item .service-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.market-item .service-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.partnerships-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.partnerships-section>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.partnerships-section .partnerships-content {
    background: #fff;
}

.partnerships-section .partnerships-content .line-1 {
    position: relative;
    content: "";
    width: 100%;
    display: block;
}

.partnerships-section .partnerships-content .line-1:before {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
}

.partnerships-section .partnerships-content .line-1:after {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #C9A746;
}

.partnerships-section .partnerships-content .line-2 {
    position: relative;
    content: "";
    width: 100%;
    display: block;
}

.partnerships-section .partnerships-content .line-2:before {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #C9A746;
}

.partnerships-section .partnerships-content .line-2:after {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
}

.partnerships-section .partnerships-content .partnerships-content-text {
    padding: 30px 60px 30px 60px;
}

.partnerships-section .partnerships-content .partnerships-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.partnerships-swiper .line-1 {
    position: relative;
    content: "";
    width: 100%;
    display: block;
}

.partnerships-swiper .line-1:before {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #C9A746;
}

.partnerships-swiper .line-1:after {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
}

.partnerships-swiper .line-2 {
    position: relative;
    content: "";
    width: 100%;
    display: block;
}

.partnerships-swiper .line-2:before {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
}

.partnerships-swiper .line-2:after {
    position: relative;
    display: block;
    content: "";
    height: 10px;
    width: 100%;
    background: #C9A746;
}

.partnerships-swiper {
    height: 100%;
}

.partnerships-swiper .partnerships-slider {
    background: linear-gradient(90deg, rgba(201, 167, 70, 0.3) 0%, rgba(137, 102, 0, 0.3) 100%);
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.breadcrumb-content .content-btn {
    display: flex;
    gap: 20px;
}

.breadcrumb-content .content-btn .theme-btn-4 {
    padding: 10px 40px 10px;
}

.breadcrumbs-slideshow .swiper-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 0 30px;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul li:last-child {
    margin-bottom: 0;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul li h3 {
    background: #CA4E48;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 90px;
    margin-bottom: 0;
    min-width: 430px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    gap: 10px;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul li h3 b {
    font-weight: 700;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-ulcontent ul li p {
    margin-bottom: 0;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Fix: asegurar que el botón del 3er slide sea cliqueable por encima de otros elementos */
.breadcrumbs-slideshow .breadcrumb-content .content-btn {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.breadcrumbs-slideshow .breadcrumb-content .content-btn a {
    position: relative;
    z-index: 11;
    pointer-events: auto;
    cursor: pointer;
}

.breadcrumbs-slideshow .item {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right bottom;
}

.breadcrumbs-slideshow .item .breadcrumb-content {
    pointer-events: auto;
    padding: 50px 0 50px 0;
    width: 85%;
    margin: 0 auto;
}

.breadcrumbs-slideshow .item .breadcrumb-content p>span {
    color: #F2C17C;
    font-weight: 900;
}

.breadcrumbs-slideshow .item .breadcrumb-content p>span>b {
    color: #fff;
}

/* Estilos para Owl Carousel */
.breadcrumbs-slideshow.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.breadcrumbs-slideshow.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.breadcrumbs-slideshow.owl-carousel .owl-stage {
    display: flex;
}

.breadcrumbs-slideshow.owl-carousel .owl-item {
    width: 100%;
    flex-shrink: 0;
}

/* Mantener estilos existentes para owl-slide-* */
.breadcrumbs-slideshow .owl-slide-ulcontent ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.breadcrumbs-slideshow .owl-slide-ulcontent ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 0 30px;
}

.breadcrumbs-slideshow .owl-slide-ulcontent ul li:last-child {
    margin-bottom: 0;
}

.breadcrumbs-slideshow .owl-slide-ulcontent ul li h3 {
    background: #CA4E48;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 90px;
    margin-bottom: 0;
    min-width: 450px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
}

.breadcrumbs-slideshow .owl-slide-ulcontent ul li h3 b {
    font-weight: 700;
}

.breadcrumbs-slideshow .owl-slide-ulcontent ul li p {
    margin-bottom: 0;
}

.breadcrumbs-slideshow .owl-slide-webinar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumbs-slideshow .owl-slide-webinar .owl-slide-webinar-date {
    position: relative;
    z-index: 9999999;
    min-width: 300px;
}

.breadcrumbs-slideshow .owl-slide-webinar .owl-slide-webinar-date ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs-slideshow .owl-slide-webinar .owl-slide-webinar-date ul li {
    border: 1px solid #fff;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 50px;
    justify-content: center;
}

.breadcrumbs-slideshow .owl-slide-webinar .owl-slide-webinar-date ul li:last-child {
    margin-bottom: 0;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar .swiper-slide-webinar-date {
    position: relative;
    z-index: 9999999;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar .swiper-slide-webinar-date {
    min-width: 300px;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar .swiper-slide-webinar-date ul {
    list-style: none;
    padding: 0;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar .swiper-slide-webinar-date ul li {
    border: 1px solid #fff;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 50px;
    justify-content: center;
}

.breadcrumbs-slideshow .swiper-slide .swiper-slide-webinar .swiper-slide-webinar-date ul li:last-child {
    margin-bottom: 0;
}

.breadcrumb .breadcrumbs-slideshow .owl-nav .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 6px 8px #000000;
}

.breadcrumb .breadcrumbs-slideshow .owl-nav .owl-prev i {
    transform: rotateY(180deg);
}

.breadcrumb .breadcrumbs-slideshow .owl-nav .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 6px 8px #000000;
}

.breadcrumb .breadcrumb-content .owl-slide-webinar .owl-slide-webinar-text p:first-child {
    color: #FFE8C7;
    font-weight: bold;
}

.breadcrumb .breadcrumb-content .owl-slide-webinar .owl-slide-webinar-text p:last-child {
    margin-bottom: 0;
}

body.page-bg {
    background: #FFFFFF;
}

.page-consulting .contact-section .contact-form {
    background-image: url(../img/consulting/contacto.png);
    padding: 60px 40px;
}

.page-consulting .contact-section .contact-form h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
}

.page-consulting .contact-section .contact-form p,
.pages-payments .contact-section .contact-form p,
.page-trips .contact-section .contact-form p {
    margin-bottom: 40px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}

.page-consulting .market-section h2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px 0 0 100px;
    margin: 0;
    padding: 25px 20px 25px 100px;
    display: inline-flex;
    text-transform: none;
    width: 65%;
}

.about-services-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.about-services-section>.container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.about-services-section .about-content-image {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 50px 50px 0px !important;
    height: 100%;
    overflow: hidden;
}

.about-services-section .about-content-image img {
    height: 100%;
    object-fit: cover;
}

.about-services-section .about-content-info .section-title h2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0;
    margin-bottom: 30px;
    padding: 20px 100px 20px 100px;
    display: inline-flex;
    text-transform: none;
    width: 120%;
    margin-left: -60px;
}

.about-services-section .about-content-info .about-content-text {
    padding: 30px 60px 30px 60px;
}

.about-services-section .about-content-info .about-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 0 auto 15px auto;
}

.about-services-section .about-content-info .about-content-text p:last-child {
    margin-bottom: 0;
}

.about-services-section .features-list {
    justify-content: space-around;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 50px;
}

.about-services-section .features-list li h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
}

.about-services-section .features-list li p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.methodology-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.methodology-section>.container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.methodology-section .methodology-image {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px 0 0 50px;
    height: 100%;
    overflow: hidden;
}

.methodology-section .methodology-image img {
    height: 100%;
    object-fit: cover;
}

.methodology-section .section-title h2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0;
    margin-bottom: 30px;
    padding: 20px 40px 20px 40px;
    display: inline-flex;
    text-transform: none;
    width: 120%;
    margin-right: -60px;
}

.methodology-section .methodology-text {
    padding: 20px 40px 20px 40px;
}

.methodology-section .methodology-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}

.methodology-section .methodology-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.methodology-section .methodology-text ul li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(50deg, rgba(153, 153, 153, 0.2) 40%, #FFFFFF 80%);

}

.methodology-section .methodology-text ul li:last-child {
    margin-bottom: 0;
}

.methodology-section .methodology-text ul li .number {
    background: linear-gradient(360deg, #001F41 0%, #0051A7 100%);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    min-width: 112px;
    min-height: 51px;
}

.methodology-section .methodology-text ul li .number span {
    position: relative;
    top: -5px;
}

.methodology-section .methodology-text ul li p {
    margin-bottom: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

.subservices-section {
    position: relative;
    padding: 80px 0 80px 0;
}

.subservices-section>.container-fluid:first-child h2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 100px 100px 0;
    margin: 0;
    padding: 20px 100px 20px 35px;
    display: inline-flex;
    text-transform: none;
    position: relative;
    z-index: 2;
}

.subservices-section .section-title {
    display: flex;
    align-items: center;
}

.subservices-section .section-title .theme-btn-4 {
    margin-left: -30px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 50px 10px;
}

.subservices-item .subservices-item-image {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 30px 30px 0px;
    overflow: hidden;
    height: 100%;
}

.subservices-item .subservices-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subservices-item .subservices-item-text {
    display: flex;
    align-items: center;
    height: 100%;
}

.subservices-item .subservices-item-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subservices-item .subservices-item-text ul li {
    margin-bottom: 20px;
}

.subservices-item .subservices-item-text ul li:last-child {
    margin-bottom: 0;
}

.subservices-item .subservices-title {
    display: flex;
    align-items: end;
    padding: 0 30px 30px 30px;
    gap: 20px;
}

.subservices-item .subservices-title h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
}

.subservices-item .subservices-title a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subservices-item .subservices-item-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subservices-item .subservices-item-text ul li {
    width: 100%;
    display: inline-flex;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 15px 0 0 15px;
    background: linear-gradient(50deg, rgba(153, 153, 153, 0.2) 40%, #FFFFFF 80%);
    overflow: hidden;
    background: #000;
}

.subservices-item .subservices-item-text ul li:last-child {
    margin-bottom: 0;
}

.subservices-item .subservices-item-text ul li .number {
    background: #000;
    color: #FFFFFF;
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    min-width: 70px;
    min-height: 51px;
}

.subservices-item .subservices-item-text ul li .number span {
    position: relative;
    top: -5px;
}

.subservices-item .subservices-item-text ul li .text {
    background: #fff;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px 0px 0px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.subservices-item .subservices-item-text ul li .text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

.subservices-item.item-1 .subservices-title a.more-info {
    color: #F9CF95;
}

.subservices-item.item-1 .subservices-item-text ul li,
.subservices-item.item-1 .subservices-item-text ul li .number {
    background: linear-gradient(180deg, #FEDEA1 0%, #FFC77A 100%);
}

.subservices-item.item-1 .subservices-item-text ul li .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #FFE7AB 97.47%);
}

.subservices-item.item-2 .subservices-title a.more-info {
    color: #C5D7B7;
}

.subservices-item.item-2 .subservices-item-text ul li,
.subservices-item.item-2 .subservices-item-text ul li .number {
    background: linear-gradient(180deg, #C5D7B7 0%, #8CA482 100%);
}

.subservices-item.item-2 .subservices-item-text ul li .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #BAD3C0 97.47%);
}

.subservices-item.item-3 .subservices-title a.more-info {
    color: #B4CCD2;
}

.subservices-item.item-3 .subservices-item-text ul li,
.subservices-item.item-3 .subservices-item-text ul li .number {
    background: linear-gradient(180deg, #B4CCD2 0%, #98ADAF 100%);
}

.subservices-item.item-3 .subservices-item-text ul li .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #B0C1C5 97.47%);
}

.subservices-item.item-4 .subservices-title a.more-info {
    color: #779FDC;
}

.subservices-item.item-4 .subservices-item-text ul li,
.subservices-item.item-4 .subservices-item-text ul li .number {
    background: linear-gradient(180deg, #779FDC 0%, #657FA6 100%);
}

.subservices-item.item-4 .subservices-item-text ul li .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #9FC1E7 97.47%);
}

.page-trips .about-section .about-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 150px !important;
    border-bottom-right-radius: 150px !important;
}

.page-trips .about-section .row-image-right .about-image {
    border-top-left-radius: 150px !important;
    border-bottom-left-radius: 150px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.page-trips .about-section .about-content-text {
    padding: 20px 10px 20px 10px;
}

.page-trips .about-section .about-content-text p {
    margin-bottom: 15px;
}

.page-trips .about-section .about-content-text p:last-child {
    margin-bottom: 0;
}

.page-trips .about-section .about-content-text *:last-child {
    margin-bottom: 0;
}

.whyus-section {
    padding: 80px 0 80px;
}

.whyus-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.whyus-list ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 40px;
    height: 55px;
    overflow: hidden;
    background-image: url(../img/others/bee.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whyus-list ul::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -60px;
    background-image: url(../img/others/bee2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 55px;
}

.whyus-list ul li {
    background: #B7193B;
    border-radius: 0px 75px 75px 0px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    padding: 30px 125px 30px 0;
    position: relative;
    min-height: 165px;
}

.whyus-list ul li:nth-child(1) {
    background: #B7193B;
}

.whyus-list ul li:nth-child(2) {
    background: #A61736;
}

.whyus-list ul li:nth-child(3) {
    background: #91132F;
}

.whyus-list ul li:nth-child(4) {
    background: #82122A;
}

.whyus-list ul li:last-child {
    margin-bottom: 0;
}

.whyus-list ul li:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url(../img/others/border.png);
    width: 100px;
    height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.whyus-list ul li .whyus-number {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    min-width: 145px;
    justify-content: center;
    align-items: center;
}

.whyus-list ul li .whyus-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.whyus-list ul li .whyus-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.whyus-date ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whyus-date ul li {
    width: 380px;
    height: 200px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/others/frame.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.whyus-date ul li:last-child {
    margin-bottom: 0;
}

.whyus-date ul li .whyus-date-content {
    text-align: center;
}

.whyus-date ul li .whyus-date-icon img {
    display: inline-block;
}

.whyus-date ul li .whyus-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.whyus-date ul li .whyus-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}

.featues-info ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
}

.featues-info ul li {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
}

.featues-info ul li .featues-info-content .featues-info-icon {
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
}

.featues-info ul li .featues-info-content .featues-info-text {
    padding: 20px 10px 20px 10px;
}

.featues-info ul li .featues-info-content .featues-info-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.featues-info ul li .featues-info-content .featues-info-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.beneficts-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.beneficts-item {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #BA193C 0%, #87122C 69.2%, #540B1B 100%);
    border-radius: 100px 0px 0px 0px;
}

.beneficts-item .beneficts-item-icon {
    position: relative;
    top: -40px;
}

.beneficts-item .beneficts-item-content {
    padding: 0 30px 40px 30px;
}

.beneficts-item .beneficts-item-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.beneficts-item .beneficts-item-content p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.beneficts-item .beneficts-item-decor {
    position: absolute;
}

.beneficts-item .beneficts-item-decor.beneficts-item-decor-1 {
    top: 4px;
    right: 0;
}

.beneficts-item .beneficts-item-decor.beneficts-item-decor-2 {
    right: 0;
    bottom: 4px;
}

.beneficts-item .beneficts-item-decor.beneficts-item-decor-3 {
    left: 0;
    bottom: 4px;
}

.why-choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.why-choose-section>.container-fluid {
    padding: 0 0;
}

.why-choose-section .row-items {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.why-choose-section .row-items>div:first-child {
    position: relative;
}

.why-choose-section .row-items>div:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 5%);
}

.why-choose-section .why-choose-item {
    background: #FFFFFF;
    border-radius: 0px;
    height: 100%;
}

.why-choose-section .why-choose-item .flex-content {
    display: flex;
    align-items: center;
}

.why-choose-section .why-choose-item .flex-content-text {
    padding: 20px 20px 20px 20px;
}

.why-choose-section .why-choose-item .flex-content-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.why-choose-section .why-choose-item .flex-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

.why-choose-section .why-choose-item .flex-content-text p b {
    color: #AB2723;
}

.why-choose-section .why-choose-item .flex-image {
    min-width: 260px;
}

.why-choose-section .why-choose-item .flex-image.flex-image-left {
    overflow: hidden;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.why-choose-section .why-choose-item .flex-image.flex-image-right {
    overflow: hidden;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.why-choose-section .why-choose-item .flex-image img {
    height: 100%;
    object-fit: cover;
}

.findus-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.findus-content {
    padding: 30px 30px 30px 30px;
    background: #FFFFFF;
    border: 1.5px solid #AB2722;
    box-shadow: 0px 11px 35.3px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    width: 100%;
    overflow: hidden;
}

.findus-content .findus-content-phase {
    margin-bottom: 20px;
}

.findus-content .findus-content-phase h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 23px;
    line-height: 34px;
    color: #AB2724;
    margin-bottom: 20px;
    position: relative;
}

.findus-content .findus-content-phase h3:after {
    content: url(../img/icons/line.png);
    position: absolute;
    left: 80px;
    top: -4px;
    width: 85%;
    overflow: hidden;
}

.findus-content .findus-content-phase ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.findus-content .findus-content-phase ul li {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.page-trips .contact-section .contact-form {
    background-image: url(../img/trips/trips-13.png);
}

.contact-section .contact-form .nice-select::after {
    content: none;
}

.contact-section .contact-form .nice-select::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
}

.contact-section .contact-form .nice-select.open::before {
    transform: translateY(-50%) rotate(180deg);
}

.contact-section .contact-form .nice-select .current {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    text-overflow: ellipsis;
}

.schedule-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.schedule-item .schedule-item-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.schedule-item .schedule-item-content h3 i {
    color: #f8ac18;
}

.schedule-item .schedule-item-content .schedule-item-content-text {
    background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 60.68%, #CDCDCD 121.36%);
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 125px;
    display: flex;
    align-items: center;
}

.schedule-item .schedule-item-content .schedule-item-content-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-item .schedule-item-content .schedule-item-content-text ul li {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.schedule-item .schedule-item-content .schedule-item-content-text ul li:last-child {
    margin-bottom: 0;
}

.schedule-item .schedule-item-content.type-1 .schedule-item-content-text {
    background: linear-gradient(180deg, #F488A0 -8.82%, #CD5A73 24.33%, #A62C47 57.48%);
}

.schedule-item .schedule-item-content.type-1 .schedule-item-content-text ul li {
    color: #fff;
}

.schedule-item .schedule-item-content.type-2 .schedule-item-content-text {
    background: linear-gradient(181.82deg, #7EA6F1 -37.97%, #5D82C7 29.22%, #3C5E9D 96.41%);
}

.schedule-item .schedule-item-content.type-2 .schedule-item-content-text ul li {
    color: #fff;
}

.bundle-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bundle-item .bundle-item-content h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #AB2724;
    margin-bottom: 25px;
}

.bundle-item .bundle-item-content .bundle-item-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bundle-item .bundle-item-content .bundle-item-content-list ul li {
    background: #FFFFFF;
    border: 1.5px solid #AB2722;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 15px 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.bundle-item .bundle-item-content .bundle-item-content-list ul li:last-child {
    margin-bottom: 0;
}

.bundle-notes .bundle-notes-btn {
    text-align: start;
    min-width: 20%;
}

.bundle-notes .bundle-notes-btn p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #A62C47;
    margin-bottom: 10px;
    margin-left: 10px;
}

.bundle-notes .bundle-notes-btn p b {
    color: #000000;
}

.bundle-notes .bundle-notes-text {
    background: linear-gradient(180deg, #F488A0 -8.82%, #CD5A73 24.33%, #A62C47 57.48%);
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}

.bundle-notes .bundle-notes-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}

.bundle-notes .bundle-notes-text ul {
    display: grid;
    gap: 20px 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-inline-start: 25px;
}

.bundle-notes .bundle-notes-text ul li {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
}

.bundle-notes .bundle-notes-text ul li::marker {
    content: "\f138";
    font-family: "Font Awesome 7 Pro";
    color: #fff;
    font-weight: 400;
}

.bg-trips-1 {
    background: linear-gradient(178.05deg, #FFFEFB 0%, #FFFBF0 101.68%) !important;
}

.bg-trips-2 {
    background: radial-gradient(150.17% 196.96% at 0% -14.56%, #FFF6F6 0%, #FFF8F8 100%) !important;
}

.featues-info-aditional {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    overflow: hidden;
    width: 70%;
    margin: 0 auto 0;
}

.featues-info-aditional-image {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px 14px 0px 0px;
}

.featues-info-aditional-text {
    padding: 20px 20px 20px 20px;
}

.featues-info-aditional-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.featues-info-aditional-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.steps-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.interactive-map-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.interactive-map-section .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.interactive-map-section #imap {
    height: 900px !important;
}

.imap-content {
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 80px;
}

.imap-content .imap-content-btn {
    margin-top: -50px;
}

.imap-content-aditional {
    padding-top: 50px;
    display: flex;
    justify-content: end;
}

.imap-content-aditional .imap-content-aditional-content {
    background: #FFFFFF;
    border: 1.5px solid #000000;
    box-shadow: 0px 11px 35.3px rgba(0, 0, 0, 0.25);
    border-radius: 51px 0 0 51px;
    display: flex;
}

.imap-content-aditional .imap-content-aditional-content .imap-content-aditional-text {
    padding: 30px 30px;
}

.imap-content-aditional .imap-content-aditional-content .imap-content-aditional-image {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    overflow: hidden;
}

.imap-content-aditional .imap-content-aditional-content .imap-content-aditional-image img {
    height: 100%;
    object-fit: cover;
}

.pages-payments {
    background: linear-gradient(to bottom, #0F2D53 0%, #143A6A 30%, #8CBDEF 50%, #E0F7FF 70%, #FFFFFF 90%) !important;
}

.divisa-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.divisa-section .divisa-content-text h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.divisa-section .divisa-content-text h2 b{
    font-weight: bold;
}

.divisa-section .divisa-content-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.divisa-section .divisa-content-text p b {
    color: #FFDE92;
}

.divisa-section .nav .nav-item .nav-link {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 30px;
}

.divisa-section .nav .nav-item .nav-link.active {
    background: #405673;
    border-radius: 40px;
}

.divisa-paymente-time {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    border: 0.2px solid #000000;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
}

.divisa-paymente-time .divisa-paymente-time-image {
    min-width: 120px;
    max-width: 120px;
    margin-right: 15px;
}

.divisa-paymente-time .divisa-paymente-time-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 5px;
}

.divisa-paymente-time .divisa-paymente-time-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pages-payments .country-counter-section .country-item .country-bottom h3 {
    font-size: 50px;
    background: none;
    -webkit-text-fill-color: #fff;
    margin-bottom: 10px;
}

.pages-payments .country-counter-section .country-item .country-bottom p {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.country-container-bg-1 {
    background-color: #000;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
    overflow: hidden;
    background-image: url(../img/payments/payments-10.png);
    background-size: cover;
    background-position: center;
    padding: 30px 30px 30px 50px;
}

.country-container-bg-1 h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.country-container-bg-2 {
    background-color: #00000000;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
    overflow: hidden;
    background-image: url(../img/payments/payments-11.png);
    background-size: cover;
    background-position: center;
    padding: 30px 20px 30px 40px;
}

.country-container-bg-2 h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.how-works-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.how-works-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 100%;
    position: relative;
}

.how-works-item .how-works-number {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -60px;
    left: 0;
}

.how-works-item .how-works-number span {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.how-works-item .how-works-image {
    border-radius: 30px 30px 0px 0px !important;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.how-works-item .how-works-text {
    padding: 50px 50px 50px 50px;
}

.how-works-item .how-works-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}

.how-works-item .how-works-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.target-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.target-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px 0 100px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.target-item .target-text {
    padding: 50px 50px 50px 50px;
}

.target-item .target-text h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}

.target-item .target-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.testimonials-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonials-section .testimonial-item {
    background: #FFFFFF;
    box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    overflow: hidden;
}

.testimonials-section .testimonial-item .target-item-comment {
    padding: 30px 30px 120px 30px;
}

.testimonials-section .testimonial-item .target-item-comment i {
    color: #ababab;
    font-size: 45px;
}

.testimonials-section .testimonial-item .target-item-comment p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.testimonials-section .testimonial-item .target-text-author {
    padding: 30px 30px 30px 30px;
    background: #9BBCE6;
    display: flex;
    align-items: end;
    height: 150px;
    justify-content: space-between;
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-info h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #000000;
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-info h4 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-info ul {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-info ul li i {
    color: #FFDE92;
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-image {
    min-width: 150px
}

.testimonials-section .testimonial-item .target-text-author .target-text-author-image img {
    margin-left: auto;
}

.contact-section .converter-form .currency-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.contact-section .converter-form .currency-section .currency-swap {
    right: 50%;
    transform: translate(50%, -50%);
}

.contact-section .converter-form .currency-section .currency-selector,
.contact-section .converter-form .currency-section .currency-input:after {
    display: none;
}

.contact-section .converter-form .currency-section>div:nth-child(1) .currency-input {
    border-color: #1B80FF;
    background: #1B80FF;
    padding: 20px 30px 10px 30px;
}

.contact-section .converter-form .currency-section>div:nth-child(1) .currency-input input {
    background: #1B80FF;
    color: #fff;
}

.contact-section .converter-form .currency-section>div:nth-child(3) .currency-input {
    border-color: #FF6262;
    background: #FF6262;
    padding: 20px 30px 10px 30px;
}

.contact-section .converter-form .currency-section>div:nth-child(3) .currency-input input {
    background: #FF6262;
    color: #fff;
}

.contact-section .converter-form .currency-section .currency-label {
    margin-bottom: 4px;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 9;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #fff;
}

.contact-section .converter-form .currency-section ::placeholder {
    color: #fff;
    opacity: 1;
}

.contact-section .converter-form .currency-section :-ms-input-placeholder {
    color: #fff;
}

.contact-section .converter-form .currency-section ::-ms-input-placeholder {
    color: #fff;
}

.contact-section .contact-form-container .form-group .converter-form .currency-section .currency-input-group {
    max-width: 280px;
    min-width: 280px;
}

.content-right .cases-slideshow,
.content-right .cases-slideshow .owl-stage-outer,
.content-right .cases-slideshow .owl-stage-outer .owl-stage,
.content-right .cases-slideshow .owl-item,
.content-right .cases-slideshow .owl-item .item {
    height: 100%;
}

.content-right .cases-slideshow .owl-item .item .col-md-6:last-child {
    display: flex;
    align-items: center;
}

.cases-slideshow .item {
    display: flex;
    gap: 20px;
}

.cases-slideshow .item .item-image {
    min-width: 540px;
}

.cases-slideshow .item .item-text {
    display: flex;
    align-items: center;
}

.step-title h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
}

.step-text {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.2px solid #000000;
    border-radius: 0px 50px 50px 0px;
    padding: 25px 30px 25px;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.step-text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.step-text p:last-child {
    margin-bottom: 0;
}

.steps-section .row-steps:nth-child(even) {
    flex-direction: row-reverse;
}

.steps-section .row-steps:nth-child(even) .step-title {
    text-align: end;
}

.steps-section .row-steps:nth-child(even) .step-text {
    border-radius: 50px 0px 0px 50px;
}

.whatsapp-float {
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.whatsapp-button {
    width: 65px;
    height: 65px;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(37, 211, 102, 0.3);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    outline: none;
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-button:active {
    transform: scale(0.95);
}

.whatsapp-button i {
    color: white;
    font-size: 40px;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(37, 211, 102, 0);
    }
}

.whatsapp-users {
    position: absolute;
    bottom: 68px;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 0 0 0 0;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.95);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.whatsapp-users.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.whatsapp-users::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

.whatsapp-user {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    border-radius: 8px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    color: #1a1a1a;
    position: relative;
}

.whatsapp-user:last-child {
    margin-bottom: 0;
}

.whatsapp-user:hover {
    background: #f8f9fa;
}

.whatsapp-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.whatsapp-user-info {
    flex: 1;
}

.whatsapp-user-info h4 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
}

.whatsapp-user-info p {
    margin: 0;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.3;
}

.whatsapp-user-status {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 8px;
}

.whatsapp-user-status.online {
    background: #10b981;
}

.whatsapp-user-status.offline {
    background: #d1d5db;
}

.whatsapp-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.15s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.whatsapp-header {
    padding: 12px 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    background: #25D366;
}

.whatsapp-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.whatsapp-body {
    padding: 4px 0;
    overflow-y: auto;
}

.whatsapp-body::-webkit-scrollbar {
    width: 4px;
}

.whatsapp-body::-webkit-scrollbar-track {
    background: transparent;
}

.whatsapp-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.whatsapp-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 99;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.text-animation {
    position: relative;
    display: inline-block;
}

.typewriter-cursor {
    display: inline-block;
    width: 3px;
    height: 1.2em;
    background-color: #333;
    margin-left: 2px;
    animation: blink 1s infinite;
    vertical-align: text-bottom;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.banner-home-content h1 .text-animation {
    color: #333;
    font-family: sans-serif;
    background-image: radial-gradient(circle at center, #f7d77b 0%, #e6b800 50%, #a87d00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 17%);
}

.services-accordion {
    width: 100%;
}

.services-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    background: transparent;
}

.services-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.services-accordion .accordion-header {
    margin-bottom: 0;
}

.services-accordion .accordion-button {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 15px 0 0 15px !important;
    background: linear-gradient(50deg, rgba(153, 153, 153, 0.2) 40%, #FFFFFF 80%);
    overflow: hidden;
    background: #000;
}

.services-accordion .accordion-button:not(.collapsed) {
    background: #000;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.services-accordion .accordion-button::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    transition: all 0.3s ease;
    background: none;
    border: none;
    width: auto;
    height: auto;
    z-index: 10;
    opacity: 0;
}

.services-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: translateY(-50%) rotate(0deg);
}

.services-accordion .accordion-button .number {
    background: #000;
    color: #FFFFFF;
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.services-accordion .accordion-button .number span {
    position: relative;
    top: -5px;
}

.services-accordion .accordion-button .text {
    background: #fff;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 25px 0px 0px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    min-height: 80px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.services-accordion .accordion-button .text p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}

.services-accordion .accordion-collapse {
    border: none;
}

.services-accordion .accordion-body {
    padding: 20px 0 0 0;
    border: none;
    background: transparent;
}

.services-accordion .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    padding: 0 30px;
}

.subservices-item.item-1 .services-accordion .accordion-button,
.subservices-item.item-1 .services-accordion .accordion-button .number {
    background: linear-gradient(180deg, #FEDEA1 0%, #FFC77A 100%);
}

.subservices-item.item-1 .services-accordion .accordion-button .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #FFE7AB 97.47%);
}

.subservices-item.item-2 .services-accordion .accordion-button,
.subservices-item.item-2 .services-accordion .accordion-button .number {
    background: linear-gradient(180deg, #C5D7B7 0%, #8CA482 100%);
}

.subservices-item.item-2 .services-accordion .accordion-button .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #BAD3C0 97.47%);
}

.subservices-item.item-3 .services-accordion .accordion-button,
.subservices-item.item-3 .services-accordion .accordion-button .number {
    background: linear-gradient(180deg, #B4CCD2 0%, #98ADAF 100%);
}

.subservices-item.item-3 .services-accordion .accordion-button .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #B0C1C5 97.47%);
}

.subservices-item.item-4 .services-accordion .accordion-button,
.subservices-item.item-4 .services-accordion .accordion-button .number {
    background: linear-gradient(180deg, #779FDC 0%, #657FA6 100%);
}

.subservices-item.item-4 .services-accordion .accordion-button .text {
    background: linear-gradient(193.41deg, #F3F3F3 16.69%, #9FC1E7 97.47%);
}

.services-accordion .accordion-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.3);
}

.methodology-accordion {
    width: 100%;
}

.methodology-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    background: transparent;
}

.methodology-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.methodology-accordion .accordion-header {
    margin-bottom: 0;
}

.methodology-accordion .accordion-button {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    gap: 20px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0px 30px 30px 0px !important;
    background: linear-gradient(50deg, rgba(153, 153, 153, 0.2) 40%, #FFFFFF 80%);
}

.methodology-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(50deg, rgba(153, 153, 153, 0.2) 40%, #FFFFFF 80%);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.methodology-accordion .accordion-button::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s ease;
    background: none;
    border: none;
    width: auto;
    height: auto;
    opacity: 0;
    z-index: 10;
}

.methodology-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: translateY(-50%) rotate(0deg);
}

.methodology-accordion .accordion-button .number {
    background: linear-gradient(360deg, #001F41 0%, #0051A7 100%);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    min-width: 112px;
    min-height: 51px;
    flex-shrink: 0;
}

.methodology-accordion .accordion-button .number span {
    position: relative;
    top: -5px;
}

.methodology-section .methodology-text .methodology-accordion .accordion-button p {
    margin-bottom: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: 1;
}

.methodology-accordion .accordion-collapse {
    border: none;
}

.methodology-accordion .accordion-body {
    padding: 20px 0 0 0;
    border: none;
    background: transparent;
}

.methodology-section .methodology-text .methodology-accordion .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    padding: 0 20px 0 20px;
}

/* Hover effects - mantiene el diseño original */
.methodology-accordion .accordion-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.3);
}

/* Currency Converter Styles */
.currency-converter {
    padding: 24px;
}

.converter-header {
    text-align: center;
    margin-bottom: 30px;
}

.converter-header h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.exchange-rate {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    padding: 0;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #fff;
    overflow: hidden;
}

.rate-label {
    padding: 15px 20px;
    background: #DDDDDD;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.rate-value {
    padding: 15px 20px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.currency-section {
    /* display: flex;
    flex-direction: column;
    gap: 16px; */
    position: relative;
    margin-bottom: 10px;
}

.currency-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.currency-label {
    margin-bottom: 4px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 9;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}

.currency-input {
    display: flex;
    align-items: center;
    border: 2px solid #e9e9e9;
    overflow: hidden;
    transition: border-color 0.3s ease;
    border-radius: 20px 20px 20px 20px;
    padding: 24px 15px 10px 15px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}

.currency-input:after {
    content: "";
    min-width: 160px;
    background: #080F24;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.currency-flag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-icon {
    width: 32px;
    height: 21px;
    object-fit: cover;
    border-radius: 0;
    border: 0;
}

/* Bandera de China creada con CSS */
.china-flag {
    width: 24px;
    height: 18px;
    background: linear-gradient(to right, #de2910 0%, #de2910 100%);
    border-radius: 2px;
    border: 1px solid #ddd;
    position: relative;
}

.china-flag::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    background: #ffde00;
    border-radius: 50%;
}

.china-flag::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 2px;
    height: 2px;
    background: #ffde00;
    border-radius: 50%;
}

.currency-input:focus-within {
    border-color: #C9A746;
}

.currency-input .form-control {
    border: none;
    border-radius: 0;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    flex: 1;
}

.currency-input .form-control:focus {
    box-shadow: none;
    outline: none;
}

.currency-selector {
    display: flex;
    align-items: center;
    padding: 0 0;
    background: transparent;
    position: relative;
    z-index: 2;
    min-width: 130px;
    justify-content: center;
    top: -5px;
}

.currency-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0 0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.currency-btn.active {
    background: #080F24;
    color: white;
}

.currency-btn:hover:not(.active) {
    background: #080F24;
}

.currency-symbol {
    font-weight: 600;
    font-size: 16px;
}

.currency-name {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: #FFFFFF;
}

.currency-swap {
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-140px, -50%);
    z-index: 9;
    background: rgb(8 15 36 / 60%);
    width: 65px;
    height: 65px;
    align-items: center;
    border-radius: 50%;
}

.swap-btn {
    background: #fff;
    color: #080f24;
    ;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.swap-btn:hover {
    background: #fff;
    transform: rotate(180deg);
}

.converter-info {
    background: transparent;
    border-radius: 0;
    padding: 0 15px;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-label {
    font-size: 16px;
    color: #fff;
}

.info-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.value-save {
    font-size: 16px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.value-save.positive {
    color: #28a745;
}

.value-save.negative {
    color: #dc3545;
}

.converter-actions {
    text-align: center;
}

.btn-convert {
    background: linear-gradient(135deg, #C9A746 0%, #b8963a 100%);
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-convert:hover:not(:disabled) {
    background: linear-gradient(135deg, #b8963a 0%, #a68533 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 167, 70, 0.3);
}

.btn-convert:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main-menu .navbar-nav ul li.dropdown-nav ul li>a::after {
    right: 5px;
}

.footer-inversol .container-fluid {
    padding: 0 0;
}

.wStyle1 {
    border: 3px dashed rgb(250, 132, 64);
}

.fStyle1 {
    background-color: rgb(250, 132, 64);
    color: #fff;
    font-weight: 600;
}

.workus-item {
    position: relative;
}

.workus-item-image h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 30px;
}

.workus-item-image img {
    position: absolute;
    right: 0;
    top: 20px;
}

.workus-item-text {
    background: #E4F3FF;
    box-shadow: 0px 4px 4px #374259;
    border-radius: 20px 20px 100px 20px;
    padding: 30px 180px 30px 30px;
}

.workus-item-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.row-workus-mobile>div:nth-child(even) .workus-item-image h3 {
    justify-content: flex-end;
}

.row-workus-mobile>div:nth-child(even) .workus-item-image img {
    right: unset;
    left: 0;
}

.row-workus-mobile>div:nth-child(even) .workus-item-text {
    border-radius: 20px 20px 20px 100px;
    padding: 30px 30px 30px 180px;
}

.workwus .section-title {
    display: flex;
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
}

.workwus .section-title img {
    min-width: 200px;
    position: relative;
    z-index: 1;
}

.workwus .section-title h2 {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-left: -35px;
    height: 80px;
    display: flex;
    padding: 0 40px 0 42px;
    align-items: center;
    font-weight: bold;
}

/* Modal de ciudades */
.city-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.city-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.city-modal-header {
    background: #91132F;
    color: white;
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-modal-header h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.city-modal-close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.city-modal-close:hover {
    opacity: 0.7;
}

.city-modal-body {
    padding: 30px;
}

.city-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 0;
}

.city-info-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #91132F;
}

.city-info-item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.city-info-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Estilos para la descripción del modal */
.city-description {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 0;
    border-left: 3px solid #91132F;
}

.city-description h3 {
    color: #91132F;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.city-description h3:first-child {
    margin-top: 0;
}

.city-description p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.city-description p:last-child {
    margin-bottom: 0;
}

/* Tooltip de valores */
.values-tooltip {
    display: none;
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    visibility: hidden;
}

.values-tooltip-content {
    background-color: #fff;
    border-radius: 12px;
    width: 350px;
    max-width: 90vw;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: valuesTooltipFadeIn 0.2s ease-out;
    position: relative;
}

@keyframes valuesTooltipFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.values-tooltip-header {
    background: #c9a746;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px 12px 0 0;
}

.values-tooltip-header h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.values-tooltip-body {
    padding: 20px;
}

.values-info-content {
    display: flex;
    flex-direction: column;
}

.values-info-description p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.values-tooltip-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #667eea;
}

.x-padd-xxl-0 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/* Clase para mostrar contenedor a partir de 991px hacia abajo */
.show-below-991 {
    display: none;
}

@media (max-width: 991px) {
    .show-below-991 {
        display: block;
    }
}

/* Clase para ocultar contenedor de 991px hacia abajo */
.hide-below-991 {
    display: block;
}

@media (max-width: 991px) {
    .hide-below-991 {
        display: none;
    }
}