/*
! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com
*/

footer {
    color: #fff;
    background-color: #0B1F2B;
    padding: 24px;
    font-size: 12px;
}

.nav__container {
    margin: 0 auto;
    max-width: 1470px
}

.footer__link:hover {
    text-decoration: none!important
}

.footer__link a {
    text-decoration: underline
}

.footer__link a:hover {
    text-decoration: none!important
}

.copyright__content-html a {
    color: inherit;
    text-decoration: inherit
}
@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);.checkout-plan {
    margin: 0 auto;
    max-width: 670px;
    width: 100%
}

.checkout-plan__list {
    font-size: 16px!important;
    line-height: 25px!important;
    padding-left: 0!important
}

.checkout-plan__list li {
    margin-bottom: 20px;
    padding: 0!important
}

ul[style="list-style-type: kannada;"] {
    list-style-image: url(/build/images/custom-list-arrow.8259c509.svg)!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0 0 0 40px!important
}

@media (max-width: 768px) {
    ul[style="list-style-type: kannada;"] {
        padding-top:10px!important
    }
}

ul[style="list-style-type: kannada;"] li {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 18px 0!important;
    position: relative
}

@media (max-width: 768px) {
    ul[style="list-style-type: kannada;"] li {
        padding:15px 0!important
    }
}

ul[style="list-style-type: kannada;"] li::marker {
    padding-right: 20px
}

ul[style="list-style-type: kannada;"] li:first-child {
    padding-top: 0!important
}

ul[style="list-style-type: kannada;"] li:before {
    border-bottom: 1px solid #e9e9e9;
    bottom: 0;
    content: "";
    left: -40px;
    position: absolute;
    width: calc(100% + 40px)
}

.quiz-container {
    background-color: #fff;
    font-family: Roboto,sans-serif;
    max-width: 1100px;
    padding-top: 40px;
    width: 100%
}

@media (max-width: 768px) {
    .quiz-container {
        padding-top:25px
    }
}

.quiz-title {
    color: #222;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width: 768px) {
    .quiz-title {
        font-size:28px;
        line-height: 33px;
        margin-bottom: 25px
    }
}

.quiz-question {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    white-space: pre-line
}

.quiz-answers {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

@media (max-width: 768px) {
    .quiz-answers {
        margin-top:25px
    }
}

.quiz-answers__button {
    background: #30c632;
    border: 3px solid #2bab2e;
    border-radius: 320px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 750px;
    padding: 19px;
    text-align: center;
    transition: .2s ease;
    width: 100%
}

.quiz-answers__button:hover {
    background: #28a02a
}

@media (max-width: 768px) {
    .quiz-answers__button {
        font-weight:600;
        margin-bottom: 15px
    }
}

.quiz-answers__button:last-of-type {
    margin-bottom: 0
}

.quiz-loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quiz-loader__text-container {
    background-color: #eee;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.125;
    padding: 22.5px;
    text-align: center;
    width: 100%
}

.quiz-progress-bar {
    border-radius: 6px;
    height: 6px;
    margin-bottom: 25px;
    position: relative;
    width: 100%
}

.quiz-progress-bar .progress-bar {
    background: #48aa30;
    border-radius: 6px;
    height: inherit;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.quiz-progress-bar .progress-bar .is-animating {
    animation: progress-bar-animation 2.5s linear infinite;
    background: linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
    background-size: 50px 50px;
    height: inherit;
    position: absolute;
    width: 100%
}

.dot-flashing {
    animation: dotFlashing 1s infinite alternate;
    animation-delay: .5s;
    background-color: #a5a5a5;
    border-radius: 100%;
    color: #9880ff;
    height: 20px;
    position: relative;
    width: 20px
}

.dot-flashing:after,.dot-flashing:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.dot-flashing:before {
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
    background-color: #dbdbdb;
    left: -25px
}

.dot-flashing:after,.dot-flashing:before {
    border-radius: 100%;
    color: #9880ff;
    height: 20px;
    width: 20px
}

.dot-flashing:after {
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
    background-color: #eaeaea;
    left: 25px
}

@keyframes progress-bar-animation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

@keyframes dotFlashing {
    0% {
        background-color: #a5a5a5
    }

    50% {
        background-color: #dbdbdb
    }

    to {
        background-color: #eaeaea
    }
}

.fade-enter-active,.fade-leave-active {
    transition: .05s ease-in-out .3s
}

.fade-enter,.fade-leave-to {
    height: 0;
    opacity: 0;
    transition: .3s ease-out
}

.multi-step-quiz-v2 .quiz-answers {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

@media (max-width: 768px) {
    .multi-step-quiz-v2 .quiz-answers {
        margin-top:25px
    }
}

.multi-step-quiz-v2 .quiz-answers__button {
    background: #30c632;
    border: 3px solid #2bab2e;
    border-radius: 320px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 750px;
    padding: 19px;
    text-align: center;
    transition: .2s ease;
    width: 100%
}

.multi-step-quiz-v2 .quiz-answers__button:hover {
    background: #28a02a
}

@media (max-width: 768px) {
    .multi-step-quiz-v2 .quiz-answers__button {
        font-weight:600;
        margin-bottom: 15px
    }
}

.multi-step-quiz-v2 .quiz-answers__button:last-of-type {
    margin-bottom: 0
}

.multi-step-quiz-v2 .destination__wrapper .reset-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.multi-step-quiz-v2 .destination__wrapper .reset-btn-wrapper .reset-btn {
    color: #fff;
    text-decoration: none
}

.multi-step-quiz-v2 .destination__wrapper .reset-btn-wrapper .reset-btn:hover {
    cursor: pointer
}

.multi-step-quiz-v2 .fade-enter-active,.multi-step-quiz-v2 .fade-leave-active {
    transition: .05s ease-in-out .3s
}

.multi-step-quiz-v2 .fade-enter,.multi-step-quiz-v2 .fade-leave-to {
    height: 0;
    opacity: 0;
    transition: .3s ease-out
}

.multi-step-quiz-v3 {
    margin: 0 auto;
    max-width: 500px
}

.multi-step-quiz-v3 .quiz-question-wrapper {
    margin-top: 32px
}

.multi-step-quiz-v3 .quiz-answer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 24px auto 0;
    max-width: 460px
}

.multi-step-quiz-v3 .quiz-answer-button {
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 28px;
    padding: 18px;
    transition: .1s
}

.multi-step-quiz-v3 .quiz-answer-button:hover {
    background: var(--v3-quiz-primary);
    border-color: var(--v3-quiz-primary);
    color: #fff;
    cursor: pointer
}

.multi-step-quiz-v3 .quiz-answer-button:hover svg path {
    fill: #fff
}

.multi-step-quiz-v3 .quiz-profile-img {
    border-radius: 50%;
    margin: 0 auto;
    max-height: 92px
}

.multi-step-quiz-v3 .quiz-progress-bar-wrapper {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
    text-align: center
}

.multi-step-quiz-v3 .quiz-progress-bar-v3 {
    background: #ededed;
    border-radius: 6px;
    height: 4px;
    margin-top: 12px
}

.multi-step-quiz-v3 .quiz-progress-bar-fill-v3 {
    border-radius: 6px;
    height: 4px
}

.multi-step-quiz-v3 .quiz-loader-v3 {
    animation: dot-flashing .5s linear infinite alternate;
    animation-delay: .25s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    margin-bottom: 24px;
    position: relative;
    width: 16px
}

.multi-step-quiz-v3 .quiz-loader-v3:after,.multi-step-quiz-v3 .quiz-loader-v3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.multi-step-quiz-v3 .quiz-loader-v3:before {
    animation: dot-flashing .5s infinite alternate;
    animation-delay: 0s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    left: -25px;
    width: 16px
}

.multi-step-quiz-v3 .quiz-loader-v3:after {
    animation: dot-flashing .5s infinite alternate;
    animation-delay: .5s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    left: 25px;
    width: 16px
}

.multi-step-quiz-v3 .quiz-loader-title-v3 {
    color: #201f37;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.multi-step-quiz-v3 .quiz-loader-wrapper-v3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 150px
}

@media only screen and (max-width: 768px) {
    .multi-step-quiz-v3 .quiz-profile-img {
        max-height:62px
    }

    .multi-step-quiz-v3 .quiz-answer-button {
        font-size: 18px;
        line-height: 25px
    }
}

.multi-step-quiz-v4 {
    margin: 0 auto;
    max-width: 500px
}

.multi-step-quiz-v4 .quiz-question-wrapper {
    margin-top: 32px
}

.multi-step-quiz-v4 .quiz-answer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 24px auto 0;
    max-width: 460px
}

.multi-step-quiz-v4 .quiz-answer-wrapper .quiz-answer-button p.quiz-answer {
    margin-top: 0!important
}

.multi-step-quiz-v4 .quiz-answer-button {
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 28px;
    padding: 18px;
    transition: .1s
}

.multi-step-quiz-v4 .quiz-answer-button:hover {
    background: var(--v4-quiz-primary);
    border-color: var(--v4-quiz-primary);
    color: #fff;
    cursor: pointer
}

.multi-step-quiz-v4 .quiz-answer-button:hover svg path {
    fill: #fff
}

.multi-step-quiz-v4 .quiz-profile-img {
    border-radius: 50%;
    margin: 0 auto;
    max-height: 92px
}

.multi-step-quiz-v4 .quiz-progress-bar-wrapper {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
    text-align: center
}

.multi-step-quiz-v4 .quiz-progress-bar-v4 {
    background: #ededed;
    border-radius: 6px;
    height: 4px;
    margin-top: 12px
}

.multi-step-quiz-v4 .quiz-progress-bar-fill-v4 {
    border-radius: 6px;
    height: 4px
}

.multi-step-quiz-v4 .quiz-loader-v4 {
    animation: dot-flashing .5s linear infinite alternate;
    animation-delay: .25s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    margin-bottom: 24px;
    position: relative;
    width: 16px
}

.multi-step-quiz-v4 .quiz-loader-v4:after,.multi-step-quiz-v4 .quiz-loader-v4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.multi-step-quiz-v4 .quiz-loader-v4:before {
    animation: dot-flashing .5s infinite alternate;
    animation-delay: 0s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    left: -25px;
    width: 16px
}

.multi-step-quiz-v4 .quiz-loader-v4:after {
    animation: dot-flashing .5s infinite alternate;
    animation-delay: .5s;
    background-color: #a5a5a5;
    border-radius: 20px;
    color: #a5a5a5;
    height: 16px;
    left: 25px;
    width: 16px
}

@keyframes dot-flashing {
    0% {
        background-color: #a5a5a5
    }

    50%,to {
        background-color: #eaeaea
    }
}

.multi-step-quiz-v4 .quiz-loader-title-v4 {
    color: #201f37;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.multi-step-quiz-v4 .quiz-loader-wrapper-v4 {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 150px
}

@media only screen and (max-width: 768px) {
    .multi-step-quiz-v4 .quiz-profile-img {
        max-height:62px
    }

    .multi-step-quiz-v4 .quiz-answer-button {
        font-size: 18px;
        line-height: 25px
    }
}

.comment-item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px
}

.comment-item__counter {
    border-top: 1px solid #3658a6;
    margin-top: 25px;
    padding: 20px 0
}

.comment-item__input {
    font-size: 14px;
    line-height: 22px
}

.comment-item__avatar {
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px
}

.comment-item__avatar img {
    position: absolute;
    width: 100%
}

.comment-item__content {
    flex: 1;
    line-height: 22px;
    padding-left: 12px;
    white-space: normal
}

.comment-item__comment {
    font-size: 14px;
    line-height: 22px
}

.comment-input__holder,.comment-item__holder {
    border: 1px solid gray;
    width: 100%
}

.comment-input__element {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #999;
    flex: 1;
    font-family: inherit;
    margin: 0 0 .5em;
    outline: none;
    padding: 10px 0 5px 8px;
    width: 100%
}

.comment-input__element:active,.comment-input__element:focus {
    border: 0 solid transparent;
    box-shadow: none;
    outline: none
}

.comment-actions {
    display: flex;
    font-size: 12px;
    margin-top: 5px
}

.comment-actions__button {
    background-color: transparent;
    border: 0;
    color: #3658a6;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.comment-actions__button:focus {
    outline: none
}

.comment-actions__icon {
    align-items: center;
    display: flex
}

.comment-actions__icon>img {
    position: relative;
    top: -.3rem
}

.comment-actions__icon>span {
    margin: 0 3px
}

.comment-actions__date {
    color: #999
}

.comment-actions>a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.post-btn__holder {
    align-items: center;
    background: #f6f7f9;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding: 10px 15px
}

.post-btn__element {
    background-color: #2851a3;
    border-radius: 3px;
    color: #f4f4f4;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 10px
}

.user-field {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px
}

.user-field__name {
    color: #3658a6
}

.user-field__state {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-left: 5px
}

.quote-rating {
    background: #fafafa;
    margin: 20px 0
}

.quote-rating__wrapper {
    background: url(/build/images/quote.f26f0581.svg) no-repeat 0 10%,url(/build/images/quote-1.92275362.svg) no-repeat 100% 90%;
    margin: 25px 20px;
    padding: 30px 60px
}

@media (max-width: 768px) {
    .quote-rating__wrapper {
        background:url(/build/images/quote-3.c7666bdd.svg) no-repeat 0 5%,url(/build/images/quote-2.4e1ee72d.svg) no-repeat 100% 95%;
        margin: 0 15px;
        padding: 35px 10px
    }
}

.quote-rating__quote {
    color: #3d3d4e;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px
}

.quote-rating__author {
    color: #3d3d4e;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700
}

.quote-rating__authorimg {
    margin-top: 2px
}

.drip__container {
    border: 1px dashed #dddcdc;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 13px;
    position: relative;
    text-align: center
}

.drip__title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

@media (max-width: 768px) {
    .drip__title {
        color:#000;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px
    }
}

.drip__description {
    color: #807e7e;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center
}

@media (max-width: 768px) {
    .drip__description {
        font-size:16px
    }
}

.drip__group {
    align-items: flex-start;
    display: flex;
    margin: 17px auto 0;
    max-width: 530px
}

@media (max-width: 768px) {
    .drip__group {
        display:block;
        margin-top: 10px
    }
}

.drip__input {
    background: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    box-shadow: 0 4px 2px rgba(53,52,52,.15);
    box-sizing: border-box;
    font-size: 16px;
    min-height: 45px;
    padding: 0 15px;
    width: 100%
}

.drip__input :active,.drip__input:focus {
    outline: none
}

.drip__button {
    align-items: center;
    background: #0abb39;
    border: 0 solid;
    border-bottom: 4px solid #088429;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    min-height: 45px;
    text-shadow: 0 2px 1px rgba(28,28,28,.28);
    text-transform: uppercase;
    transition: all .15s;
    width: 100%
}

.drip__button img {
    margin-left: 5px;
    margin-top: 3px
}

.drip__button:active {
    border-bottom-width: 0;
    outline: none
}

.drip__success-container {
    background: #fff;
    bottom: 0;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    left: 0;
    line-height: 32px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity .3s linear
}

@media (max-width: 768px) {
    .drip__success-container {
        font-size:20px;
        line-height: 24px
    }
}

.drip__success-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.drip__group__first {
    flex: 0.72;
    padding-right: 12px
}

@media (max-width: 768px) {
    .drip__group__first {
        margin-bottom:10px;
        padding-right: 0
    }
}

.drip__group__second {
    flex: 0.6
}

.error-input {
    border-color: #d82213
}

.arrow-down {
    display: block
}

.error {
    border: 0 solid;
    color: #d82213;
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    text-align: left
}

.avatar__team-description {
    margin-bottom: 35px;
    text-align: center
}

.avatar__team-description h2 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 25px
}

@media (max-width: 768px) {
    .avatar__team-description {
        margin-bottom:25px;
        text-align: left
    }
}

.avatar__box {
    background-color: #f8f8f8;
    height: 230px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px 10px 25px;
    text-align: center;
    width: 25%
}

@media (max-width: 768px) {
    .avatar__box {
        margin-bottom:12px;
        width: 45%
    }
}

.avatar__row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (max-width: 768px) {
    .avatar__row {
        flex-wrap:wrap
    }
}

.avatar__image {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px
}

.avatar__title {
    font-weight: 700;
    line-height: 18px
}

.avatar__subtitle,.avatar__title {
    color: #3d3d4e;
    font-family: Helvetica,Arial,sans-serif
}

.avatar__subtitle {
    line-height: 19px;
    padding-top: 6px
}

.social-sharer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto
}

@media (max-width: 768px) {
    .social-sharer__container {
        display:block
    }
}

.social-sharer__item {
    align-items: center;
    color: #fff!important;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    margin: 10px -4px;
    padding: 10px 3px;
    text-align: center;
    text-decoration: none!important;
    width: 33.333333%
}

@media (max-width: 768px) {
    .social-sharer__item {
        line-height:30px;
        margin: 10px -5px;
        width: 100%
    }
}

.social-sharer--fb-blue {
    background: #4267b2
}

.social-sharer--tw-blue {
    background: #1da1f2
}

.social-sharer--mail-white {
    background: #5787b8
}

.quote {
    background-color: #f8f8f8;
    padding: 25px 10px 10px;
    text-align: center
}

.quote:before {
    background-color: #003268;
    color: #fff;
    content: "„";
    display: block;
    font-size: 100px;
    height: 60px;
    line-height: 0;
    margin: 0 auto -40px;
    position: relative;
    text-align: center;
    top: -50px;
    width: 60px
}

.popup-modal a {
    color: #006dec
}

.popup-modal span a:link {
    color: #06c
}

.popup-modal span a:visited {
    color: #c3c
}

.popup-modal span a:active {
    color: #366
}

.popup-modal p {
    margin-top: calc(10.5px + .5vw)!important
}

.heading {
    font-size: 28px;
    font-weight: 700
}

@media only screen and (min-width: 480px) {
    .heading {
        font-size:calc(20.47059px + 1.56863vw)
    }
}

@media only screen and (min-width: 1500px) {
    .heading {
        font-size:44px
    }
}

@media (min-width: 768px) {
    .heading {
        line-height:1.2
    }
}

.info-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px
}

.info-highlight {
    background-color: #fff7e5;
    min-height: 20px
}

.info-blue {
    background-color: #d9edf7;
    min-height: 20px
}

.dynamic-info-box {
    background: #f8f9fa;
    border-radius: 4px;
    color: #636273;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 15px
}

.dynamic-info-box a {
    color: inherit!important
}

.dynamic-info-box__with-border {
    background: #f8f9fa;
    border: 2px solid #394ae1;
    border-radius: 4px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 28px
}

@media (max-width: 768px) {
    .dynamic-info-box__with-border {
        padding:11px 13px
    }
}

.dynamic-info-box__with-border a {
    color: inherit!important;
    text-decoration: underline;
    transition: .3s ease
}

.checkout-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url(/build/images/select-arrow.662fe3df.svg);
    background-position-x: 90%;
    background-position-y: 48%;
    background-repeat: no-repeat;
    border: 2px solid #767676;
    border-radius: 0;
    font-size: 17px;
    height: 50px;
    outline: none;
    padding: 10px 8px;
    width: 100%
}

.custom-width-50 {
    width: calc(50% - 10px)
}

:-webkit-autofill,:-webkit-autofill:active,:-webkit-autofill:focus,:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.select-one-row {
    display: flex;
    justify-content: space-between;
    margin-left: -134px;
    width: calc(100% + 264px)
}

@media (max-width: 1100px) {
    .select-one-row {
        margin-left:0;
        width: 100%
    }
}

@media (max-width: 575px) {
    .select-one-row {
        align-items:center;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .select-one-row--small-mobile {
        align-items:center;
        flex-direction: column
    }
}

.select-one-row__button {
    background: #28b02b;
    border: 1px solid #28b02b;
    box-sizing: border-box;
    color: #fff!important;
    font-family: Roboto,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    padding: 20px 5px;
    text-align: center;
    text-decoration: none!important
}

@media (max-width: 768px) {
    .select-one-row__button {
        font-size:27px;
        line-height: 30px
    }
}

@media (max-width: 575px) {
    .select-one-row__button {
        margin-bottom:23px;
        padding: 17px 5px
    }

    .select-one-row__button:last-child {
        margin-bottom: 0
    }
}

.select-one-row__button--3 {
    width: 30.83%
}

@media (max-width: 575px) {
    .select-one-row__button--3 {
        width:100%
    }
}

.select-one-row__button--4 {
    width: 22.45%
}

@media (max-width: 575px) {
    .select-one-row__button--4 {
        width:100%
    }
}

@media (max-width: 768px) {
    .select-one-row__button--small-mobile {
        align-items:center;
        display: flex;
        font-size: 28px;
        font-weight: 800;
        justify-content: center;
        margin-bottom: 16px;
        padding: 3.5px;
        width: 100%
    }
}

.button {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Roboto,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 5rem;
    min-height: 5rem;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0,0,0,.25);
    width: 100%
}

@media (max-width: 768px) {
    .button {
        font-weight:400;
        line-height: 3rem
    }
}

.button>span {
    line-height: normal
}

.button:hover {
    text-shadow: none
}

.button--short {
    border-radius: 5px;
    font-family: Roboto,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    min-height: 2rem;
    min-width: 200px;
    padding: 13px 0!important;
    text-shadow: none!important;
    transition: .2s ease;
    width: auto
}

@media (min-width: 768px) {
    .button--short:hover {
        opacity:.8
    }
}

.button--short--green {
    background: #40b426
}

.button--short--blue {
    background: linear-gradient(.48deg,#1d4686 5.41%,#1d4686 83.88%)
}

.button--livechat {
    align-items: center;
    border-radius: 320px;
    color: #fff;
    display: flex;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 140%;
    min-width: 134px;
    padding: 12px 32px;
    text-shadow: none
}

.button--livechat.mb-16px {
    margin-bottom: 16px
}

.button--green {
    background: linear-gradient(.48deg,#21ab22 5.41%,#22c823 83.88%);
    border-bottom-color: #1d961e;
    font-size: 26px;
    padding: 10px;
    transition: .2s ease-in
}

.button--green:hover {
    opacity: .9
}

.button--green.blue-bg {
    background: linear-gradient(.48deg,#1d4686 5.41%,#1d4686 83.88%);
    border-bottom-color: #1d4699
}

@media (max-width: 768px) {
    .button--green {
        align-items:center;
        display: flex;
        font-weight: 600;
        justify-content: center;
        line-height: 32px;
        min-height: 7rem;
        padding: 5px 15px
    }
}

.button--blue {
    background: #1d4686;
    border-bottom-color: #1d4699
}

.button--blue>img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

@media (max-width: 768px) {
    .button--blue {
        align-items:center;
        display: flex;
        font-weight: 600;
        justify-content: center;
        line-height: 32px;
        min-height: 7rem;
        padding: 5px 15px
    }
}

.button--yellow {
    background: #fed736;
    color: #0f1111!important
}

.button--bottom-border {
    padding-bottom: .25rem;
    position: relative
}

.button--bottom-border:after {
    border-bottom: .5rem solid;
    border-color: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-bottom-width .3s ease-in
}

.button--bottom-border:active:after {
    border-bottom-width: .2rem
}

.button--lg {
    line-height: 6rem;
    min-height: 6rem
}

.select-age__title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    width: 100%
}

.select-age__button {
    font-size: 24px
}

.select-age__button-container {
    margin: 0 -1.5rem
}

@media (max-width: 768px) {
    .select-age__button-container {
        align-items:center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0
    }
}

.select-age__button--green {
    background: linear-gradient(.48deg,#21ab22 5.41%,#22c823 83.88%);
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #2f9946;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 10px 10px;
    max-width: 16rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0,0,0,.25);
    transition: box-shadow .1s ease-in;
    width: 100%
}

.select-age__button--green:hover {
    color: #fff!important
}

@media (max-width: 768px) {
    .select-age__button--green {
        margin:10px 4px;
        width: calc(50% - 8px)
    }
}

.select-age__button--green.blue-bg {
    background: #1d4686;
    box-shadow: 0 4px 0 0 #1d4699
}

.select-age__button--blue {
    background-color: #fafafa;
    color: #000;
    float: left;
    font-weight: 400;
    height: 90px;
    line-height: 4;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s linear;
    width: 15%
}

@media (max-width: 768px) {
    .select-age__button--blue {
        width:33%
    }
}

.select-age__button--blue:hover {
    background-color: #1d4686;
    color: #fff
}

.age-icons__widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 768px) {
    .age-icons__widget {
        justify-content:center
    }
}

.age-icons__item {
    border: 3px solid #21ab22;
    border-radius: 6px;
    color: rgba(0,51,102,.99);
    cursor: pointer;
    margin: 0 0 15px 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 17%
}

.age-icons__item img {
    margin-bottom: 10px
}

.age-icons__item:hover {
    background: linear-gradient(.48deg,#21ab22 5.41%,#22c823 83.88%);
    color: #fff!important
}

@media (max-width: 768px) {
    .age-icons__item {
        font-size:24px;
        width: 40%
    }

    .age-icons__item:nth-child(odd) {
        margin: 0 0 15px
    }
}

.age-icons__item.blue-bg {
    border: 3px solid #036
}

.age-icons__item.blue-bg:hover {
    background: linear-gradient(.48deg,rgba(0,51,102,.99) 5.41%,rgba(0,51,102,.99) 83.88%);
    color: #fff!important
}

.button--yes-no {
    font-size: 26px;
    font-weight: 700;
    line-height: 10rem;
    min-height: 10rem;
    padding: 0
}

@media (max-width: 768px) {
    .button--yes-no {
        line-height:7rem;
        min-height: 7rem
    }
}

.buttons-rounded {
    border: 3px solid;
    border-radius: 320px;
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    padding: 34px;
    text-align: center;
    width: 100%
}

@media (max-width: 768px) {
    .buttons-rounded {
        padding:20px
    }
}

.buttons-rounded--green {
    background: #30c632;
    border-color: #2bab2e;
    color: #fff
}

.buttons-rounded--blue {
    background: #1d4686;
    border-color: #03205c;
    color: #fff
}

.buttons-rounded--yellow {
    background: #fed736;
    border-color: #e9c11c;
    color: #0f1111
}

.button--padding-fix {
    padding: 10px 0
}

.button-indy {
    align-items: center;
    border: 2px solid;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-family: Open Sans,sans-serif;
    font-size: 26px;
    font-weight: 700;
    justify-content: center;
    line-height: 57px;
    margin: 0 auto;
    max-width: 420px;
    padding: 12px;
    text-align: center;
    text-transform: capitalize;
    transition: .2s ease;
    width: 100%
}

@media (max-width: 768px) {
    .button-indy {
        font-size:20px;
        max-width: 290px;
        padding: 1px
    }
}

@media (min-width: 768px) {
    .button-indy:hover {
        opacity:.8
    }
}

.button-indy--green {
    background: #08b335;
    border-color: #0a7915
}

.button-indy--blue {
    background: #1d4686;
    border-color: #036
}

@media (max-width: 768px) {
    .button-indy img {
        width:16px
    }
}

.button-outer {
    align-items: center;
    background: #f47b22;
    border-bottom: 5px solid #c76218;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    color: #fff!important;
    display: flex;
    font-family: Open Sans,sans-serif;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 34px;
    padding: 12px;
    text-align: center;
    text-decoration: none!important;
    text-transform: capitalize;
    transition: .2s ease;
    width: 385px
}

@media (max-width: 768px) {
    .button-outer {
        max-width:340px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .button-outer:active {
        border-color:transparent;
        transform: translateY(5px)
    }

    .button-outer:hover {
        opacity: .9
    }
}

@media (max-width: 768px) {
    .button-outer img {
        width:16px
    }
}

.multi-button-cta-item {
    font-family: Arial,sans-serif;
    position: relative;
    transition: .2s ease;
    width: 100%
}

.multi-button-cta-item:nth-child(n+3) {
    margin-top: 15px
}

.multi-button-cta-item:nth-child(5) {
    width: 100%
}

@media (min-width: 768px) {
    .multi-button-cta-item {
        width:calc(50% - 10px)
    }

    .multi-button-cta-item:hover {
        background: linear-gradient(180deg,#072e56,#072e56,#072e56);
        border-color: #072e56;
        box-shadow: none;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-shadow: 0 2px 1px rgba(0,0,0,.38)
    }
}

@media (max-width: 768px) {
    .multi-button-cta-item {
        margin-left:auto;
        margin-right: auto
    }

    .multi-button-cta-item:nth-child(n+2) {
        margin-top: 15px
    }
}

.multi-button-cta-item a {
    align-items: center;
    display: flex;
    padding: 4px 40px 4px 22.5px
}

.multi-button-cta-item img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.multi-button-cta-with-images {
    font-family: Arial,sans-serif;
    transition: .2s ease
}

@media (min-width: 768px) {
    .multi-button-cta-with-images:hover {
        background:#021539
    }
}

.multi-button-cta-white {
    color: #000!important;
    font-family: Arial,sans-serif;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition: .2s ease;
    width: 100%
}

.multi-button-cta-white:nth-child(n+3) {
    margin-top: 15px
}

@media (min-width: 768px) {
    .multi-button-cta-white {
        width:calc(50% - 10px)
    }

    .multi-button-cta-white:nth-child(5) {
        width: 100%
    }

    .multi-button-cta-white:hover {
        background: #232323;
        border-color: #232323;
        box-shadow: none;
        color: #fff!important;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

    .multi-button-cta-white:hover svg>path {
        fill: #fff
    }
}

@media (max-width: 768px) {
    .multi-button-cta-white {
        margin-left:auto;
        margin-right: auto
    }

    .multi-button-cta-white:nth-child(n+2) {
        margin-top: 15px
    }
}

.multi-button-cta-white a {
    color: inherit!important;
    text-decoration: none!important
}

.multi-button-cta-white svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.multi-button-cta-dynamic {
    color: #fff!important;
    font-family: Arial,sans-serif;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition: .2s ease;
    width: 100%
}

.multi-button-cta-dynamic:nth-child(n+3) {
    margin-top: 10px
}

@media (min-width: 768px) {
    .multi-button-cta-dynamic {
        width:calc(50% - 5px)
    }
}

.multi-button-cta-dynamic:nth-child(5) {
    width: 100%
}

@media (max-width: 768px) {
    .multi-button-cta-dynamic {
        margin-left:auto;
        margin-right: auto
    }

    .multi-button-cta-dynamic:nth-child(n+2) {
        margin-top: 15px
    }
}

.multi-button-cta-dynamic a {
    color: inherit!important;
    text-decoration: none!important
}

.multi-button-cta-dynamic svg {
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.button-width-ad {
    font-family: Arial,sans-serif;
    transition: .2s ease
}

@media (min-width: 768px) {
    .button-width-ad:hover {
        background:linear-gradient(180deg,#1f8d06,#1f8d06);
        border-color: #1f8d06
    }
}

@media (max-width: 768px) {
    .button-width-ad {
        margin:0 auto;
        max-width: 335px
    }
}

.button-animation-pulsing,.button-animation-pulsing-1025 {
    animation: button-pulsing 1s ease-in-out infinite alternate
}

@keyframes button-pulsing {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.025)
    }
}

.animated-button-shortcode {
    background-color: #004b75;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    min-width: 540px;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: background-color .3s;
    width: auto
}

.animated-button-shortcode:hover {
    background-color: #003452
}

.animated-button-shortcode .content-wrapper {
    align-items: center;
    display: flex;
    flex: 1
}

.animated-button-shortcode[data-btn-type=call] {
    font-size: 23px;
    height: 82px;
    padding: 23px 30px
}

.animated-button-shortcode[data-btn-type=call] .animated-button-shortcode__tap {
    bottom: -17px;
    position: absolute;
    right: -7px;
    width: 65px
}

.animated-button-shortcode[data-btn-type=call] .animated-button-shortcode__phone {
    height: 29px;
    margin-right: 10px;
    width: 29px
}

.animated-button-shortcode[data-btn-type=text] {
    font-size: 30px;
    padding: 40px 30px
}

.animated-button-shortcode[data-btn-type=text] .animated-button-shortcode__tap {
    bottom: 2px;
    position: absolute;
    right: 6px;
    width: 65px
}

.animated-button-shortcode .animated-button-shortcode__text {
    color: #fff;
    flex: 1;
    line-height: normal
}

.money-cta-button {
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2);
    color: #494949!important;
    cursor: pointer;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    gap: 8px;
    line-height: 1.3;
    padding: 16px 8px 12px;
    text-align: center;
    text-decoration: none!important
}

.money-cta-button img {
    height: auto;
    margin: 0 auto;
    max-width: 140px;
    width: 100%
}

.money-cta-button:hover {
    background: #c7ecf3!important;
    color: #005a6e!important
}

@media (min-width: 768px) {
    .money-cta-button img {
        max-width:105px
    }
}

@media (min-width: 450px) {
    .money-cta-button {
        flex:0 1 calc(33% - 4px);
        font-size: 16px
    }
}

.money-cta-buttons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: Roboto,sans-serif;
    gap: 8px;
    margin-bottom: 16px
}

@media (min-width: 991px) {
    .money-cta-buttons-wrapper {
        gap:16px
    }
}

@media (min-width: 768px) {
    .money-cta-buttons-wrapper {
        flex-wrap:nowrap;
        gap: 16px
    }
}

@media (min-width: 450px) {
    .money-cta-buttons-wrapper {
        align-items:center;
        flex-direction: row;
        justify-content: center
    }
}

.toast-container {
    align-items: center;
    background-color: #fff;
    border: 3px solid #f4f4f4;
    border-radius: 8px;
    bottom: -110px;
    box-shadow: 0 0 15px rgba(0,0,0,.161);
    display: flex;
    height: 75px;
    left: 15px;
    max-width: 400px;
    padding: 0 12px;
    position: fixed;
    transition: all .4s;
    width: 100%;
    z-index: 9999
}

@media (max-width: 768px) {
    .toast-container {
        left:0
    }
}

.toast-container.active {
    bottom: 15px
}

.toast-container .toast-image {
    border-radius: 100%;
    flex: 0 0 auto;
    height: 60px;
    width: 60px
}

.toast-container .toast-wrapper {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    width: 75%
}

.toast-container .toast-wrapper.no-image {
    margin-left: 0;
    width: 100%
}

.toast-container #toast-body-text,.toast-container #toast-time-text {
    font-size: 13px!important
}

.toast-container #toast-body-text p,.toast-container #toast-time-text p {
    color: #000!important;
    font-size: 13px!important;
    line-height: 1.4!important;
    margin: 0!important
}

:root {
    --bot-avatar-image: url(/build/images/mary.c40dfa68.png)
}

.uilb {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    margin: auto;
    max-width: 318px;
    width: calc(100% - 80px)
}

.uilb-container {
    margin: 12px;
    max-width: 306px;
    transition: opacity .4s ease-in-out,transform .3s ease-in-out
}

.uilb-action,.uilb-message {
    background: #eeeff2;
    border-radius: 6px;
    color: #000;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px;
    position: relative
}

.uilb-message .message-content-wrapper p:not(.live-chat-message) {
    display: none
}

.uilb-message>p {
    margin: 0
}

.uilb-action.bot a {
    display: block;
    text-decoration: none
}

.uilb-action p.live-chat-message a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.uilb-message.human {
    background-color: #007bee;
    border-radius: 6px
}

.uilb-button,.uilb-message.human {
    color: #fff;
    font-weight: 700;
    line-height: 140%
}

.uilb-button {
    align-items: center;
    border-radius: 320px;
    display: flex;
    font-size: 16px;
    font-style: normal;
    gap: 8px;
    justify-content: center;
    min-width: 134px;
    padding: 12px 32px
}

.uilb-action>a:not(:first-child),.uilb-button:not(:first-child) {
    margin-top: 12px
}

.uilb-container:not(.no-icon):before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 20px 20px 10px 0;
    bottom: -4px;
    content: "";
    height: 0;
    left: -4px;
    position: absolute;
    transform: rotate(-30deg)
}

.action-avatar:after,.action-icon:after {
    align-items: flex-end;
    background-image: var(--bot-avatar-image);
    background-size: 100% 100%;
    bottom: -5px;
    content: "";
    display: flex;
    height: 32px;
    justify-content: flex-end;
    position: absolute;
    right: calc(100% + 12px);
    width: 32px
}

.uilb-container.human {
    display: flex;
    justify-content: flex-end;
    opacity: .85
}

.uilb-container.human:not(.no-icon):before {
    left: auto;
    right: 5px
}

.uilb-container.human:not(.no-icon):after {
    align-items: flex-end;
    background-image: url(/build/images/avatar.1411bf05.png);
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: flex;
    height: 32px;
    justify-content: flex-end;
    left: calc(100% + 12px);
    position: absolute;
    width: 32px
}

.uilb-message.fill-img {
    height: 200px;
    overflow: hidden;
    padding: 0
}

.uilb-message.fill-img * {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.text-0,.text-0>div span {
    font-size: 0!important
}

main {
    min-height: calc(100vh - 112px)
}

@media only screen and (max-width: 767px) {
    main {
        min-height:calc(100vh - 92px)
    }
}

.online-ping-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 16px 0
}

@media (min-width: 768px) {
    .online-ping-wrapper {
        margin:24px 0
    }
}

.online-ping-wrapper__inner {
    display: inline-flex;
    height: 12px;
    position: relative;
    width: 12px
}

@keyframes ping {
    75%,to {
        opacity: 0;
        transform: scale(2)
    }
}

.online-ping-wrapper .animate-ping {
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite
}

.online-ping-wrapper .online-ping-ripple {
    background-color: #22c55e;
    border-radius: 9999px;
    height: 100%;
    opacity: .75;
    position: absolute;
    width: 100%
}

.online-ping-wrapper .online-ping {
    background-color: #1fa84c;
    border-radius: 9999px;
    height: 12px;
    position: relative;
    width: 12px
}

.online-ping-wrapper .online-ping-title {
    margin-left: 6px
}

.animated-button {
    animation: buttonWiggle 1.5s infinite,buttonPulse 1.5s cubic-bezier(.16,.01,0,1.51) infinite;
    box-shadow: 0 0 0 0 rgba(47,158,233,.7)
}

@keyframes buttonWiggle {
    0% {
        transform: translateX(0) rotate(0deg)
    }

    5% {
        transform: translateX(-3px) rotate(0deg)
    }

    7% {
        transform: translateX(-5px) rotate(-2deg)
    }

    8.5% {
        transform: translateX(5px) rotate(2deg)
    }

    10% {
        transform: translateX(3px) rotate(0deg)
    }

    to {
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes buttonPulse {
    to {
        box-shadow: 0 0 0 8px rgba(47,158,233,0)
    }
}

.lv-fade-appear-active,.lv-fade-enter-active {
    transition: opacity .3s ease-in-out,transform .3s ease-in-out
}

.lv-fade-appear,.lv-fade-enter {
    opacity: 0;
    transform: translateX(-8%)
}

.lv-fade-appear-to,.lv-fade-enter-to {
    opacity: 1;
    transform: translateX(0)
}

.lv-fade-leave-active {
    transition: none
}

.lv-fade-leave {
    opacity: 0;
    transform: translateX(0)
}

.no-transition {
    transition: none!important
}

.live-chat-wrapper {
    -webkit-font-smoothing: auto
}

.live-chat-message-container.action a,.live-chat-message-container.action a:hover {
    color: #fff;
    text-decoration: none
}

.message-tail .tail-icon {
    bottom: -8px;
    height: 27px;
    position: absolute;
    width: 20px;
    z-index: 0
}

.message-tail.bot .tail-icon {
    left: -10px;
    transform: rotateY(180deg)
}

.message-tail.human .tail-icon {
    right: -10px
}

.live-chat-wrapper .live-chat-message-container .lv-column {
    min-width: unset!important
}

.live-chat-wrapper a.imessage,.live-chat-wrapper a.imessage a,.live-chat-wrapper a.messenger,.live-chat-wrapper a.messenger a {
    color: #fff
}

.live-chat-mp4-wrapper,.live-chat-mp4-wrapper * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif
}

.live-chat-mp4-wrapper {
    margin: 0 auto;
    max-width: 420px;
    padding: 18px 14px 28px;
    text-align: center
}

.live-chat-mp4-card {
    background: #fff;
    border: 2px solid #dbe8ff;
    border-radius: 26px;
    box-shadow: 0 18px 42px rgba(15,23,42,.1);
    padding: 20px 16px 18px
}

.live-chat-mp4-toprow {
    margin-bottom: 10px
}

.live-chat-mp4-pills,.live-chat-mp4-toprow {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between
}

.live-chat-mp4-pills {
    width: 100%
}

.live-chat-mp4-pill {
    align-items: center;
    background: #fff;
    border: 1.5px solid #dbe8ff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15,23,42,.08);
    display: inline-flex;
    gap: 10px;
    padding: 6px 12px;
    white-space: nowrap
}

.live-chat-mp4-pill--live .live-chat-mp4-live-text {
    color: #1f6bff;
    font-size: 12px;
    font-weight: 700
}

.live-chat-mp4-pill--waiting .live-chat-mp4-wait-label,.live-chat-mp4-pill--waiting .live-chat-mp4-wait-num {
    color: #64748b;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    font-weight: 600
}

.live-chat-mp4-live-dot {
    background: #22c55e;
    border-radius: 999px;
    flex: 0 0 auto;
    height: 12px;
    position: relative;
    width: 12px
}

.live-chat-mp4-live-dot:after {
    animation: live-chat-mp4-pulse 1.35s ease-out infinite;
    background: rgba(34,197,94,.18);
    border-radius: 999px;
    content: "";
    inset: -5px;
    opacity: 0;
    position: absolute;
    transform: scale(.6)
}

@keyframes live-chat-mp4-pulse {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    20% {
        opacity: .9
    }

    70%,to {
        opacity: 0;
        transform: scale(1.15)
    }
}

.live-chat-mp4-avatar-shell {
    margin: 10px auto 16px;
    max-width: min(var(--live-chat-mp4-avatar-max,400px),90vw);
    position: relative;
    width: 100%
}

.live-chat-mp4-avatar {
    aspect-ratio: 1;
    background: #eef4ff;
    border: 6px solid #dbe8ff;
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(15,23,42,.12);
    height: auto!important;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden!important;
    position: relative!important;
    width: 100%!important
}

.live-chat-mp4-avatar--glow {
    animation: live-chat-mp4-glow 2s ease-in-out infinite;
    box-shadow: 0 18px 34px rgba(15,23,42,.12),0 0 24px rgba(34,197,94,.35)
}

.live-chat-mp4-vid {
    display: block!important;
    height: 100%!important;
    inset: 0!important;
    -o-object-fit: cover!important;
    object-fit: cover!important;
    opacity: 0!important;
    position: absolute!important;
    transition: opacity .22s ease!important;
    width: 100%!important;
    will-change: opacity
}

.live-chat-mp4-vid--fallback,.live-chat-mp4-vid.is-active {
    opacity: 1!important
}

@keyframes live-chat-mp4-glow {
    0%,to {
        box-shadow: 0 18px 34px rgba(15,23,42,.12),0 0 24px rgba(34,197,94,.35)
    }

    50% {
        box-shadow: 0 18px 34px rgba(15,23,42,.12),0 0 32px rgba(34,197,94,.5)
    }
}

.live-chat-mp4-bubble {
    background: #f5f8ff;
    border: 1.5px solid #dbe8ff;
    border-radius: 18px;
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    padding: 10px 16px;
    text-align: left
}

.live-chat-mp4-message-wrapper {
    margin: 0
}

.live-chat-mp4-message-wrapper.typing-active .live-chat-mp4-char {
    animation: live-chat-mp4-char-appear .05s forwards
}

.live-chat-mp4-message-box {
    color: #0f172a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
}

.live-chat-mp4-message-box .live-chat-mp4-message-box__content .hga-bubble p {
    margin-top: 0!important
}

.live-chat-mp4-message-box__content {
    word-wrap: break-word;
    color: #0f172a;
    font-size: 1em;
    line-height: 1.4;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.live-chat-mp4-message-box__content p {
    font-size: 1em;
    margin: 0 0 .5em
}

.live-chat-mp4-message-box__content p:last-child {
    margin-bottom: 0
}

.live-chat-mp4-message-box__content .live-chat-mp4-word {
    display: inline;
    white-space: nowrap
}

.live-chat-mp4-message-box__content .live-chat-mp4-char {
    display: inline;
    opacity: 0;
    white-space: normal
}

.live-chat-mp4-message-box__content .live-chat-mp4-char-space:after {
    content: "​"
}

.live-chat-mp4-message-box__content .live-chat-mp4-char.visible {
    opacity: 1
}

@keyframes live-chat-mp4-char-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.live-chat-mp4-status {
    align-items: center;
    color: #64748b;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    margin: 0 auto
}

.live-chat-mp4-spinner {
    animation: live-chat-mp4-spin .9s linear infinite;
    border: 2px solid #dbe8ff;
    border-radius: 999px;
    border-top-color: #1f6bff;
    height: 16px;
    width: 16px
}

@keyframes live-chat-mp4-spin {
    to {
        transform: rotate(1turn)
    }
}

.live-chat-mp4-bubble+* {
    margin-top: 14px
}

.live-chat-mp4-actions {
    margin-top: 14px;
    text-align: center
}

.live-chat-mp4-messages {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.live-chat-mp4-action-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .live-chat-message-container {
    background: transparent!important;
    border-radius: 0!important;
    display: block!important;
    padding: 0!important;
    width: 100%!important
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .live-chat-message-container img[alt=Avatar] {
    display: none!important
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .hga-btn,.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .live-chat-message-container .uilb-button,.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .live-chat-message-container a,.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap a.action-item-link,.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap button,.live-chat-mp4-wrapper .live-chat-mp4-messages .live-chat-mp4-action-wrap a.action-item-link {
    background: #1f6bff;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(31,107,255,.32);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    max-width: none!important;
    padding: 18px 16px;
    text-decoration: none!important;
    width: 100%!important
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-action-wrap .live-chat-message-container+.live-chat-message-container .uilb-button,.live-chat-mp4-wrapper .live-chat-mp4-messages .live-chat-mp4-action-wrap+.live-chat-mp4-action-wrap .live-chat-message-container a,.live-chat-mp4-wrapper .live-chat-mp4-messages .live-chat-mp4-action-wrap+.live-chat-mp4-action-wrap a.action-item-link,.live-chat-mp4-wrapper .live-chat-mp4-messages .live-chat-mp4-action-wrap+.live-chat-mp4-action-wrap button {
    margin-top: 10px
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-input-question-wrap .live-chat-message-container {
    background: transparent!important;
    border-radius: 0!important;
    display: block!important;
    padding: 0!important;
    width: 100%!important
}

.live-chat-mp4-wrapper .live-chat-mp4-actions .live-chat-mp4-input-question-wrap .live-chat-message-container img[alt=Avatar] {
    display: none!important
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner input {
    background: #fff;
    border: 1.4px solid #007bee;
    border-radius: 6px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    max-width: none!important;
    min-width: 0;
    padding: 12px 16px;
    width: 100%!important
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner input::-moz-placeholder {
    color: #656565
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner input:-ms-input-placeholder {
    color: #656565
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner input::placeholder {
    color: #656565
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner button {
    background: #1f6bff!important;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(31,107,255,.32)!important;
    box-sizing: border-box;
    color: #fff!important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    max-width: none!important;
    padding: 18px 16px;
    width: 100%!important
}

.live-chat-mp4-wrapper .live-chat-mp4-input-question-wrap .live-chat-mp4-input-question-inner:not(.show-button) button {
    display: none!important
}

.live-chat-mp4-text-below-cta {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 10px 0 0
}

.live-chat-mp4-wrapper .lv-fade-appear-active,.live-chat-mp4-wrapper .lv-fade-enter-active {
    transition: opacity .3s ease-in-out,transform .3s ease-in-out
}

.live-chat-mp4-wrapper .lv-fade-appear,.live-chat-mp4-wrapper .lv-fade-enter {
    opacity: 0;
    transform: translateY(-12px)
}

.live-chat-mp4-wrapper .lv-fade-appear-to,.live-chat-mp4-wrapper .lv-fade-enter-to {
    opacity: 1;
    transform: translateY(0)
}

.live-chat-mp4-wrapper .lv-fade-leave-active {
    transition: none
}

.live-chat-mp4-wrapper .lv-fade-leave {
    opacity: 0;
    transform: translateY(0)
}

.audio-form .audio-form-btn--cta,.audio-form .audio-form-btn--cta:hover,.audio-form .audio-form-btn--primary,.audio-form .audio-form-btn--primary:hover {
    color: #fff
}

.audio-form .audio-form-btn--secondary {
    color: #004b75
}

.audio-form .audio-form-btn--secondary:hover {
    color: #fff
}

.audio-form .audio-form-content__title h1:first-of-type,.audio-form .audio-form-content__title h2:first-of-type,.audio-form .audio-form-content__title h3:first-of-type,.audio-form .audio-form-content__title h4:first-of-type,.audio-form .audio-form-content__title h5:first-of-type,.audio-form .audio-form-content__title h6:first-of-type,.audio-form .audio-form-content__title p:first-of-type {
    margin-top: 0!important
}

.bottom-bar {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
    bottom: 0;
    display: flex;
    height: 65px;
    left: 0;
    padding: 12px;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.bottom-bar__phone-icon {
    background-color: #1e40af;
    border-radius: 8px;
    display: flex;
    padding: 8px
}

.bottom-bar__phone-number {
    -webkit-font-smoothing: auto;
    color: #1e40af!important;
    font-family: Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 12px;
    text-align: center;
    text-decoration: none!important
}

.bottom-bar__close-btn {
    border-radius: 6px;
    display: flex;
    margin-left: auto;
    margin-right: -4px;
    padding: 8px
}

.multi-button-cta-V3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.multi-button-cta-V3__button {
    background: #28b02b;
    box-sizing: border-box;
    color: #fff!important;
    font-family: Roboto,sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    padding: 20px 5px;
    text-align: center;
    text-decoration: none!important;
    width: calc(50% - 18px)
}

.multi-button-cta-V3__button:nth-child(2n) {
    margin-left: 36px
}

.multi-button-cta-V3__button:nth-child(n+3) {
    margin-top: 24px
}

@media (max-width: 768px) {
    .multi-button-cta-V3__button {
        font-size:27px;
        line-height: 30px;
        width: 100%
    }

    .multi-button-cta-V3__button:nth-child(2n) {
        margin-left: 0
    }

    .multi-button-cta-V3__button:nth-child(n+2) {
        margin-top: 24px
    }
}

.multi-button-cta-V4 {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px
}

.multi-button-cta-V4__button {
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.22);
    color: #fff!important;
    cursor: pointer;
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 120%;
    padding: 8px 12px;
    text-decoration: none!important;
    width: 100%
}

.multi-button-cta-V4__button img {
    position: absolute;
    right: 0
}

.multi-button-cta-V4__all-button {
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.22);
    color: #fff!important;
    cursor: pointer;
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: 22px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    line-height: 120%;
    margin: 27px auto 0;
    max-width: 390px;
    padding: 17px 12px;
    text-decoration: none!important;
    width: 100%
}

.multi-button-cta-V4__all-button span {
    position: relative
}

.multi-button-cta-V4__all-button img.mobile-img {
    bottom: 0;
    display: block;
    left: calc(100% + 10px);
    position: absolute
}

@media (max-width: 768px) {
    .multi-button-cta-V4 {
        grid-template-columns:1fr
    }

    .multi-button-cta-V4__all-button {
        max-width: unset;
        padding: 14px 12px
    }
}

.buttons-with-text-box .wrapper {
    display: flex;
    gap: 12px
}

.buttons-with-text-box .wrapper .button-with-text-box-link {
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    font-weight: 700;
    padding: 18px;
    text-align: center;
    text-decoration: none!important
}

.buttons-with-text-box .wrapper .button-with-text-box-link span {
    color: #fff;
    font-size: 18px;
    line-height: 120%
}

.buttons-with-text-box .button-with-text-box-text {
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 18px;
    padding: 16px
}

.buttons-with-text-box .button-with-text-box-text span {
    font-size: 16px;
    line-height: 140%
}

@media (max-width: 768px) {
    .buttons-with-text-box .wrapper {
        flex-direction:column
    }
}

.columns {
    display: flex;
    flex-direction: column;
    gap: var(--mobile-gap)
}

@media (min-width: 640px) {
    .columns {
        flex-direction:row;
        gap: var(--desktop-gap)
    }
}

.columns .column {
    flex: 1
}

.columns.dash-highlight .column {
    border: 1px dashed #ad9bf6
}

.age-cta-4-group-1 {
    display: flex;
    gap: 14px
}

.age-cta-4-group-1 a {
    align-items: center;
    border: 4px solid #28b02b;
    border-radius: 8px;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 14px 16px
}

.age-cta-4-group-1 a span {
    color: #0d41fd;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.age-cta-4-group-1 a img {
    height: auto;
    max-width: 90px;
    width: 100%
}

.age-cta-4-group-2 {
    display: flex;
    gap: 14px
}

.age-cta-4-group-2 a {
    align-items: center;
    border: 4px solid #28b02b;
    border-radius: 8px;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 14px 16px
}

.age-cta-4-group-2 a span {
    color: #0d41fd;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.age-cta-4-group-2 a span.mobile {
    display: none
}

.age-cta-4-group-2 a img {
    height: auto;
    max-width: 90px;
    width: 100%
}

.age-cta-4-group-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.age-cta-4-group-3 a {
    align-items: center;
    border: 4px solid;
    border-radius: 8px;
    display: flex;
    flex-basis: calc(20% - 14px);
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 14px 16px
}

.age-cta-4-group-3 a.man {
    background: #e9edfc;
    border-color: #0b227c
}

.age-cta-4-group-3 a.woman {
    background: #fde8f6;
    border-color: #c60d83
}

.age-cta-4-group-3 a span {
    color: #0d41fd;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.age-cta-4-group-3 a span.mobile {
    display: none
}

.age-cta-4-group-3 a img {
    height: auto;
    max-width: 90px;
    width: 100%
}

.age-cta-4-group-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.age-cta-4-group-4 a {
    align-items: center;
    border: 4px solid;
    border-radius: 8px;
    display: flex;
    flex-basis: calc(20% - 14px);
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 14px 16px
}

.age-cta-4-group-4 a.man {
    border-color: #0b227c
}

.age-cta-4-group-4 a.woman {
    border-color: #c60d83
}

.age-cta-4-group-4 a span {
    color: #0d41fd;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.age-cta-4-group-4 a span.mobile {
    display: none
}

.age-cta-4-group-4 a img {
    height: auto;
    max-width: 90px;
    width: 100%
}

@media (max-width: 768px) {
    .age-cta-4-group-1 {
        flex-wrap:wrap;
        gap: 24px
    }

    .age-cta-4-group-1 a {
        flex-basis: calc(50% - 12px)
    }

    .age-cta-4-group-1 a:last-child {
        flex-basis: calc(50% - 12px);
        flex-grow: 0;
        margin: 0 auto
    }

    .age-cta-4-group-2 {
        flex-wrap: wrap;
        gap: 12px
    }

    .age-cta-4-group-2 a {
        flex-basis: 100%;
        flex-direction: row;
        gap: 20px;
        padding: 12px 24px
    }

    .age-cta-4-group-2 a img {
        max-width: 60px
    }

    .age-cta-4-group-2 a span {
        font-size: 24px
    }

    .age-cta-4-group-2 a span.mobile {
        display: block
    }

    .age-cta-4-group-2 a span.desktop {
        display: none
    }

    .age-cta-4-group-3,.age-cta-4-group-4 {
        gap: 24px
    }

    .age-cta-4-group-3 a,.age-cta-4-group-4 a {
        flex-basis: calc(50% - 12px)
    }

    .age-cta-4-group-3 a:first-child,.age-cta-4-group-4 a:first-child {
        order: 1
    }

    .age-cta-4-group-3 a:nth-child(6),.age-cta-4-group-4 a:nth-child(6) {
        order: 2
    }

    .age-cta-4-group-3 a:nth-child(2),.age-cta-4-group-4 a:nth-child(2) {
        order: 3
    }

    .age-cta-4-group-3 a:nth-child(7),.age-cta-4-group-4 a:nth-child(7) {
        order: 4
    }

    .age-cta-4-group-3 a:nth-child(3),.age-cta-4-group-4 a:nth-child(3) {
        order: 5
    }

    .age-cta-4-group-3 a:nth-child(8),.age-cta-4-group-4 a:nth-child(8) {
        order: 6
    }

    .age-cta-4-group-3 a:nth-child(4),.age-cta-4-group-4 a:nth-child(4) {
        order: 7
    }

    .age-cta-4-group-3 a:nth-child(9),.age-cta-4-group-4 a:nth-child(9) {
        order: 8
    }

    .age-cta-4-group-3 a:nth-child(5),.age-cta-4-group-4 a:nth-child(5) {
        order: 9
    }

    .age-cta-4-group-3 a:nth-child(10),.age-cta-4-group-4 a:nth-child(10) {
        order: 10
    }
}

.countdown {
    display: flex;
    flex-direction: column;
    font-family: Roboto,sans-serif;
    margin: 0 auto;
    max-width: 500px
}

.countdown-divider {
    align-self: stretch;
    border-color: #c3c3c3;
    height: 1px;
    margin: 12px 0
}

@media (min-width: 640px) {
    .countdown-divider {
        margin:24px 0
    }
}

.countdown-items {
    display: flex;
    gap: 12px;
    justify-content: center
}

@media (min-width: 640px) {
    .countdown-items {
        gap:24px
    }
}

.countdown-item {
    display: flex;
    flex-direction: column
}

.countdown-number {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 120%;
    text-align: center
}

@media (min-width: 640px) {
    .countdown-number {
        font-size:28px
    }
}

.countdown-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 120%;
    margin-top: 4px;
    text-transform: uppercase
}

@media (min-width: 640px) {
    .countdown-label {
        font-size:18px
    }
}

.headline {
    margin: 0 -15px;
    padding: 8px 15px;
    text-align: center
}

#tinymce .headline h1.headline-text,.headline h1.headline-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin: 0!important
}

.headline-hr {
    border-top-width: 3px;
    margin: 8px auto;
    width: 80%
}

.shortcode .ringba-phone-number__button {
    background: #007bee;
    border-radius: 320px;
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 15px 20px 12px;
    text-decoration: none;
    width: auto
}

.shortcode .ringba-phone-number__button:hover {
    background: #0056b3;
    color: #fff;
    transition: background .3s ease
}

.shortcode .ringba-phone-number__link {
    color: #2900cf;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 18px;
    text-align: left
}

.shortcode .ringba-phone-number__link:hover {
    color: #2900cf;
    text-decoration: none
}

.age-input-quiz {
    margin: 0 auto;
    max-width: 500px
}

.age-input-quiz__container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    padding: 24px
}

.age-input-quiz__container--last {
    padding: 24px 12px
}

.age-input-quiz__container--blue {
    background: #def0ff
}

.age-input-quiz__header {
    background: #003b6e;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    padding: 12px 24px;
    text-align: center
}

.age-input-quiz__block {
    align-items: center;
    background: #fff;
    border-left: 4px solid #799aed;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    display: flex;
    margin-bottom: 12px;
    padding: 12px;
    transform: translateY(10px)
}

.age-input-quiz__loading {
    animation: fadeIn .5s ease-in-out forwards
}

.age-input-quiz__loading .rotating-image {
    animation: rotate 1.2s cubic-bezier(.5,0,.5,1) infinite;
    transform-origin: center center
}

.age-input-quiz__loaded {
    animation: completeStep .5s ease-in-out forwards
}

.age-input-quiz__rotating-image {
    animation: rotate 1.2s linear infinite
}

.age-input-quiz__image-container {
    align-items: center;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 26px
}

.age-input-quiz .text-animation-pulsing {
    animation: text-pulsing 1s infinite alternate
}

.age-input-quiz .button--green {
    background: linear-gradient(180deg,#24c825 -.27%,#23af24 99.73%);
    border-radius: 12px;
    padding: 24px 20px
}

@keyframes text-pulsing {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.1)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.live-claim-feed {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 0 10px;
    width: auto
}

.live-claim-feed__header {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
    padding: 0;
    text-align: center
}

.live-claim-feed__container {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 10px
}

.live-claim-feed__header-row {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    display: flex;
    font-weight: 700
}

.live-claim-feed__header-cell {
    color: #333;
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
    text-align: left
}

.live-claim-feed__header-cell:last-child {
    border-right: none
}

.live-claim-feed__content {
    background: #fff;
    height: calc(40px*var(--number-of-lines, 4));
    overflow: hidden;
    position: relative
}

.live-claim-feed__border-grid {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.live-claim-feed__border-row {
    border-bottom: 1px solid #f1f1f1;
    height: 40px
}

.live-claim-feed__border-row:last-child {
    border-bottom: none
}

.live-claim-feed__feed-container {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2
}

.live-claim-feed__feed-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.live-claim-feed__row {
    align-items: center;
    background: transparent;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    width: 100%
}

.live-claim-feed__cell {
    align-items: center;
    color: #333;
    display: flex;
    flex: 1;
    font-size: 14px;
    padding: 8px 0;
    text-align: left
}

.live-claim-feed__cell:last-child {
    color: #16a34a;
    font-weight: 700
}

.live-claim-feed__blur {
    display: inline;
    filter: blur(3px)
}

.live-claim-feed .feed-slide-enter-active,.live-claim-feed .feed-slide-leave-active {
    transition: all .6s cubic-bezier(.25,.8,.25,1);
    will-change: transform,opacity
}

.live-claim-feed .feed-slide-leave-active {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.live-claim-feed .feed-slide-enter {
    transform: translateY(-40px)
}

.live-claim-feed .feed-slide-leave-to {
    opacity: 0;
    transform: translateY(40px)
}

.live-claim-feed .feed-slide-move {
    transition: transform .6s cubic-bezier(.25,.8,.25,1)
}

.live-claim-feed .feed-slide-enter-active,.live-claim-feed .feed-slide-leave-active,.live-claim-feed .feed-slide-move {
    backface-visibility: hidden;
    perspective: 1000px
}

.contact-us-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    font-family: Poppins,sans-serif;
    margin: 0 auto;
    max-width: 900px;
    overflow: visible;
    width: 100%
}

@media (min-width: 768px) {
    .contact-us-form {
        flex-direction:row
    }
}

.contact-us-form--no-sidebar {
    justify-content: center
}

.contact-us-form--no-sidebar .contact-us-form__form-container {
    width: 100%
}

.contact-us-form__sidebar {
    border-radius: 10px;
    padding: 30px
}

@media (min-width: 768px) {
    .contact-us-form__sidebar {
        border-radius:10px;
        min-width: 280px;
        width: 40%
    }
}

.contact-us-form__sidebar-content {
    height: 100%
}

.contact-us-form__sidebar-title {
    color: inherit;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px
}

.contact-us-form__sidebar-subtitle {
    color: inherit;
    font-size: 14px;
    margin: 0 0 30px;
    opacity: .9
}

.contact-us-form__sidebar-items {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-us-form__sidebar-item {
    align-items: flex-start;
    color: inherit;
    display: flex;
    font-size: 14px;
    gap: 12px;
    line-height: 1.5
}

.contact-us-form__sidebar-icon {
    flex-shrink: 0;
    height: 20px;
    margin-top: 2px;
    width: 20px
}

.contact-us-form__form-container {
    flex: 1;
    padding: 30px
}

@media (min-width: 768px) {
    .contact-us-form__form-container {
        padding:40px
    }

    .contact-us-form__form {
        margin: 0
    }
}

.contact-us-form__field {
    margin-bottom: 20px
}

.contact-us-form__label {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.contact-us-form__input,.contact-us-form__textarea {
    background-color: #f5f7fb;
    border: 1px solid #e8ecf1;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    outline: none;
    padding: 12px 16px;
    transition: border-color .2s,box-shadow .2s;
    width: 100%
}

.contact-us-form__input::-moz-placeholder,.contact-us-form__textarea::-moz-placeholder {
    color: #999
}

.contact-us-form__input:-ms-input-placeholder,.contact-us-form__textarea:-ms-input-placeholder {
    color: #999
}

.contact-us-form__input::placeholder,.contact-us-form__textarea::placeholder {
    color: #999
}

.contact-us-form__input:focus,.contact-us-form__textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,.1)
}

.contact-us-form__textarea {
    min-height: 100px;
    resize: vertical
}

.contact-us-form__button {
    align-items: center;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 14px 32px;
    transition: opacity .2s,transform .2s
}

.contact-us-form__button:hover {
    opacity: .9
}

.contact-us-form__button:active {
    transform: scale(.98)
}

.contact-us-form__button:disabled {
    cursor: not-allowed;
    opacity: .6
}

.contact-us-form__message {
    border-radius: 6px;
    font-size: 14px;
    margin-top: 16px;
    padding: 12px 16px
}

.contact-us-form__message--success {
    background-color: #d1fae5;
    color: #065f46
}

.contact-us-form__message--error {
    background-color: #fee2e2;
    color: #991b1b
}

.contact-us-form__toast {
    align-items: center;
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    min-width: 280px;
    padding: 16px 20px;
    position: fixed;
    right: 24px;
    z-index: 9999
}

@media (max-width: 480px) {
    .contact-us-form__toast {
        bottom:16px;
        left: 16px;
        max-width: none;
        min-width: auto;
        right: 16px
    }
}

.contact-us-form__toast--success {
    background-color: #10b981;
    color: #fff
}

.contact-us-form__toast--error {
    background-color: #ef4444;
    color: #fff
}

.contact-us-form__toast-content {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 12px
}

.contact-us-form__toast-icon {
    flex-shrink: 0
}

.contact-us-form__toast-close {
    align-items: center;
    background: none;
    border: none;
    color: currentColor;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: 12px;
    opacity: .8;
    padding: 4px;
    transition: opacity .2s
}

.contact-us-form__toast-close:hover {
    opacity: 1
}

.contact-us-form__toast-fade-enter-active,.contact-us-form__toast-fade-leave-active {
    transition: all .3s ease
}

.contact-us-form__toast-fade-enter,.contact-us-form__toast-fade-leave-to {
    opacity: 0;
    transform: translateY(20px)
}

.image-banner {
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr
}

.image-banner__item {
    color: #222!important;
    display: block;
    text-decoration: none!important
}

.image-banner__card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.image-banner__image {
    display: block;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: auto
}

.image-banner__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1.4;
    padding: 12px
}

.image-banner__headline {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.image-banner__sub-headline {
    font-size: 10px
}

@media (max-width: 768px) {
    .image-banner {
        grid-template-columns:repeat(var(--mobile-columns,1),1fr)!important
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    .image-banner {
        grid-template-columns:repeat(var(--mobile-columns,1),1fr)!important
    }
}

.social-proof {
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 581px;
    padding: 14px
}

.social-proof,.social-proof__content {
    align-items: flex-start;
    display: flex;
    width: 100%
}

.social-proof__content {
    gap: 14px
}

.social-proof__photo-container {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 70px;
    justify-content: center;
    width: 70px
}

.social-proof__photo {
    border: 3px solid;
    border-radius: 50%;
    display: block;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 64px
}

.social-proof__review {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    min-width: 0
}

.social-proof__stars {
    display: flex;
    gap: .9px;
    line-height: 1
}

.social-proof__star {
    color: #e5e7eb;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    width: 14px
}

.social-proof__star--filled {
    color: #fbbf24
}

.social-proof__text {
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0
}

.social-proof__name {
    font-size: 14px;
    line-height: 1.4
}

.flip-clock {
    display: flex;
    gap: 2px;
    justify-content: center
}

.flip-clock__separator {
    color: #cfd4d9;
    font-family: Roboto;
    font-size: 36.235px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.flip-clock__slot {
    display: block;
    font-size: 1rem;
    line-height: 1.5
}

@media (min-width: 1000px) {
    .flip-clock__slot {
        font-size:1.2rem
    }
}

.flip-card {
    display: block;
    font-size: 36px;
    line-height: .95;
    padding-bottom: 24px;
    position: relative
}

.flip-card__back-4digits:after,.flip-card__back-4digits:before,.flip-card__back-bottom,.flip-card__back-bottom-4digits,.flip-card__back:after,.flip-card__back:before,.flip-card__bottom,.flip-card__bottom-4digits,.flip-card__top,.flip-card__top-4digits {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #f2f3f5;
    border-radius: 4px 4px 0 0;
    color: var(--black);
    display: block;
    height: 24px;
    padding: 10px 6px 14px;
    transform-style: preserve-3d
}

.flip-card__back-bottom,.flip-card__back-bottom-4digits,.flip-card__bottom,.flip-card__bottom-4digits {
    background: #f2f3f5;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #fff;
    color: var(--black);
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 2
}

.flip-card__back-bottom,.flip-card__back-bottom-4digits {
    z-index: 1
}

.flip-card__back-bottom-4digits:after,.flip-card__back-bottom:after,.flip-card__bottom-4digits:after,.flip-card__bottom:after {
    display: block;
    margin-top: -25.92px
}

.flip-card__back-4digits:before,.flip-card__back-bottom-4digits:after,.flip-card__back-bottom:after,.flip-card__back:before,.flip-card__bottom-4digits:after,.flip-card__bottom:after {
    content: attr(data-value)
}

.flip-card__back,.flip-card__back-4digits {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.flip-card__back-4digits:before,.flip-card__back:before {
    overflow: hidden;
    position: relative;
    z-index: -1
}

.flip .flip-card__back-4digits:before,.flip .flip-card__back:before {
    animation: flipTop .3s cubic-bezier(.37,.01,.94,.35);
    animation-fill-mode: both;
    transform-origin: center bottom;
    z-index: 1
}

.flip .flip-card__bottom,.flip .flip-card__bottom-4digits {
    animation-fill-mode: both;
    animation: flipBottom .6s cubic-bezier(.15,.45,.28,1);
    transform-origin: center top
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 2
    }

    0%,99% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotateX(-90deg)
    }
}

@keyframes flipBottom {
    0%,50% {
        opacity: 0;
        transform: rotateX(90deg) translateZ(0);
        z-index: -1
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: rotateX(0deg) translateZ(1px);
        z-index: 5
    }
}

.spin-wheel-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.spin-wheel-container .spin-wheel-section__wrapper {
    overflow: hidden;
    padding-top: 20px
}

.spin-wheel-container .spinner__main_wrapper_box {
    border-radius: 100%;
    cursor: pointer;
    height: 490px;
    margin: 25px auto;
    position: relative;
    width: 490px
}

.spin-wheel-container .spinner__main_wrapper_box:has(.no-pointer) {
    cursor: default
}

.spin-wheel-container .spinner__main_wrapper_box .red-border-circle {
    border: 20px solid #bb020f;
    border-radius: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-54%);
    width: 100%;
    z-index: 5
}

.spin-wheel-container .spinner__main_wrapper_box .spinner-pointer {
    background: url(/build/images/spinner-pointer.3c80fd52.png) no-repeat;
    background-size: 100%;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -45px;
    width: 60px;
    z-index: 20
}

.spin-wheel-container .spinner__main_wrapper_box .dot_wrapper_main {
    border-radius: 50%;
    height: 500px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-55%) rotate(30deg);
    width: 500px;
    z-index: 6
}

.spin-wheel-container .spinner__main_wrapper_box .dot_wrapper_main .dot_wrapper {
    height: 100%;
    margin-top: -3px;
    position: relative;
    width: 100%
}

.spin-wheel-container .spinner__main_wrapper_box .dot_wrapper_main .dot {
    background-color: #519af6;
    border-radius: 50%;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: rotate(calc(60deg*var(--dot-no))) translateY(-235px);
    transform-origin: center;
    width: 8px;
    z-index: 6
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__main__wrapper {
    border-radius: 100%;
    box-shadow: inset 6px 6px 10px rgba(0,0,0,.25);
    cursor: pointer;
    height: 450px;
    margin: auto;
    overflow: hidden;
    position: relative;
    transform: rotate(0deg);
    transition: transform 5s cubic-bezier(.17,.67,.12,.99);
    width: 450px;
    z-index: 6
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__main__wrapper .wheel-image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 4
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point {
    background: #fff;
    border: 10px solid #bb020f;
    border-radius: 100px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    cursor: pointer;
    height: 107px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-70%);
    width: 107px;
    z-index: 6
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point.disabled {
    cursor: default
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point .spin_middle_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point .spin_middle_inner span {
    color: #2051ac;
    font-size: 30px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center
}

.spin-wheel-container .button-box {
    display: inline-block;
    margin-top: 20px;
    max-width: 380px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.spin-wheel-container .button-box .spin-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0bc028;
    border: none;
    border-bottom: 5px solid #d6f4db;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 75px;
    letter-spacing: .5px;
    line-height: 72px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    vertical-align: top;
    width: 100%
}

.spin-wheel-container .button-box .spin-btn:hover:not(:disabled) {
    background: #0aa024;
    transform: translateY(-2px)
}

.spin-wheel-container .button-box .spin-btn:active:not(:disabled) {
    transform: translateY(0)
}

.spin-wheel-container .button-box .spin-btn:disabled {
    background: #999;
    cursor: not-allowed;
    opacity: .6
}

.spin-wheel-container .spin-wheel-content {
    margin-top: 20px;
    max-width: 800px;
    text-align: center;
    width: 100%
}

.spin-wheel-container .spin-wheel-content .spin-wheel-button {
    background: #0bc028;
    border: none;
    border-bottom: 5px solid #d6f4db;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.spin-wheel-container .spin-wheel-content .spin-wheel-button:hover {
    background: #0aa024;
    transform: translateY(-2px)
}

.spin-wheel-container .spin-wheel-content .spin-wheel-button:active {
    transform: translateY(0)
}

.spin-wheel-container .fade-enter-active,.spin-wheel-container .fade-leave-active {
    transition: opacity .5s ease
}

.spin-wheel-container .fade-enter-from,.spin-wheel-container .fade-leave-to {
    opacity: 0
}

@media screen and (max-width: 768px) {
    .spin-wheel-container .spinner__main_wrapper_box {
        height:325px;
        width: 325px
    }

    .spin-wheel-container .spinner__main_wrapper_box .spinner__main__wrapper {
        height: 300px!important;
        width: 300px!important
    }

    .spin-wheel-container .spinner__main_wrapper_box .red-border-circle {
        border: 12px solid #bb020f
    }

    .spin-wheel-container .spinner__main_wrapper_box .spinner-pointer {
        height: 40px;
        margin-left: -20px;
        top: -30px;
        width: 40px
    }

    .spin-wheel-container .spinner__main_wrapper_box .dot_wrapper_main {
        height: 350px;
        transform: translate(-50%,-54%) rotate(30deg);
        width: 350px;
        z-index: 6
    }

    .spin-wheel-container .spinner__main_wrapper_box .dot_wrapper_main .dot {
        transform: rotate(calc(60deg*var(--dot-no))) translateY(-158px)
    }

    .spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point {
        border-radius: 100%;
        height: 80px;
        width: 80px
    }

    .spin-wheel-container .spinner__main_wrapper_box .spinner__middle_point .spin_middle_inner span {
        font-family: Bebas Neue,sans-serif;
        font-size: 20px
    }

    .spin-wheel-container .spin-wheel-content .spin-wheel-button {
        font-size: 18px;
        padding: 12px 30px
    }
}

.dynamic-buttons-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(var(--mobile-columns,1),minmax(0,1fr));
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

@media (min-width: 768px) {
    .dynamic-buttons-container {
        grid-template-columns:repeat(var(--desktop-columns,2),minmax(0,1fr))
    }
}

.button-cta-4 {
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: clamp(22px,1.01vw + 18.21px,32px);
    font-weight: 700;
    padding: 16px clamp(20px,2.82vw + 9.42px,48px);
    text-decoration: none;
    white-space: nowrap
}
@charset "UTF-8";.popup-modal a {
    color: #006dec
}

.popup-modal span a:link {
    color: #06c
}

.popup-modal span a:visited {
    color: #c3c
}

.popup-modal span a:active {
    color: #366
}

.popup-modal p {
    margin-top: calc(10.5px + .5vw)!important
}

html {
    font-size: 62.5%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-family: Roboto,sans-serif;
    line-height: 1.15
}

body figure.post__image {
    margin: 10px 0
}

body a {
    color: #006dec
}

body a:active,body a:hover {
    color: #3949ab
}

body a.button--green,body a.cta-button,body a[class*=“button”],body a[data-shortcode] {
    color: #fff;
    text-decoration: none
}

body a.button--green:active,body a.button--green:hover,body a.cta-button:active,body a.cta-button:hover,body a[class*=“button”]:active,body a[class*=“button”]:hover,body a[data-shortcode]:active,body a[data-shortcode]:hover {
    color: #fff
}

body .image figcaption {
    color: #2e2e2e;
    font-family: Roboto,serif;
    font-size: 14px;
    font-weight: 400
}

[v-cloak] {
    display: none
}

h1 {
    margin: 0
}

#overlay {
    background: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40
}

.post__article__blogs:not(.post__article__blogs__cg) {
    line-height: 1.6
}

.post__article__blogs h1,.post__article__blogs h2,.post__article__blogs h3,.post__article__blogs h4,.post__article__blogs h5,.post__article__blogs h6 {
    color: #343434;
    font-weight: 700;
    line-height: 1.2;
    margin-top: calc(30px + .5vw)
}

.post__article__blogs h2 {
    font-size: 20px
}

@media only screen and (min-width: 320px) {
    .post__article__blogs h2 {
        font-size:calc(16.19048px + 1.19048vw)
    }
}

@media only screen and (min-width: 992px) {
    .post__article__blogs h2 {
        font-size:28px
    }
}

.post__article__blogs h3 {
    font-size: 18px
}

@media only screen and (min-width: 380px) {
    .post__article__blogs h3 {
        font-size:calc(14.27451px + .98039vw)
    }
}

@media only screen and (min-width: 992px) {
    .post__article__blogs h3 {
        font-size:24px
    }
}

.post__article__blogs p:not(.live-chat-message) {
    font-size: 16px;
    margin-top: calc(12.8px + .5vw)!important
}

@media only screen and (min-width: 320px) {
    .post__article__blogs p:not(.live-chat-message) {
        font-size:calc(14.66667px + .41667vw)
    }
}

@media only screen and (min-width: 992px) {
    .post__article__blogs p:not(.live-chat-message) {
        font-size:18.8px
    }
}

.post__article__blogs a {
    color: #394ae1;
    text-decoration: underline
}

.post__article__blogs a:active,.post__article__blogs a:hover {
    color: #848484
}

.post__article__blogs ol,.post__article__blogs ul {
    font-size: 16px;
    list-style: initial;
    margin-top: calc(12.8px + .5vw);
    padding-left: 20px
}

@media only screen and (min-width: 320px) {
    .post__article__blogs ol,.post__article__blogs ul {
        font-size:calc(14.66667px + .41667vw)
    }
}

@media only screen and (min-width: 992px) {
    .post__article__blogs ol,.post__article__blogs ul {
        font-size:18.8px
    }
}

.post__article__blogs ol li,.post__article__blogs ul li {
    line-height: 1.6
}

.post__article__blogs ol {
    list-style: decimal
}

.post__article__blogs ol li .custom-numeric {
    display: none
}

@media (max-width: 768px) {
    .post__article__blogs__cg p:not(.live-chat-message) {
        font-size:18px
    }
}

@media only screen and (max-width: 768px) and (min-width:320px) {
    .post__article__blogs__cg p:not(.live-chat-message) {
        font-size:calc(17.61905px + .11905vw)
    }
}

@media only screen and (max-width: 768px) and (min-width:992px) {
    .post__article__blogs__cg p:not(.live-chat-message) {
        font-size:18.8px
    }
}

@media (max-width: 768px) {
    .post__article__blogs__cg h2 {
        color:#000;
        line-height: 32px
    }
}

.sidebar.category__page {
    margin-top: 0
}

@media (min-width: 768px) {
    .sidebar.category__page {
        margin-top:129px
    }
}

.sidebar a {
    text-decoration: inherit
}

.sidebar a,.sidebar a:hover {
    color: inherit
}
body {
    font-family: Roboto,sans-serif
}

.modular-content {
    max-width: 80rem
}

.modular-content.has-sidebar {
    max-width: 118rem
}

.heading {
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 33.6px;
    text-align: center
}

@media (min-width: 768px) {
    .heading {
        letter-spacing:unset;
        line-height: 1.2
    }
}

@media (max-width: 768px) {
    .heading {
        font-weight:900
    }
}

.post__article__blogs {
    line-height: 1.6
}

.post__article__blogs h1,.post__article__blogs h2,.post__article__blogs h3,.post__article__blogs h4,.post__article__blogs h5,.post__article__blogs h6 {
    color: #222;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-top: calc(30px + .5vw)!important
}


.layout-container__title{margin-top:0!important}

.popup-modal span a:link {
    color: #06c
}

.popup-modal span a:visited {
    color: #c3c
}

.popup-modal span a:active {
    color: #366
}

.b-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .b-container {
        padding-left:130px;
        padding-right: 130px
    }

    .border-md-none {
        border: none!important
    }
}

.bg--gradient {
    background: linear-gradient(180deg,#f4f5f9 15.27%,hsla(0,0%,100%,0) 81.34%)
}

@media (min-width: 768px) {
    .bg--points {
        background-image:url(/build/images/points.9dcbb5c9.png),url(/build/images/points.9dcbb5c9.png);
        background-position: bottom 37px left 150px,top 380px right 100px;
        background-repeat: no-repeat,no-repeat
    }
}

.divider {
    background: #f3f3f3;
    border: none!important;
    height: 2px;
    position: relative;
    width: 100%
}

.divider--gradient:after {
    background: linear-gradient(89.99deg,#2f71f5,#f3f3f3 87.54%);
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 55.95px
}

@media (min-width: 640px) {
    .divider--gradient:after {
        width:144px
    }
}

.divider--simple {
    background: #e0e0e0;
    height: .8px
}

.text--ellipsis {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.text-two-lines--26 {
    max-height: 52px;
    overflow: hidden
}

.text-two-lines--21 {
    max-height: 42px;
    overflow: hidden
}

.text-two-lines--20 {
    max-height: 40px;
    overflow: hidden
}

.text-two-lines--17 {
    max-height: 34px;
    overflow: hidden
}

.text-three-lines--21 {
    max-height: 63px;
    overflow: hidden
}

.text-four-lines--21 {
    max-height: 84px;
    overflow: hidden
}

.title__section-content h1 {
    max-width: 640px
}

.title__section .categories__list {
    max-width: 606px
}

.title__section .categories__list-item {
    background-color: #fff
}

.title__section .categories__list-item:hover {
    background-color: #0f69ff
}

.title__section .categories__list-item:hover>span {
    color: #fff
}

.title__section .categories__list-item:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(95%) hue-rotate(272deg) contrast(100%)!important
}

.title__section .categories__list-item:hover svg path {
    fill: #fff
}

.category__articles-row .article__item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .category__articles-row .article__item {
        margin-bottom:20px;
        margin-right: 25px;
        width: calc(33.33333% - 16.66667px)
    }
}

.category__articles-row .article__item:last-of-type {
    margin-right: 0
}

.category__articles-block .side {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .category__articles-block .side {
        margin-bottom:20px;
        margin-right: 25px;
        width: calc(50% - 12.5px)
    }
}

.category__articles-block .side:last-of-type {
    margin-right: 0
}

.category__articles-block .article__item>a {
    flex-basis: 116px
}

@media (min-width: 768px) {
    .category__articles-block .article__item>a {
        flex-basis:158px
    }
}

.basics__section-col {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .basics__section-col {
        margin-bottom:20px;
        margin-right: 25px;
        width: calc(33.33333% - 16.66667px)
    }
}

.basics__section-col:last-of-type {
    margin-right: 0
}

.latest-stories__section .article__item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .latest-stories__section .article__item {
        margin-bottom:20px;
        margin-right: 25px;
        width: calc(33.33333% - 16.66667px)
    }
}

.latest-stories__section .article__item:last-of-type {
    margin-right: 0
}

.latest-stories__section .article__item--big {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .latest-stories__section .article__item--big {
        margin-bottom:60px;
        margin-right: 30px;
        width: calc(50% - 15px)
    }
}

.latest-stories__section .article__item--big:last-of-type,.latest-stories__section .article__item--big:nth-of-type(2) {
    margin-right: 0
}

.learn-more__section-item {
    border-bottom: .7px solid #e0e0e0;
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .learn-more__section-item {
        margin-bottom:0;
        margin-right: 94px;
        width: calc(50% - 47px)
    }
}

.learn-more__section-item:last-of-type,.learn-more__section-item:nth-of-type(2),.learn-more__section-item:nth-of-type(4) {
    margin-right: 0
}

.category__page .pagination {
    margin-bottom: 31px;
    margin-top: 31px
}

@media (min-width: 768px) {
    .category__page .pagination {
        margin-bottom:81px;
        margin-top: 45px
    }
}

.category__page .pagination svg path {
    fill: #616161
}

.category__page .category__articles .article__item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .category__page .category__articles .article__item {
        margin-bottom:45px;
        margin-right: 38px;
        width: calc(50% - 19px)
    }
}

.category__page .category__articles .article__item:last-of-type,.category__page .category__articles .article__item:nth-of-type(2),.category__page .category__articles .article__item:nth-of-type(4),.category__page .category__articles .article__item:nth-of-type(6),.category__page .category__articles .article__item:nth-of-type(8) {
    margin-right: 0
}

header {
    border-bottom-width: 4px
}

.more-menu:hover svg .more-icon {
    fill: #0f69ff
}

.more-popup {
    right: 0;
    top: 25px
}

.more-popup:hover,.more:hover .more-popup {
    display: block
}

.nav__container {
    margin: 0 auto;
    max-width: 1470px
}

.custom-html>* {
    margin: 0!important
}

.header__link a {
    color: #fff;
    text-decoration: none
}

.header__link a:hover {
    color: #fff;
    text-decoration: underline
}


*,:after,:before {
    border: 0 solid;
    box-sizing: border-box
}

:after,:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

.transform,.translate-y-\[6px\],.translate-y-full {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.border,.border-0,.border-2,.border-4,.border-\[1\.4px\],.border-\[2px\],.border-b,.border-b-4,.border-b-5,.border-b-\[3px\],.border-l-0,.border-t,.md\:border-0,.md\:border-2,.md\:border-10,.md\:border-b,.md\:border-t {
    --tw-border-opacity: 1;
    border-color: rgb(243 243 243/var(--tw-border-opacity))
}

.shadow-b-r-heavy,.shadow-f-solid,.shadow-gray-bottom,.shadow-gray-bottom-light {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.container {
    width: 100%
}

.\!container {
    width: 100%!important
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }

    .\!container {
        max-width: 640px!important
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }

    .\!container {
        max-width: 768px!important
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }

    .\!container {
        max-width: 1024px!important
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }

    .\!container {
        max-width: 1280px!important
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }

    .\!container {
        max-width: 1536px!important
    }
}

.visible {
    visibility: visible
}

.\!visible {
    visibility: visible!important
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.bottom-0 {
    bottom: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.right-15px {
    right: 15px
}

.right-2 {
    right: 2px
}

.top-1\/2 {
    top: 50%
}

.left-\[34px\] {
    left: 34px
}

.left-\[42px\] {
    left: 42px
}

.left-\[46px\] {
    left: 46px
}

.-bottom-\[17px\] {
    bottom: -17px
}

.-right-\[7px\] {
    right: -7px
}

.right-\[6px\] {
    right: 6px
}

.bottom-\[2px\] {
    bottom: 2px
}

.bottom-\[-2px\] {
    bottom: -2px
}

.right-\[calc\(100\%\+8px\)\] {
    right: calc(100% + 8px)
}

.-bottom-\[10px\] {
    bottom: -10px
}

.bottom-\[5px\] {
    bottom: 5px
}

.right-\[-2px\] {
    right: -2px
}

.left-\[calc\(100\%\+12px\)\] {
    left: calc(100% + 12px)
}

.right-\[calc\(100\%\+12px\)\] {
    right: calc(100% + 12px)
}

.-bottom-\[5px\] {
    bottom: -5px
}

.left-0 {
    left: 0
}

.z-40 {
    z-index: 40
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-10 {
    z-index: 10
}

.m-\[12px\] {
    margin: 12px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.-my-4 {
    margin-bottom: -1rem;
    margin-top: -1rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-12px {
    margin-bottom: 12px;
    margin-top: 12px
}

.my-25px {
    margin-bottom: 25px;
    margin-top: 25px
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.my-\[18px\] {
    margin-bottom: 18px;
    margin-top: 18px
}

.my-\[8px\] {
    margin-bottom: 8px;
    margin-top: 8px
}

.my-\[12px\] {
    margin-bottom: 12px;
    margin-top: 12px
}

.ml-\[10px\] {
    margin-left: 10px
}

.mt-35 {
    margin-top: 35px
}

.mt-8 {
    margin-top: 2rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-37px {
    margin-bottom: 37px
}

.mb-45px {
    margin-bottom: 45px
}

.mb-5px {
    margin-bottom: 5px
}

.mt-45px {
    margin-top: 45px
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.ml-auto {
    margin-left: auto
}

.mb-35 {
    margin-bottom: 35px
}

.mb-8px {
    margin-bottom: 8px
}

.mt-7px {
    margin-top: 7px
}

.mr-9px {
    margin-right: 9px
}

.mt-20px {
    margin-top: 20px
}

.mt-6 {
    margin-top: 1.5rem
}

.ml-24 {
    margin-left: 6rem
}

.ml-3 {
    margin-left: .75rem
}

.mr-auto {
    margin-right: auto
}

.mb-15px {
    margin-bottom: 15px
}

.ml-18px {
    margin-left: 18px
}

.mb-3px {
    margin-bottom: 3px
}

.mb-7px {
    margin-bottom: 7px
}

.mb-20px {
    margin-bottom: 20px
}

.mt-5px {
    margin-top: 5px
}

.ml-4 {
    margin-left: 1rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-25px {
    margin-bottom: 25px
}

.mb-10px {
    margin-bottom: 10px
}

.mr-13px {
    margin-right: 13px
}

.mb-22px {
    margin-bottom: 22px
}

.mt-10px {
    margin-top: 10px
}

.mr-15px {
    margin-right: 15px
}

.ml-15px {
    margin-left: 15px
}

.mr-30px {
    margin-right: 30px
}

.mb-16px {
    margin-bottom: 16px
}

.mr-8px {
    margin-right: 8px
}

.ml-8px {
    margin-left: 8px
}

.ml-10px {
    margin-left: 10px
}

.ml-14px {
    margin-left: 14px
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-32px {
    margin-bottom: 32px
}

.mt-4px {
    margin-top: 4px
}

.mr-16px {
    margin-right: 16px
}

.mb-27px {
    margin-bottom: 27px
}

.ml-30px {
    margin-left: 30px
}

.ml-7px {
    margin-left: 7px
}

.mt-2px {
    margin-top: 2px
}

.mb-52px {
    margin-bottom: 52px
}

.mr-7px {
    margin-right: 7px
}

.mt-28 {
    margin-top: 7rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mr-16 {
    margin-right: -4rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.\!mt-\[10px\] {
    margin-top: 10px!important
}

.mb-24 {
    margin-bottom: 6rem
}

.mt-16px {
    margin-top: 16px
}

.-mb-10px {
    margin-bottom: -10px
}

.mt-44px {
    margin-top: 44px
}

.mb-18px {
    margin-bottom: 18px
}

.mb-px {
    margin-bottom: 1px
}

.mt-30px {
    margin-top: 30px
}

.mb-40px {
    margin-bottom: 40px
}

.mb-12px {
    margin-bottom: 12px
}

.mt-49px {
    margin-top: 49px
}

.mb-13px {
    margin-bottom: 13px
}

.ml-2 {
    margin-left: .5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-8 {
    margin-left: 2rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-5 {
    margin-right: 1.25rem
}

.-mr-2 {
    margin-right: -.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mr-64 {
    margin-right: 16rem
}

.mt-16 {
    margin-top: 4rem
}

.mr-8 {
    margin-right: 2rem
}

.mt-\[12px\] {
    margin-top: 12px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mb-\[2px\] {
    margin-bottom: 2px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.mr-\[18px\] {
    margin-right: 18px
}

.mt-\[7px\] {
    margin-top: 7px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mt-\[8px\] {
    margin-top: 8px
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-\[46px\] {
    height: 46px
}

.h-\[40px\] {
    height: 40px
}

.h-\[12px\] {
    height: 12px
}

.h-full {
    height: 100%
}

.h-12 {
    height: 3rem
}

.h-66 {
    height: 66px
}

.h-\[36px\] {
    height: 36px
}

.h-\[41px\] {
    height: 41px
}

.h-\[18px\] {
    height: 18px
}

.h-screen {
    height: 100vh
}

.h-8 {
    height: 2rem
}

.h-86 {
    height: 8.6rem
}

.h-20 {
    height: 5rem
}

.h-\[2px\] {
    height: 2px
}

.h-\[27px\] {
    height: 27px
}

.h-\[19px\] {
    height: 19px
}

.h-\[32px\] {
    height: 32px
}

.h-\[82px\] {
    height: 82px
}

.h-\[29px\] {
    height: 29px
}

.h-\[33px\] {
    height: 33px
}

.max-h-20px {
    max-height: 20px
}

.max-h-30px,.max-h-\[30px\] {
    max-height: 30px
}

.max-h-\[32px\] {
    max-height: 32px
}

.max-h-16 {
    max-height: 16rem
}

.min-h-54px {
    min-height: 54px
}

.min-h-\[30px\] {
    min-height: 30px
}

.min-h-63px {
    min-height: 63px
}

.min-h-\[63vh\] {
    min-height: 63vh
}

.min-h-60px {
    min-height: 60px
}

.min-h-\[32px\] {
    min-height: 32px
}

.w-\[46px\] {
    width: 46px
}

.w-\[40px\] {
    width: 40px
}

.w-\[12px\] {
    width: 12px
}

.w-full {
    width: 100%
}

.w-1\/2 {
    width: 50%
}

.w-22 {
    width: 22rem
}

.w-52px {
    width: 52px
}

.w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px)
}

.w-30px {
    width: 30px
}

.w-22px {
    width: 22px
}

.w-9\/12 {
    width: 75%
}

.w-3\/12 {
    width: 25%
}

.w-78 {
    width: 7.8rem
}

.w-\[10px\] {
    width: 10px
}

.w-\[26px\] {
    width: 26px
}

.w-\[36px\] {
    width: 36px
}

.w-\[19px\] {
    width: 19px
}

.w-\[32px\] {
    width: 32px
}

.w-\[100\%\] {
    width: 100%
}

.w-\[29px\] {
    width: 29px
}

.w-\[65px\] {
    width: 65px
}

.w-\[33px\] {
    width: 33px
}

.w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px)
}

.min-w-30px {
    min-width: 30px
}

.min-w-78 {
    min-width: 7.8rem
}

.min-w-26 {
    min-width: 26rem
}

.min-w-\[134px\] {
    min-width: 134px
}

.min-w-\[32px\] {
    min-width: 32px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-32 {
    max-width: 32rem
}

.max-w-111 {
    max-width: 111rem
}

.max-w-\[32px\] {
    max-width: 32px
}

.max-w-88 {
    max-width: 88rem
}

.max-w-30 {
    max-width: 30rem
}

.max-w-73 {
    max-width: 73rem
}

.max-w-89 {
    max-width: 89rem
}

.max-w-3\.5xl {
    max-width: 50rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-45 {
    max-width: 45rem
}

.max-w-76 {
    max-width: 76rem
}

.max-w-33 {
    max-width: 33rem
}

.max-w-67 {
    max-width: 67rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-\[331px\] {
    max-width: 331px
}

.max-w-\[351px\] {
    max-width: 351px
}

.max-w-\[318px\] {
    max-width: 318px
}

.max-w-\[274px\] {
    max-width: 274px
}

.max-w-\[140px\] {
    max-width: 140px
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[calc\(100\%\/2-4px\)\] {
    max-width: calc(50% - 4px)
}

.max-w-\[150px\] {
    max-width: 150px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-grow {
    flex-grow: 1
}

.translate-y-\[6px\] {
    --tw-translate-y: 6px;
    transform: var(--tw-transform)
}

.translate-y-full {
    --tw-translate-y: 100%
}

.transform,.translate-y-full {
    transform: var(--tw-transform)
}

@keyframes ping {
    75%,to {
        opacity: 0;
        transform: scale(2)
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite
}

.cursor-pointer {
    cursor: pointer
}

.list-disc {
    list-style-type: disc
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-\[8px\] {
    gap: 8px
}

.gap-\[16px\] {
    gap: 16px
}

.gap-y-30px {
    row-gap: 30px
}

.space-x-12>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(3rem*var(--tw-space-x-reverse))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(2rem*var(--tw-space-x-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse))
}

.overflow-auto {
    overflow: auto
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-\[100\%\] {
    border-radius: 100%
}

.rounded-5\.5px {
    border-radius: 5.5px
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-\[5px\] {
    border-radius: 5px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-15px {
    border-radius: 15px
}

.rounded-20px {
    border-radius: 20px
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-4\.7px {
    border-radius: 4.7px
}

.rounded-multi-image-shortcode {
    border-radius: 4.7px 0 0 4.7px
}

.rounded-6 {
    border-radius: 6px
}

.rounded-\[4px\] {
    border-radius: 4px
}

.rounded-\[320px\] {
    border-radius: 320px
}

.rounded-\[18px\] {
    border-radius: 18px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-\[30px\] {
    border-radius: 30px
}

.rounded-\[13px\] {
    border-radius: 13px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-b-\[12px\] {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.rounded-bl-none {
    border-bottom-left-radius: 0
}

.rounded-tl-none {
    border-top-left-radius: 0
}

.border-\[2px\] {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-0 {
    border-width: 0
}

.border-\[1\.4px\] {
    border-width: 1.4px
}

.border-b-\[3px\] {
    border-bottom-width: 3px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-5 {
    border-bottom-width: 5px
}

.border-l-0 {
    border-left-width: 0
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-gray-15 {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(243 243 243/var(--tw-border-opacity))
}

.border-gray-11 {
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242/var(--tw-border-opacity))
}

.border-blue-1 {
    --tw-border-opacity: 1;
    border-color: rgb(207 223 238/var(--tw-border-opacity))
}

.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 85 200/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-gray-10 {
    --tw-border-opacity: 1;
    border-color: rgb(233 233 233/var(--tw-border-opacity))
}

.border-green-8 {
    --tw-border-opacity: 1;
    border-color: rgb(40 116 23/var(--tw-border-opacity))
}

.border-green-5 {
    --tw-border-opacity: 1;
    border-color: rgb(22 106 22/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-blue-404 {
    --tw-border-opacity: 1;
    border-color: rgb(80 90 199/var(--tw-border-opacity))
}

.border-gray-5 {
    --tw-border-opacity: 1;
    border-color: rgb(206 206 206/var(--tw-border-opacity))
}

.border-gray-6 {
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218/var(--tw-border-opacity))
}

.border-green-4 {
    --tw-border-opacity: 1;
    border-color: rgb(71 150 24/var(--tw-border-opacity))
}

.border-gray-4 {
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226/var(--tw-border-opacity))
}

.border-black-703 {
    --tw-border-opacity: 1;
    border-color: rgb(118 118 118/var(--tw-border-opacity))
}

.border-gray-13 {
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204/var(--tw-border-opacity))
}

.border-\[\#007BEE\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 123 238/var(--tw-border-opacity))
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68/var(--tw-border-opacity))
}

.border-\[\#004b75\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 75 117/var(--tw-border-opacity))
}

.border-\[\#DADADA\] {
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218/var(--tw-border-opacity))
}

.border-b-\[\#E6E6E6\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230/var(--tw-border-opacity))
}

.bg-\[\#F1F1F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 242/var(--tw-bg-opacity))
}

.bg-\[\#5AD439\] {
    --tw-bg-opacity: 1;
    background-color: rgb(90 212 57/var(--tw-bg-opacity))
}

.bg-\[\#ff0000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0/var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.bg-purple-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 19 83/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 15 57/var(--tw-bg-opacity))
}

.bg-green-12 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 114 68/var(--tw-bg-opacity))
}

.bg-purple-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 35 242/var(--tw-bg-opacity))
}

.bg-black-6 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 32 44/var(--tw-bg-opacity))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-green-13 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 169 104/var(--tw-bg-opacity))
}

.bg-green-14 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 249 245/var(--tw-bg-opacity))
}

.bg-yellow-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 0/var(--tw-bg-opacity))
}

.bg-gray-12 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243/var(--tw-bg-opacity))
}

.bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.bg-gray-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 226/var(--tw-bg-opacity))
}

.bg-blue-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 223 238/var(--tw-bg-opacity))
}

.bg-green-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 180 81/var(--tw-bg-opacity))
}

.bg-green-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 177 61/var(--tw-bg-opacity))
}

.bg-blue-7 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 59 158/var(--tw-bg-opacity))
}

.bg-green-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 173 99/var(--tw-bg-opacity))
}

.bg-\[\#DEF0FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(222 240 255/var(--tw-bg-opacity))
}

.bg-\[\#FFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#828282\] {
    --tw-bg-opacity: 1;
    background-color: rgb(130 130 130/var(--tw-bg-opacity))
}

.bg-\[\#F08031\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 128 49/var(--tw-bg-opacity))
}

.bg-\[\#EBFFEC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(235 255 236/var(--tw-bg-opacity))
}

.bg-\[\#9CDFB0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(156 223 176/var(--tw-bg-opacity))
}

.bg-\[\#004b75\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 75 117/var(--tw-bg-opacity))
}

.bg-\[\#007BEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 123 238/var(--tw-bg-opacity))
}

.bg-\[\#EEEFF2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 239 242/var(--tw-bg-opacity))
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.from-green-6 {
    --tw-gradient-from: #42c225;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(66,194,37,0))
}

.from-blue-401 {
    --tw-gradient-from: #2077c5;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(32,119,197,0))
}

.from-green-9 {
    --tw-gradient-from: #63bc6a;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(99,188,106,0))
}

.via-blue-402 {
    --tw-gradient-stops: var(--tw-gradient-from),#2078c5,var(--tw-gradient-to,rgba(32,120,197,0))
}

.to-green-7 {
    --tw-gradient-to: #2b9513
}

.to-blue-403 {
    --tw-gradient-to: #1e60a4
}

.to-green-11 {
    --tw-gradient-to: #4aa351
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.p-4 {
    padding: 1rem
}

.p-3 {
    padding: .75rem
}

.p-3\.5 {
    padding: 9px
}

.p-\[12px\] {
    padding: 12px
}

.p-\[10px\] {
    padding: 10px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.py-\[8px\] {
    padding-bottom: 8px;
    padding-top: 8px
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
}

.py-64px {
    padding-bottom: 64px;
    padding-top: 64px
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-17px {
    padding-bottom: 17px;
    padding-top: 17px
}

.py-20px {
    padding-bottom: 20px;
    padding-top: 20px
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.px-25px {
    padding-left: 25px;
    padding-right: 25px
}

.py-33px {
    padding-bottom: 33px;
    padding-top: 33px
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px
}

.py-27px {
    padding-bottom: 27px;
    padding-top: 27px
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.py-5px {
    padding-bottom: 5px;
    padding-top: 5px
}

.px-7px {
    padding-left: 7px;
    padding-right: 7px
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-4px {
    padding-bottom: 4px;
    padding-top: 4px
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px
}

.px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px
}

.py-\[24px\] {
    padding-bottom: 24px;
    padding-top: 24px
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px
}

.py-\[18px\] {
    padding-bottom: 18px;
    padding-top: 18px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px
}

.py-\[2px\] {
    padding-bottom: 2px;
    padding-top: 2px
}

.py-\[23px\] {
    padding-bottom: 23px;
    padding-top: 23px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.py-\[40px\] {
    padding-bottom: 40px;
    padding-top: 40px
}

.py-\[10px\] {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px
}

.px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px
}

.py-\[9px\] {
    padding-bottom: 9px;
    padding-top: 9px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.py-\[6px\] {
    padding-bottom: 6px;
    padding-top: 6px
}

.pt-\[15px\] {
    padding-top: 15px
}

.pb-0 {
    padding-bottom: 0
}

.pt-45px {
    padding-top: 45px
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-20px {
    padding-left: 20px
}

.pb-57px {
    padding-bottom: 57px
}

.pt-100px {
    padding-top: 100px
}

.pb-135px {
    padding-bottom: 135px
}

.pl-18px {
    padding-left: 18px
}

.pr-10px {
    padding-right: 10px
}

.pr-0 {
    padding-right: 0
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-3px {
    padding-top: 3px
}

.pt-57px {
    padding-top: 57px
}

.pb-45px {
    padding-bottom: 45px
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[20px\] {
    padding-top: 20px
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-64px {
    padding-top: 64px
}

.pt-40 {
    padding-top: 40px
}

.pt-84px {
    padding-top: 84px
}

.pb-33px {
    padding-bottom: 33px
}

.pt-27px {
    padding-top: 27px
}

.pb-20px {
    padding-bottom: 20px
}

.pb-54px {
    padding-bottom: 54px
}

.pl-8 {
    padding-left: 2rem
}

.pr-69px {
    padding-right: 69px
}

.pl-9 {
    padding-left: 2.25rem
}

.pr-16 {
    padding-right: 4rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pr-3 {
    padding-right: .75rem
}

.pt-0 {
    padding-top: 0
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-\[12px\] {
    padding-top: 12px
}

.pb-\[24px\] {
    padding-bottom: 24px
}

.pb-\[12px\] {
    padding-bottom: 12px
}

.pl-\[40px\] {
    padding-left: 40px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-roboto {
    font-family: Roboto,sans-serif
}

.font-inter {
    font-family: Inter,sans-serif
}

.font-open {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

.font-serif {
    font-family: Georgia,ui-serif
}

.font-arial {
    font-family: Arial,sans-serif
}

.font-poppins {
    font-family: Poppins,sans-serif
}

.font-oswald {
    font-family: Oswald,Roboto,Helvetica,Arial,sans-serif
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[13px\] {
    font-size: 13px
}

.text-18 {
    font-size: 1.8rem
}

.text-22 {
    font-size: 2.2rem
}

.text-\[15px\] {
    font-size: 15px
}

.text-14 {
    font-size: 1.4rem
}

.text-10 {
    font-size: 1rem
}

.text-16 {
    font-size: 1.6rem
}

.text-12 {
    font-size: 1.2rem
}

.text-17 {
    font-size: 1.7rem
}

.text-15 {
    font-size: 1.5rem
}

.text-20 {
    font-size: 2rem
}

.text-34 {
    font-size: 3.4rem
}

.text-26 {
    font-size: 2.6rem
}

.text-24 {
    font-size: 2.4rem
}

.text-36 {
    font-size: 3.6rem
}

.text-\[30px\] {
    font-size: 30px
}

.text-21 {
    font-size: 2.1rem
}

.text-13 {
    font-size: 1.3rem
}

.text-45 {
    font-size: 4.5rem
}

.text-38 {
    font-size: 3.8rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-\[16px\] {
    font-size: 16px
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[23px\] {
    font-size: 23px
}

.\!text-\[12px\] {
    font-size: 12px!important
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.font-\[700\] {
    font-weight: 700
}

.font-\[500\] {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-black {
    font-weight: 900
}

.font-extrabold {
    font-weight: 800
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.leading-\[15px\] {
    line-height: 15px
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-24 {
    line-height: 24px
}

.leading-20 {
    line-height: 20px
}

.leading-28 {
    line-height: 28px
}

.leading-16 {
    line-height: 16px
}

.leading-18 {
    line-height: 18px
}

.leading-36 {
    line-height: 36px
}

.leading-26 {
    line-height: 26px
}

.leading-22 {
    line-height: 22px
}

.leading-relaxed {
    line-height: 1.625
}

.leading-21 {
    line-height: 21px
}

.leading-17 {
    line-height: 17px
}

.leading-38 {
    line-height: 38px
}

.leading-34 {
    line-height: 34px
}

.leading-30 {
    line-height: 30px
}

.leading-32 {
    line-height: 32px
}

.leading-25 {
    line-height: 25px
}

.leading-31 {
    line-height: 31px
}

.leading-33 {
    line-height: 33px
}

.leading-9 {
    line-height: 2.25rem
}

.leading-46 {
    line-height: 46px
}

.leading-29 {
    line-height: 29px
}

.leading-none {
    line-height: 1
}

.leading-snug {
    line-height: 1.375
}

.leading-tight {
    line-height: 1.25
}

.leading-14 {
    line-height: 14px
}

.leading-\[22\.4px\] {
    line-height: 22.4px
}

.leading-\[98\%\] {
    line-height: 98%
}

.leading-\[140\%\] {
    line-height: 140%
}

.leading-\[124\%\] {
    line-height: 124%
}

.leading-\[96\%\] {
    line-height: 96%
}

.leading-\[1\.6\] {
    line-height: 1.6
}

.leading-\[1\.4\] {
    line-height: 1.4
}

.leading-\[normal\] {
    line-height: normal
}

.leading-\[19\.315px\] {
    line-height: 19.315px
}

.tracking-\[-0\.41px\] {
    letter-spacing: -.41px
}

.tracking-\[-0\.08px\] {
    letter-spacing: -.08px
}

.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-\[\#909090\] {
    --tw-text-opacity: 1;
    color: rgb(144 144 144/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(97 97 97/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(126 124 124/var(--tw-text-opacity))
}

.text-gray-20 {
    --tw-text-opacity: 1;
    color: rgb(115 123 116/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(6 15 57/var(--tw-text-opacity))
}

.text-blue-6 {
    --tw-text-opacity: 1;
    color: rgb(15 105 255/var(--tw-text-opacity))
}

.text-black-7 {
    --tw-text-opacity: 1;
    color: rgb(46 46 46/var(--tw-text-opacity))
}

.text-gray-17 {
    --tw-text-opacity: 1;
    color: rgb(132 132 132/var(--tw-text-opacity))
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(38 47 92/var(--tw-text-opacity))
}

.text-green-12 {
    --tw-text-opacity: 1;
    color: rgb(7 114 68/var(--tw-text-opacity))
}

.text-black-707 {
    --tw-text-opacity: 1;
    color: rgb(41 47 64/var(--tw-text-opacity))
}

.text-purple-1 {
    --tw-text-opacity: 1;
    color: rgb(109 35 242/var(--tw-text-opacity))
}

.text-red-1 {
    --tw-text-opacity: 1;
    color: rgb(190 6 24/var(--tw-text-opacity))
}

.text-black-5 {
    --tw-text-opacity: 1;
    color: rgb(34 34 34/var(--tw-text-opacity))
}

.text-black-10 {
    --tw-text-opacity: 1;
    color: rgb(67 67 67/var(--tw-text-opacity))
}

.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-black-9 {
    --tw-text-opacity: 1;
    color: rgb(62 62 62/var(--tw-text-opacity))
}

.text-white-1 {
    color: #ffffffc9
}

.text-blue-13 {
    --tw-text-opacity: 1;
    color: rgb(32 31 55/var(--tw-text-opacity))
}

.text-gray-21 {
    --tw-text-opacity: 1;
    color: rgb(108 108 125/var(--tw-text-opacity))
}

.text-gray-3 {
    --tw-text-opacity: 1;
    color: rgb(61 61 78/var(--tw-text-opacity))
}

.text-green-1 {
    --tw-text-opacity: 1;
    color: rgb(34 181 35/var(--tw-text-opacity))
}

.text-black-4 {
    --tw-text-opacity: 1;
    color: rgb(12 12 12/var(--tw-text-opacity))
}

.text-green-3 {
    --tw-text-opacity: 1;
    color: rgb(78 177 61/var(--tw-text-opacity))
}

.text-blue-8 {
    --tw-text-opacity: 1;
    color: rgb(17 119 170/var(--tw-text-opacity))
}

.text-black-704 {
    --tw-text-opacity: 1;
    color: rgb(23 22 22/var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(211 18 65/var(--tw-text-opacity))
}

.text-black-705 {
    --tw-text-opacity: 1;
    color: rgb(24 24 24/var(--tw-text-opacity))
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-\[\#292929\] {
    --tw-text-opacity: 1;
    color: rgb(41 41 41/var(--tw-text-opacity))
}

.text-\[\#1B6436\] {
    --tw-text-opacity: 1;
    color: rgb(27 100 54/var(--tw-text-opacity))
}

.text-\[\#0C6B2E\] {
    --tw-text-opacity: 1;
    color: rgb(12 107 46/var(--tw-text-opacity))
}

.text-\[\#7A7A7A\] {
    --tw-text-opacity: 1;
    color: rgb(122 122 122/var(--tw-text-opacity))
}

.text-\[\#565656\] {
    --tw-text-opacity: 1;
    color: rgb(86 86 86/var(--tw-text-opacity))
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.no-underline {
    text-decoration: none
}

.opacity-50 {
    opacity: .5
}

.shadow-gray-bottom-light {
    --tw-shadow: 0px 2px 20px rgba(0,0,0,.14);
    --tw-shadow-colored: 0px 2px 20px var(--tw-shadow-color)
}

.shadow-f-solid,.shadow-gray-bottom-light {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-f-solid {
    --tw-shadow: 0px 0px 2px #333;
    --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color)
}

.shadow-b-r-heavy {
    --tw-shadow: 2px 3px 4px rgba(51,51,51,.86);
    --tw-shadow-colored: 2px 3px 4px var(--tw-shadow-color)
}

.shadow-b-r-heavy,.shadow-gray-bottom {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-gray-bottom {
    --tw-shadow: 0px 2px 4px rgba(0,0,0,.33);
    --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color)
}

.outline {
    outline-style: solid
}

.filter {
    filter: var(--tw-filter)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

html {
    background-color: #fff;
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    line-height: 1.15
}

body.has-live-chat footer {
    margin-top: max(100vh - 150px,0px)
}

body.proximity-footer-enabled:not(.has-live-chat) {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body.proximity-footer-enabled:not(.has-live-chat) .page-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

body.proximity-footer-enabled:not(.has-live-chat) #app {
    flex: 1;
    margin-bottom: 0;
    padding-bottom: 271px;
    width: 100%
}

@media (max-width: 767px) {
    body.proximity-footer-enabled:not(.has-live-chat) #app {
        padding-bottom:174px
    }
}

[v-cloak] {
    display: none
}

@media only screen and (min-width: 768px) {
    .copyright-footer {
        padding-bottom:110px
    }
}

footer.migration-content-cg-template {
    font-size: 14px;
    margin-top: 60px;
    padding: 20px 0
}

@media (max-width: 768px) {
    footer.migration-content-cg-template {
        margin-top:30px
    }
}

footer.migration-content-cg-template .nav__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding: 22px 15px 0
}

@media (min-width: 768px) {
    footer.migration-content-cg-template .nav__container {
        padding-left:130px;
        padding-right: 130px
    }
}

footer.migration-content-cg-template .nav__container>div:first-of-type {
    padding-bottom: 22px
}

footer.migration-content-cg-template .copyright__content-html {
    border-top: .8px solid #e0e0e0;
    color: #7e7c7c;
    padding-bottom: 57px;
    padding-top: 37px
}

@media (min-width: 640px) {
    footer.migration-content-cg-template .copyright__content-html {
        padding-bottom:110px;
        padding-top: 45px
    }
}

[data-shortcode-remove-onclick] {
    display: none
}

.line-height-normal {
    line-height: normal
}

.full-width-image {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
    position: relative;
    right: 50%
}

video {
    display: inline-block
}

.placeholder\:text-\[\#656565\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(101 101 101/var(--tw-text-opacity))
}

.placeholder\:text-\[\#656565\]:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(101 101 101/var(--tw-text-opacity))
}

.placeholder\:text-\[\#656565\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(101 101 101/var(--tw-text-opacity))
}

.hover\:bg-purple-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(109 35 242/var(--tw-bg-opacity))
}

.hover\:bg-green-4:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 150 24/var(--tw-bg-opacity))
}

.hover\:bg-\[\#003452\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 52 82/var(--tw-bg-opacity))
}

.hover\:font-bold:hover {
    font-weight: 700
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:text-blue-6:hover {
    --tw-text-opacity: 1;
    color: rgb(15 105 255/var(--tw-text-opacity))
}

.hover\:text-black-7:hover {
    --tw-text-opacity: 1;
    color: rgb(46 46 46/var(--tw-text-opacity))
}

.hover\:text-green-12:hover {
    --tw-text-opacity: 1;
    color: rgb(7 114 68/var(--tw-text-opacity))
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.hover\:text-purple-1:hover {
    --tw-text-opacity: 1;
    color: rgb(109 35 242/var(--tw-text-opacity))
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-90:hover {
    opacity: .9
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width: 640px) {
    .sm\:mb-18px {
        margin-bottom:18px
    }

    .sm\:mb-10px {
        margin-bottom: 10px
    }

    .sm\:mb-110px {
        margin-bottom: 110px
    }

    .sm\:mb-8px {
        margin-bottom: 8px
    }

    .sm\:mb-15px {
        margin-bottom: 15px
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:flex {
        display: flex
    }

    .sm\:max-h-35 {
        max-height: 35rem
    }

    .sm\:max-h-40 {
        max-height: 40rem
    }

    .sm\:text-22 {
        font-size: 2.2rem
    }

    .sm\:text-34 {
        font-size: 3.4rem
    }

    .sm\:text-20 {
        font-size: 2rem
    }

    .sm\:text-\[28px\] {
        font-size: 28px
    }

    .sm\:leading-26 {
        line-height: 26px
    }

    .sm\:leading-28 {
        line-height: 28px
    }

    .sm\:leading-34 {
        line-height: 34px
    }

    .sm\:leading-20 {
        line-height: 20px
    }
}

@media (min-width: 768px) {
    .md\:mx-0 {
        margin-left:0;
        margin-right: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:my-6 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .md\:my-2 {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-110px {
        margin-right: 110px
    }

    .md\:mr-64px {
        margin-right: 64px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-12px {
        margin-right: 12px
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:mb-20px {
        margin-bottom: 20px
    }

    .md\:mb-17px {
        margin-bottom: 17px
    }

    .md\:mb-15px {
        margin-bottom: 15px
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mt-30px {
        margin-top: 30px
    }

    .md\:mb-30px {
        margin-bottom: 30px
    }

    .md\:mb-25px {
        margin-bottom: 25px
    }

    .md\:mr-25px {
        margin-right: 25px
    }

    .md\:ml-20px {
        margin-left: 20px
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mt-5 {
        margin-top: 1.25rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-10px {
        margin-bottom: 10px
    }

    .md\:mr-47px {
        margin-right: 47px
    }

    .md\:mt-40px {
        margin-top: 40px
    }

    .md\:mb-95px {
        margin-bottom: 95px
    }

    .md\:mt-48 {
        margin-top: 12rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mb-110px {
        margin-bottom: 110px
    }

    .md\:mb-24 {
        margin-bottom: 6rem
    }

    .md\:mt-50px {
        margin-top: 50px
    }

    .md\:mt-92px {
        margin-top: 92px
    }

    .md\:mb-50px {
        margin-bottom: 50px
    }

    .md\:mr-35 {
        margin-right: 35px
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:mr-12 {
        margin-right: 3rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mr-8 {
        margin-right: 2rem
    }

    .md\:mr-\[18px\] {
        margin-right: 18px
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-80px {
        height: 80px
    }

    .md\:max-h-30px {
        max-height: 30px
    }

    .md\:max-h-32px {
        max-height: 32px
    }

    .md\:max-h-\[60px\] {
        max-height: 60px
    }

    .md\:max-h-\[69px\] {
        max-height: 69px
    }

    .md\:max-h-\[65px\] {
        max-height: 65px
    }

    .md\:min-h-69px {
        min-height: 69px
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-56\% {
        width: 56%
    }

    .md\:w-56 {
        width: 14rem
    }

    .md\:w-44\% {
        width: 44%
    }

    .md\:w-44 {
        width: 11rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-\[calc\(100\%-30px\)\] {
        width: calc(100% - 30px)
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-max {
        width: -moz-max-content;
        width: max-content
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/4 {
        width: 50%
    }

    .md\:min-w-33 {
        min-width: 33rem
    }

    .md\:max-w-17 {
        max-width: 17rem
    }

    .md\:max-w-34 {
        max-width: 34rem
    }

    .md\:max-w-20 {
        max-width: 20rem
    }

    .md\:max-w-\[200px\] {
        max-width: 200px
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-x-25px {
        -moz-column-gap: 25px;
        column-gap: 25px
    }

    .md\:space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(2rem*var(--tw-space-x-reverse))
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:rounded-10px {
        border-radius: 10px
    }

    .md\:border-0 {
        border-width: 0
    }

    .md\:border-10 {
        border-width: 10px
    }

    .md\:border-2 {
        border-width: 2px
    }

    .md\:border-t {
        border-top-width: 1px
    }

    .md\:border-b {
        border-bottom-width: 1px
    }

    .md\:border-blue-3 {
        --tw-border-opacity: 1;
        border-color: rgb(10 87 146/var(--tw-border-opacity))
    }

    .md\:p-12 {
        padding: 3rem
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:\!p-0 {
        padding: 0!important
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-\[15px\] {
        padding: 15px
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .md\:py-33px {
        padding-bottom: 33px;
        padding-top: 33px
    }

    .md\:py-116px {
        padding-bottom: 116px;
        padding-top: 116px
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-5 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }

    .md\:py-18px {
        padding-bottom: 18px;
        padding-top: 18px
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:pt-110px {
        padding-top: 110px
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pb-110px {
        padding-bottom: 110px
    }

    .md\:pt-72px {
        padding-top: 72px
    }

    .md\:pb-116px {
        padding-bottom: 116px
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pt-2 {
        padding-top: .5rem
    }

    .md\:pb-150px {
        padding-bottom: 150px
    }

    .md\:pl-30px {
        padding-left: 30px
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pt-128px {
        padding-top: 128px
    }

    .md\:pb-138px {
        padding-bottom: 138px
    }

    .md\:pt-133px {
        padding-top: 133px
    }

    .md\:pt-69px {
        padding-top: 69px
    }

    .md\:pb-54px {
        padding-bottom: 54px
    }

    .md\:text-18 {
        font-size: 1.8rem
    }

    .md\:text-23 {
        font-size: 2.3rem
    }

    .md\:text-20 {
        font-size: 2rem
    }

    .md\:text-22 {
        font-size: 2.2rem
    }

    .md\:text-60 {
        font-size: 6rem
    }

    .md\:text-32 {
        font-size: 3.2rem
    }

    .md\:text-34 {
        font-size: 3.4rem
    }

    .md\:text-24 {
        font-size: 2.4rem
    }

    .md\:text-54 {
        font-size: 5.4rem
    }

    .md\:text-48 {
        font-size: 4.8rem
    }

    .md\:text-42 {
        font-size: 4.2rem
    }

    .md\:text-72 {
        font-size: 7.2rem
    }

    .md\:text-46 {
        font-size: 4.6rem
    }

    .md\:text-36 {
        font-size: 3.6rem
    }

    .md\:text-16 {
        font-size: 1.6rem
    }

    .md\:text-33 {
        font-size: 3.3rem
    }

    .md\:text-12 {
        font-size: 1.2rem
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

    .md\:leading-27 {
        line-height: 27px
    }

    .md\:leading-68 {
        line-height: 68px
    }

    .md\:leading-26 {
        line-height: 26px
    }

    .md\:leading-42 {
        line-height: 42px
    }

    .md\:leading-31 {
        line-height: 31px
    }

    .md\:leading-41 {
        line-height: 41px
    }

    .md\:leading-28 {
        line-height: 28px
    }

    .md\:leading-52 {
        line-height: 52px
    }

    .md\:leading-54 {
        line-height: 54px
    }

    .md\:leading-34 {
        line-height: 34px
    }

    .md\:leading-94 {
        line-height: 94px
    }

    .md\:leading-40 {
        line-height: 40px
    }

    .md\:leading-24 {
        line-height: 24px
    }

    .md\:leading-46 {
        line-height: 46px
    }

    .md\:hover\:bg-gradient-to-t:hover {
        background-image: linear-gradient(to top,var(--tw-gradient-stops))
    }

    .md\:hover\:from-green-11:hover {
        --tw-gradient-from: #4aa351;
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to,rgba(74,163,81,0))
    }

    .md\:hover\:to-green-9:hover {
        --tw-gradient-to: #63bc6a
    }
}
