@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

.hero__title {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

.section__headline {
    padding-bottom: 40px;
    border-bottom: 2px solid #505673;
}

.section__text {
    font-size: 18px;
    line-height: 1.4;
    color: #f18619;
}

.section__title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

h5 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .hero__title {
        font-size: 43px;
        line-height: 1;
        text-align: center;
    }

    .section__headline {
        padding-bottom: 20px;
    }

    .section__title {
        font-size: 32px;
        line-height: 1.4;
        text-align: center;
    }

    .section__text {
        text-align: center;
    }

    .section__subtext {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 14px;
        line-height: 1.4;
    }

    .hero__title {
        font-size: 36px;
        line-height: 1.4;
    }

    .section__title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-primary {
    background-color: #f18619 !important;
}

.text-primary {
    color: #f18619 !important;
}

.bg-secondary {
    background-color: #ffffff !important;
}

.text-secondary {
    color: #ffffff !important;
}

.bg-light {
    background-color: #DADEF2 !important;
}

.text-light {
    color: #DADEF2 !important;
}

.bg-blue-1 {
    background-color: #056DFF !important;
}

.text-blue-1 {
    color: #056DFF !important;
}

.bg-blue-2 {
    background-color: #141A33 !important;
}

.text-blue-2 {
    color: #141A33 !important;
}

.bg-orange {
    background-color: #F3BE11 !important;
}

.text-orange {
    color: #F3BE11 !important;
}

.bg-blue-6 {
    background-color: #04FCFF !important;
}

.text-blue-6 {
    color: #04FCFF !important;
}

.bg-grey {
    background-color: #778398 !important;
}

.text-grey {
    color: #778398 !important;
}

.fs-10 {
    font-size: 10px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-10 {
        font-size: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-10 {
        font-size: 10px !important;
    }
}

.fs-12 {
    font-size: 12px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-12 {
        font-size: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-12 {
        font-size: 12px !important;
    }
}

.fs-13 {
    font-size: 13px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-13 {
        font-size: 13px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-13 {
        font-size: 13px !important;
    }
}

.fs-14 {
    font-size: 14px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-14 {
        font-size: 14px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-14 {
        font-size: 14px !important;
    }
}

.fs-16 {
    font-size: 16px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-16 {
        font-size: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-16 {
        font-size: 16px !important;
    }
}

.fs-17 {
    font-size: 17px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-17 {
        font-size: 17px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-17 {
        font-size: 17px !important;
    }
}

.fs-18 {
    font-size: 18px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-18 {
        font-size: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-18 {
        font-size: 18px !important;
    }
}

.fs-20 {
    font-size: 20px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-20 {
        font-size: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-20 {
        font-size: 20px !important;
    }
}

.fs-22 {
    font-size: 22px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-22 {
        font-size: 22px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-22 {
        font-size: 22px !important;
    }
}

.fs-24 {
    font-size: 24px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-24 {
        font-size: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-24 {
        font-size: 24px !important;
    }
}

.fs-25 {
    font-size: 25px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-25 {
        font-size: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-25 {
        font-size: 25px !important;
    }
}

.fs-28 {
    font-size: 28px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-28 {
        font-size: 28px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-28 {
        font-size: 28px !important;
    }
}

.fs-30 {
    font-size: 30px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-30 {
        font-size: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-30 {
        font-size: 30px !important;
    }
}

.fs-32 {
    font-size: 32px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-32 {
        font-size: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-32 {
        font-size: 32px !important;
    }
}

.fs-34 {
    font-size: 34px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-34 {
        font-size: 34px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-34 {
        font-size: 34px !important;
    }
}

.fs-36 {
    font-size: 36px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-36 {
        font-size: 36px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-36 {
        font-size: 36px !important;
    }
}

.fs-40 {
    font-size: 40px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-40 {
        font-size: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-40 {
        font-size: 40px !important;
    }
}

.fs-43 {
    font-size: 43px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-43 {
        font-size: 43px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-43 {
        font-size: 43px !important;
    }
}

.fs-48 {
    font-size: 48px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-48 {
        font-size: 48px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-48 {
        font-size: 48px !important;
    }
}

.fs-50 {
    font-size: 50px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-50 {
        font-size: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-50 {
        font-size: 50px !important;
    }
}

.fs-56 {
    font-size: 56px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-56 {
        font-size: 56px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-56 {
        font-size: 56px !important;
    }
}

.fs-58 {
    font-size: 58px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-58 {
        font-size: 58px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-58 {
        font-size: 58px !important;
    }
}

.fs-62 {
    font-size: 62px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-62 {
        font-size: 62px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-62 {
        font-size: 62px !important;
    }
}

.fs-75 {
    font-size: 75px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-75 {
        font-size: 75px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-75 {
        font-size: 75px !important;
    }
}

.fs-80 {
    font-size: 80px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-80 {
        font-size: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-80 {
        font-size: 80px !important;
    }
}

.fs-87 {
    font-size: 87px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-87 {
        font-size: 87px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-87 {
        font-size: 87px !important;
    }
}

.fs-100 {
    font-size: 100px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-100 {
        font-size: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-100 {
        font-size: 100px !important;
    }
}

.lh-1 {
    line-height: 1 !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-31 {
    line-height: 31px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-38 {
    line-height: 38px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-42 {
    line-height: 42px !important;
}

.lh-43 {
    line-height: 43px !important;
}

.lh-48 {
    line-height: 48px !important;
}

.lh-52 {
    line-height: 52px !important;
}

.lh-58 {
    line-height: 58px !important;
}

.lh-60 {
    line-height: 60px !important;
}

.lh-62 {
    line-height: 62px !important;
}

.lh-67 {
    line-height: 67px !important;
}

.lh-70 {
    line-height: 70px !important;
}

.lh-74 {
    line-height: 74px !important;
}

.lh-90 {
    line-height: 90px !important;
}

.lh-96 {
    line-height: 96px !important;
}

.lh-104 {
    line-height: 104px !important;
}

.lh-127 {
    line-height: 127px !important;
}

.fw-250 {
    font-weight: 250;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

@media all and (min-width: 992px) {
    .mt-lg-auto {
        margin-top: auto !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-auto {
        margin-top: auto !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-auto {
        margin-top: auto !important;
    }
}

.mb-auto {
    margin-bottom: auto !important;
}

@media all and (min-width: 992px) {
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-auto {
        margin-bottom: auto !important;
    }
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.my-auto {
    margin-block: auto !important;
}

.mx-auto {
    margin-inline: auto !important;
}

.p-auto {
    padding: auto !important;
}

.pt-auto {
    padding-top: auto !important;
}

@media all and (min-width: 992px) {
    .pt-lg-auto {
        padding-top: auto !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-auto {
        padding-top: auto !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-auto {
        padding-left: auto !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-auto {
        padding-left: auto !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-auto {
        padding-left: auto !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-auto {
        padding-right: auto !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-auto {
        padding-right: auto !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-auto {
        padding-right: auto !important;
    }
}

.pb-auto {
    padding-bottom: auto !important;
}

.pl-auto {
    padding-left: auto !important;
}

.pr-auto {
    padding-right: auto !important;
}

.py-auto {
    padding-block: auto !important;
}

@media all and (min-width: 992px) {
    .py-lg-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

.px-auto {
    padding-inline: auto !important;
}

.gap-auto {
    gap: auto !important;
}

.gap-x-auto {
    gap: 0 auto !important;
}

.gap-y-auto {
    gap: 0 auto !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-0 {
        margin-top: 0px !important;
    }
}

.mb-0 {
    margin-bottom: 0px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0px !important;
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.my-0 {
    margin-block: 0px !important;
}

.mx-0 {
    margin-inline: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-0 {
        padding-left: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-0 {
        padding-left: 0px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-0 {
        padding-right: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-0 {
        padding-right: 0px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-0 {
        padding-right: 0px !important;
    }
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.py-0 {
    padding-block: 0px !important;
}

@media all and (min-width: 992px) {
    .py-lg-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.px-0 {
    padding-inline: 0px !important;
}

.gap-0 {
    gap: 0px !important;
}

.gap-x-0 {
    gap: 0 0px !important;
}

.gap-y-0 {
    gap: 0 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-5 {
        margin-top: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-5 {
        margin-top: 5px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-5 {
        margin-top: 5px !important;
    }
}

.mb-5 {
    margin-bottom: 5px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-5 {
        margin-bottom: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-5 {
        margin-bottom: 5px !important;
    }
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.my-5 {
    margin-block: 5px !important;
}

.mx-5 {
    margin-inline: 5px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-5 {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-5 {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-5 {
        padding-left: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-5 {
        padding-left: 5px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-5 {
        padding-left: 5px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-5 {
        padding-right: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-5 {
        padding-right: 5px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-5 {
        padding-right: 5px !important;
    }
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.py-5 {
    padding-block: 5px !important;
}

@media all and (min-width: 992px) {
    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

.px-5 {
    padding-inline: 5px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-x-5 {
    gap: 0 5px !important;
}

.gap-y-5 {
    gap: 0 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-10 {
        margin-top: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-10 {
        margin-top: 10px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-10 {
        margin-top: 10px !important;
    }
}

.mb-10 {
    margin-bottom: 10px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-10 {
        margin-bottom: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-10 {
        margin-bottom: 10px !important;
    }
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.my-10 {
    margin-block: 10px !important;
}

.mx-10 {
    margin-inline: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-10 {
        padding-top: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-10 {
        padding-top: 10px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-10 {
        padding-left: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-10 {
        padding-left: 10px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-10 {
        padding-left: 10px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-10 {
        padding-right: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-10 {
        padding-right: 10px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-10 {
        padding-right: 10px !important;
    }
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.py-10 {
    padding-block: 10px !important;
}

@media all and (min-width: 992px) {
    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.px-10 {
    padding-inline: 10px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-x-10 {
    gap: 0 10px !important;
}

.gap-y-10 {
    gap: 0 10px !important;
}

.m-12 {
    margin: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-12 {
        margin-top: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-12 {
        margin-top: 12px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-12 {
        margin-top: 12px !important;
    }
}

.mb-12 {
    margin-bottom: 12px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-12 {
        margin-bottom: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-12 {
        margin-bottom: 12px !important;
    }
}

.ml-12 {
    margin-left: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.my-12 {
    margin-block: 12px !important;
}

.mx-12 {
    margin-inline: 12px !important;
}

.p-12 {
    padding: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-12 {
        padding-top: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-12 {
        padding-top: 12px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-12 {
        padding-left: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-12 {
        padding-left: 12px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-12 {
        padding-left: 12px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-12 {
        padding-right: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-12 {
        padding-right: 12px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-12 {
        padding-right: 12px !important;
    }
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.py-12 {
    padding-block: 12px !important;
}

@media all and (min-width: 992px) {
    .py-lg-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

.px-12 {
    padding-inline: 12px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-x-12 {
    gap: 0 12px !important;
}

.gap-y-12 {
    gap: 0 12px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-15 {
        margin-top: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-15 {
        margin-top: 15px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-15 {
        margin-top: 15px !important;
    }
}

.mb-15 {
    margin-bottom: 15px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-15 {
        margin-bottom: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-15 {
        margin-bottom: 15px !important;
    }
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.my-15 {
    margin-block: 15px !important;
}

.mx-15 {
    margin-inline: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-15 {
        padding-top: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-15 {
        padding-top: 15px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-15 {
        padding-left: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-15 {
        padding-left: 15px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-15 {
        padding-left: 15px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-15 {
        padding-right: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-15 {
        padding-right: 15px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-15 {
        padding-right: 15px !important;
    }
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.py-15 {
    padding-block: 15px !important;
}

@media all and (min-width: 992px) {
    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.px-15 {
    padding-inline: 15px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-x-15 {
    gap: 0 15px !important;
}

.gap-y-15 {
    gap: 0 15px !important;
}

.m-16 {
    margin: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-16 {
        margin-top: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-16 {
        margin-top: 16px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-16 {
        margin-top: 16px !important;
    }
}

.mb-16 {
    margin-bottom: 16px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-16 {
        margin-bottom: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-16 {
        margin-bottom: 16px !important;
    }
}

.ml-16 {
    margin-left: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.my-16 {
    margin-block: 16px !important;
}

.mx-16 {
    margin-inline: 16px !important;
}

.p-16 {
    padding: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-16 {
        padding-top: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-16 {
        padding-top: 16px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-16 {
        padding-left: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-16 {
        padding-left: 16px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-16 {
        padding-left: 16px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-16 {
        padding-right: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-16 {
        padding-right: 16px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-16 {
        padding-right: 16px !important;
    }
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.py-16 {
    padding-block: 16px !important;
}

@media all and (min-width: 992px) {
    .py-lg-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

.px-16 {
    padding-inline: 16px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-x-16 {
    gap: 0 16px !important;
}

.gap-y-16 {
    gap: 0 16px !important;
}

.m-18 {
    margin: 18px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-18 {
        margin-top: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-18 {
        margin-top: 18px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-18 {
        margin-top: 18px !important;
    }
}

.mb-18 {
    margin-bottom: 18px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-18 {
        margin-bottom: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-18 {
        margin-bottom: 18px !important;
    }
}

.ml-18 {
    margin-left: 18px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.my-18 {
    margin-block: 18px !important;
}

.mx-18 {
    margin-inline: 18px !important;
}

.p-18 {
    padding: 18px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-18 {
        padding-top: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-18 {
        padding-top: 18px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-18 {
        padding-left: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-18 {
        padding-left: 18px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-18 {
        padding-left: 18px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-18 {
        padding-right: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-18 {
        padding-right: 18px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-18 {
        padding-right: 18px !important;
    }
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.py-18 {
    padding-block: 18px !important;
}

@media all and (min-width: 992px) {
    .py-lg-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

.px-18 {
    padding-inline: 18px !important;
}

.gap-18 {
    gap: 18px !important;
}

.gap-x-18 {
    gap: 0 18px !important;
}

.gap-y-18 {
    gap: 0 18px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-20 {
        margin-top: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-20 {
        margin-top: 20px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-20 {
        margin-top: 20px !important;
    }
}

.mb-20 {
    margin-bottom: 20px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-20 {
        margin-bottom: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-20 {
        margin-bottom: 20px !important;
    }
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.my-20 {
    margin-block: 20px !important;
}

.mx-20 {
    margin-inline: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-20 {
        padding-top: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-20 {
        padding-top: 20px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-20 {
        padding-left: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-20 {
        padding-left: 20px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-20 {
        padding-left: 20px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-20 {
        padding-right: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-20 {
        padding-right: 20px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-20 {
        padding-right: 20px !important;
    }
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.py-20 {
    padding-block: 20px !important;
}

@media all and (min-width: 992px) {
    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.px-20 {
    padding-inline: 20px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-x-20 {
    gap: 0 20px !important;
}

.gap-y-20 {
    gap: 0 20px !important;
}

.m-24 {
    margin: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-24 {
        margin-top: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-24 {
        margin-top: 24px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-24 {
        margin-top: 24px !important;
    }
}

.mb-24 {
    margin-bottom: 24px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-24 {
        margin-bottom: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-24 {
        margin-bottom: 24px !important;
    }
}

.ml-24 {
    margin-left: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.my-24 {
    margin-block: 24px !important;
}

.mx-24 {
    margin-inline: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-24 {
        padding-top: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-24 {
        padding-top: 24px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-24 {
        padding-left: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-24 {
        padding-left: 24px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-24 {
        padding-left: 24px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-24 {
        padding-right: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-24 {
        padding-right: 24px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-24 {
        padding-right: 24px !important;
    }
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.py-24 {
    padding-block: 24px !important;
}

@media all and (min-width: 992px) {
    .py-lg-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

.px-24 {
    padding-inline: 24px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-x-24 {
    gap: 0 24px !important;
}

.gap-y-24 {
    gap: 0 24px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-25 {
        margin-top: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-25 {
        margin-top: 25px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-25 {
        margin-top: 25px !important;
    }
}

.mb-25 {
    margin-bottom: 25px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-25 {
        margin-bottom: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-25 {
        margin-bottom: 25px !important;
    }
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.my-25 {
    margin-block: 25px !important;
}

.mx-25 {
    margin-inline: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-25 {
        padding-top: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-25 {
        padding-top: 25px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-25 {
        padding-left: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-25 {
        padding-left: 25px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-25 {
        padding-left: 25px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-25 {
        padding-right: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-25 {
        padding-right: 25px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-25 {
        padding-right: 25px !important;
    }
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.py-25 {
    padding-block: 25px !important;
}

@media all and (min-width: 992px) {
    .py-lg-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

.px-25 {
    padding-inline: 25px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-x-25 {
    gap: 0 25px !important;
}

.gap-y-25 {
    gap: 0 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-30 {
        margin-top: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-30 {
        margin-top: 30px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-30 {
        margin-top: 30px !important;
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-30 {
        margin-bottom: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-30 {
        margin-bottom: 30px !important;
    }
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.my-30 {
    margin-block: 30px !important;
}

.mx-30 {
    margin-inline: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-30 {
        padding-top: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-30 {
        padding-top: 30px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-30 {
        padding-left: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-30 {
        padding-left: 30px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-30 {
        padding-left: 30px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-30 {
        padding-right: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-30 {
        padding-right: 30px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-30 {
        padding-right: 30px !important;
    }
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.py-30 {
    padding-block: 30px !important;
}

@media all and (min-width: 992px) {
    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.px-30 {
    padding-inline: 30px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-x-30 {
    gap: 0 30px !important;
}

.gap-y-30 {
    gap: 0 30px !important;
}

.m-32 {
    margin: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-32 {
        margin-top: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-32 {
        margin-top: 32px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-32 {
        margin-top: 32px !important;
    }
}

.mb-32 {
    margin-bottom: 32px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-32 {
        margin-bottom: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-32 {
        margin-bottom: 32px !important;
    }
}

.ml-32 {
    margin-left: 32px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.my-32 {
    margin-block: 32px !important;
}

.mx-32 {
    margin-inline: 32px !important;
}

.p-32 {
    padding: 32px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-32 {
        padding-top: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-32 {
        padding-top: 32px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-32 {
        padding-left: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-32 {
        padding-left: 32px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-32 {
        padding-left: 32px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-32 {
        padding-right: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-32 {
        padding-right: 32px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-32 {
        padding-right: 32px !important;
    }
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.py-32 {
    padding-block: 32px !important;
}

@media all and (min-width: 992px) {
    .py-lg-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}

.px-32 {
    padding-inline: 32px !important;
}

.gap-32 {
    gap: 32px !important;
}

.gap-x-32 {
    gap: 0 32px !important;
}

.gap-y-32 {
    gap: 0 32px !important;
}

.m-38 {
    margin: 38px !important;
}

.mt-38 {
    margin-top: 38px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-38 {
        margin-top: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-38 {
        margin-top: 38px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-38 {
        margin-top: 38px !important;
    }
}

.mb-38 {
    margin-bottom: 38px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-38 {
        margin-bottom: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-38 {
        margin-bottom: 38px !important;
    }
}

.ml-38 {
    margin-left: 38px !important;
}

.mr-38 {
    margin-right: 38px !important;
}

.my-38 {
    margin-block: 38px !important;
}

.mx-38 {
    margin-inline: 38px !important;
}

.p-38 {
    padding: 38px !important;
}

.pt-38 {
    padding-top: 38px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-38 {
        padding-top: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-38 {
        padding-top: 38px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-38 {
        padding-left: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-38 {
        padding-left: 38px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-38 {
        padding-left: 38px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-38 {
        padding-right: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-38 {
        padding-right: 38px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-38 {
        padding-right: 38px !important;
    }
}

.pb-38 {
    padding-bottom: 38px !important;
}

.pl-38 {
    padding-left: 38px !important;
}

.pr-38 {
    padding-right: 38px !important;
}

.py-38 {
    padding-block: 38px !important;
}

@media all and (min-width: 992px) {
    .py-lg-38 {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }
}

.px-38 {
    padding-inline: 38px !important;
}

.gap-38 {
    gap: 38px !important;
}

.gap-x-38 {
    gap: 0 38px !important;
}

.gap-y-38 {
    gap: 0 38px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-40 {
        margin-top: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-40 {
        margin-top: 40px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-40 {
        margin-top: 40px !important;
    }
}

.mb-40 {
    margin-bottom: 40px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-40 {
        margin-bottom: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-40 {
        margin-bottom: 40px !important;
    }
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.my-40 {
    margin-block: 40px !important;
}

.mx-40 {
    margin-inline: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-40 {
        padding-top: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-40 {
        padding-top: 40px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-40 {
        padding-left: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-40 {
        padding-left: 40px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-40 {
        padding-left: 40px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-40 {
        padding-right: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-40 {
        padding-right: 40px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-40 {
        padding-right: 40px !important;
    }
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.py-40 {
    padding-block: 40px !important;
}

@media all and (min-width: 992px) {
    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.px-40 {
    padding-inline: 40px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-x-40 {
    gap: 0 40px !important;
}

.gap-y-40 {
    gap: 0 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-50 {
        margin-top: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-50 {
        margin-top: 50px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-50 {
        margin-top: 50px !important;
    }
}

.mb-50 {
    margin-bottom: 50px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-50 {
        margin-bottom: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-50 {
        margin-bottom: 50px !important;
    }
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.my-50 {
    margin-block: 50px !important;
}

.mx-50 {
    margin-inline: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-50 {
        padding-top: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-50 {
        padding-top: 50px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-50 {
        padding-left: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-50 {
        padding-left: 50px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-50 {
        padding-left: 50px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-50 {
        padding-right: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-50 {
        padding-right: 50px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-50 {
        padding-right: 50px !important;
    }
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.py-50 {
    padding-block: 50px !important;
}

@media all and (min-width: 992px) {
    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.px-50 {
    padding-inline: 50px !important;
}

.gap-50 {
    gap: 50px !important;
}

.gap-x-50 {
    gap: 0 50px !important;
}

.gap-y-50 {
    gap: 0 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-60 {
        margin-top: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-60 {
        margin-top: 60px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}

.mb-60 {
    margin-bottom: 60px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-60 {
        margin-bottom: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-60 {
        margin-bottom: 60px !important;
    }
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.my-60 {
    margin-block: 60px !important;
}

.mx-60 {
    margin-inline: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-60 {
        padding-top: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-60 {
        padding-top: 60px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-60 {
        padding-left: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-60 {
        padding-left: 60px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-60 {
        padding-left: 60px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-60 {
        padding-right: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-60 {
        padding-right: 60px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-60 {
        padding-right: 60px !important;
    }
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.py-60 {
    padding-block: 60px !important;
}

@media all and (min-width: 992px) {
    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

.px-60 {
    padding-inline: 60px !important;
}

.gap-60 {
    gap: 60px !important;
}

.gap-x-60 {
    gap: 0 60px !important;
}

.gap-y-60 {
    gap: 0 60px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-80 {
        margin-top: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-80 {
        margin-top: 80px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-80 {
        margin-top: 80px !important;
    }
}

.mb-80 {
    margin-bottom: 80px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-80 {
        margin-bottom: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-80 {
        margin-bottom: 80px !important;
    }
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.my-80 {
    margin-block: 80px !important;
}

.mx-80 {
    margin-inline: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-80 {
        padding-top: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-80 {
        padding-top: 80px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-80 {
        padding-left: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-80 {
        padding-left: 80px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-80 {
        padding-left: 80px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-80 {
        padding-right: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-80 {
        padding-right: 80px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-80 {
        padding-right: 80px !important;
    }
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.py-80 {
    padding-block: 80px !important;
}

@media all and (min-width: 992px) {
    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

.px-80 {
    padding-inline: 80px !important;
}

.gap-80 {
    gap: 80px !important;
}

.gap-x-80 {
    gap: 0 80px !important;
}

.gap-y-80 {
    gap: 0 80px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-100 {
        margin-top: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-100 {
        margin-top: 100px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-100 {
        margin-top: 100px !important;
    }
}

.mb-100 {
    margin-bottom: 100px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-100 {
        margin-bottom: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-100 {
        margin-bottom: 100px !important;
    }
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.my-100 {
    margin-block: 100px !important;
}

.mx-100 {
    margin-inline: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-100 {
        padding-top: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-100 {
        padding-top: 100px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-100 {
        padding-left: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-100 {
        padding-left: 100px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-100 {
        padding-left: 100px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-100 {
        padding-right: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-100 {
        padding-right: 100px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-100 {
        padding-right: 100px !important;
    }
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.py-100 {
    padding-block: 100px !important;
}

@media all and (min-width: 992px) {
    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.px-100 {
    padding-inline: 100px !important;
}

.gap-100 {
    gap: 100px !important;
}

.gap-x-100 {
    gap: 0 100px !important;
}

.gap-y-100 {
    gap: 0 100px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-120 {
        margin-top: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-120 {
        margin-top: 120px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-120 {
        margin-top: 120px !important;
    }
}

.mb-120 {
    margin-bottom: 120px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-120 {
        margin-bottom: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-120 {
        margin-bottom: 120px !important;
    }
}

.ml-120 {
    margin-left: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.my-120 {
    margin-block: 120px !important;
}

.mx-120 {
    margin-inline: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-120 {
        padding-top: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-120 {
        padding-top: 120px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-120 {
        padding-left: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-120 {
        padding-left: 120px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-120 {
        padding-left: 120px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-120 {
        padding-right: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-120 {
        padding-right: 120px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-120 {
        padding-right: 120px !important;
    }
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.py-120 {
    padding-block: 120px !important;
}

@media all and (min-width: 992px) {
    .py-lg-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

.px-120 {
    padding-inline: 120px !important;
}

.gap-120 {
    gap: 120px !important;
}

.gap-x-120 {
    gap: 0 120px !important;
}

.gap-y-120 {
    gap: 0 120px !important;
}

.m-150 {
    margin: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-150 {
        margin-top: 150px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-150 {
        margin-top: 150px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-150 {
        margin-top: 150px !important;
    }
}

.mb-150 {
    margin-bottom: 150px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-150 {
        margin-bottom: 150px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-150 {
        margin-bottom: 150px !important;
    }
}

.ml-150 {
    margin-left: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.my-150 {
    margin-block: 150px !important;
}

.mx-150 {
    margin-inline: 150px !important;
}

.p-150 {
    padding: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-150 {
        padding-top: 150px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-150 {
        padding-top: 150px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-150 {
        padding-left: 150px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-150 {
        padding-left: 150px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-150 {
        padding-left: 150px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-150 {
        padding-right: 150px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-150 {
        padding-right: 150px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-150 {
        padding-right: 150px !important;
    }
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.py-150 {
    padding-block: 150px !important;
}

@media all and (min-width: 992px) {
    .py-lg-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

.px-150 {
    padding-inline: 150px !important;
}

.gap-150 {
    gap: 150px !important;
}

.gap-x-150 {
    gap: 0 150px !important;
}

.gap-y-150 {
    gap: 0 150px !important;
}

.m-160 {
    margin: 160px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-160 {
        margin-top: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-160 {
        margin-top: 160px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-160 {
        margin-top: 160px !important;
    }
}

.mb-160 {
    margin-bottom: 160px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-160 {
        margin-bottom: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-160 {
        margin-bottom: 160px !important;
    }
}

.ml-160 {
    margin-left: 160px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.my-160 {
    margin-block: 160px !important;
}

.mx-160 {
    margin-inline: 160px !important;
}

.p-160 {
    padding: 160px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-160 {
        padding-top: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-160 {
        padding-top: 160px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-160 {
        padding-left: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-160 {
        padding-left: 160px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-160 {
        padding-left: 160px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-160 {
        padding-right: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-160 {
        padding-right: 160px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-160 {
        padding-right: 160px !important;
    }
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pl-160 {
    padding-left: 160px !important;
}

.pr-160 {
    padding-right: 160px !important;
}

.py-160 {
    padding-block: 160px !important;
}

@media all and (min-width: 992px) {
    .py-lg-160 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
}

.px-160 {
    padding-inline: 160px !important;
}

.gap-160 {
    gap: 160px !important;
}

.gap-x-160 {
    gap: 0 160px !important;
}

.gap-y-160 {
    gap: 0 160px !important;
}

.m-180 {
    margin: 180px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

@media all and (min-width: 992px) {
    .mt-lg-180 {
        margin-top: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .mt-md-180 {
        margin-top: 180px !important;
    }
}

@media all and (min-width: 0px) {
    .mt-sm-180 {
        margin-top: 180px !important;
    }
}

.mb-180 {
    margin-bottom: 180px !important;
}

@media all and (min-width: 992px) {
    .mb-lg-180 {
        margin-bottom: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .mb-md-180 {
        margin-bottom: 180px !important;
    }
}

.ml-180 {
    margin-left: 180px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.my-180 {
    margin-block: 180px !important;
}

.mx-180 {
    margin-inline: 180px !important;
}

.p-180 {
    padding: 180px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-180 {
        padding-top: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-180 {
        padding-top: 180px !important;
    }
}

@media all and (min-width: 992px) {
    .pl-lg-180 {
        padding-left: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .pl-md-180 {
        padding-left: 180px !important;
    }
}

@media all and (min-width: 0px) {
    .pl-sm-180 {
        padding-left: 180px !important;
    }
}

@media all and (min-width: 992px) {
    .pr-lg-180 {
        padding-right: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .pr-md-180 {
        padding-right: 180px !important;
    }
}

@media all and (min-width: 0px) {
    .pr-sm-180 {
        padding-right: 180px !important;
    }
}

.pb-180 {
    padding-bottom: 180px !important;
}

.pl-180 {
    padding-left: 180px !important;
}

.pr-180 {
    padding-right: 180px !important;
}

.py-180 {
    padding-block: 180px !important;
}

@media all and (min-width: 992px) {
    .py-lg-180 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
}

.px-180 {
    padding-inline: 180px !important;
}

.gap-180 {
    gap: 180px !important;
}

.gap-x-180 {
    gap: 0 180px !important;
}

.gap-y-180 {
    gap: 0 180px !important;
}

.adur-100ms {
    animation-duration: 0.1s !important;
}

.adel-100ms {
    animation-delay: 0.1s !important;
}

.adur-200ms {
    animation-duration: 0.2s !important;
}

.adel-200ms {
    animation-delay: 0.2s !important;
}

.adur-300ms {
    animation-duration: 0.3s !important;
}

.adel-300ms {
    animation-delay: 0.3s !important;
}

.adur-400ms {
    animation-duration: 0.4s !important;
}

.adel-400ms {
    animation-delay: 0.4s !important;
}

.adur-500ms {
    animation-duration: 0.5s !important;
}

.adel-500ms {
    animation-delay: 0.5s !important;
}

.adur-600ms {
    animation-duration: 0.6s !important;
}

.adel-600ms {
    animation-delay: 0.6s !important;
}

.adur-700ms {
    animation-duration: 0.7s !important;
}

.adel-700ms {
    animation-delay: 0.7s !important;
}

.adur-800ms {
    animation-duration: 0.8s !important;
}

.adel-800ms {
    animation-delay: 0.8s !important;
}

.adur-900ms {
    animation-duration: 0.9s !important;
}

.adel-900ms {
    animation-delay: 0.9s !important;
}

.adur-1s {
    animation-duration: 1s !important;
}

.adel-1s {
    animation-delay: 1s !important;
}

.adur-1-1s {
    animation-duration: 1.1s !important;
}

.adel-1-1s {
    animation-delay: 1.1s !important;
}

.adur-1-2s {
    animation-duration: 1.2s !important;
}

.adel-1-2s {
    animation-delay: 1.2s !important;
}

.adur-1-3s {
    animation-duration: 1.3s !important;
}

.adel-1-3s {
    animation-delay: 1.3s !important;
}

.adur-1-4s {
    animation-duration: 1.4s !important;
}

.adel-1-4s {
    animation-delay: 1.4s !important;
}

.adur-1-5s {
    animation-duration: 1.5s !important;
}

.adel-1-5s {
    animation-delay: 1.5s !important;
}

.w-full {
    width: 100% !important;
}

@media all and (min-width: 992px) {
    .w-lg-full {
        width: 100% !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-full {
        width: 100% !important;
    }
}

.min-w-full {
    min-width: 100% !important;
}

.max-w-full {
    max-width: 100% !important;
}

.w-half {
    width: 50% !important;
}

@media all and (min-width: 992px) {
    .w-lg-half {
        width: 50% !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-half {
        width: 50% !important;
    }
}

.min-w-half {
    min-width: 50% !important;
}

.max-w-half {
    max-width: 50% !important;
}

.w-140 {
    width: 140px !important;
}

@media all and (min-width: 992px) {
    .w-lg-140 {
        width: 140px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-140 {
        width: 140px !important;
    }
}

.min-w-140 {
    min-width: 140px !important;
}

.max-w-140 {
    max-width: 140px !important;
}

.w-206 {
    width: 206px !important;
}

@media all and (min-width: 992px) {
    .w-lg-206 {
        width: 206px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-206 {
        width: 206px !important;
    }
}

.min-w-206 {
    min-width: 206px !important;
}

.max-w-206 {
    max-width: 206px !important;
}

.w-253 {
    width: 253px !important;
}

@media all and (min-width: 992px) {
    .w-lg-253 {
        width: 253px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-253 {
        width: 253px !important;
    }
}

.min-w-253 {
    min-width: 253px !important;
}

.max-w-253 {
    max-width: 253px !important;
}

.w-450 {
    width: 450px !important;
}

@media all and (min-width: 992px) {
    .w-lg-450 {
        width: 450px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-450 {
        width: 450px !important;
    }
}

.min-w-450 {
    min-width: 450px !important;
}

.max-w-450 {
    max-width: 450px !important;
}

.list-none {
    list-style: none;
    margin-bottom: 0;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    outline: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer !important;
}

    .nav-link:link, .nav-link:visited {
        color: #ffffff;
    }

    .nav-link:hover, .nav-link:focus, .nav-link:active {
        text-decoration: none;
        color: #F3BE11;
    }

.nav-link__user {
    border: 1px solid #04FCFF !important;
    color: #04FCFF !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .nav-link__user:link, .nav-link__user:visited {
        color: #ffffff;
    }

    .nav-link__user:hover, .nav-link__user:focus, .nav-link__user:active {
        text-decoration: none;
        background-color: #04FCFF !important;
        color: #141A33 !important;
    }

.li-desc li {
    margin-bottom: 20px;
}

.underline-text {
    text-decoration: underline;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

@media all and (max-width: 768px) {
    .justify-sm-center {
        justify-content: center;
    }
}
/*Pagination*/

.dnn-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin-top: 20px;
}

.dnn-pagination__text {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
}

.dnn-pagination__goto, .dnn-pagination__row-count, .dnn-pagination__control {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.dnn-pagination__input {
    display: inline-block;
    height: 38px;
    width: 62px;
    outline: 0;
    border: 2px solid #eeeef0;
    box-shadow: none;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #444444;
    border-radius: 38px;
    text-align: center;
}

.dnn-pagination__select-container {
    display: inline-block;
    height: 48px;
    width: 90px;
    background-color: #ffffff;
    color: rgba(26, 41, 72, 0.7);
    border: 2px solid #eeeef0;
    border-radius: 48px;
    position: relative;
}

.dnn-pagination__select {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 48px;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 16px;
    appearance: none;
    position: absolute;
    z-index: 9;
}

.dnn-pagination__select-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.dnn-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    color: #ffffff;
  
    border-radius: 48px;
    cursor: pointer;
}

    .dnn-pagination__btn i {
        font-size: 20px;
    }

.dnn-pagination__btn--disabled {
    background-color: transparent;
    color: white;
    pointer-events: none;
    cursor: not-allowed;
}

    .dnn-pagination__btn--disabled i {
        color: #ffffff;
    }

.dnn-disabled {
    opacity: 0.65;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

    .dnn-disabled .btn {
        pointer-events: none !important;
        cursor: not-allowed !important;
    }

.text-left {
    text-align: left !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer !important;
}

.rounded-full {
    border-radius: 100%;
    border-radius: 100%;
}

@media all and (min-width: 768px) {
    .mt-n-md-25 {
        margin-top: -25px !important;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(1.3);
        opacity: 0.8;
    }

    50% {
        transform: scale(0.85);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animate-bounceIn {
    animation: bounceIn 1s ease-in-out;
    transition-timing-function: linear;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    background-color: #141A33;
    color: #ffffff;
    margin: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li a:hover, ul li a:focus {
        text-decoration: none;
    }

.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.index {
    position: relative;
    z-index: 10;
}

.dropdown-menu {
    background-color: #2A4668;
}

    .dropdown-menu li a {
        background-color: transparent;
        color: #DADEF2;
    }

        .dropdown-menu li a:hover {
            background-color: transparent;
            color: #f18619;
        }

.list-disc {
    list-style-type: disc;
}

.section-padding {
    padding-top: 180px;
    padding-bottom: 100px;
}

.highlight__text {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px 20px;
    text-align: center;
    border-radius: 16px;
    margin: 30px 0;
}

    .highlight__text p {
        font-size: 18px;
        margin-bottom: 0;
    }

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-auto {
    cursor: auto !important;
}

@media only screen and (max-width: 1170px) {
    .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    br {
        display: none;
    }

    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    body.header-open {
        height: 100vh;
        overflow: hidden;
    }

    .section-padding {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .highlight__text {
        padding: 15px;
        border-radius: 12px;
        margin: 20px 0;
    }

        .highlight__text p {
            font-size: 16px;
        }
}

@media only screen and (max-width: 768px) {
    .section-padding {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .pika-single {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.form-control {
    box-shadow: none;
    outline: 0;
    color: #ffffff;
}

    .form-control::placeholder {
        color: #ffffff;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #DADEF2;
    }

textarea.form-control {
    border: 0px;
    padding: 26px;
    line-height: 1.6;
    border-radius: 8px;
    resize: none;
    font-size: 18px;
}

    textarea.form-control::placeholder {
        color: #ffffff !important;
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 380px;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    background: linear-gradient(0deg, rgba(16, 44, 78, 0.9), rgba(16, 44, 78, 0.9)), linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../../img/bg-pattern-2.png");
}

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: calc(100% + 10px) !important;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
            left: 50% !important;
            transform: translateX(-50%);
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
            display: none;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 12px solid rgba(16, 44, 78, 0.9);
            bottom: -12px;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead {
        border-bottom: 1px solid #31418C;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead tr th {
            height: 30px;
            padding: 6px;
            line-height: 30px;
            color: #DADEF2;
            font-weight: 500;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead tr:first-child th:hover {
            background-color: #07172C;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td {
        height: 40px;
        padding: 6px;
        line-height: 40px;
        width: 40px;
        transition: 0.5s;
        border-radius: 50px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td:hover {
            transition: 0.5s;
            background-color: #07172C;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.today:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #04FCFF;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.today {
            background-color: #141A33;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active {
            background-color: #f18619;
            color: #ffffff;
            transition: 0.5s;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active::before {
                display: none;
            }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active:hover {
                background-color: #07172C;
            }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td,
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td {
        border-radius: 0px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td:hover,
        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td:hover {
            background-color: transparent;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span,
        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span {
            border-radius: 54px;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span:hover,
            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span:hover {
                background-color: #07172C;
            }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span.active,
            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span.active {
                background-color: #f18619;
                color: #ffffff;
            }

                .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span.active:hover,
                .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span.active:hover {
                    background-color: #07172C;
                }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td:hover {
        background-color: transparent;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span {
        border-radius: 12px;
        width: 104px;
        height: 30px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span:hover {
            background-color: #07172C;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span.active {
            background-color: #f18619;
            color: #ffffff;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span.active:hover {
                background-color: #07172C;
            }

.tooltip {
    z-index: 970;
}

    .tooltip .tooltip-inner {
        border-radius: 5px;
    }

.theme-btn {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    color: #ffffff;
    border: 0;
    outline: 0;
    box-shadow: none;
    transition: 0.3s;
}

.theme-btn__primary {
    background-color: #f18619;
    border-radius: 12px;
    font-weight: 500;
}

    .theme-btn__primary:hover {
        background-color: #04FCFF;
        color: #141A33;
    }

.theme-btn__primary--uppercase {
    text-transform: uppercase !important;
}

.theme-btn__primary--icon {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .theme-btn__primary--icon i {
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

.theme-btn__secondary {
    background-color: #04FCFF;
    border: 1px solid #04FCFF;
    color: #141A33;
    border-radius: 12px;
    font-weight: 500;
}

.theme-btn__secondary--icon {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .theme-btn__secondary--icon i {
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

.theme-btn__secondary:hover, .theme-btn__secondary:focus {
    background-color: #04FCFF;
}

.theme-btn__outline {
    font-size: 16px;
    background-color: transparent;
    border-radius: 12px;
}

.theme-btn__outline--primary {
    border: 1px solid #f18619;
    color: #f18619;
}

    .theme-btn__outline--primary:hover, .theme-btn__outline--primary:focus {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #141A33;
    }

.theme-btn__outline--secondary {
    border: 1px solid #04FCFF;
    color: #04FCFF;
}

    .theme-btn__outline--secondary:hover, .theme-btn__outline--secondary:focus {
        background-color: #04FCFF;
        color: #f18619;
    }

.theme-btn__outline--secondary2 {
    border: 2px solid #878CA8;
    border-radius: 50px;
    color: #ffffff;
}

.theme-btn__outline--icon {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .theme-btn__outline--icon i {
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

.theme-btn__outline:hover, .theme-btn__outline:focus {
    background-color: #04FCFF;
    color: #141A33;
    border-color: #04FCFF;
}

.theme-btn__accent {
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
}

.theme-btn__icon-only {
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    color: #f18619;
}

.theme-btn-size-xl {
    padding: 0px;
    font-size: 30px;
    line-height: 42px;
}

@media all and (min-width: 768px) {
    .theme-btn-size-xl {
        padding: 10px 0;
        line-height: 42px;
    }
}

.theme-btn-size-lg {
    padding: 11px 10px;
    font-size: 18px;
    line-height: 1.4;
}

.theme-btn-size-lg {
    font-size: 14px;
}

.theme-btn--with-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.theme-btn__loader {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-block;
    border: 2px solid #141A33;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    animation: spin 1.3s linear infinite;
}

.theme-btn__loader2 {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-block;
    border: 2px solid #ffffff;
    border-top: 2px solid #f18619;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    animation: spin 1.3s linear infinite;
}

.theme-btn--disabled {
    background-color: #E5E8F7;
    color: #141A33;
    cursor: not-allowed !important;
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 992px) {
    .theme-btn {
        font-size: 14px;
    }

    .theme-btn__outline {
        font-size: 14px;
    }

    .theme-btn-size-lg {
        padding: 10px 6px;
    }
}

@media only screen and (max-width: 768px) {
    .theme-btn {
        font-size: 12px;
    }
}

.faq {
    padding: 150px 0;
    background-image: url(../../img/bg-pattern-2.png);
}

.faq__show-more {
    margin-top: 80px;
}

.faq__main {
    padding-top: 0;
    margin-top: -60px;
    background-image: none !important;
}

    .faq__main .section__title {
        text-align: start;
    }

    .faq__main .faq__item {
        background-color: transparent;
        padding: 30px 0;
        margin-top: 0 !important;
        border-bottom: 1px solid #DADEF2;
        border-radius: 0 !important;
    }

    .faq__main .faq__lg__heading p {
        font-size: 28px !important;
        font-weight: 600;
        text-transform: capitalize;
    }

        .faq__main .faq__lg__heading p.collapsed::after {
            top: 25px !important;
            width: 48px;
            height: 48px;
            background-color: #ffffff;
            font-size: 24px;
            color: #141A33;
        }

        .faq__main .faq__lg__heading p::after {
            top: 20px !important;
            width: 48px;
            height: 48px;
            background-color: #ffffff;
            font-size: 24px;
            color: #141A33;
        }

    .faq__main .faq__lg__body {
        padding: 0;
        font-size: 18px !important;
    }

.faq--alternate {
    padding: 0;
}

    .faq--alternate .faq__item {
        padding: 0;
        background-color: transparent;
        margin-top: 20px !important;
    }

        .faq--alternate .faq__item:first-child {
            margin-top: 0 !important;
        }

    .faq--alternate .faq__lg__body {
        margin-top: 0;
        padding: 0;
        background: transparent;
    }

    .faq--alternate .faq__lg__heading p::after {
        content: "\e919";
        top: 20px;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        color: #141A33;
    }

    .faq--alternate .faq__lg__heading p.collapsed::after {
        content: "\e920";
        top: 20px;
        width: 40px;
        height: 40px;
        color: #141A33;
        transform: translateY(-50%) rotate(360deg);
    }

    .faq--alternate .recommended__text {
        border-bottom: 1px solid #DADEF2;
        padding-bottom: 20px;
    }

.faq__title {
    font-size: 87px;
    line-height: 104px;
    font-weight: 500;
}

.faq__subtitle {
    font-size: 30px;
    line-height: 1.2;
}

.faq__item {
    margin-top: 20px !important;
    padding: 30px 24px;
    box-shadow: none;
    background-color: #141A33;
    border: 0;
    border-radius: 16px !important;
}

.faq__lg {
    margin-top: 0px;
}

.faq__lg__heading {
    border: 0;
    background-color: transparent !important;
}

    .faq__lg__heading p {
        padding-right: 70px;
        position: relative;
        z-index: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        font-size: 22px;
        color: #ffffff;
        transition: 0.5s;
    }

        .faq__lg__heading p::after {
            content: "\e96e";
            font-family: "icomoon";
            font-size: 16px;
            font-weight: 700;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 30px;
            height: 30px;
            color: #ffffff;
            border: 1.5px solid #ffffff;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s linear, color 0.5s linear;
        }

        .faq__lg__heading p.collapsed {
            transition: 0.5s;
        }

            .faq__lg__heading p.collapsed::after {
                content: "\e96f";
                font-family: "icomoon";
                font-size: 16px;
                font-weight: 700;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                width: 30px;
                height: 30px;
                color: #ffffff;
                border: 1.5px solid #ffffff;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                transform: translateY(-50%) rotate(180deg);
            }

.faq__lg__body {
    padding: 16px 20px;
    font-size: 16px;
    border: 0;
    background-color: #505673;
    color: #ffffff;
    border-radius: 16px;
    margin-top: 30px;
}

    .faq__lg__body a {
        text-decoration: underline;
    }

        .faq__lg__body a:visited {
            color: #ffffff !important;
        }

        .faq__lg__body a:hover, .faq__lg__body a:focus {
            color: #ffffff;
        }

.faq__main .faq__lg__body {
    padding-bottom: 40px;
    font-size: 35px;
    line-height: 1.2;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
}

.faq__main .faq__lg__heading p {
    padding-right: 90px;
}

.faq-alt__item {
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}

.faq-alt__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-alt__lg__heading {
    padding: 30px 0;
    background-color: transparent !important;
}

    .faq-alt__lg__heading h5 {
        font-family: "Neue Montreal";
        font-size: 24px;
        margin-bottom: 0;
        color: #DADEF2;
    }

.faq-alt__lg__body {
    padding-bottom: 30px;
}

.faq-alt__left {
    display: flex;
    align-items: baseline;
}

.faq-alt__builder {
    width: 230px;
}

.faq-alt__sector {
    font-size: 16px;
    font-weight: 250;
}

.faq-alt__icon {
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-alt__lg__heading h5 {
    position: relative;
}

    .faq-alt__lg__heading h5::after {
        content: "\e96e";
        font-family: "icomoon";
        font-size: 16px;
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        right: 0;
        width: 30px;
        height: 30px;
        color: #DADEF2;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .faq-alt__lg__heading h5.collapsed::after {
        content: "\e96f";
        font-family: "icomoon";
        font-size: 16px;
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        right: 0;
        width: 30px;
        height: 30px;
        color: #DADEF2;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

.panel-heading {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .faq {
        padding: 80px 0;
    }

    .faq__lg__body {
        padding: 15px;
        margin-top: 10px;
        font-size: 16px;
    }

    .faq__lg__heading {
        padding: 0;
    }

        .faq__lg__heading p {
            font-size: 22px;
        }

            .faq__lg__heading p::after {
                font-size: 14px;
                width: 30px;
                height: 30px;
                top: 15px;
            }

            .faq__lg__heading p.collapsed::after {
                font-size: 14px;
                width: 30px;
                height: 30px;
                top: 15px;
            }

        .faq__lg__heading h3::after {
            font-size: 18px;
            width: 35px;
            height: 35px;
        }

        .faq__lg__heading h3.collapsed::after {
            font-size: 18px;
            width: 35px;
            height: 35px;
        }

    .faq__main {
        padding-bottom: 80px;
    }

        .faq__main .faq__lg__heading {
            padding: 20px 0;
        }

            .faq__main .faq__lg__heading p {
                font-size: 24px !important;
            }

                .faq__main .faq__lg__heading p::after {
                    top: 20px !important;
                    width: 40px;
                    height: 40px;
                    font-size: 24px;
                }

                .faq__main .faq__lg__heading p.collapsed::after {
                    top: 20px !important;
                    width: 40px;
                    height: 40px;
                    font-size: 24px;
                }

        .faq__main .faq__lg__body {
            margin-top: 0;
            padding-bottom: 20px;
            font-size: 18px !important;
        }

        .faq__main .faq__item {
            padding: 0;
        }

    .faq__subtitle {
        font-size: 24px;
        line-height: 1.2;
    }

    .faq__show-more {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .faq {
        padding: 50px 0;
    }

    .faq__lg__body {
        font-size: 14px;
    }

    .faq__lg__heading p {
        font-size: 16px;
    }

        .faq__lg__heading p::after {
            font-size: 12px;
            width: 25px;
            height: 25px;
            top: 10px;
        }

        .faq__lg__heading p.collapsed::after {
            font-size: 12px;
            width: 25px;
            height: 25px;
            top: 10px;
        }

    .faq__lg__heading h3 {
        font-size: 16px;
    }

    .faq__show-more {
        margin-top: 30px !important;
    }

    .faq__main {
        padding-bottom: 50px;
    }

        .faq__main .faq__lg__heading p {
            font-size: 20px !important;
        }
}

.dnn-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 32px;
    background-color: #E5E8F7;
    border-radius: 10px;
    min-width: 150px;
    padding: 4px 8px;
}

.dnn-tag__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #141A33;
    width: 24px;
    height: 24px;
}

.dnn-tag__text {
    font-size: 14px;
    line-height: 19.6px;
    color: #141A33;
    text-transform: uppercase;
}

.dnn-tag__btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #141A33;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.dropdown__selection {
    max-width: 285px;
    margin: 0 auto;
    position: relative;
}

    .dropdown__selection button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        background: transparent;
        color: #ffffff;
        border: 0;
        outline: 0;
        font-size: 16px;
        padding: 0;
        border-radius: 12px;
    }

        .dropdown__selection button span {
            color: #ffffff;
            flex-grow: 1;
            border: 0.8px solid #ffffff;
            border-right: 0;
            border-radius: 12px 0 0 12px;
            padding: 8px 0 9px 20px;
        }

        .dropdown__selection button i {
            padding: 11px 12px;
            height: 100%;
            border: 0.8px solid #ffffff;
            border-left: 1px solid #ffffff;
            border-radius: 0 12px 12px 0;
            font-size: 18px;
            color: #ffffff;
        }

    .dropdown__selection ul {
        border-radius: 12px;
        padding: 0;
    }

        .dropdown__selection ul.dropdown-menu {
            width: 100%;
            background: #505673;
        }

        .dropdown__selection ul li {
            width: 100%;
        }

            .dropdown__selection ul li:hover {
                border-radius: 12px;
            }

            .dropdown__selection ul li a {
                padding: 8px 16px;
                color: #ffffff;
                cursor: pointer;
            }

                .dropdown__selection ul li a:hover {
                    border-radius: 12px;
                    color: #F3BE11;
                }

.dropdown__selection__alt {
    display: flex;
    gap: 20px;
    max-width: unset;
}

    .dropdown__selection__alt .select-items {
        min-width: 120px;
        left: unset;
        width: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        background: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        outline: 0;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 10px;
        border-radius: 12px;
        color: #04FCFF;
    }

        .dropdown__selection__alt .select-items:nth-child(2) {
            min-width: 140px;
        }

        .dropdown__selection__alt .select-items:focus, .dropdown__selection__alt .select-items:focus-visible {
            outline: 0;
            box-shadow: 0;
        }

    .dropdown__selection__alt option {
        background-color: #04FCFF;
        color: #141A33;
    }

        .dropdown__selection__alt option:hover {
            background-color: #04FCFF;
            color: #141A33;
        }

    .dropdown__selection__alt .dropdown-value {
        min-width: 120px;
        left: unset;
        width: unset;
    }

    .dropdown__selection__alt .dropdown-menu {
        min-width: 120px;
    }

    .dropdown__selection__alt button {
        border: 1px solid #ffffff;
        padding: 15px 20px;
        display: flex;
        gap: 10px;
        width: 120px;
    }

        .dropdown__selection__alt button span {
            font-size: 18px;
            padding: 0;
            border: 0;
        }

        .dropdown__selection__alt button i {
            font-size: 18px;
            border-left: 0;
            padding: 0;
            border: 0;
        }

.dropdown__selection__date {
    display: flex;
    gap: 20px;
    max-width: unset !important;
    margin: auto 0;
    position: relative;
}

    .dropdown__selection__date .select-items {
        min-width: 140px;
        left: unset;
        width: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        background: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        outline: 0;
        font-size: 16px;
        font-weight: 700;
        padding: 20px 15px;
        border-radius: 12px;
        color: #04FCFF;
        position: relative;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .dropdown__selection__date .select-items:nth-child(2) {
            min-width: 195px;
        }

        .dropdown__selection__date .select-items:focus, .dropdown__selection__date .select-items:focus-visible {
            outline: 0;
            box-shadow: 0;
        }

.dropdown__selection__date__items {
    position: relative;
}

    .dropdown__selection__date__items::after {
        content: "\e920";
        font-family: "icomoon";
        position: absolute;
        z-index: -1;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        color: #04fcff;
    }

.dropdown__selection__date option {
    background-color: #2A4668;
    color: #FAF8F2;
}

    .dropdown__selection__date option:hover {
        background-color: #04FCFF;
        color: #141A33;
    }

.dropdown__selection__date .dropdown-value {
    min-width: 120px;
    left: unset;
    width: unset;
}

.dropdown__selection__date .dropdown-menu {
    min-width: 120px;
}

.dropdown__selection__date button {
    border: 1px solid #ffffff;
    padding: 15px 20px;
    display: flex;
    gap: 10px;
    width: 120px;
}

    .dropdown__selection__date button span {
        font-size: 18px;
        padding: 0;
        border: 0;
    }

    .dropdown__selection__date button i {
        font-size: 18px;
        border-left: 0;
        padding: 0;
        border: 0;
    }

.status-pill {
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.status-pill--default {
    background-color: #e7f3ff;
    color: #141A33;
}

.status-pill--success {
    background-color: #EAFFE7;
    color: #141A33;
}

.status-pill--warning {
    background-color: #fffcdb;
    color: #141A33;
}

.status-pill--danger {
    background-color: #FFD8D8;
    color: #141A33;
}

.status-pill--state {
    background-color: #ffffff;
    color: #141A33;
}

.searchable-dropdown.dropdown {
    background-color: transparent;
    height: 56px;
    border: 1px solid #ffffff;
    border-radius: 10px !important;
}

.searchable-dropdown input {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    height: 56px;
    padding: 15px 20px;
    padding-right: 44px;
    border: 0;
    border-radius: 10px;
    outline: 0;
    box-shadow: 0;
    z-index: 2;
}

    .searchable-dropdown input::placeholder {
        color: #ffffff;
    }

.searchable-dropdown i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
}

.searchable-dropdown .dropdown-menu {
    border-radius: 12px;
    background-color: #2A4668;
    padding: 0px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

    .searchable-dropdown .dropdown-menu li {
        width: 100%;
    }

        .searchable-dropdown .dropdown-menu li:first-child:hover {
            border-radius: 10px 10px 0 0;
        }

        .searchable-dropdown .dropdown-menu li:last-child:hover {
            border-radius: 0px 0px 10px 10px;
        }

        .searchable-dropdown .dropdown-menu li a {
            cursor: pointer;
            padding: 8px 16px;
            color: #ffffff;
        }

            .searchable-dropdown .dropdown-menu li a:hover {
                background-color: rgba(20, 26, 51, 0.3);
                border-radius: 12px;
                color: #ffffff;
            }

@media only screen and (max-width: 992px) {
    .dropdown__selection {
        max-width: 285px;
        margin-left: 20px;
    }

    .generated-document__status {
        padding-left: 0 !important;
    }

    .dnn-tag {
        min-width: 100px;
        align-items: center;
        gap: 2px;
        padding: 0;
    }

        .dnn-tag i {
            font-size: 16px;
        }

    .dnn-tag__btn {
        margin-left: 0;
    }

        .dnn-tag__btn i {
            font-size: 14px;
        }

    .dropdown__selection__date .select-items {
        min-width: 90px;
        font-size: 14px;
        padding: 15px 10px;
        color: #04FCFF;
    }

        .dropdown__selection__date .select-items:nth-child(2) {
            min-width: 120px;
        }
}

@media only screen and (max-width: 768px) {
    .dropdown__selection {
        margin-left: 0;
    }

    .generated-document__status {
        padding-left: 0 !important;
    }

    .dropdown__selection__date {
        gap: 10px;
    }

        .dropdown__selection__date .select-items {
            min-width: 80px;
            font-size: 14px;
            padding: 12px 8px;
        }
}

.product__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    opacity: 1;
    transition: all 0.7s;
}

.product__items__alt {
    padding: 0;
    position: relative;
}

.product__items--alt .product__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
}

    .product__items--alt .product__description h5 {
        font-size: 20px;
    }

.product__items__nav {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

    .product__items__nav .prev-arrow {
        font-size: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: rgba(20, 26, 51, 0.4);
        box-shadow: 0 0 2px #878CA8;
        cursor: pointer;
        transition: 0.3s;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }

        .product__items__nav .prev-arrow:hover {
            background-color: #ffffff;
            color: #141A33;
        }

    .product__items__nav .next-arrow {
        font-size: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: rgba(20, 26, 51, 0.4);
        box-shadow: 0 0 2px #878CA8;
        cursor: pointer;
        transition: 0.3s;
        position: absolute;
        z-index: 999;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

        .product__items__nav .next-arrow:hover {
            background-color: #ffffff;
            color: #141A33;
        }

.product__card {
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #505673;
    display: flex;
    flex-direction: column;
    background: #141A33;
}

.product__img {
    background: radial-gradient(50% 164.97% at 50% 50%, #1c73c6 0%, #06294a 100%);
    padding: 25px 25px 0;
    border-radius: 16px 16px 0 0;
    max-height: 198px;
}

    .product__img img {
        max-width: 150px;
    }

.product__description {
    padding: 20px;
    background-color: #141A33;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

.product__action{
    margin-top: auto;
}
.product__action button {
    border-radius: 0 0 14px 14px;
}

.product.fadeOut {
    opacity: 0;
    transition: all 0.3s;
}

.product__loader {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    transition: all 0.3s;
}

    .product__loader.fadeOut {
        opacity: 0;
        transition: opacity 0.3s, position 0.3s 0.3s;
    }

.product__card-extended {
    border-radius: 12px;
    background: radial-gradient(172.38% 69% at 50% 50%, #1C73C6 0%, #06294A 100%);
    overflow: hidden;
    position: relative;
    height: 100%;
}

    .product__card-extended .product__action {
        padding: 0;
    }

        .product__card-extended .product__action button {
            border: 1px solid blue-6;
            border-radius: 42px;
            padding: 12;
            width: 42px;
            height: 42px;
        }

            .product__card-extended .product__action button i {
                font-size: 18px;
            }

.product__tag {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 16px;
    font-size: 12px;
    background: linear-gradient(180deg, rgba(108, 34, 29, 0.3) 0%, rgba(149, 65, 57, 0.3) 100%);
    color: #ffffff;
    border-radius: 0 12px 0 12px;
    border: 1px solid #d78c6c;
    border-top: 0px;
    border-right: 0px;
}

    .product__tag.active {
        background: #f18619;
        border: 0px;
    }

.product__price {
    background-color: #f18619;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

.product__price__unit {
    font-weight: 700;
}

.product__identity {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
}

    .product__identity .item-1 {
        text-align: center;
        max-height: 250px;
        width: 100%;
    }

        .product__identity .item-1 img {
            height: 100%;
            max-height: 100%;
            max-width: 100px;
            width: auto;
        }

    .product__identity .product-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff;
    }

.product__card-section-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.product__card-section-desc {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    padding: 0 15px;
    height: 76.5px;
    overflow: hidden;
    color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .product__img img {
        max-width: 120px;
    }

    .product__items--alt .product__description {
        padding: 15px;
    }

    .product__items__nav .prev-arrow {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .product__items__nav .next-arrow {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .product__identity {
        grid-template-columns: repeat(3, 1fr);
    }

        .product__identity .item-1 {
            grid-column: span 1;
        }

        .product__identity .item-2 {
            grid-column: span 2;
        }

    .product__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .product__items--alt {
        padding: 50px 0 !important;
    }
}

.info-list {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 32px;
}

.info-list__item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.info-list__icon {
    background-color: #F3BE11;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

    .info-list__icon i {
        font-size: 20px;
        color: #ffffff;
    }

.info-list__text {
    font-size: 16px;
    line-height: 30px;
    flex-shrink: 5;
}

@media all and (min-width: 992px) {
    .info-list__text {
        font-size: 20px;
    }
}

@media all and (max-width: 991px) {
    .details-list {
        padding-bottom: 80px;
    }
}

.details-list__heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 60px;
}

.details-list__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.details-list__item {
    display: flex;
    gap: 24px;
    position: relative;
}

    .details-list__item:last-child::after {
        content: none;
    }

    .details-list__item::after {
        content: "";
        position: absolute;
        top: 55px;
        left: 20px;
        height: calc(100% - 40px);
        border-left: 2px dashed #505673;
        border-top: transparent;
        border-bottom: transparent;
        border-right: transparent;
    }

.details-list__icon {
    background-color: #F3BE11;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 11;
}

    .details-list__icon i {
        font-size: 20px;
        color: #ffffff;
    }

.details-list__dtls {
    width: calc(100% - 64px);
}

.details-list__time {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    margin-bottom: 12px;
}

.details-list__task {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.details-list__desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0px;
}

.bullet-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 24px;
}

.bullet-list__item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
}

.bullet-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 20px;
    font-size: 20px;
}

.bullet-list__text {
    margin: 0;
    margin-bottom: 2px;
    color: #505673;
    line-height: 1;
    font-size: 18px;
}

.marked-list {
    padding-left: 0px;
    list-style: none;
}

.marked-list__item {
    position: relative;
    padding-left: 25px;
    align-items: center;
    margin-bottom: 12px;
}

    .marked-list__item::before {
        content: "\e967";
        display: inline-flex;
        font-family: "icomoon" !important;
        font-size: 16px;
        margin-right: 15px;
        color: #505673;
        font-weight: 500;
        position: absolute;
        left: 0px;
        top: 2px;
    }

.list__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list__item {
    display: flex;
    gap: 10px;
}

.list__icon {
    margin-top: -7px;
    font-size: 30px;
    font-weight: 500;
    color: #f18619;
}

.list__icon--white {
    color: #ffffff;
}

.list__text-main {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

.list__text-common {
    line-height: 1.6;
}

@media only screen and (max-width: 992px) {
    .info-list {
        gap: 10px;
    }

    .info-list__icon {
        width: 30px;
        height: 30px;
    }

    .list__items {
        gap: 10px;
    }

    .list__text-main {
        font-size: 20px;
    }

    .list__icon {
        margin-top: -5px;
    }

    .list__text-main {
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    .details-list {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) and (max-width: 991px) {
    .details-list {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .details-list__heading {
        font-size: 34px;
        line-height: 40px;
    }

    .list__icon {
        font-size: 22px;
        margin-top: -3px;
    }

    .list__text-main {
        font-size: 16px;
    }
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-radio__label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

.custom-radio__input {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    .custom-radio__input input[type=radio] {
        display: none;
    }

        .custom-radio__input input[type=radio] + span {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12zM16 29.333c7.364 0 13.333-5.97 13.333-13.333s-5.97-13.333-13.333-13.333c-7.364 0-13.333 5.97-13.333 13.333s5.97 13.333 13.333 13.333z'%3E%3C/path%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .custom-radio__input input[type=radio]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12zM16 29.333c7.364 0 13.333-5.97 13.333-13.333s-5.97-13.333-13.333-13.333c-7.364 0-13.333 5.97-13.333 13.333s5.97 13.333 13.333 13.333z'%3E%3C/path%3E%3Cpath d='M25.527 16.003c0 5.26-4.264 9.524-9.524 9.524s-9.524-4.264-9.524-9.524c0-5.26 4.264-9.524 9.524-9.524s9.524 4.264 9.524 9.524z'%3E%3C/path%3E%3Cpath d='M16.003 24.193c-4.523 0-8.19-3.667-8.19-8.191s3.667-8.19 8.19-8.19c4.523 0 8.191 3.667 8.191 8.19s-3.667 8.191-8.191 8.191zM16.003 25.527c5.26 0 9.524-4.264 9.524-9.524s-4.264-9.524-9.524-9.524c-5.26 0-9.524 4.264-9.524 9.524s4.264 9.524 9.524 9.524z'%3E%3C/path%3E%3C/svg%3E%0A");
        }

    .custom-radio__input span {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

.dose-radio {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.dose-radio__label {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .dose-radio__label {
        font-size: 14px;
        line-height: 15px;
    }
}

.dose-radio__input {
    display: inline-block;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

    .dose-radio__input input[type=radio] {
        display: none;
    }

        .dose-radio__input input[type=radio] + span {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.1' stroke='%23F18619' stroke-width='1.8'/%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .dose-radio__input input[type=radio]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.7' fill='%23F18619' stroke='' stroke-width='0.6'/%3E%3Cpath d='M16.8031 8.39844L10.2031 14.9984L7.20312 11.9984' stroke='%231F1F1F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        }

.radio-pill {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.radio-pill__label {
    padding: 16px 12px;
    color: #f18619;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-wrap: nowrap;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background-color: #2A4668;
    box-shadow: 0 0 2px rgba(20, 26, 51, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
    text-align: center;
}

.radio-pill__input {
    position: absolute;
    appearance: none;
    display: none;
}

    .radio-pill__input:checked + .radio-pill__label {
        background-color: #E5E8F7;
        color: #141A33;
        font-weight: 400;
    }

.single-input {
    margin-bottom: 20px;
}

.single-input__label {
    margin-bottom: 10px;
}

.single-input__field {
    width: 100%;
    height: 60px;
    padding: 10px 24px;
    font-size: 18px;
    color: #DADEF2;
    border: 1px solid #ffffff;
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}

    .single-input__field::placeholder {
        font-size: 18px;
        color: #878CA8;
    }

.single-input__field--message {
    height: auto;
    border-radius: 10px;
}

.basic-input {
    background-color: transparent;
    width: 100%;
    height: 56px;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
}

.basic-label {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

    .basic-label .icon-ellipse {
        background: #f18619;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 8px;
        margin-left: 5px;
    }

.basic-error {
    font-size: 16px;
    color: #f18619;
    font-weight: 300;
    margin-top: 4px;
    line-height: 1.6;
}

.rounded-input {
    width: 445px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

    .rounded-input label {
        font-size: 20px;
    }

    .rounded-input input {
        height: 48px;
        padding: 15px 20px;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: none;
        outline: 0;
        background-color: transparent;
        border-radius: 50px;
        font-size: 18px;
    }

        .rounded-input input::placeholder {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.5);
        }

.form-control {
    color: #ffffff;
}

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

.rizz-search {
    width: 612px;
    max-width: 100%;
    margin: 0 auto;
    height: 75px;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 12px;
    background: rgba(67, 67, 67, 0.16);
    backdrop-filter: blur(204px);
}

.rizz-search__input {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 25px;
    padding-left: 83px;
}

.rizz-search__icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    left: 40px;
    top: 25px;
}

    .rizz-search__icon i {
        font-size: 24px;
    }

@media only screen and (max-width: 992px) {
    .single-input {
        margin-bottom: 10px;
    }

    .single-input__label {
        margin-bottom: 5px;
    }

    .single-input__field {
        height: 45px;
        padding: 7px 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .basic-input {
        height: 45px;
    }

    .single-input__label {
        margin-bottom: 10px;
    }

    .single-input__field {
        width: 100%;
        font-size: 14px;
        color: #DADEF2;
        border: 1px solid #DADEF2;
        border-radius: 8px;
        outline: 0;
        box-shadow: none;
    }

        .single-input__field::placeholder {
            color: #DADEF2;
        }

    .single-input__field--message {
        height: auto;
    }

    .rizz-search {
        height: 60px;
    }

    .rizz-search__input {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 15px;
        padding-left: 60px;
    }

    .rizz-search__icon {
        left: 20px;
        top: 17px;
    }

        .rizz-search__icon i {
            font-size: 16px;
        }
}

.product-action__cart {
    margin-bottom: 20px;
}

    .product-action__cart.input-group {
        border: 3px solid #f18619;
        border-radius: 12px;
    }

        .product-action__cart.input-group .form-control {
            width: 100%;
            height: 40px;
            border: 0;
            box-shadow: none;
            background-color: transparent;
            color: #f18619;
            font-size: 25px;
            font-weight: 500;
            text-align: center;
        }

        .product-action__cart.input-group .input-group-btn {
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 1;
        }

            .product-action__cart.input-group .input-group-btn .btn {
                width: 100%;
                padding: 0px 15px;
                height: 100%;
                background-color: transparent;
                border: 0;
                font-size: 18px;
                color: #F3BE11;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: none;
            }

                .product-action__cart.input-group .input-group-btn .btn i {
                    font-size: 20px;
                }

                .product-action__cart.input-group .input-group-btn .btn:hover {
                    color: #F3BE11;
                }

            .product-action__cart.input-group .input-group-btn:first-child .btn {
                border-right: 0px;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                outline: 0;
            }

            .product-action__cart.input-group .input-group-btn:last-child .btn {
                border-left: 0px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                outline: 0;
            }

.product-action__btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

    .product-action__btn .theme-btn {
        flex-grow: 1;
        flex-basis: 0;
    }

@media only screen and (max-width: 992px) {
    .product-action {
        max-width: 450px;
    }

    .product-action__cart {
        display: flex;
        justify-content: center;
    }

        .product-action__cart .input-group {
            margin: 0 auto;
            margin-bottom: 15px;
        }
}

.assessment__title {
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.assessment__sub-title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
}

.assessment__group-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.assessment__group-label {
    padding: 20px;
    border: 1px solid #F3BE11;
    border-radius: 20px;
}

.assessment__group-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #f18619;
    margin-bottom: 20px;
    text-align: center;
}

.assessment__group-count {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.assessment__condition-tag {
    background-color: rgba(80, 86, 115, 0.6);
    padding: 10px 30px;
    width: 519px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment__condition-text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #F3BE11;
    text-align: center;
}

.assessment__question {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #f18619;
}

.assessment__question--text-left {
    text-align: left;
}

.assessment__label {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .assessment__sub-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .assessment__question {
        font-size: 30px;
        margin-top: 15px !important;
    }

    .assessment__label {
        margin-top: 15px !important;
    }

    .assessment__form__checkbox {
        margin-top: 15px !important;
    }

    .assessment__sub-title {
        font-size: 24px;
    }

    .assessment__buttons {
        margin-top: 15px !important;
    }

    .assessment__form-container {
        max-width: 320px;
    }
}

.assessment__form_radio {
    position: relative;
}

.assessment__form_radio--alt label {
    max-width: 412px;
    width: 100%;
}

.assessment__form_radio label {
    background-color: transparent;
    width: 519px;
    min-height: 74px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 400;
    padding: 16px 24px;
    padding-right: 60px;
    text-align: center;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.assessment__form_radio input {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-75%);
    display: none;
}

    .assessment__form_radio input ~ label:after {
        display: none;
    }

    .assessment__form_radio input:checked ~ label {
        color: #04FCFF;
        border: 1px solid #04FCFF;
    }

        .assessment__form_radio input:checked ~ label:after {
            position: absolute;
            right: 17px;
            top: 46%;
            transform: translateY(-50%);
            font-family: "icomoon";
            font-size: 40px;
            display: inline-flex;
            height: 40px;
            width: 40px;
            line-height: 42px;
            color: #04FCFF;
            border-radius: 50%;
            transition: all 0.3s;
            content: "\e95e";
        }

.assessment__form_radio--white input:checked ~ label {
    color: #ffffff;
}

    .assessment__form_radio--white input:checked ~ label::after {
        color: #04FCFF;
    }

.assessment__form_radio--alt {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 850px;
    margin: 0 auto;
}

    .assessment__form_radio--alt input:checked ~ label {
        position: relative;
    }

    .assessment__form_radio--alt label {
        width: unset;
    }

.age-radio {
    position: relative;
    max-width: 100%;
}

    .age-radio label {
        background-color: transparent;
        width: 412px;
        max-width: 100%;
        min-height: 73px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 400;
        padding: 16px 24px;
        padding-right: 60px;
        text-align: center;
        border: 1px solid #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
    }

@media all and (max-width: 880px) {
    .age-radio label {
        width: 519px;
    }
}

.age-radio input {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-75%);
    display: none;
}

    .age-radio input ~ label:after {
        display: none;
    }

    .age-radio input:checked ~ label {
        color: #ffffff;
        border: 1px solid #04FCFF !important;
    }

        .age-radio input:checked ~ label:after {
            position: absolute;
            right: 17px;
            top: 46%;
            transform: translateY(-50%);
            font-family: "icomoon";
            font-size: 40px;
            display: inline-flex;
            height: 40px;
            width: 40px;
            line-height: 42px;
            color: #04FCFF;
            border-radius: 50%;
            transition: all 0.3s;
            content: "\e95e";
        }

.age-radio--invalid input:checked ~ label {
    transition: border 0.2s ease !important;
    background: transparent;
    color: #141A33;
    border: 3px solid #141A33;
}

    .age-radio--invalid input:checked ~ label::after {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .assessment__form_radio label {
        max-width: 320px;
        min-height: 50px;
        border-radius: 12px;
    }

    .assessment__form input:checked ~ label:after {
        font-size: 30px;
        height: 30px;
        width: 30px;
        top: 22px;
    }

    .assessment__condition-tag {
        max-width: 320px;
        border-radius: 12px;
    }
}

.assessment__form__checkbox {
    position: relative;
}

.assessment__form__checkbox--alt label {
    max-width: 412px;
    width: 100%;
}

.assessment__form__checkbox label {
    background-color: transparent;
    width: 519px;
    min-height: 74px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 400;
    padding: 16px 24px;
    padding-right: 65px;
    text-align: center;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.assessment__form__checkbox input {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-75%);
    display: none;
}

    .assessment__form__checkbox input ~ label:after {
        content: "\e955";
        position: absolute;
        right: 17px;
        top: 46%;
        transform: translateY(-50%);
        font-family: "icomoon";
        font-size: 40px;
        display: inline-flex;
        height: 40px;
        width: 40px;
        line-height: 42px;
        color: #ffffff;
        transition: all 0.3s;
    }

    .assessment__form__checkbox input:checked ~ label {
        color: #04FCFF;
        border: 1px solid #04FCFF;
    }

        .assessment__form__checkbox input:checked ~ label:after {
            content: "\e918";
            position: absolute;
            right: 17px;
            top: 46%;
            transform: translateY(-50%);
            font-family: "icomoon";
            font-size: 40px;
            display: inline-flex;
            height: 40px;
            width: 40px;
            line-height: 42px;
            color: #04FCFF;
            transition: all 0.3s;
        }

.assessment__form input.form-control {
    height: 77px;
    border-radius: 16px;
    max-width: 519px;
    width: 100%;
    padding-inline: 24px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.assessment__form .textarea__wrapper {
    width: 519px;
}

    .assessment__form .textarea__wrapper textarea.form-control {
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 16px;
        display: block;
    }

@media only screen and (max-width: 992px) {
    .assessment__form input.form-control {
        height: 50px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .assessment__form .textarea__wrapper {
        max-width: 320px;
    }

        .assessment__form .textarea__wrapper textarea.form-control {
            padding: 15px;
        }

    .assessment input.form-control {
        max-width: 320px;
    }
}

.assessment__buttons {
    display: flex;
    justify-content: space-between;
    width: 519px;
    position: relative;
    z-index: 0;
}

    .assessment__buttons.justify-center {
        justify-content: center;
    }

.assessment__buttons--wrapper-alt {
    max-width: 370px;
}

    .assessment__buttons--wrapper-alt .theme-btn {
        width: 100%;
    }

.assessment__progress-bar {
    width: 519px;
    margin: 0 auto;
}

    .assessment__progress-bar .assessment__progress {
        height: 6px;
        border-radius: 100px;
        background-color: #ffffff;
        overflow: hidden;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .assessment__progress-bar .assessment__progress .progress-bar {
            width: 30%;
            border-radius: 100px;
            background: #f18619;
            position: relative;
        }

    .assessment__progress-bar .assessment__progress__text {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #ffffff;
    }

@media only screen and (max-width: 768px) {
    .assessment__progress-bar {
        width: unset;
    }

    .assessment__form__checkbox label {
        max-width: 310px;
        min-height: 50px;
        border-radius: 12px;
        padding: 8px 12px;
        padding-right: 65px;
        text-align: left;
    }

    .assessment__form__checkbox input:checked ~ label:after {
        font-size: 20px;
        line-height: 1;
        height: 20px;
        width: 20px;
    }

    .assessment__form__checkbox input ~ label:after {
        font-size: 20px;
        line-height: 1;
        height: 20px;
        width: 20px;
    }

    .assessment__buttons {
        max-width: 320px;
        gap: 15px;
        width: unset;
    }

        .assessment__buttons .min-w-206 {
            width: 50% !important;
            min-width: unset !important;
        }

        .assessment__buttons .w-mob {
            min-width: 300px;
        }
}

.assessment__buttons.shipping__state__form {
    width: 370px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

    .assessment__buttons.shipping__state__form .rizz-btn {
        min-width: calc(50% - 10px);
    }

.assessment.shipping__state {
    padding-top: 230px;
    padding-bottom: 100px;
}

.state-btn {
    width: 370px;
    min-height: 47px;
    margin-bottom: 36px;
}

    .state-btn:last-of-type {
        margin-bottom: 0;
    }

.state-btn__label {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    background-color: transparent;
    width: 100%;
    height: 47px;
    border: 1px solid #DADEF2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.1s;
}

.state-btn__input {
    position: absolute;
    appearance: none;
}

.state-btn__tick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #f18619;
    border: 2px solid #ffffff;
    border-radius: 24px;
    z-index: 11;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
}

    .state-btn__tick i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
    }

@media only screen and (max-width: 768px) {
    .assessment.shipping__state {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .state-btn {
        width: 300px;
        margin-bottom: 20px;
    }
}

.assessment__form.all-questions {
    gap: 30px;
}

    .assessment__form.all-questions .single-question {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .assessment__form.all-questions .single-question label {
            font-weight: 500;
            text-align: center;
            display: block;
        }

        .assessment__form.all-questions .single-question input {
            width: 520px;
        }

.assessment__form .measurement {
    width: 519px;
}

    .assessment__form .measurement.measurement__flex {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .assessment__form .measurement .measurement-input {
        padding: 0 40px;
        max-width: 100%;
        display: flex;
        align-items: center;
        opacity: 1;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 16px;
        position: relative;
    }

        .assessment__form .measurement .measurement-input input {
            padding: 0;
            border: 0;
            box-shadow: none;
            font-size: 16px;
            padding-right: 20px;
            text-align: center;
        }

        .assessment__form .measurement .measurement-input .unit {
            font-size: 16px;
            border: 0;
            height: 100%;
            display: flex;
            align-items: center;
            color: #ffffff;
            opacity: 1;
            padding: 8px 30px 8px 20px;
            position: absolute;
            right: 0;
        }

@media only screen and (max-width: 768px) {
    .assessment__form .measurement {
        max-width: 320px;
    }

        .assessment__form .measurement .measurement-input {
            padding: 0 5px;
            border-radius: 12px;
        }

            .assessment__form .measurement .measurement-input .unit {
                background-color: #162333;
                padding: 0 15px;
                border-radius: 0 12px 12px 0;
            }
}

.dropdown--assessment {
    width: 519px;
    height: 73px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    padding-right: 25px;
    font-size: 16px;
    background-color: transparent;
    color: #ffffff;
    position: relative;
}

    .dropdown--assessment .btn {
        width: 519px;
        margin: 0 auto;
    }

@media all and (max-width: 630px) {
    .dropdown--assessment .btn {
        width: 100%;
    }
}

.dropdown--assessment .btn:hover {
    color: #ffffff;
}

.dropdown--assessment .btn:focus {
    outline: 0;
    color: #ffffff;
}

.dropdown--assessment .btn i {
    margin-left: auto;
    font-size: 22px;
    position: absolute;
    right: 25px;
}

.dropdown--assessment ul {
    border-radius: 10px;
    border-color: #DADEF2;
    padding: 0px;
}

    .dropdown--assessment ul.dropdown-menu {
        width: 100%;
        border: 0.8px solid #505673;
    }

    .dropdown--assessment ul li {
        width: 100%;
        text-align: center;
    }

        .dropdown--assessment ul li:first-child:hover {
            border-radius: 15px 15px 0 0;
        }

        .dropdown--assessment ul li:last-child:hover {
            border-radius: 0px 0px 15px 15px;
        }

        .dropdown--assessment ul li a {
            padding: 12px 16px;
            color: #ffffff !important;
        }

            .dropdown--assessment ul li a:hover {
                background-color: rgba(20, 26, 51, 0.3);
                border-radius: 12px;
                color: #ffffff !important;
            }

.dropdown--assessment .dropdown-toggle {
    background-color: transparent !important;
}

.dropdown--assessment.open > .dropdown-toggle {
    background-color: transparent !important;
}

    .dropdown--assessment.open > .dropdown-toggle.btn-default {
        background-color: #DADEF2;
    }

@media only screen and (max-width: 768px) {
    .dropdown--assessment {
        max-width: 320px;
        height: 50px;
        border-radius: 12px;
    }
}

.assessment__form .date.input-group .form-control {
    display: none;
}

.assessment__form .date-viewer {
    height: 73px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #ffffff;
    gap: 59px;
    background-color: transparent;
}

    .assessment__form .date-viewer span {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

        .assessment__form .date-viewer span:after {
            content: "";
            display: inline-flex;
            width: 50px;
            height: 1px;
            background-color: #ffffff;
            margin-left: 59px;
        }

        .assessment__form .date-viewer span:last-child:after {
            content: "";
            display: inline-flex;
            width: 0px;
            height: 0px;
            background-color: transparent;
            margin-left: 0px;
        }

@media only screen and (max-width: 768px) {
    .assessment__form .date-viewer {
        height: 50px;
        border-radius: 12px;
        gap: 20px;
    }

        .assessment__form .date-viewer span:after {
            margin-left: 20px;
        }
}

.custom-check,
.category-check {
    display: inline-flex;
    align-items: start;
    gap: 14px;
}

.custom-check__label,
.category-check__label {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

.custom-check__label--alt,
.category-check__label--alt {
    display: flex;
    align-items: start !important;
    font-weight: 600;
}

.custom-check__input,
.category-check__input {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

    .custom-check__input input[type=checkbox],
    .category-check__input input[type=checkbox] {
        display: none;
    }

        .custom-check__input input[type=checkbox] + span,
        .category-check__input input[type=checkbox] + span {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23F18619'%3E%3Cpath d='M15.917 1.091h0.166c3.186 0 5.689 0 7.643 0.263 2.002 0.269 3.591 0.832 4.839 2.080s1.811 2.837 2.080 4.839c0.263 1.954 0.263 4.457 0.263 7.643v0.166c0 3.186 0 5.689-0.263 7.643-0.269 2.002-0.832 3.591-2.080 4.839s-2.837 1.811-4.839 2.080c-1.954 0.263-4.457 0.263-7.643 0.263h-0.166c-3.186 0-5.689 0-7.643-0.263-2.002-0.269-3.591-0.832-4.839-2.080s-1.811-2.837-2.080-4.839c-0.263-1.954-0.263-4.457-0.263-7.643v-0.166c0-3.186 0-5.689 0.263-7.643 0.269-2.002 0.832-3.591 2.080-4.839s2.837-1.811 4.839-2.080c1.954-0.263 4.457-0.263 7.643-0.263zM8.564 3.516c-1.76 0.237-2.812 0.686-3.587 1.461s-1.224 1.827-1.461 3.587c-0.241 1.792-0.243 4.148-0.243 7.436s0.002 5.644 0.243 7.436c0.237 1.76 0.686 2.812 1.461 3.587s1.827 1.224 3.587 1.461c1.792 0.241 4.148 0.243 7.436 0.243s5.644-0.002 7.436-0.243c1.76-0.237 2.812-0.686 3.587-1.461s1.224-1.827 1.461-3.587c0.241-1.792 0.243-4.148 0.243-7.436s-0.002-5.644-0.243-7.436c-0.237-1.76-0.686-2.812-1.461-3.587s-1.827-1.224-3.587-1.461c-1.792-0.241-4.148-0.243-7.436-0.243s-5.644 0.002-7.436 0.243z'%3E%3C/path%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .custom-check__input input[type=checkbox]:checked + span,
        .category-check__input input[type=checkbox]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23F18619'%3E%3Cpath d='M3.054 3.054c2.221-2.221 5.796-2.221 12.946-2.221s10.724 0 12.946 2.221c2.221 2.221 2.221 5.796 2.221 12.946s0 10.724-2.221 12.946c-2.221 2.221-5.796 2.221-12.946 2.221s-10.725 0-12.946-2.221c-2.221-2.221-2.221-5.796-2.221-12.946s0-10.725 2.221-12.946zM22.975 11.75c0.298-0.325 0.276-0.83-0.049-1.128s-0.83-0.276-1.128 0.049l-8.217 8.964-3.402-3.402c-0.312-0.312-0.817-0.312-1.129 0s-0.312 0.817 0 1.129l3.991 3.991c0.154 0.154 0.364 0.238 0.582 0.233s0.424-0.098 0.571-0.259l8.781-9.579z'%3E%3C/path%3E%3C/svg%3E%0A");
        }

.custom-check__input--alt input[type=checkbox],
.category-check__input--alt input[type=checkbox] {
    display: none;
}

    .custom-check__input--alt input[type=checkbox] + span,
    .category-check__input--alt input[type=checkbox] + span {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M15.917 1.091h0.166c3.186 0 5.689 0 7.643 0.263 2.002 0.269 3.591 0.832 4.839 2.080s1.811 2.837 2.080 4.839c0.263 1.954 0.263 4.457 0.263 7.643v0.166c0 3.186 0 5.689-0.263 7.643-0.269 2.002-0.832 3.591-2.080 4.839s-2.837 1.811-4.839 2.080c-1.954 0.263-4.457 0.263-7.643 0.263h-0.166c-3.186 0-5.689 0-7.643-0.263-2.002-0.269-3.591-0.832-4.839-2.080s-1.811-2.837-2.080-4.839c-0.263-1.954-0.263-4.457-0.263-7.643v-0.166c0-3.186 0-5.689 0.263-7.643 0.269-2.002 0.832-3.591 2.080-4.839s2.837-1.811 4.839-2.080c1.954-0.263 4.457-0.263 7.643-0.263zM8.564 3.516c-1.76 0.237-2.812 0.686-3.587 1.461s-1.224 1.827-1.461 3.587c-0.241 1.792-0.243 4.148-0.243 7.436s0.002 5.644 0.243 7.436c0.237 1.76 0.686 2.812 1.461 3.587s1.827 1.224 3.587 1.461c1.792 0.241 4.148 0.243 7.436 0.243s5.644-0.002 7.436-0.243c1.76-0.237 2.812-0.686 3.587-1.461s1.224-1.827 1.461-3.587c0.241-1.792 0.243-4.148 0.243-7.436s-0.002-5.644-0.243-7.436c-0.237-1.76-0.686-2.812-1.461-3.587s-1.827-1.224-3.587-1.461c-1.792-0.241-4.148-0.243-7.436-0.243s-5.644 0.002-7.436 0.243z'%3E%3C/path%3E%3C/svg%3E%0A");
        transition: all 0.3s ease;
    }

    .custom-check__input--alt input[type=checkbox]:checked + span,
    .category-check__input--alt input[type=checkbox]:checked + span {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M3.054 3.054c2.221-2.221 5.796-2.221 12.946-2.221s10.724 0 12.946 2.221c2.221 2.221 2.221 5.796 2.221 12.946s0 10.724-2.221 12.946c-2.221 2.221-5.796 2.221-12.946 2.221s-10.725 0-12.946-2.221c-2.221-2.221-2.221-5.796-2.221-12.946s0-10.725 2.221-12.946zM22.975 11.75c0.298-0.325 0.276-0.83-0.049-1.128s-0.83-0.276-1.128 0.049l-8.217 8.964-3.402-3.402c-0.312-0.312-0.817-0.312-1.129 0s-0.312 0.817 0 1.129l3.991 3.991c0.154 0.154 0.364 0.238 0.582 0.233s0.424-0.098 0.571-0.259l8.781-9.579z'%3E%3C/path%3E%3C/svg%3E%0A");
    }

.custom-check__input span,
.category-check__input span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.custom-check-alt {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.custom-check-alt__label {
    margin-top: -3px;
    font-weight: 600;
}

.category-check {
    gap: 12px;
}

.category-check__label {
    color: #ffffff;
    font-size: 15px;
}

.category-check__input input[type=checkbox] + span {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 32 32'%3E%3Cpath d='M15.924 2.333h0.153c2.921 0 5.215-0 7.006 0.241 1.835 0.247 3.292 0.763 4.436 1.907s1.66 2.601 1.907 4.436c0.241 1.791 0.241 4.085 0.241 7.006v0.153c0 2.921 0 5.215-0.241 7.006-0.247 1.835-0.763 3.292-1.907 4.436s-2.601 1.66-4.436 1.907c-1.791 0.241-4.085 0.241-7.006 0.241h-0.153c-2.921 0-5.215 0-7.006-0.241-1.836-0.247-3.292-0.763-4.436-1.907s-1.66-2.601-1.907-4.436c-0.241-1.791-0.241-4.085-0.241-7.006v-0.153c0-2.921-0-5.215 0.241-7.006 0.247-1.836 0.763-3.292 1.907-4.436s2.601-1.66 4.436-1.907c1.791-0.241 4.085-0.241 7.006-0.241zM9.184 4.556c-1.614 0.217-2.578 0.628-3.288 1.339s-1.122 1.675-1.339 3.288c-0.221 1.643-0.223 3.802-0.223 6.816s0.002 5.174 0.223 6.816c0.217 1.614 0.628 2.578 1.339 3.288s1.675 1.122 3.288 1.339c1.643 0.221 3.802 0.223 6.816 0.223s5.174-0.002 6.816-0.223c1.614-0.217 2.578-0.628 3.288-1.339s1.122-1.675 1.339-3.288c0.221-1.643 0.223-3.802 0.223-6.816s-0.002-5.174-0.223-6.816c-0.217-1.614-0.628-2.578-1.339-3.288s-1.675-1.122-3.288-1.339c-1.643-0.221-3.802-0.223-6.816-0.223s-5.174 0.002-6.816 0.223z'%3E%3C/path%3E%3C/svg%3E");
}

.category-check__input input[type=checkbox]:checked + span {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 32 32'%3E%3Cpath d='M3.054 3.054c2.221-2.221 5.796-2.221 12.946-2.221s10.724 0 12.946 2.221c2.221 2.221 2.221 5.796 2.221 12.946s0 10.724-2.221 12.946c-2.221 2.221-5.796 2.221-12.946 2.221s-10.725 0-12.946-2.221c-2.221-2.221-2.221-5.796-2.221-12.946s0-10.725 2.221-12.946zM22.975 11.75c0.298-0.325 0.276-0.83-0.049-1.128s-0.83-0.276-1.128 0.049l-8.217 8.964-3.402-3.402c-0.312-0.312-0.817-0.312-1.129 0s-0.312 0.817 0 1.129l3.991 3.991c0.154 0.154 0.364 0.238 0.582 0.233s0.424-0.098 0.571-0.259l8.781-9.579z'%3E%3C/path%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
    .custom-check {
        gap: 7px;
    }

        .custom-check.ml-20 {
            margin-left: 0 !important;
        }

    .category-check__label {
        font-size: 12px;
        line-height: 16px;
    }
}

.textarea__wrapper {
    position: relative;
    width: 100%;
}

    .textarea__wrapper .textarea__word-count {
        position: absolute;
        bottom: 14px;
        right: 14px;
        font-size: 14px;
        line-height: 1;
        color: #ffffff;
        transition: color 0.3s ease;
    }

.cart-card {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-image: url(../../img/doc-upload-bg.png);
}

.cart-card__header {
    padding: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

    .cart-card__header h4 {
        margin: 0px;
        line-height: 0.8;
    }

@media all and (max-width: 767px) {
    .cart-card__header {
        padding: 14px 12px;
    }

        .cart-card__header h4 {
            font-size: 22px;
        }
}

.card-basic {
    border: 1px solid #505673;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    background: rgba(42, 70, 104, 0.6);
}

.card-basic__header {
    padding: 22px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #505673;
    text-transform: capitalize;
}

.card-basic__title {
    margin: 0;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
    font-size: 30px;
}

.card-basic--no-shadow {
    box-shadow: none;
}

.card-basic__table-mobile {
    display: none;
}

.info__card {
    background-color: #141A33;
    padding: 16px 12px;
    border-radius: 12px;
}

@media only screen and (max-width: 992px) {
    .card-basic {
        margin-top: 20px;
    }

        .card-basic__header,
        .card-basic .order {
            padding: 12px 16px;
        }

    .card-basic__table-desktop {
        display: none;
    }

    .card-basic__table-mobile {
        display: block;
    }

    .card-basic__title {
        font-size: 24px;
    }

    .cart-card__header {
        padding: 12px 16px !important;
    }
}

.list-table {
    background-color: transparent;
}

    .list-table .table {
        margin-bottom: 0;
        vertical-align: baseline;
    }

        .list-table .table thead {
            vertical-align: baseline;
            background-color: transparent !important;
        }

            .list-table .table thead th {
                padding: 20px 0 !important;
                border-bottom: 0 !important;
                font-weight: 600;
                vertical-align: baseline;
            }

        .list-table .table tbody {
            vertical-align: top;
            background-color: transparent !important;
        }

            .list-table .table tbody td {
                padding: 20px 0 !important;
                vertical-align: top !important;
                font-size: 16px;
                line-height: 1.4;
                border-top: 1px solid rgba(42, 70, 104, 0.6);
            }

            .list-table .table tbody tr {
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                min-height: 70px;
                background-color: transparent;
            }

                .list-table .table tbody tr:nth-of-type(even) {
                    background-color: transparent !important;
                }

                .list-table .table tbody tr:nth-of-type(odd) {
                    background-color: transparent !important;
                }

                .list-table .table tbody tr:last-child {
                    border-bottom: 0;
                }

    .list-table .table__alt.table thead th {
        padding: 20px !important;
    }

        .list-table .table__alt.table thead th:nth-child(1) {
            padding-left: 50px !important;
        }

    .list-table .table__alt.table tbody tr {
        border: 0 !important;
    }

        .list-table .table__alt.table tbody tr:nth-child(odd) {
            background-color: transparent !important;
        }

        .list-table .table__alt.table tbody tr td {
            border: 0 !important;
            padding: 20px !important;
        }

            .list-table .table__alt.table tbody tr td:nth-child(1) {
                padding-left: 50px !important;
            }

    .list-table.normal-table .table__normal thead,
    .list-table.normal-table .table__normal tbody,
    .list-table.normal-table .table__normal tr {
        border: 1px solid #505673 !important;
    }

        .list-table.normal-table .table__normal thead td,
        .list-table.normal-table .table__normal thead th,
        .list-table.normal-table .table__normal tbody td,
        .list-table.normal-table .table__normal tbody th,
        .list-table.normal-table .table__normal tr td,
        .list-table.normal-table .table__normal tr th {
            border: 1px solid #505673 !important;
            padding: 20px !important;
        }

.list-table__time {
    width: 140px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.table .list-table__actions .view-button {
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

.table td .view-button {
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

    .table td .view-button.view-button--icon {
        text-decoration: none;
        width: 24px;
        height: 24px;
        font-size: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.order-table p {
    margin-bottom: 0;
}

.order-table__row {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #505673;
}

.order-table__title {
    width: 60%;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.order-table__data {
    width: 40%;
    font-size: 14px;
    line-height: 1.4;
}

.order-table .view-button {
    font-size: 14px;
}

@media only screen and (max-width: 992px) {
    .list-table .table tbody td {
        padding: 10px !important;
        font-size: 14px;
    }

    .order-table__data--time {
        width: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .order-table__row {
        padding: 12px;
    }

    .order-table__title {
        width: 40%;
    }
    .dnn-pagination {
       flex-wrap: wrap;
    }
    .dnn-pagination__input {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    .dnn-pagination__select{
        padding: 2px 5px;
    }
    .dnn-pagination__select-container {
           width: 50px;
        height: 30px;
        border-radius: 5px;
     
    }
    .dnn-pagination__btn i {
        font-size: 16px;
    }

}

.site__header {
    padding: 30px 0;
    transition: 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .site__header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: rgba(26, 41, 72, 0.7);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        /* Safari */
        box-shadow: 0px 0px 12px 1px #1A2948;
    }

.site__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site__menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site__menu__list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0;
}

.site__menu__list--dropdown li a::after {
    display: none;
}

.site__menu__list li a {
    color: #ffffff;
    transition: 0.3s;
    position: relative;
}

    .site__menu__list li a::after {
        position: absolute;
        content: "";
        background-color: #f18619;
        width: 0;
        height: 4px;
        left: 0;
        bottom: -10px;
        transition: 0.3s;
        border-radius: 2px;
    }

    .site__menu__list li a:hover, .site__menu__list li a:focus, .site__menu__list li a.active {
        color: #04FCFF;
    }

        .site__menu__list li a:hover::after, .site__menu__list li a:focus::after, .site__menu__list li a.active::after {
            width: 100%;
        }

.site__menu .cart-icon {
    font-size: 30px;
    display: flex;
    align-items: center;
}

.site__menu--auth {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .site__menu--auth.show-in-mobile {
        display: none;
    }

.site__dropdown-items {
    background: #2A4668;
    border: 1px solid #505673;
    padding: 0 22px;
    border-radius: 12px;
    margin-top: 10px;
}

    .site__dropdown-items li a {
        padding: 15px 10px;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1;
        border-bottom: 1px solid #505673;
    }

        .site__dropdown-items li a:hover {
            background-color: transparent;
            color: #F3BE11;
        }

    .site__dropdown-items li:last-child a {
        border-bottom: 0;
    }

.site__arrow-text {
    display: flex;
    align-items: center;
}

    .site__arrow-text i {
        margin-left: 5px;
    }

.site__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site__logo {
    max-width: 120px;
    transition: all 0.3s;
}

.site__logo--img {
    width: 184px;
}

.site__logo__pair {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.site__logo__pair-alt {
    align-items: center;
}
.site__login {
    display: none;
}

.toggle-menu {
    display: none;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 24px;
    color: #ffffff;
    padding: 0;
}

.cart {
    font-size: 40px;
    line-height: 1;
    background-color: transparent;
    border: 0;
    outline: none;
    position: relative;
}

.cart__badge {
    position: absolute;
    z-index: 1000;
    padding: 1px;
    width: 25px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    background-color: #ffffff;
    color: #141A33;
    border-radius: 10px;
    top: -7px;
    right: -10px;
}

.cart:hover, .cart:focus,
.cart .active {
    color: #04FCFF;
}

    .cart:hover .cart__badge, .cart:focus .cart__badge,
    .cart .active .cart__badge {
        background-color: #04FCFF !important;
    }

@media only screen and (max-width: 992px) {
    .site__menu__list {
        gap: 20px;
    }
    .site__logo__pair {
        gap: 7px;
    }
    .site__logo--img {
        width: 120px;
    }

    .cart {
        font-size: 30px;
    }

    .cart__badge {
        width: 20px;
        font-size: 12px;
        top: -5px;
        right: -8px;
    }
}

@media only screen and (max-width: 768px) {
    .site__header {
        padding: 18px 0;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        right: 0;
        width: 100vw;
        transition: 0.3s;
    }

        .site__header.menu-open {
            background-color: #033E8C !important;
        }

        .site__header.sticky {
            backdrop-filter: unset;
            background-color: rgba(26, 41, 72, 0.9);
        }

    .site__logo--img {
        width: 85px;
    }

    .site__menu {
        flex-direction: row;
    }

    .site__menu__list {
        padding: 30px 0;
        flex-direction: column;
        gap: 40px;
        justify-content: flex-start;
        position: fixed;
        z-index: 999;
        top: 70px;
        right: -100%;
        width: 100%;
        height: 100% !important;
        transition: 0.3s;
    }

        .site__menu__list.show-menu {
            top: 70px;
            right: 0;
            height: 100% !important;
            background-color: #033E8C;
            z-index: 999;
        }

            .site__menu__list.show-menu .site__menu--auth.show-in-mobile {
                display: inline-block;
            }

        .site__menu__list a::after {
            bottom: -8px;
        }

        .site__menu__list .hide-in-mobile {
            display: none;
        }

    .site__menu__action > li, .site__menu__action > .dropdown {
        margin-left: 10px;
    }

    .site__menu--auth.show-in-mobile {
        display: flex;
    }

    .site__menu__cart {
        display: block;
    }

    .site__menu__social {
        display: none;
    }

    .site__dropdown-items {
        padding: 0 10px;
        margin-top: 5px;
    }

        .site__dropdown-items li a {
            padding: 10px 0;
            font-size: 14px;
        }

    .site__login {
        display: block;
    }

    .toggle-menu {
        display: block;
        position: relative;
    }

    .cart {
        font-size: 24px;
    }

    .cart__badge {
        width: 18px;
        font-size: 10px;
        line-height: 1;
        top: -5px;
        right: -5px;
    }
}

.site__footer--top {
    padding: 100px 0 30px;
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
}

.site__footer__img {
    max-width: 184px;
}

.site__footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .site__footer__social ul {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .site__footer__social ul li a {
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 30px;
            color: #ffffff;
        }
.site__footer__text {
    margin: 30px 0;
}
.site__footer__headline {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 16px;
    margin: 30px 0;
}

    .site__footer__headline p {
        color: #ffffff;
        margin-bottom: 0;
    }

.site__footer__menu {
    display: flex;
    align-items: center;
    gap: 10px 32px;
    flex-wrap: wrap;
}

    .site__footer__menu li {
        flex-shrink: 0;
    }

        .site__footer__menu li a {
            color: #ffffff;
            text-decoration: underline;
            text-decoration-color: #ffffff;
        }

.site__footer--bottom {
    background-color: #102C4E;
}

.site__footer__copyright {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.site__footer__copyright__mob {
    display: none;
}

.site__footer__copyright p,
.site__footer__copyright ul {
    margin: 0;
    padding: 0;
}

.site__footer__copyright__menu {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.site__footer #backToTop {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #ffffff;
    font-weight: 700;
    color: white;
    cursor: pointer;
    display: none;
    border-radius: 50px;
}

    .site__footer #backToTop i {
        position: relative;
        top: 2px;
    }

@media all and (max-width: 580px) {
    .site__footer #backToTop {
        position: absolute;
        right: 0px;
        top: 70px;
    }
}

@media all and (max-width: 992px) {
    .site__footer--top {
        padding: 80px 0 30px;
        border-radius: 50px 50px 0 0;
    }

    .site__footer__img {
        max-width: 120px;
    }

    .site__footer__social {
        flex-direction: column;
        gap: 30px;
    }

    .site__footer__headline {
        margin-top: 50px;
    }

    .site__footer__text {
        text-align: center;
        margin-top: 50px !important;
    }

    .site__footer__menu {
        justify-content: center;
    }

    .site__footer__copyright {
        flex-direction: column-reverse;
    }

    .site__footer__copyright__text {
        display: none;
    }

    .site__footer__copyright__menu {
        justify-content: center;
    }

        .site__footer__copyright__menu ul {
            flex-direction: column;
        }

    .site__footer__copyright__mob {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #878CA8;
    }

        .site__footer__copyright__mob p {
            text-align: center;
            margin-bottom: 0;
        }

    .site__footer #backToTop {
        position: absolute;
        right: 0;
        bottom: 30px;
    }
}

@media all and (max-width: 768px) {
    .site__footer--top {
        padding: 50px 0 30px;
    }

    .site__footer__copyright__mob__pipe {
        display: none;
    }

    .site__footer__copyright__text--mob {
        display: block;
        margin-top: 5px;
    }
}

.modal-open .modal {
    overflow-y: hidden !important;
}

.modal {
    overflow-y: hidden !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 1024px;
    max-width: 96%;
    margin-top: 0;
}

.modal-content {
    width: 100%;
    border-radius: 12px;
    max-height: calc(100% - 30px) !important;
    overflow-y: auto !important;
    background: rgba(42, 70, 104, 0.85);
    background-size: cover;
    background-position: center;
    border: 1px solid #141A33;
}

.modal-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #505673;
}

.modal-body {
    padding: 60px;
}

@media all and (max-width: 767px) {
    .modal-body {
        padding: 25px 15px 30px 15px;
    }
}

.modal-body__alt {
    padding: 20px 15px;
}

.modal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .modal__icon {
        width: 80px;
        height: 80px;
    }
}

.modal__icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    background: #f18619;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (max-width: 767px) {
    .modal__icon i {
        font-size: 64px;
    }
}

.modal__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

    .modal__title p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0px;
    }

.modal__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .modal__text p {
        text-align: center;
        font-size: 28px;
        line-height: 1.4;
        font-weight: 600;
        text-transform: capitalize;
        color: #ffffff;
    }

@media all and (max-width: 767px) {
    .modal__text p {
        font-size: 20px;
        line-height: 26px;
    }
}

.modal__long-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #DADEF2;
}

.modal__highlight-text {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 24px 40px;
    background-color: rgba(20, 26, 51, 0.3);
    box-shadow: 0px 12px 40px 8px rgba(92, 92, 92, 0.0509803922);
    border-radius: 12px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #DADEF2;
}

.modal__radios {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.modal__radios-item {
    width: 30%;
}

@media all and (max-width: 540px) {
    .modal__radios-item {
        width: 45%;
    }
}

.modal__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.modal__action {
    border: 0;
    display: inline-block;
    width: 230px;
    padding: 10px 24px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in-out, border 0.1s ease-in-out;
}

@media all and (max-width: 767px) {
    .modal__action {
        width: 150px;
        padding: 8px 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

.modal__action--primary {
    background: #f18619;
    border: 1px solid #f18619;
    color: #ffffff;
    transition: 0.3s;
}

    .modal__action--primary:hover, .modal__action--primary:focus,
    .modal__action--primary .active {
        color: #141A33;
        border: 1px solid #04FCFF;
        background: #04FCFF;
    }

.modal__action--outline {
    background-color: transparent;
    color: #f18619;
    border: 1px solid #f18619;
    transition: 0.3s;
}

    .modal__action--outline:hover, .modal__action--outline:focus,
    .modal__action--outline .active {
        color: #141A33;
        border: 1px solid #04FCFF;
        background: #04FCFF;
    }

.modal__action__justify {
    justify-content: end;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.modal .btn-close {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 30px;
}

@media all and (max-width: 767px) {
    .modal .btn-close {
        right: 10px;
        top: 10px;
    }
}

.modal__qa {
    padding: 5px 0;
}

.modal__ques {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.modal__ans {
    font-size: 18px;
    font-weight: 600;
}

.modal p.modal__primary-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.confirm-modal .modal-dialog {
    width: 95%;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .confirm-modal .modal-dialog {
        max-width: 700px;
    }
}

.lab-report-modal .modal-content {
    overflow: hidden;
}

.lab-report-modal .modal-header {
    display: flex;
    padding: 15px;
    border-bottom: 2px solid #505673;
}

.lab-report-modal .modal-body {
    padding: 15px;
}

    .lab-report-modal .modal-body .list-table .table__alt.table thead th:nth-child(1) {
        padding-left: 15px !important;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table thead th {
        padding: 15px !important;
        color: #ffffff;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table tbody tr td:nth-child(1) {
        padding-left: 15px !important;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table tbody tr:nth-child(odd) {
        background-color: #223853 !important;
    }

.intake-form-modal .modal-content {
    overflow: hidden !important;
}

.intake-form-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 155px);
}

.payment-modal .modal__action {
    padding: 10px 24px;
}

@media all and (min-width: 768px) {
    .acknowledgement-modal .modal-content {
        width: 600px;
    }
}

.acknowledgement-modal .modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .acknowledgement-modal .modal-body .modal__long-text {
        font-size: 16px;
        line-height: 24px;
    }

.dose-modal .modal-content {
    width: 600px;
    max-width: 98%;
}

.dose-modal .modal-body {
    padding: 40px 36px;
}

.dose-modal__cta {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.dose-modal__selection {
    padding: 20px;
    margin-top: 20px;
    background-color: #A4C8F5;
    border-radius: 10px;
}

    .dose-modal__selection p {
        font-size: 14px;
        color: #141A33;
        margin-bottom: 0;
    }

.terms-condition-modal .modal-body,
.terms-condition-modal .modal-header {
    padding: 20px;
}

.terms-condition-modal .divider {
    margin: 20px 0;
}

.terms-condition-modal .divider__line {
    border: 1px dashed #505673;
    display: block;
}

.terms-condition-modal .btn-close {
    top: 25px;
}

@media only screen and (max-width: 768px) {
    .modal__primary-text {
        font-size: 14px;
    }

    .modal__actions {
        margin: 20px auto 0;
    }

    .modal__actions--alt {
        max-width: 320px;
        gap: 15px;
        width: unset;
    }

    .modal__actions .min-w-206 {
        width: 50% !important;
        min-width: unset !important;
    }

    .dose-modal__cta {
        flex-direction: column;
    }

    .dose-modal__selection {
        padding: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .modal__actions__equal {
        flex-direction: column-reverse;
        margin-bottom: 50px !important;
    }

        .modal__actions__equal button {
            width: 100% !important;
        }
}

.about__person {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.about__team {
    text-align: right;
}

    .about__team img {
        max-width: 90%;
    }

@media only screen and (max-width: 992px) {
    .about__person {
        display: grid;
    }

    .about__team {
        margin-top: 0;
        text-align: center;
    }

        .about__team img {
            max-width: 100%;
        }

    .about__left {
        order: 2;
    }

        .about__left .section__title {
            text-align: left;
        }

    .about__right {
        order: 1;
        margin-top: 20px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .about__person {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .about__team {
        margin-top: 0;
        text-align: center;
    }

    .about__left {
        order: 2;
    }

    .about__right {
        order: 1;
        margin-top: 20px;
    }
}

.cart-hero {
    padding-top: 180px;
}

.cart-hero__heading {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.cart-hero__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;
    color: #141A33;
    text-align: center;
    background-color: #04FCFF;
    padding: 12px 20px;
    border-radius: 12px;
    margin-top: 20px;
    display: inline-block;
}

.cart-flash {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}

.cart-flash__box {
    padding: 20px 0;
    border-top: 3px solid #505673;
    border-bottom: 3px solid #505673;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-flash__message {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.cart-flash__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #f18619;
}

    .cart-flash__icon i {
        font-size: 20px;
        color: #15293e;
    }

.cart-flash__text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .cart-flash__box {
        gap: 12px;
        flex-direction: column;
    }

    .cart-flash__message {
        gap: 8px;
    }

    .cart-flash__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .cart-flash .dnn-btn {
        font-size: 14px;
        padding: 10px 14px;
    }
}

.cart-view {
    margin-bottom: 50px;
}

.cart-card {
    background: rgba(42, 70, 104, 0.6);
    border-radius: 10px;
    border: 1px solid #505673;
}

.cart-card__header {
    padding: 14px 24px;
    border-bottom: 1px solid #505673;
}

.cart__items {
    border-radius: 10px;
    border: 1px solid #505673;
    background-color: rgba(42, 70, 104, 0.6);
}

@media all and (max-width: 767px) {
    .cart__items {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        border: 0;
    }
}

.cart__item {
    padding: 24px;
    display: flex;
    gap: 10px;
}

@media all and (max-width: 767px) {
    .cart__item {
        border: 1px solid #DADEF2;
        border-radius: 10px;
        padding: 12px;
    }
}

.cart__item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media all and (max-width: 767px) {
    .cart__item:first-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.cart__item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart__item:not(:last-child) {
    border-bottom: 1px solid #505673;
}

.cart__item-price {
    color: rgba(255, 255, 255, 0.7);
}

.cart__product {
    display: flex;
    flex: 1 1 auto;
}

.cart__thumbnail {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    background: radial-gradient(50% 164.97% at 50% 50%, #1c73c6 0%, #06294a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.39px solid #505673;
    border-radius: 4px;
}

    .cart__thumbnail img {
        height: 60px;
        max-height: 100%;
        max-width: 100%;
    }

@media all and (max-width: 767px) {
    .cart__thumbnail {
        width: 84px;
        height: 84px;
    }
}

.cart__details {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .cart__details p {
        color: #ffffff;
        margin-bottom: 0;
    }

.cart__item-name {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
}

.cart_action {
    margin-left: auto;
}

@media all and (max-width: 767px) {
    .cart__details {
        margin-left: 12px;
        gap: 8px;
    }

        .cart__details p {
            font-size: 14px;
            line-height: 1.2;
        }

    .cart__item-name {
        font-size: 20px;
        line-height: 1.1;
    }
}

.cart-empty {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cart-empty__text {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

@media all and (max-width: 767px) {
    .cart-empty__text {
        font-size: 20px;
        line-height: 25px;
    }
}

.cart-empty__graphic {
    width: 385px;
    max-width: 66%;
    height: auto;
}

.cart-empty__img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.promo {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(218, 222, 242, 0.5);
    border-radius: 10px;
    background-color: rgba(42, 70, 104, 0.6);
}

.promo__form {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.promo__input {
    display: inline-block;
    min-width: 130px;
    flex: 1 1 auto;
    height: 60px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    border: 1px solid rgba(218, 222, 242, 0.5);
    border-radius: 10px;
    outline: none;
    background-color: transparent;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .promo {
        margin-bottom: 24px;
        padding: 12px;
    }

    .promo__form {
        gap: 10px;
    }

    .promo__input {
        height: 44px;
        padding: 10px 14px;
        font-size: 16px;
    }

    .promo__btn {
        padding: 12px 20px;
        padding-bottom: 15px;
        color: #ffffff;
        font-size: 14px;
        height: 44px;
    }
}

.pricing__basic {
    border-bottom: 1px dashed #505673;
    padding: 20px 24px;
}

.pricing__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .pricing__item:last-child {
        margin-bottom: 0;
    }

.pricing__item--name {
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0px;
}

.pricing__item--value {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0px;
}

.pricing__coupon {
    padding: 24px;
}

.pricing__total {
    border-top: 1px dashed rgba(218, 222, 242, 0.5);
    display: flex;
    flex-direction: column;
}

.pricing__total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing__total--name, .pricing__total--value {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 0.8;
}

@media all and (max-width: 767px) {
    .pricing__total--name, .pricing__total--value {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .pricing__total--name {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .pricing__basic {
        padding: 12px 16px;
    }

    .pricing__item--name, .pricing__item--value {
        font-size: 14px;
    }

    .pricing__coupon {
        padding: 12px 16px;
    }
}

.pricing__total {
    padding: 30px 24px;
}

.attention {
    background: #03FFE2;
    color: #141A33;
    padding: 20px;
    border: 2px dashed #07A996;
    border-radius: 10px;
}

.attention__title {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #141A33;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 12px;
}

    .attention__title i {
        font-size: 24px;
    }

    .attention__title p {
        margin-bottom: 0px;
        font-weight: 700;
    }

        .attention__title p span {
            font-weight: 400;
            font-style: italic;
            font-size: 16px;
            margin-left: 10px;
        }

.attention__price-desc {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #141A33;
    margin-bottom: 15px;
}

.attention__text {
    font-size: 14px;
    line-height: 1.4;
    color: #141A33;
    margin-bottom: 0;
}

.attention__note {
    font-size: 20px;
    line-height: 1.2;
}

.order-summary-cta {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 767px) {
    .order-summary-cta {
        padding: 12px 16px;
    }

        .order-summary-cta .dnn-btn {
            padding: 12px 20px;
            font-size: 14px;
        }
}

.coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon__label {
    font-weight: 600;
    line-height: 0.8;
    font-size: 18px;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .coupon__label {
        font-size: 14px;
    }
}

.products__filter {
    margin-bottom: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media only screen and (max-width: 768px) {
    .products__filter .products__filter-btn.products__filter-left,
    .products__filter .products__filter-btn.products__filter-right {
        display: none !important;
    }
}

.products .products__filter-btns .swiper-slide {
    width: auto !important;
}

.products__filter-btn {
    background-color: transparent;
    padding: 16px 24px;
    display: inline-block !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .products__filter-btn:hover, .products__filter-btn--active {
        background-color: #f18619;
        border: 1px solid #f18619;
        color: #ffffff;
    }

    .products__filter-btn.swiper-button-disabled {
        display: none !important;
    }

@media only screen and (max-width: 768px) {
    .products .section__title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.recommended__text {
    font-size: 28px !important;
    color: #F3BE11 !important;
    font-weight: 600 !important;
}

.recommended__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    .cart__items {
        background-color: transparent;
    }

    .cart__item {
        background-color: rgba(42, 70, 104, 0.6);
    }

        .cart__item:not(:last-child) {
            border-bottom: 1px solid #DADEF2;
        }

    .recommended__row {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-hero {
        padding: 150px 0 0;
    }

    .cart-hero__heading {
        font-size: 43px;
        line-height: 52px;
    }

    .cart-hero__text {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .attention {
        padding: 12px 16px !important;
    }

    .attention__box {
        padding: 12px !important;
    }

    .pricing__total {
        padding: 12px 16px !important;
    }
}

@media only screen and (max-width: 768px) {
    .cart-hero {
        padding: 100px 0 0;
    }

    .cart-hero__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .cart-hero__text {
        font-size: 18px;
        line-height: 22px;
    }

    .cart-flash__icon {
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 20px;
    }

    .cart-view {
        margin-bottom: 50px;
    }

    .recommended__row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    .cart__product {
        display: flex;
        gap: 5px;
    }

    .cart__thumbnail {
        width: 65px;
        height: 65px;
        padding: 5px;
    }

        .cart__thumbnail img {
            height: 100%;
            width: unset;
        }

    .cart__details {
        margin-left: unset;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.page {
    min-height: 1140px;
    background: url(../img/other-banner.png) center 1140px/3000px repeat-y;
    padding-bottom: 100px;
}

.page__common {
    background-image: none;
    padding: 200px 0 100px;
}


.page__common__title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}

.page__alt {
    min-height: unset;
}

@media only screen and (max-width: 992px) {
    .page__common {
        padding: 150px 0 80px;
    }
}

@media only screen and (max-width: 992px) {
    .page__common {
        padding: 120px 0 60px;
    }
}

.home-hero {
    padding-top: 196px;
    background-image: url("../img/hero-banner.png");
    background-size: 3000px;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1050px;
}

@media only screen and (max-width: 768px) {
    .home-hero {
        min-height: 1100px;
        background-position: 60% top;
        background-size: 2300px;
    }
}

.home-hero__cta {
    padding-bottom: 40px;
}

.home-hero__list li {
    display: flex;
    align-items: center;
}

.home-hero__list i {
    font-size: 12px;
    background-color: #04FCFF;
    color: #141A33;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.our-products {
    margin-top: -80px;
}

.customers {
    background-image: url("../img/customer-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 16px;
}

.customers__align-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.customers__count {
    flex: 1;
    padding: 20px 20px 20px 60px;
}

.product-category {
    padding: 150px 0 0;
}

.product-category__left {
    padding-right: 100px;
}

.product-category__right {
    padding-left: 100px;
}

.product-category__img img {
    width: 100%;
    border-radius: 8px;
}

.physician {
    padding: 150px 0;
}

.physician__wrapper {
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 50px 0;
    border-radius: 16px;
    overflow: hidden;
}

.physician__items-center {
    display: flex;
    align-items: center;
}

.physician__left {
    padding-bottom: 25px;
}

.physician__right {
    padding-bottom: 25px;
}

    .physician__right .icon-inverted-comma {
        position: relative;
        font-size: 80px;
        margin-left: -80px;
        color: rgba(255, 255, 255, 0.2);
    }

.physician__right__text {
    margin-top: -35px;
}

.physician__img {
    width: 100%;
    position: relative;
    bottom: 0;
}

.physician__img--alt {
    max-width: 460px;
}

.instruction {
    padding: 100px 0;
    background-color: #07172C;
    position: relative;
    overflow: hidden;
}

.instruction__alt {
    padding: 0;
    background-color: transparent;
}

.instruction__top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.instruction__top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.instruction__bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.instruction__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

    .instruction__bottom img {
        width: 100%;
    }

.instruction__one__img img {
    width: 100%;
    border-radius: 15px;
    
}

.instruction__two {
    padding-top: 100px;
}

.instruction__two__img {
    padding-right: 100px;
}

    .instruction__two__img img {
        width: 100%;
        border-radius: 15px;
      
    }

.how-works {
    padding: 150px 0 0;
}

.how-works__alt {
    padding-bottom: 150px;
}

.how-works__wrapper {
    padding: 70px 60px;
    border-radius: 16px;
    background-image: url("../img/how-works-banner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.how-works__img {
    margin-top: 50px;
}

.how-works__mob {
    display: none;
}

.our-ceo {
    padding: 150px 0 0;
}

    .our-ceo .icon-inverted-comma {
        font-size: 50px;
        color: rgba(255, 255, 255, 0.2);
    }

.our-ceo__right {
    text-align: end;
}

.feedback {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.feedback__block {
    padding: 160px 0 130px;
    border-radius: 40px;
}

.feedback__alt {
    padding-bottom: 100px;
}

.feedback h3 {
    text-align: center;
}

.feedback__slider {
    padding: 60px 0 !important;
}

.feedback__slide {
    padding: 30px;
    border-radius: 20px;
    height: auto !important;
    background: #141A33;
    display: flex !important;
    flex-direction: column;
    border: 1px solid #505673;
}

.feedback__client-info {
    margin-top: auto;
}

.feedback__patient {
    display: flex;
    align-items: center;
}

    .feedback__patient img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .feedback__patient p {
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 12px;
    }

.feedback__patient__name {
    font-weight: 700;
    font-size: 16px !important;
}

.feedback__patient__designation {
    font-weight: 400;
    color: #ffffff !important;
}

.feedback__desc {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: start;
}

.feedback__review {
    margin-bottom: 30px;
}

    .feedback__review i {
        background: linear-gradient(180deg, #F3BE11 0%, #F3BE11 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.dots-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dots-slider .swiper-pagination-bullet {
        background-color: #DADEF2;
        width: 26px;
        height: 8px;
        border-radius: 24px;
        opacity: 1;
    }

    .dots-slider .swiper-pagination-bullet-active {
        background-color: #f18619;
        width: 64px;
        height: 8px;
        border-radius: 24px;
    }

.dots-slider--mob {
    display: none;
}

    .dots-slider--mob .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
        border-radius: 10px;
    }

    .dots-slider--mob .swiper-pagination-bullet-active {
        width: 25px;
    }

.collaboration {
    padding: 100px 0;
    background-color: #07172C;
    position: relative;
    overflow: hidden;
}

.collaboration__alt {
    padding: 150px 0 0;
    background-color: transparent;
}

.collaboration__frame {
    position: absolute;
    z-index: 0;
    bottom: -300px;
}

    .collaboration__frame img {
        width: 100%;
    }

.collaboration__content {
    padding-right: 50px;
}

.collaboration__img img {
   
    border-radius: 15px;
}

.collaboration .list__items {
    max-width: 400px;
}

.faq__wrapper {
    max-width: 970px;
    margin: 0 auto;
}

.faq__top {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .home-hero {
        padding-top: 120px;
        padding-bottom: 80px;
        min-height: unset;
        background-size: 2500px;
    }

    .home-hero__cta {
        text-align: center;
    }

    .home-hero__list li {
        justify-content: center;
    }

    .our-products {
        margin-top: 0;
        padding: 0 0 80px;
    }

    .product-category {
        padding: 0 0 80px;
    }

    .product-category__left {
        padding-right: 15px;
    }

    .product-category__right {
        margin-top: 20px;
        padding-left: 15px;
        text-align: center;
    }

        .product-category__right img {
            max-width: 400px;
        }

    .physician {
        padding: 0 0 80px;
    }

    .physician__wrapper {
        padding: 20px 40px 0;
    }

        .physician__wrapper .row {
            display: grid;
        }

    .physician__left {
        order: 1;
        text-align: center;
    }

        .physician__left p {
            text-align: center;
        }

    .physician__center {
        order: 3;
    }

        .physician__center p {
            text-align: center;
        }

        .physician__center div {
            text-align: center;
        }

    .physician__right {
        order: 2;
        padding-bottom: 0;
    }

        .physician__right p {
            text-align: center;
        }

        .physician__right .icon-inverted-comma {
            font-size: 50px;
            margin-left: 0;
        }

    .physician__right__text {
        margin-top: -25px;
    }

    .instruction {
        padding: 80px 0;
    }

        .instruction .section__title {
            text-align: left;
        }

    .instruction__one__img {
        margin-top: 30px;
    }

    .instruction__top-left img {
        max-width: 150px;
    }

    .instruction__top-right img {
        max-width: 250px;
    }

    .instruction__bottom-right img {
        max-width: 150px;
    }

    .instruction__bottom img {
        width: 100%;
    }

    .instruction__two {
        padding-top: 80px;
    }

    .instruction__two__img {
        padding-right: 0;
    }

    .instruction__two--alt .instruction__two__img {
        order: 2;
        margin-top: 20px;
    }

    .how-works {
        padding: 0 0 80px;
    }

    .how-works__alt {
        padding-bottom: 0;
    }

    .how-works__wrapper {
        padding: 30px 15px;
    }

    .how-works__mob {
        display: none;
    }

    .our-ceo {
        padding: 0;
    }

    .our-ceo__right {
        max-width: 100%;
    }

        .our-ceo__right img {
            width: 100%;
        }

    .our-ceo__text1 {
        margin-top: -20px;
    }

    .collaboration {
        padding: 80px 0;
    }

        .collaboration .section__title {
            text-align: left;
        }

    .collaboration__content {
        padding-right: 0;
    }

    .collaboration__img {
        max-width: 100%;
    }

        .collaboration__img img {
            width: 100%;
        }

    .feedback__block {
        padding: 80px 0;
    }

        .feedback__block .container {
            max-width: 100%;
        }

    .feedback__slider {
        padding: 60px 0 !important;
    }

    .customers {
        height: 500px;
    }

    .customers__align-center {
        display: flex;
        align-items: end;
    }
}

@media only screen and (max-width: 768px) {
    .home-hero {
        padding-top: 80px;
        padding-bottom: 50px;
        background-size: 2200px;
    }

    .home-hero__list li {
        justify-content: center;
    }

    .our-products {
        padding: 0 0 50px;
    }

    .product-category {
        padding: 0 0 50px;
    }

    .product-category__right {
        padding-left: 15px;
    }

    .physician {
        padding: 0 0 50px;
    }

    .physician__img {
        text-align: center;
        max-width: 400px;
    }

    .physician__wrapper {
        padding: 15px 30px 0;
    }

    .instruction {
        padding: 50px 0;
    }

        .instruction .section__title {
            text-align: center;
        }

    .instruction__one__img {
        text-align: center;
    }

        .instruction__one__img img {
            max-width: 400px;
        }

    .instruction__two {
        padding-top: 50px;
        display: grid;
    }

    .instruction__two__order1 {
        order: 2;
        margin-top: 20px;
    }

    .instruction__two__order2 {
        order: 1;
    }

    .instruction__two__img {
        text-align: center;
        margin-top: 20px;
    }

        .instruction__two__img img {
            max-width: 400px;
        }

    .instruction__two--alt--img {
        order: 2;
    }

    .instruction__two--alt--content {
        order: 1;
    }

    .how-works {
        padding: 50px 0 0;
    }

    .how-works__img {
        display: none;
    }

    .how-works__mob {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .our-ceo {
        padding: 50px 0 0;
    }

    .our-ceo__right {
        margin-top: 20px;
        text-align: center;
    }

        .our-ceo__right img {
            max-width: 400px;
        }

    .customers {
        background-image: url("../img/customer-banner-mob.png");
        height: unset;
        background-size: cover;
    }

    .customers__count {
        padding-left: 20px;
    }

        .customers__count p {
            text-shadow: 0px 4px 8px rgba(6, 6, 6, 0.32);
        }

    .customers__count__one {
        display: none;
    }

    .customers__align-center {
        align-items: end;
    }

    .collaboration {
        padding: 50px 0;
    }

        .collaboration .section__title {
            text-align: center;
        }

    .collaboration__action {
        text-align: center;
    }

    .collaboration__img {
        margin-top: 30px;
        text-align: center;
    }

        .collaboration__img img {
            max-width: 400px;
        }

    .faq {
        padding: 50px 0;
    }

    .feedback__block {
        padding: 50px 0;
    }

    .feedback__slide {
        padding: 20px;
    }

    .feedback__slider {
        padding: 20px 0 60px !important;
    }

    .feedback__desc {
        margin: 0 0 12px 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .feedback__review {
        margin-bottom: 12px;
    }

        .feedback__review i {
            font-size: 13px;
        }

    .feedback__patient img {
        width: 36px;
        height: 36px;
    }

    .feedback__patient__name {
        font-size: 14px !important;
        font-weight: 500;
    }

    .feedback__patient p {
        font-size: 10px;
    }

    .feedback__review {
        margin-bottom: 15px;
    }

    .dots-slider .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
        border-radius: 10px;
    }

    .dots-slider .swiper-pagination-bullet-active {
        width: 25px;
    }

    .dots-slider--mob {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .customers {
        height: unset;
        border-radius: 16px;
    }

    .customers__count {
        padding: 15px;
    }

        .customers__count p {
            text-shadow: 0px 4px 8px rgba(6, 6, 6, 0.32);
        }

    .customers__align-center {
        padding-top: 100px;
        align-items: end;
    }
}

.my-order {
    padding: 150px 0 100px;
}

    .my-order .order-list.table thead th {
        padding: 15px 8px !important;
        font-size: 15px !important;
        font-weight: 600;
        color: #ffffff;
    }

        .my-order .order-list.table thead th:first-child {
            padding-left: 20px !important;
        }

        .my-order .order-list.table thead th:last-child {
            padding-right: 20px !important;
        }

    .my-order .list-table .table tbody td {
        padding: 20px 12px !important;
        font-size: 15px !important;
    }

.view-button {
    border: 0;
    background-color: transparent !important;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

.order {
    padding: 20px 20px 50px;
}

.order__info {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.order__label {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    gap: 8px;
}

.order__status {
    padding: 30px 26px;
    padding-bottom: 0;
}
.order__status--declined {
    padding-bottom: 70px;
}

.order__track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .order__track .tracker {
        position: absolute;
        top: -6px;
        width: 100%;
    }

    .order__track .tracker__single {
        height: 2px;
        width: 24.6%;
        background-color: #505673;
        display: inline-block;
    }

        .order__track .tracker__single.active {
            background: #f18619;
        }

.order__step {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

    .order__step.active {
        border-color: #f18619;
        background: #f18619;
    }

.order__step-label {
    font-size: 14px;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #878CA8;
    white-space: nowrap;
}
.order__step-label--desc {
    top: 30px;
    width: 250px;
    font-size: 12px;
    text-wrap: wrap;
    text-align: center;
    left: 0;
}

.order__step-label.active {
    color: #ffffff;
}

.order__step-label.order__step-label--bottom{
    top: 30px;
}

.medicine-info,
.document-info {
    padding: 28px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.medicine-info__item,
.document-info__item {
    display: flex;
    align-items: start;
    justify-content: start;
}

    .medicine-info__item p,
    .document-info__item p {
        margin: 0;
        line-height: 1;
    }

.medicine-info__label,
.document-info__label {
    min-width: 154px;
    color: #ffffff;
    font-weight: 600;
}

.medicine-info__states {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 12px;
}

.document-info {
    height: 100%;
}

.document-info__label {
    min-width: 170px;
}

.order-details {
    padding: 180px 0 100px;
}

.col-equal-height {
    display: flex;
}

    .col-equal-height .col-md-6 {
        flex: 1;
    }

        .col-equal-height .col-md-6 .card-basic {
            height: 100%;
        }

@media only screen and (max-width: 992px) {
    .my-order {
        padding: 150px 0 80px;
    }

    .my-order__title, .my-order__title a {
        font-size: 43px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .order__track .tracker {
        top: -7px;
    }

    .order__track .tracker__single {
        width: 24.6%;
    }

    .order__step {
        width: 15px;
        height: 15px;
    }

    .order .order-details {
        padding: 150px 0 80px;
    }

    .order-details {
        padding: 150px 0 80px;
    }
}

@media only screen and (max-width: 768px) {
    .my-order {
        padding: 100px 0 50px;
    }

    .my-order__title, .my-order__title a {
        font-size: 30px;
        line-height: 40px;
    }

        .my-order__title i, .my-order__title a i {
            font-size: 30px;
        }

    .my-order .col-equal-height {
        margin-top: 20px !important;
    }

        .my-order .col-equal-height .col-md-6:nth-child(2) {
            margin-top: 20px;
        }

    .order__track .tracker__single {
        width: 24.4%;
    }

    .order__step-label {
        font-size: 14px;
        gap: 5px;
    }

    .medicine-info,
    .document-info {
        padding: 15px;
        gap: 10px;
    }

    .order-details {
        padding: 100px 0 50px;
    }

        .order-details .col-equal-height {
            flex-direction: column;
        }
}

@media only screen and (max-width: 576px) {
    .order {
        overflow-x: scroll;
    }

    .order__track .tracker__single {
        width: 24.1%;
    }

    .order__label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .order__info {
        gap: 20px;
    }

    .order__track {
        width: 400px;
    }

        .order__track .tracker__single {
            width: 24%;
        }

    .order__label {
        font-size: 12px;
        text-wrap: nowrap;
    }

    .order__step-label {
        font-size: 10px;
    }

    .medicine-info__label,
    .document-info__label {
        min-width: 120px;
    }
}

.product-hero {
    padding-top: 180px;
}

.product-hero__left {
    padding-right: 30px;
}

.product-hero__heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
}

.product-hero__sub-heading {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.product-hero__text {
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #ffffff;
    list-style: disc;
    margin-left: 0;
}

    .product-hero__text ul {
        list-style: disc;
        margin-left: 20px;
    }

.product-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-hero__dose {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.product-hero__dose-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.product-hero__dose-price {
    display: flex;
    gap: 15px;
}

.product-hero .dose {
    display: flex;
    align-items: center;
}

.product-hero .dose__title {
    font-size: 22px;
    margin-bottom: 0;
}

.product-hero .dose__item {
    padding: 6px 18px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: inline-block;
    background-color: #F3BE11;
    color: #141A33;
    border-radius: 50px;
}

.product-hero__price {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-hero .price {
    display: flex;
    align-items: center;
}

.product-hero .price__title {
    font-size: 22px;
    margin-bottom: 0;
}

.product-hero .price__item {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: inline-block;
    background: linear-gradient(180deg, #F3BE11 0%, #f18619 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
}

.product-hero__cart {
    margin-top: 30px;
}

.product-hero__so-tag {
    margin-top: 30px;
}

.product-hero__img {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .product-hero__img img {
        display: inline-block;
        vertical-align: top;
        border-radius: 16px;
        width: 150px;
    }

.product-hero__img--br img {
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
}

.product-hero__strength {
    margin-top: 15px;
    position: relative;
}

.product-hero__strength-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: sticky;
    top: 0;
}

.product-hero__strength-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}

.product-hero .strength__item {
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    min-width: 90px;
}

.product-hero .strength__item__price {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.cta {
    padding: 100px 0;
    background-color: rgba(243, 190, 17, 0.3);
}

.cta__title {
    font-size: 62px;
    line-height: 74px;
    font-weight: 500;
}

.cta__text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    .cta__text i {
        color: #F3BE11;
        margin-right: 5px;
    }

.cta .rizz-btn {
    margin-top: 15px;
}

@media only screen and (max-width: 992px) {
    .product-hero {
        padding: 120px 0 80px;
        min-height: unset;
    }

    .product-hero__img {
        max-width: 450px;
    }

    .product-hero__text {
        font-size: 18px;
        line-height: 24px;
    }

    .product-hero .hero__title {
        text-align: left;
    }

    .product-hero__left {
        padding-right: 0;
    }

    .product-hero__right {
        padding-top: 30px;
        margin-top: 0;
    }

    .product-hero__img img {
        width: 100px;
    }

    .cta {
        padding: 80px 0;
    }

    .cta__title {
        font-size: 43px;
        line-height: 48px;
    }

    .cta__text {
        font-size: 16px;
    }

    .cta .rizz-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .product-hero {
        padding: 100px 0 50px;
    }

    .product-hero__left {
        padding-right: unset;
    }

    .product-hero__text {
        font-size: 16px;
        line-height: 22px;
    }

    .product-hero__heading {
        font-size: 36px;
    }

    .cta {
        padding: 50px 0;
    }
    .assessment__page-wrapper {
        overflow-x: hidden;
    }
}

.assessment__page-wrapper {
    background: url(../img/other-banner.png);
    background-repeat: repeat-y;
    background-position: top center;
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    .assessment__page-wrapper .assessment__page__watermark-1 {
        position: absolute;
        z-index: -1;
        top: 30px;
        right: 0;
        transform: rotate(-55.61);
    }

    .assessment__page-wrapper .assessment__page__watermark-2 {
        position: absolute;
        z-index: -1;
        top: 60vh;
        left: 0;
        transform: rotate(-55.61);
    }

.assessment__form {
    margin-top: 80px;
}

.assessment__form-container {
    width: 519px;
    margin: 0 auto;
}

.assessment__form--alt .measurement {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.assessment__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.assessment__form--two-col {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
    max-width: 850px;
}

    .assessment__form--two-col:nth-child(odd) {
        justify-content: start;
    }

@media all and (max-width: 767px) {
    .assessment__form--two-col {
        flex-direction: column;
    }
}

.assessment__form--categories {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 20px;
    width: 100%;
    max-width: 964px;
}

.assessment__invalid-badge {
    margin: 0 auto;
    margin-top: 20px;
    background: linear-gradient(90deg, #141A33 0%, #505673 100%);
    padding: 12px 15px;
    width: 630px;
    max-width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.assessment__invalid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

    .assessment__invalid-icon i {
        font-size: 24px;
        color: #ffffff;
    }

.assessment__invalid-text {
    margin: 0;
}

.assessment__img {
    margin: 80px auto;
    margin-bottom: 50px;
    display: inline-block;
    width: 300px;
    height: 300px;
    border: 4px solid #f18619;
    border-radius: 300px;
}

    .assessment__img img {
        width: 100%;
        height: 100%;
    }

.assessment__recommended-products {
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

    .assessment__recommended-products .product__card {
        padding: 30px 15px;
        min-height: 550px;
        box-shadow: 0px 4px 56px 0px rgba(156, 87, 85, 0.1019607843);
        background-image: url(../../img/doc-upload-bg.png);
        background-color: rgba(49, 65, 140, 0.3);
        background-blend-mode: overlay;
        text-align: center;
        border-radius: 12px;
    }

    .assessment__recommended-products .product__badge {
        background: linear-gradient(to left, #a75356, #d78c6c);
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        max-width: 175px;
        margin: 10px auto;
        border-radius: 100px;
        display: block;
    }

    .assessment__recommended-products .product__price {
        all: unset;
        display: block;
    }

    .assessment__recommended-products .product__img {
        margin: 30px 0;
    }

        .assessment__recommended-products .product__img img {
            max-height: 180px;
        }

    .assessment__recommended-products .product__name {
        font-size: 28px;
        line-height: 1.3;
    }

    .assessment__recommended-products .product:nth-child(1) {
        width: 31.5%;
    }

    .assessment__recommended-products .product:nth-child(2) {
        width: 37%;
    }

    .assessment__recommended-products .product:nth-child(3) {
        width: 31.5%;
    }

    .assessment__recommended-products .product.active {
        transform: scaleY(1.1);
    }

        .assessment__recommended-products .product.active .product__card {
            background-color: rgba(255, 224, 187, 0.3);
            border: 3px solid #F3BE11;
        }

        .assessment__recommended-products .product.active .product__img img {
            max-height: 225px;
        }

    .assessment__recommended-products .product__action .rizz-btn {
        border: 1px solid #ffe0bb;
        color: #ffe0bb;
        padding: 12px 30px;
    }

        .assessment__recommended-products .product__action .rizz-btn:hover, .assessment__recommended-products .product__action .rizz-btn:focus,
        .assessment__recommended-products .product__action .rizz-btn .active {
            border: 1px solid rgba(7, 23, 44, 0.9);
            background: linear-gradient(95.12deg, #141A33 7.77%, #505673 95.93%);
            color: #ffffff;
        }

.assessment__bg-no-repeat {
    background-repeat: no-repeat;
}

.time-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 570px;
    max-width: 96%;
    height: 70px;
    background: transparent;
    border-radius: 40px;
    position: relative;
}

.time-picker__input {
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0;
}

.time-picker__viewer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px !important;
    border: 0px;
    gap: 44px;
    box-shadow: 0px 12px 40px 8px rgba(92, 92, 92, 0.05);
    background-color: transparent;
}

    .time-picker__viewer span {
        font-size: 25px;
        font-weight: 400;
        color: #DADEF2;
        display: flex;
        align-items: center;
    }

        .time-picker__viewer span:after {
            content: "";
            display: inline-flex;
            width: 50px;
            height: 1px;
            background-color: #f18619;
            margin-left: 44px;
        }

        .time-picker__viewer span:last-child:after {
            content: "";
            display: inline-flex;
            width: 0px;
            height: 0px;
            background-color: transparent;
            margin-left: 0px;
        }

.time-picker .bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 300px !important;
    padding: 10px;
}

@media all and (max-width: 1170px) {
    .assessment__recommended-products {
        gap: 15px;
    }

        .assessment__recommended-products .product__badge {
            font-size: 20px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 32%;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 36%;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 32%;
        }

        .assessment__recommended-products .product__img {
            margin-bottom: 15px;
        }

            .assessment__recommended-products .product__img img {
                max-height: 150px !important;
            }

        .assessment__recommended-products .product.active {
            transform: scaleY(1.07);
        }

            .assessment__recommended-products .product.active .product__img img {
                max-height: 180px !important;
            }
}

@media all and (max-width: 992px) {
    .assessment__recommended-products {
        gap: 15px;
    }

        .assessment__recommended-products .product__card {
            min-height: 450px !important;
        }

        .assessment__recommended-products .product__name {
            font-size: 22px;
            line-height: 28px;
        }

        .assessment__recommended-products .product__badge {
            font-size: 16px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 32.5%;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 35%;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 32.5%;
        }

        .assessment__recommended-products .product.active {
            transform: scaleY(1.05);
        }

    .assessment__form {
        margin-top: 50px;
    }

    .assessment__label {
        font-size: 16px;
        margin-top: 0 !important;
    }

    .assessment__form.all-questions {
        gap: 15px;
    }

        .assessment__form.all-questions .single-question input {
            max-width: 320px;
            height: 50px;
            border-radius: 12px;
        }
}

@media all and (max-width: 768px) {
    .assessment__recommended-products {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 60px;
        gap: 30px;
    }

        .assessment__recommended-products .product__card {
            min-width: 450px;
        }

        .assessment__recommended-products .product__badge {
            font-size: 16px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 100% !important;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 100% !important;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 100% !important;
        }

        .assessment__recommended-products .product.active {
            transform: unset;
        }

            .assessment__recommended-products .product.active .product__img img {
                max-height: 150px !important;
            }

    .assessment__form {
        margin-top: 30px;
    }
}

@media all and (max-width: 576px) {
    .assessment__recommended-products .product__card {
        min-width: 320px;
    }
}

.upload-document {
    padding: 180px 0 160px 0;
}

    .upload-document .medical-documents__title {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .upload-document .photo-dropzone {
        margin-bottom: 40px;
    }

    .upload-document .common__progress-bar {
        margin-top: 40px;
    }

        .upload-document .common__progress-bar .progress {
            height: 12px;
            border-radius: 20px;
        }

            .upload-document .common__progress-bar .progress .progress-bar {
                width: 30%;
                border-radius: 20px;
                background-color: #f18619;
                position: relative;
            }

                .upload-document .common__progress-bar .progress .progress-bar:after {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    background-color: white;
                    border-radius: 10px;
                    position: absolute;
                    right: 2px;
                    top: 2px;
                }

        .upload-document .common__progress-bar .progress__text {
            text-align: center;
            font-size: 12px;
            font-weight: 500;
        }

.step-btn {
    margin-top: 40px;
    gap: 10px;
    display: flex;
    justify-content: end;
}

    .step-btn button {
        width: 200px;
    }

.dropzone input[type=file] {
    display: none;
}

.dropzone__area {
    display: block;
    width: 100%;
    height: 320px;
    padding: 0;
    color: #DADEF2;
    border-radius: 20px;
    border: 2px dashed #505673;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    background-color: rgba(42, 70, 104, 0.6);
}

    .dropzone__area i {
        font-size: 80px;
    }

.dropzone__content {
    width: 370px;
}

    .dropzone__content img {
        max-width: 70px;
    }

    .dropzone__content .dnn-btn {
        margin-top: 10px;
        width: 100%;
        display: inline-block;
    }

.generated-document {
    border-bottom: 1.5px solid #d4d4d4;
    margin-bottom: 40px;
    background-color: rgba(42, 70, 104, 0.6);
}

    .generated-document.completed {
        padding: 25px 0;
        border: 1px solid #505673;
        border-radius: 12px;
    }

        .generated-document.completed .dropdown__selection {
            margin-top: 7px;
        }

    .generated-document.last {
        margin-bottom: 0;
    }

.generated-document__status {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.generated-document__status__info {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .generated-document__status__info .doc-icon i {
        font-size: 50px;
        color: #DADEF2;
    }

    .generated-document__status__info .doc-content p {
        font-size: 18px;
        font-weight: 500;
    }

    .generated-document__status__info .doc-content ul {
        display: flex;
        align-items: center;
        gap: 15px;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        .generated-document__status__info .doc-content ul li {
            display: flex;
            align-items: center;
            font-size: 16px;
        }

            .generated-document__status__info .doc-content ul li:first-child {
                font-weight: 500;
                color: #878CA8;
            }

            .generated-document__status__info .doc-content ul li:last-child {
                color: #ffffff;
            }

            .generated-document__status__info .doc-content ul li i.icon-ellipse {
                font-size: 8px;
                margin-left: 15px;
            }

            .generated-document__status__info .doc-content ul li i.icon-loader {
                color: #f18619;
                margin-right: 8px;
                font-size: 18px;
            }

            .generated-document__status__info .doc-content ul li i.icon-completed {
                color: #ffffff;
                margin-right: 8px;
                font-size: 18px;
            }

.generated-document__status__action a i {
    font-size: 22px;
    font-weight: 500;
    color: #DADEF2;
}

.generated-document .assessment__progress-bar {
    margin-top: 20px;
}

    .generated-document .assessment__progress-bar .progress .progress-bar::after {
        display: none;
    }

.mandatory-documents {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 40px;
    background-color: rgba(42, 70, 104, 0.6);
    border-radius: 20px;
    margin-top: 30px;
}

.mandatory-documents__icon i {
    font-size: 80px;
    color: #878CA8;
}

.mandatory-documents__content {
    max-width: 750px;
}

.mandatory-documents__content__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
}

.mandatory-documents__content__description {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #878CA8;
    margin-bottom: 0;
}

@media only screen and (max-width: 1170px) {
    .generated-document.completed .dropdown__selection {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 992px) {
    .generated-document.completed .dropdown__selection {
        margin: 7px 20px 0 auto;
    }

    .upload-document {
        padding: 150px 0 80px;
    }

    .generated-document {
        margin-bottom: 20px;
    }

    .photo-dropzone {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .upload-document {
        padding: 100px 0 50px;
    }

        .upload-document .medical-documents__title {
            margin-bottom: 0;
            padding-bottom: 20px;
            font-size: 16px !important;
        }

    .mandatory-documents {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .mandatory-documents__icon i {
        font-size: 50px;
        color: #77808c;
    }

    .mandatory-documents__content__title {
        font-size: 16px;
    }

        .mandatory-documents__content__title span {
            display: block;
            margin-top: -10px;
        }

    .mandatory-documents__content__description {
        font-size: 16px;
        line-height: 24px;
    }

    .dropzone__area {
        display: block;
        width: 100%;
        height: 320px;
        padding: 0;
        background-color: rgba(218, 222, 242, 0.1);
        color: #DADEF2;
        border-radius: 20px;
        border: 1px dashed #f18619;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        text-align: center;
    }

        .dropzone__area i {
            font-size: 80px;
        }

        .dropzone__area:hover {
            background-color: rgba(255, 255, 255, 0.7);
        }

    .dropzone__content {
        max-width: 370px;
        padding: 40px;
    }

        .dropzone__content img {
            max-width: 70px;
        }

        .dropzone__content .dnn-btn {
            margin-top: 10px;
            width: 100%;
            display: inline-block;
        }

    .generated-document {
        padding: 0 15px;
    }

    .generated-document__status {
        padding-left: 0;
        align-items: end;
    }

    .generated-document__status__info {
        gap: 15px;
        align-items: end;
    }

        .generated-document__status__info .doc-content p {
            margin-bottom: 0px;
            font-size: 14px;
        }

        .generated-document__status__info .doc-content ul li {
            font-size: 12px;
        }

            .generated-document__status__info .doc-content ul li:last-child {
                font-size: 14px;
            }

        .generated-document__status__info .doc-icon {
            display: flex;
            align-items: end;
        }

            .generated-document__status__info .doc-icon i {
                font-size: 40px;
            }

    .generated-document .row {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

        .generated-document .row .dropdown__selection {
            max-width: 100%;
            padding: 0 7px;
        }

            .generated-document .row .dropdown__selection button {
                margin-top: 0 !important;
            }

                .generated-document .row .dropdown__selection button span {
                    font-size: 16px;
                }

    .generated-document .assessment__progress-bar {
        margin-bottom: 0 !important;
    }

    .generated-document.completed {
        padding: 0 12.5px;
        background-color: transparent;
    }

    .medical-documents .step-btn {
        margin-top: 20px;
        display: flex;
    }

        .medical-documents .step-btn button {
            padding: 12px;
            flex-grow: 1;
        }
}

@media only screen and (max-width: 768px) {
    .step-btn {
        margin-top: 20px;
        justify-content: center;
    }
}

.payment {
    padding: 100px 0;
}

.payment__body .dropdown__selection {
    margin: unset;
}

.payment__title {
    font-size: 43px;
    font-weight: 500;
}

.payment__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 50px;
    flex-direction: row;
}

.payment__card {
    margin-top: 50px;
}

.payment__card__variant2 {
    margin-top: 100px;
}

    .payment__card__variant2 .payment-card__header {
        padding: 0 0 20px 0;
    }

    .payment__card__variant2 .payment-form {
        padding: 20px 0 0 0;
    }

    .payment__card__variant2 .payment-form__single-input {
        padding-left: 0;
        padding-right: 0;
    }

        .payment__card__variant2 .payment-form__single-input.pl-20 {
            padding-left: 20px;
        }

        .payment__card__variant2 .payment-form__single-input.pr-20 {
            padding-right: 20px;
        }

.payment__card__variant3 {
    margin-top: 100px;
}

    .payment__card__variant3 .payment-card__header {
        padding: 0 0 20px 0;
    }

    .payment__card__variant3 .payment-form {
        padding: 20px 0 0 0;
    }

    .payment__card__variant3 .payment-form__single-input {
        padding-left: 0;
        padding-right: 0;
    }

        .payment__card__variant3 .payment-form__single-input.pl-20 {
            padding-left: 20px;
        }

        .payment__card__variant3 .payment-form__single-input.pr-20 {
            padding-right: 20px;
        }

.payment__card--cart-summary {
    border: 1px solid #505673;
}

    .payment__card--cart-summary .cart-card__header {
        border-bottom: 1px solid #505673;
    }

    .payment__card--cart-summary .pricing__item--name {
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
    }

    .payment__card--cart-summary .pricing__item--value {
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
    }

    .payment__card--cart-summary .pricing__coupon {
        padding: 20px 24px;
    }

    .payment__card--cart-summary .coupon__label {
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
    }

.payment__card .theme-btn__icon-only i {
    background: #f18619;
    background-clip: text;
}

.payment__account {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment__account__number {
    font-size: 18px;
    line-height: 18px;
    margin-top: -4px;
}

.payment__account__badge {
    padding: 0 5px 1px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 14px;
    font-weight: 250;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
}

.payment__account__status {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payment__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DADEF2;
    padding-bottom: 15px;
}

    .payment__header .dnn-btn__primary {
        width: 185px;
    }

.payment__options .custom-radio {
    display: flex;
    align-items: center;
}

.payment__form {
    padding: 20px 0 0 0;
}

.payment__form__single-input {
    padding-left: 0;
    padding-right: 0;
}

    .payment__form__single-input.pl-20 {
        padding-left: 20px;
    }

    .payment__form__single-input.pr-20 {
        padding-right: 20px;
    }

.payment__form #card-element {
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

.payment__form--body {
    padding: 24px;
}

.payment__form--card .basic-input {
    border: 0.5px solid rgba(238, 238, 240, 0.5);
}

    .payment__form--card .basic-input::placeholder {
        color: rgba(255, 255, 255, 0.7);
    }

.payment__form--card-variation {
    display: flex;
    padding: 20px;
    height: 56px;
    border-radius: 10px;
    border: 0.5px solid rgba(238, 238, 240, 0.5);
}

    .payment__form--card-variation .basic-input {
        border: 0;
        padding: 0;
        height: 100%;
        border-radius: 0;
        cursor: texts;
    }

    .payment__form--card-variation .card-icons {
        padding-left: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .payment__form--card-variation .card-icons img {
            height: 20px;
            border-radius: 5px;
        }

.payment__form--inline-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment__form__list {
    display: flex;
    padding: 10px 20px;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    border: 0.5px solid rgba(238, 238, 240, 0.5);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    outline: 0;
    box-shadow: none;
    appearance: none;
    --webkit-appearance: none;
}

    .payment__form__list option {
        background-color: #2A4668;
    }

        .payment__form__list option:disabled {
            color: rgba(255, 255, 255, 0.7) !important;
        }

.payment__input {
    width: calc(50% - 50px);
}

.payment__methods {
    margin-top: 150px;
    padding: 80px 0;
    background-color: rgba(4, 252, 255, 0.1);
    text-align: center;
}

.payment__methods__cards {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.payment__methods__card {
    width: 80px;
}

    .payment__methods__card img {
        width: 100%;
    }

.payment__billing {
    padding-bottom: 100px;
}

.condition__highlight {
    background: #03FFE2;
    color: #141A33;
    padding: 20px;
    border: 2px dashed #07A996;
    border-radius: 10px;
}

@media all and (max-width: 992px) {
    .payment {
        padding: 60px 0;
    }

    .payment__title {
        font-size: 26px;
    }

    .payment__input {
        width: 100%;
    }

    .payment__card {
        margin-top: 30px;
    }

    .payment__card--right {
        margin-top: 20px;
    }

    .payment__header .dnn-btn__primary {
        width: unset;
    }

    .payment__methods {
        padding: 60px 0;
        margin-top: 60px;
    }

    .payment__methods__cards {
        margin-top: 20px;
        gap: 20px;
    }

    .payment__methods__card {
        width: 60px;
    }

        .payment__methods__card img {
            width: 100%;
        }

    .payment__billing {
        padding-bottom: 80px;
    }
}

@media all and (max-width: 767px) {
    .payment {
        padding: 60px 0;
    }

    .payment__input {
        width: 100%;
    }

    .payment__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .payment__methods {
        padding: 60px 0;
    }

    .payment__methods__cards {
        margin-top: 10px;
        gap: 10px;
    }

    .payment__methods__card {
        width: 60px;
    }

    .payment__billing {
        padding-bottom: 50px;
    }

    .payment__form--inline-fields {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

        .payment__form--inline-fields .basic-input {
            padding: 10px;
        }

    .payment__form--card-variation {
        padding: 10px;
    }

        .payment__form--card-variation .card-icons {
            gap: 3px;
        }

            .payment__form--card-variation .card-icons img {
                height: 17px;
                border-radius: 5px;
            }
}

.contact {
    padding: 180px 0 100px;
}

.contact__banner {
    margin-top: 70px;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: rgba(42, 70, 104, 0.6);
}

    .contact__banner button {
        font-weight: 600;
    }

.contact__single {
    padding: 10px 60px;
    text-align: center;
}

.contact--btn {
    display: inline-block;
    width: 143px;
}

.contact--text {
    margin-top: 20px;
    line-height: 26px;
}

.contact__form {
    max-width: 970px;
    margin: 0 auto;
    margin-top: 30px;
}

.contact__form__btn {
    width: 143px;
}

.contact__img {
    margin-top: 80px;
}

    .contact__img img {
        width: 100%;
    }

.contact .map {
    margin-top: 80px;
}

@media only screen and (max-width: 992px) {
    .contact {
        padding: 150px 0 80px;
    }

    .contact__banner {
        margin-top: 30px;
        padding: 10px 20px;
    }

        .contact__banner p {
            font-size: 20px !important;
        }

    .contact .my-30 {
        margin: 20px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact {
        padding: 100px 0 50px;
    }

    .contact__single {
        padding: 10px 0;
    }

    .contact .map {
        margin-top: 40px;
    }
}

.thank-you {
    padding-top: 200px;
    padding-bottom: 100px;
}

.thank-you__actions {
    max-width: 430px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 0;
}

.thank-you p {
    font-size: 18px;
}

@media only screen and (max-width: 992px) {
    .thank-you {
        padding-bottom: 80px;
    }

        .thank-you p {
            font-size: 16px;
        }
}

@media only screen and (max-width: 768px) {
    .thank-you {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .thank-you__actions {
        margin-top: 20px;
        gap: 10px;
    }

    .thank-you p {
        font-size: 14px;
    }

    .thank-you .card-basic {
        background-color: transparent;
    }

        .thank-you .card-basic .cart__items {
            padding: 15px 15px 0 15px;
        }
}

@media only screen and (max-width: 576px) {
    .thank-you p {
        font-size: 12px;
    }
}

/*# sourceMappingURL=style.css.map */
