body {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1010px;
    }
}
.hero {
    background: #005FE6;
    padding-bottom: 58px;
    padding-top: 44px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
@media (min-width: 992px) {
    .hero {
        padding-bottom: 53px;
        padding-top: 64px;
        margin-bottom: 0;
        position: relative;
        z-index: 0;
    }
    .hero:before {
        content: "";
        width: 100%;
        height: 96px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .hero-form {
        position: relative;
    }
    .hero-form:before {
        content: "";
        width: 100%;
        height: 96px;
        background-color: #eee;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero p:first-child {
    color: #A8C5FB;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .hero p:first-child {
        font-size: 16px;
        line-height: 1.6;
    }
}
.hero-title {
    color: #fff;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .hero-title {
        margin-bottom: 16px;
        font-size: 48px;
    }
}
.hero-opening {
    color: #EAF1FF;
    margin-bottom: 32px;
    font-size: 18px;
}
@media (min-width: 992px) {
    .hero-opening {
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}
.hero-underline {
    position: relative;
}
.hero-underline span {
    position: relative;
    z-index: 1;
}
.hero-underline:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../images/sprite.svg#g-underline-scribbled);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 202px;
    height: 16px;
    z-index: -1;
}
@media (min-width: 992px) {
    .hero-underline:before {
        width: 368px;
        height: 31px;
        right: 0;
        bottom: -13px;
    }
}
.hero-bg {
    position: absolute;
    left: 0;
    top: 22%;
}
.hero-bg img {
    height: auto;
    width: 100%;
}
@media (min-width: 992px) {
    .hero-bg {
        right: 0;
        left: auto;
        top: -100px;
        max-width: 667px;
    }
}
.hero .registry-seal {
    right: 22px;
    position: absolute;
    bottom: 190px;
    display: none;
    padding: 10px;
}
@media (min-width: 1200px) {
    .hero .registry-seal {
        display: block;
    }
}
.hero .btn .registered-sign {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.hero .btn .registered-sign:after {
    -webkit-transform: translate(-6%, -32%);
        -ms-transform: translate(-6%, -32%);
            transform: translate(-6%, -32%);
}
.hero-header {
    margin-bottom: 32px;
    text-align: center;
}
@media (min-width: 992px) {
    .hero-header {
        margin-bottom: 62px;
        text-align: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media (min-width: 992px) {
    .hero-header img {
        width: 314px;
    }
}
.hero-cta {
    color: #FFFFFF;
    background-color: #0DB10D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 10px 16px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.hero-cta:hover, .hero-cta:active {
    background-color: #10d810;
}
.hero-cta-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: -0.5px;
}
.hero-cta-text > span:first-child {
    font-size: 12px;
    color: #d4ffd4;
    font-weight: 700;
    line-height: 1.2;
}
.hero-cta-text > span:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.hero-cta-container {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 52px;
}
.hero-cta-container > a {
    width: 100%;
}
@media (min-width: 992px) {
    .hero-cta-container {
        margin: 0;
        max-width: 258px;
    }
}

.hero .box-form-title {
    margin-top: 20px;
}
@media (min-width: 992px) {
    .hero .box-form-title {
        margin-top: 0px;
    }
}

.box-form {
    position: relative;
}
@media (min-width: 992px) {
    .box-form {
        -webkit-box-shadow: 0px 15.322px 30.644px 0px rgba(18, 18, 18, 0.08), 0px 3.064px 9.193px 0px rgba(18, 18, 18, 0.05), 0px 0px 1.532px 0px rgba(18, 18, 18, 0.04);
                box-shadow: 0px 15.322px 30.644px 0px rgba(18, 18, 18, 0.08), 0px 3.064px 9.193px 0px rgba(18, 18, 18, 0.05), 0px 0px 1.532px 0px rgba(18, 18, 18, 0.04);
    }
}
.box-form.steps-bg:before, .box-form.steps-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.box-form.steps-bg:before {
    left: 6px;
    bottom: 6px;
    background: rgba(255, 255, 255, 0.3);
    border: 0.680141px solid rgba(237, 242, 247, 0.5);
    z-index: 2;
}
@media (min-width: 992px) {
    .box-form.steps-bg:before {
        left: 12px;
        bottom: 12px;
    }
}
.box-form.steps-bg:after {
    background: rgba(255, 255, 255, 0.1);
    border: 0.680141px solid rgba(237, 242, 247, 0.25);
    left: 12px;
    bottom: 12px;
    z-index: 1;
}
@media (min-width: 992px) {
    .box-form.steps-bg:after {
        left: 22px;
        bottom: 22px;
    }
}
.box-form-title {
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 20px;
}
@media (min-width: 992px) {
    .box-form-title {
        margin-bottom: 24px;
        font-size: 24px;
    }
}
.box-form-title .registered-sign {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}
.box-form-title .registered-sign:after {
    -webkit-transform: translate(-32%, 3%);
        -ms-transform: translate(-32%, 3%);
            transform: translate(-32%, 3%);
}
.box-form-body {
    position: relative;
    z-index: 9;
    background: #FFFFFF;
    border: 1px solid #EDF2F7;
    border-radius: 8px;
    padding: 20px 20px 14px;
}
@media (min-width: 992px) {
    .box-form-body {
        padding: 32px;
    }
}
.box-form-bottom {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .box-form-bottom {
        margin-top: 12px;
    }
}

.form-steps {
    counter-reset: section;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
@media (min-width: 992px) {
    .form-steps {
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
    }
}
.form-steps:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 32px);
    border-bottom: 1px dashed #E4E4EA;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}
.form-steps span {
    position: relative;
    z-index: 1;
    background: #266DF6;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
    -webkit-box-shadow: 0 0 0 10px #fff;
            box-shadow: 0 0 0 10px #fff;
}
@media (min-width: 992px) {
    .form-steps span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}
.form-steps span:before {
    counter-increment: section;
    content: counter(section);
}
.form-steps span.active ~ span {
    background: #E4E4EA;
    color: #ADAFC1;
}

.form-safe {
    margin-top: 16px;
    text-align: center;
}
@media (min-width: 992px) {
    .form-safe {
        margin-top: 24px;
    }
}
.form-safe img {
    width: auto;
}

.form-avatar {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.form-avatar img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 16px;
}
@media (min-width: 992px) {
    .form-avatar img {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .form-avatar img {
        width: 257px;
    }
}
.form-avatar p:last-child {
    margin-bottom: 0;
}

.drive-thru {
    background: #322DCA;
    border-radius: 20px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    min-height: 408px;
    font-size: 18px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .drive-thru {
        text-align: inherit;
        overflow: hidden;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.6;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
.drive-thru-body {
    padding: 32px 20px;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .drive-thru-body {
        padding: 82px 270px 82px 95px;
    }
}
.drive-thru-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {
    .drive-thru-bg {
        width: 274px;
        left: auto;
        right: -2px;
        height: 343px;
        top: 0;
    }
}
.drive-thru-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.drive-thru-title {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-size: 28px;
}
@media (min-width: 992px) {
    .drive-thru-title {
        margin-bottom: 24px;
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .drive-thru-title .registered-sign {
        -webkit-transform: scale(0.74);
            -ms-transform: scale(0.74);
                transform: scale(0.74);
    }
    .drive-thru-title .registered-sign:after {
        -webkit-transform: translate(-50%, -3%);
            -ms-transform: translate(-50%, -3%);
                transform: translate(-50%, -3%);
    }
}
.drive-thru .highlight {
    color: #F19D5D;
}
.drive-thru .btn {
    margin-top: 24px;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .drive-thru .btn {
        width: 317px;
    }
}
.drive-thru p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.section-app {
    overflow: hidden;
    text-align: center;
    padding-bottom: 48px;
    background: #EDF2F7;
    position: relative;
    z-index: 0;
}
@media (max-width: 575px) {
    .section-app {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (min-width: 992px) {
    .section-app {
        color: #EAF1FF;
        border-radius: 20px;
        padding: 64px 32px;
        text-align: inherit;
        position: relative;
        background: #005FE6;
    }
}
@media (max-width: 575px) {
    .section-app .store-img {
        width: 100%;
    }
}
.section-app-img {
    margin-left: -20px;
    margin-right: -20px;
    background: #005FE6;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .section-app-img {
        background: none;
        margin: 0;
    }
}
.section-app-img img {
    height: auto;
    width: 100%;
}
@media (min-width: 992px) {
    .section-app-img img {
        width: 269px;
        max-width: none;
        position: absolute;
        right: -32px;
        bottom: -65px;
    }
}
.section-app-content {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}
.section-app-title {
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .section-app-title {
        color: #fff;
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 1.2;
        width: 227px;
    }
}
@media (min-width: 992px) {
    .section-app .p2 {
        font-size: 20px;
        line-height: 1.6;
    }
}
.section-app-download {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 992px) {
    .section-app-download {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.section-app-download a {
    font-size: 0;
    line-height: 0;
}
.section-app-download a + a {
    margin-top: 8px;
    display: inline-block;
}
@media (min-width: 992px) {
    .section-app-download a + a {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 16px;
    }
}
.section-app-qr {
    margin-top: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #C5EAF7;
    display: none;
}
@media (min-width: 992px) {
    .section-app-qr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.section-app-qr img {
    margin-right: 24px;
}
@media (min-width: 992px) {
    .section-app-qr .p2 {
        font-size: 16px;
        line-height: 1.4;
    }
}
.section-app-qr p:last-child {
    margin-bottom: 0;
}
.section-app-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.section-app .registry-seal {
    display: none;
}
@media (min-width: 992px) {
    .section-app .registry-seal {
        padding: 6px;
        display: block;
        position: absolute;
        top: -18px;
        left: -95px;
    }
}

.payment-section {
    margin: 40px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .payment-section {
        margin: 80px 0;
    }
}
.payment-text {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .payment-text {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }
}
.payment-item {
    min-width: 120px;
    height: 21px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.42;
}
.payment-item:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
@media (min-width: 992px) {
    .payment-item {
        min-width: 144px;
    }
}
.payment-item img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.payment-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media-video {
    display: block;
    height: 360px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin: 40px 0;
}
@media (min-width: 992px) {
    .media-video {
        height: 260px;
    }
}
.media-video, .media-video:hover {
    color: #fff;
}
@media (min-width: 992px) {
    .media-video:hover .media-video-play {
        width: 86px;
        height: 86px;
    }
}
.media-video-body {
    position: relative;
    z-index: 1;
    padding: 40px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
@media (min-width: 992px) {
    .media-video-body {
        padding: 40px 112px 30px 40px;
    }
}
.media-video-body > :last-child {
    margin-bottom: 0;
}
.media-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.media-video-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.media-video-play {
    position: absolute;
    left: 50%;
    top: calc(50% - 28px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}
@media (min-width: 992px) {
    .media-video-play {
        width: 80px;
        height: 80px;
    }
}
.media-video-title {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-top: auto;
}
@media (min-width: 992px) {
    .media-video-title {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -1.4px;
    }
}
.media-video.secondary {
    height: 400px;
}
@media (min-width: 992px) {
    .media-video.secondary {
        height: 260px;
    }
}
.media-video.secondary .media-video-bg img {
    -o-object-position: top left;
       object-position: top left;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
@media (min-width: 992px) {
    .check-list {
        gap: 10px;
    }
}
.check-list .list-item {
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0;
    position: relative;
    padding-left: 32px;
}
@media (min-width: 992px) {
    .check-list .list-item {
        margin-top: 6px;
    }
}
.check-list .list-item::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 20px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.003 6.244 3.62 4.969C2.8 4.21 1.454 4.21.624 4.96c-.83.75-.83 1.98-.01 2.739l1.384 1.274 1.542 1.41c.8.742 2.106.742 2.916.01L7.998 8.99l5.378-4.89c.83-.75.83-1.98.01-2.738-.82-.76-2.165-.76-2.995-.01l-5.388 4.89Z' fill='%23266DF6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.city-content {
    font-size: 18px;
    line-height: 1.4;
    color: #595C72;
}
.city-content-cover {
    margin: 40px auto;
    border-radius: 8px;
    max-width: 100%;
    display: block;
}
.city-content-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 40px;
}
@media (min-width: 992px) {
    .city-content-title {
        font-size: 40px;
        margin-bottom: 24px;
        letter-spacing: -1.4px;
    }
}

.box-wpp {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #0A1B3E;
    padding: 32px 20px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 0;
}
@media (min-width: 1200px) {
    .box-wpp {
        padding: 32px 40px 32px 190px;
        text-align: left;
    }
}
.box-wpp-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
    display: block;
}
@media (min-width: 992px) {
    .box-wpp-title {
        font-size: 20px;
    }
}
.box-wpp-img {
    margin: 0 auto 24px;
    display: block;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .box-wpp-img {
        width: 125px;
        position: absolute;
        left: 40px;
        top: 32px;
    }
}
.box-wpp .hero-cta {
    margin-top: 24px;
}
@media (min-width: 1200px) {
    .box-wpp .hero-cta {
        width: 290px;
    }
}
.box-wpp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
@media (min-width: 1200px) {
    .box-wpp-bg {
        left: 24px;
        width: 220px;
    }
}
.box-wpp-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.box-register {
    padding: 32px 20px;
    background-color: #005FE6;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (min-width: 992px) {
    .box-register {
        padding: 32px;
        font-size: 18px;
    }
}
.box-register-highlight {
    color: #F3CF46;
    display: block;
    margin-bottom: 4px;
}
.box-register-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .box-register-title {
        font-size: 40px;
    }
}
.box-register .btn {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .box-register .btn {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}
.box-register-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.box-register-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.box-help {
    padding: 32px 20px;
    background-color: #005FE6;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 16px;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (min-width: 992px) {
    .box-help {
        padding: 32px 68px;
    }
}
.box-help-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .box-help-title {
        font-size: 40px;
    }
}
.box-help .btn {
    margin-top: 24px;
}
@media (max-width: 575px) {
    .box-help .btn {
        height: 54px;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (min-width: 992px) {
    .box-help .btn {
        max-width: 100%;
    }
}
.box-help-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.box-help-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.check-topics {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 40px;
}
.check-topics li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23266DF6' d='M12.373 1.616c.639-1.392 2.616-1.392 3.254 0a1.79 1.79 0 0 0 2.72.67c1.212-.935 2.963-.016 2.881 1.512a1.79 1.79 0 0 0 2.098 1.858c1.507-.265 2.63 1.362 1.848 2.678a1.79 1.79 0 0 0 .993 2.62c1.458.466 1.697 2.428.392 3.23a1.79 1.79 0 0 0-.337 2.781c1.074 1.09.373 2.939-1.154 3.042a1.79 1.79 0 0 0-1.592 2.306c.445 1.465-1.035 2.776-2.435 2.158a1.79 1.79 0 0 0-2.48 1.302c-.288 1.503-2.207 1.977-3.16.779a1.79 1.79 0 0 0-2.802 0c-.953 1.198-2.872.724-3.16-.78a1.79 1.79 0 0 0-2.48-1.301c-1.4.618-2.88-.693-2.435-2.158a1.79 1.79 0 0 0-1.592-2.306c-1.527-.103-2.228-1.952-1.154-3.042a1.79 1.79 0 0 0-.338-2.781c-1.304-.802-1.065-2.764.393-3.23a1.79 1.79 0 0 0 .993-2.62c-.782-1.316.34-2.943 1.848-2.678a1.79 1.79 0 0 0 2.098-1.858C6.69 2.27 8.44 1.351 9.652 2.286a1.79 1.79 0 0 0 2.721-.67Z'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='m12.574 14.328-.989-.995a1.515 1.515 0 0 0-2.14-.007 1.515 1.515 0 0 0-.006 2.14l.988.995 1.102 1.101a1.472 1.472 0 0 0 2.083.007l1.101-1.094 3.841-3.82a1.515 1.515 0 0 0 .007-2.14 1.515 1.515 0 0 0-2.14-.007l-3.847 3.82Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M9 10.07h10v8.125H9z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
}
.check-topics li strong {
    display: block;
    margin-bottom: 4px;
    color: #3C3D4C;
    font-size: 20px;
}
.check-topics li + li {
    margin-top: 20px;
}

.call {
    padding: 32px 20px;
    background-color: #322DCA;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 16px;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .call {
        padding: 40px 32px;
    }
}
.call-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -1.4px;
    margin-bottom: 24px;
}
.call-title .highlight {
    color: #ED8534;
}
@media (min-width: 992px) {
    .call-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 32px;
    }
}
.call-time {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .call-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }
}
@media (max-width: 991px) {
    .call-time p {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .call-time p {
        margin-bottom: 0;
        margin-right: 16px;
    }
}
@media (min-width: 992px) {
    .call-time {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.call .btn {
    margin-top: 40px;
}
@media (max-width: 575px) {
    .call .btn {
        height: 54px;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (min-width: 992px) {
    .call .btn {
        display: block;
        width: 229px;
        margin-left: auto;
    }
}
.call-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
@media (min-width: 992px) {
    .call-bg {
        left: auto;
        right: 0;
        width: 250px;
    }
}
.call-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
@media (min-width: 992px) {
    .call-bg img {
        width: 120%;
    }
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.form-check-input:checked {
    background-size: cover;
    background-color: #ED8534;
    border-color: #ED8534;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Crect width='23' height='23' x='.5' y='1.038' fill='%23ED8534' stroke='%23ED8534' rx='11.5'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='m10.288 13.148-1.186-1.194a1.818 1.818 0 0 0-2.567-.009 1.818 1.818 0 0 0-.009 2.568l1.187 1.194 1.321 1.322a1.767 1.767 0 0 0 2.5.009l1.322-1.314 4.61-4.584a1.818 1.818 0 0 0 .008-2.567 1.818 1.818 0 0 0-2.568-.009l-4.618 4.584Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M6 8.038h12v9.75H6z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.form-check-label {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .city-aside {
        margin-top: 40px;
    }
}

.aside-item {
    padding: 32px 24px;
    border-radius: 8px;
}
.aside-item + .aside-item {
    margin-top: 32px;
}
.aside-item.reclameaqui {
    background-color: #EAF1FF;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.aside-item.reclameaqui img {
    margin: 16px auto 0;
    display: block;
    width: 100%;
    max-width: 255px;
}
.aside-item.reclameaqui .highlight {
    color: #6FA841;
}
.aside-item.companies {
    border: 1px solid #CFD4DD;
    color: #111;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.4px;
}
.aside-item.companies .highlight {
    color: #266DF6;
}
.aside-item.companies .companies-carousel {
    margin-top: 24px;
    padding-bottom: 42px;
}
.aside-item.companies .companies-carousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.aside-item.companies .companies-carousel:not(.slick-initialized) .companies-item:nth-child(2) ~ .companies-item {
    display: none;
}
.aside-item.companies .companies-carousel .slick-list {
    margin: 0 -20px;
}
.aside-item.companies .companies-carousel .slick-slide {
    padding: 0 20px;
}
.aside-item.companies .companies-carousel img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}
.aside-item.companies .companies-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 15px 15px;
}
.aside-item.companies .companies-carousel .slick-prev {
    left: calc(50% - 30px);
}
.aside-item.companies .companies-carousel .slick-next {
    right: calc(50% - 30px);
}
.aside-item.companies .companies-item {
    height: 40px;
}
.aside-item.brand {
    border-radius: 20px;
    background: #322DCA;
    text-align: center;
}
.aside-item.brand .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}
.aside-item.brand .title .highlight {
    color: #ED8534;
}
.aside-item.brand .brand-help {
    margin-top: 24px;
    color: #fff;
}
.aside-item.brand .brand-help span {
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
}
.aside-item.brand .brand-help .help-phone {
    margin-top: 0;
}
.aside-item.brand .brand-help .help-phone span {
    font-size: 22px;
    margin-top: 8px;
}
.aside-item.brand .help-phone {
    color: #F6DB74;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
}
.aside-item.brand .help-phone svg {
    position: relative;
    bottom: -3px;
}
.aside-item.brand .btn {
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 24px;
    background: transparent;
}
.aside-item.brand .btn + .btn {
    margin-top: 16px;
}
.aside-item.list {
    border: 1px solid #CFD4DD;
}
.aside-item.list .list-title {
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}
.aside-item.list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside-item.list ul li a {
    font-size: 16px;
    color: #266DF6;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}
.aside-item.list ul li + li {
    margin-top: 8px;
}
.aside-item.social {
    border: 1px solid #CFD4DD;
}
.aside-item.social .social-title {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}
.aside-item.social .box-fb-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.aside-item.social .box-fb-rate + .box-fb-rate {
    margin-top: 8px;
}
.aside-item.social .box-fb-logo {
    margin-right: 8px;
}
.aside-item.social .box-fb-star {
    margin-right: 4px;
    color: #FED530;
}
.aside-item.social .box-fb-numbers {
    font-size: 13px;
    color: #266DF6;
}
.aside-item.social .btn-link-primary {
    color: #266DF6;
    margin-top: 20px;
}
.aside-item.social .box-fb .btn-link-primary:hover {
    color: #518AF8;
}
.aside-item.contact {
    border: 1px solid #CFD4DD;
}
.aside-item.contact .contact-title {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.4px;
    margin-bottom: 16px;
}

.whatsapp-floating {
    display: none;
}

.floating-btn-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 46px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 999;
}

.whatsapp-dialog {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 8px 8px 0;
    overflow: hidden;
    z-index: 9999;
}
@media (max-width: 767px) {
    .whatsapp-dialog.show + .whatsapp-dialog-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media (min-width: 768px) {
    .whatsapp-dialog {
        border-radius: 8px;
        max-width: 448px;
        bottom: 130px;
        right: 20px;
    }
}
.whatsapp-dialog:not(.show) {
    display: none;
}
.whatsapp-dialog-header {
    background-color: #65D072;
    color: #3F7C47;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 14px 20px;
}
.whatsapp-dialog-body {
    background-color: #F6F5F3;
    padding: 24px 20px;
}
.whatsapp-dialog-message {
    color: #3B3937;
}
.whatsapp-dialog-message strong {
    display: block;
    color: #0B0A09;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}
.whatsapp-dialog-close {
    background-color: transparent;
    border: 0;
    margin-left: auto;
}
.whatsapp-dialog-close svg path {
    fill: #fff;
}
.whatsapp-dialog-name {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.whatsapp-dialog-form {
    margin-top: 24px;
}
.whatsapp-dialog .btn {
    background-color: #1BAF52;
    border-color: #1BAF52;
    color: #fff;
}
.whatsapp-dialog .btn svg {
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

.form-modal .close-modal {
    background-color: transparent;
    border: none;
    outline: none;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 12;
    pointer-events: auto;
}
.form-modal .close-modal span:nth-child(1),
.form-modal .close-modal span:nth-child(2) {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
}
.form-modal .close-modal span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form-modal .close-modal span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-modal .box-form.steps-bg::before,
.form-modal .box-form.steps-bg::after {
    content: none;
}
.form-modal .box-form-body {
    max-width: 410px;
    margin: auto;
}
.form-modal .modal-content {
    border-radius: 0;
    border: none;
}
.form-modal .modal-content .box-form-body {
    border: none;
}
@media (max-width: 991px) {
    .form-modal .modal-dialog {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        background-color: #FFFFFF;
        border-radius: 16px 16px 0 0;
    }
    .form-modal.animation .modal-dialog {
        -webkit-animation: animation 0.3s ease-in-out;
        animation: animation 0.3s ease-in-out;
    }
    @-webkit-keyframes animation {
        0% {
            -webkit-transform: translateY(70%);
            transform: translateY(70%);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes animation {
        0% {
            -webkit-transform: translateY(70%);
            transform: translateY(70%);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .form-modal .modal-dialog {
        left: calc(50vw - 250px);
    }
}
@media (min-width: 992px) {
    .form-modal .modal-content {
        border-radius: 8px;
    }
    .form-modal .modal-dialog {
        margin-top: 100px;
    }
    .form-modal .box-form-title {
        text-align: center;
    }
    .form-modal .box-form-body {
        padding: 0 20px 50px;
    }
    .form-modal .close-modal {
        right: 24px;
    }
}

.form-modal .hero-form::before {
    display: none;
}

.form-modal .box-form {
    box-shadow: none;
}

.form-modal .form-steps {
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
}

.box-form-title {
    margin-bottom: 16px;
    margin-top: 20px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .box-form-title {
        margin-bottom: 24px;
        margin-top: 45px;
        font-size: 32px;
        line-height: 1.2;
        font-weight: 700;
    }
}
.box-form-title .registered-sign {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.box-form-title .registered-sign:after {
    -webkit-transform: translate(-32%, 3%);
    -ms-transform: translate(-32%, 3%);
    transform: translate(-32%, 3%);
}

.video-src {
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000px;
}
@media (min-width: 1600px) {
    .video-src {
        max-width: 1280px;
    }
}

body > .video-src {
    display: none;
}

.fancybox-container:has(.video-src) .fancybox-close-small svg {
    background-color: #fff;
}
