.hero {
    background: #005FE6;
    padding-top: 58px;
    padding-bottom: 58px;
    color: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
@media (min-width: 992px) {
    .hero {
        padding-top: 77px;
        padding-bottom: 53px;
        position: relative;
        z-index: 0;
    }
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero-title {
    color: #fff;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .hero-title {
        margin-bottom: 32px;
    }
}
.hero-opening {
    color: #EAF1FF;
    margin-bottom: 36px;
}
@media (min-width: 992px) {
    .hero-opening {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.4;
    }
}
.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-20240715.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: 0;
        max-width: 697px;
    }
}
.hero .registry-seal {
    right: -18px;
    position: absolute;
    bottom: 86px;
    display: none;
}
@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%);
}

.box-form {
    position: relative;
}
.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: 16px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .box-form-title {
        margin-bottom: 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: 40px 48px 42px;
    }
}

.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 {
    margin-top: 24px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}
@media (min-width: 992px) {
    .form-avatar {
        text-align: left;
        font-size: 16px;
        line-height: 1.4;
        margin-top: 64px;
    }
}
.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;
}

.section-opening {
    margin-top: 56px;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 992px) {
    .section-opening {
        margin-top: 120px;
        margin-bottom: 64px;
    }
}
.section-opening .p1 {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .section-opening .p1 {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
    }
}
.section-opening-title {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .section-opening-title {
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 1.2;
    }
}
@media (max-width: 991px) {
    .section-opening-title .registered-sign {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .section-opening-title .registered-sign:after {
        -webkit-transform: translate(-32%, -6%);
            -ms-transform: translate(-32%, -6%);
                transform: translate(-32%, -6%);
    }
}
.section-opening p:last-child {
    margin-bottom: 0;
}

.section {
    margin-top: 40px;
    margin-bottom: 64px;
    text-align: center;
}
@media (min-width: 992px) {
    .section {
        text-align: inherit;
        margin-top: 64px;
        margin-bottom: 72px;
    }
}
.section p:last-child {
    margin-bottom: 0;
}
.section-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .section-img {
        margin-bottom: 0;
        width: auto;
    }
}
.section-title {
    margin-bottom: 8px;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .section-title {
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 1.2;
    }
}

.box-fb {
    background: #EDF2F7;
    padding-top: 40px;
    padding-bottom: 56px;
}
@media (min-width: 992px) {
    .box-fb {
        background-color: #fff;
        padding: 0;
        margin-bottom: 120px;
        margin-top: 120px;
    }
}
@media (min-width: 992px) {
    .box-fb-bg {
        padding: 50px 65px;
        background: #EDF2F7;
        border-radius: 20px;
    }
}
.box-fb-title {
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .box-fb-title {
        margin-bottom: 52px;
        font-size: 48px;
    }
}
.box-fb-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box-fb-rate + .box-fb-rate {
    margin-top: 8px;
}
.box-fb-logo {
    margin-right: 8px;
}
.box-fb-star {
    margin-right: 4px;
    color: #FED530;
}
.box-fb-numbers {
    font-size: 14px;
    color: #1D52B9;
}
.box-fb .btn-link-primary {
    color: #1D52B9;
}
.box-fb .btn-link-primary:hover {
    color: #518AF8;
}
.box-fb-frame {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 450px;
    overflow: auto;
}
@media (min-width: 992px) {
    .box-fb-frame {
        height: 482px;
    }
}
@media (min-width: 992px) {
    .box-fb .btn {
        margin-top: 40px;
    }
}

.section-app {
    overflow: hidden;
    text-align: center;
    padding-bottom: 48px;
    background: #EDF2F7;
}
@media (min-width: 992px) {
    .section-app {
        color: #EAF1FF;
        min-height: 640px;
    }
}
@media (min-width: 992px) {
    .section-app {
        text-align: inherit;
        position: relative;
        background: #005FE6;
        padding-top: 120px;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .section-app .container {
        position: relative;
        z-index: 2;
    }
}
.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;
    }
}
@media (min-width: 992px) {
    .section-app-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -49px;
        position: relative;
        left: -22%;
    }
}
@media (min-width: 1200px) {
    .section-app-img {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        left: 65px;
    }
}
.section-app-img img {
    height: auto;
    width: 100%;
}
@media (min-width: 992px) {
    .section-app-img img {
        width: 868px;
        max-width: none;
    }
}
.section-app-content {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .section-app-content {
        margin-top: 60px;
    }
}
.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: 48px;
        margin-bottom: 24px;
    }
}
@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;
}
.section-app .registry-seal {
    display: none;
}
@media (min-width: 992px) {
    .section-app .registry-seal {
        display: block;
        position: absolute;
        top: -18px;
        left: 35px;
    }
}

.brands {
    background: #F8F9FF;
    padding-top: 56px;
    padding-bottom: 64px;
    text-align: center;
    overflow: hidden;
}
@media (min-width: 992px) {
    .brands {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.brands-opening {
    margin-bottom: 42px;
}
@media (min-width: 992px) {
    .brands-opening {
        margin-bottom: 80px;
    }
}
.brands-item {
    background: #FFFFFF;
    border: 1px solid #CFD4DD;
    border-radius: 20px;
    padding: 32px;
    height: 106px;
    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;
}
@media (min-width: 992px) {
    .brands-item {
        height: 120px;
    }
}
.brands-item img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.brands-title {
    line-height: 1.2;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .brands-title {
        font-size: 48px;
        margin-bottom: 16px;
    }
}
.brands .btn {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .brands .btn {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .brands-slider {
        padding-bottom: 0;
    }
}
.brands-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}
.brands-slider:not(.slick-initialized) .brands-item {
    margin: 0 8px;
    width: 50%;
}
@media (min-width: 992px) {
    .brands-slider:not(.slick-initialized) .brands-item {
        width: 275px;
        height: 193px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 275px;
                flex: 0 0 275px;
        padding: 70px;
    }
    .brands-slider:not(.slick-initialized) .brands-item:last-child {
        margin-right: 0;
    }
}
.brands-slider:not(.slick-initialized) .brands-item:nth-child(2) ~ div {
    display: none !important;
}
@media (min-width: 992px) {
    .brands-slider:not(.slick-initialized) .brands-item:nth-child(2) ~ div {
        display: block !important;
    }
}
.brands-slider-group + .brands-slider-group {
    display: none;
}
@media (min-width: 992px) {
    .brands-slider-group .brands-slider + .brands-slider {
        margin-top: -192px;
    }
    .brands-slider-group + .brands-slider-group {
        display: block;
        margin-top: 16px;
    }
}
.brands .slick-list {
    margin: 0 -8px !important;
}
.brands .slick-slide > div {
    padding: 0 8px !important;
}

.brands-home .brands-item img {
    filter: brightness(0);
    opacity: 0.6;
}

.drive-thru {
    background: #322DCA;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 56px;
    margin-bottom: 56px;
    position: relative;
    overflow: hidden;
    min-height: 408px;
}

@media (min-width: 992px) {
    .drive-thru {
        text-align: inherit;
        overflow: hidden;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.6;
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
.drive-thru-body {
    padding: 40px 20px 52px;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .drive-thru-body {
        padding: 82px 300px 82px 95px;
    }
}
.drive-thru-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {
    .drive-thru-bg {
        width: 434px;
        left: auto;
        right: -2px;
    }
}
.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;
}
@media (min-width: 992px) {
    .drive-thru-title {
        margin-bottom: 32px;
        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-link {
    color: #F6DB74;
}
.drive-thru .btn-link:hover {
    color: #F0C318;
}

.operation {
    margin-top: 56px;
    margin-bottom: 56px;
    text-align: center;
}
@media (min-width: 992px) {
    .operation {
        margin-top: 120px;
        margin-bottom: 120px;
        text-align: inherit;
    }
}
.operation .pre-title {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .operation .pre-title {
        margin-bottom: 24px;
    }
}
.operation-title {
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .operation-title {
        margin-bottom: 72px;
        font-size: 48px;
    }
}
.operation-img {
    display: block;
    margin: 0 auto 24px;
}
@media (min-width: 992px) {
    .operation-img {
        margin: 0 0 36px;
        width: 87px;
        height: auto;
    }
}
.operation-cta {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .operation-cta {
        margin-top: 80px;
    }
}
.operation-item > :last-child {
    margin-bottom: 0;
}
.operation-item + .operation-item {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .operation-item + .operation-item {
        margin-top: 0;
    }
}
.operation-item-title {
    font-weight: 600;
    letter-spacing: -1.4px;
    font-size: 20px;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .operation-item-title {
        font-size: 24px;
        margin-bottom: 12px;
        letter-spacing: normal;
    }
}

.media-group {
    overflow: hidden;
    background: #F8F9FF;
    padding-top: 56px;
    padding-bottom: 56px;
}
@media (min-width: 992px) {
    .media-group {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 992px) {
    .media-group-title {
        margin-bottom: 16px;
        font-size: 48px;
    }
    .media-group-title + p {
        font-size: 20px;
        line-height: 1.6;
    }
}
.media-group-heading {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .media-group-heading {
        margin-bottom: 56px;
    }
}
.media-group-heading > :last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .media-group .container {
        overflow: visible;
    }
}
.media-slider-item {
    width: 100%;
}
@media (min-width: 992px) {
    .media-slider-item {
        max-width: 752px;
    }
}
.media-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.media-slider:not(.slick-initialized) .media-slider-item {
    margin-left: 15px;
    margin-right: 15px;
}
.media-slider:not(.slick-initialized) .media-slider-item:first-child ~ * {
    display: none;
}
@media (min-width: 992px) {
    .media-slider:not(.slick-initialized) .media-slider-item:first-child ~ * {
        display: block;
    }
}
@media (min-width: 992px) {
    .media-slider:not(.slick-initialized) .media-video {
        width: 752px;
    }
}
@media (min-width: 992px) {
    .media-slider:not(.slick-initialized) .media-new {
        width: 397px;
    }
}
@media (min-width: 992px) {
    .media-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
        overflow: visible;
    }
    .media-slider .slick-list .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }
    .media-slider .slick-list .media-new {
        width: 397px;
    }
}
@media (min-width: 992px) {
    .media-slider .slick-arrow {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        top: -92px;
    }
    .media-slider .slick-prev {
        right: 64px;
        left: auto;
    }
    .media-slider .slick-next {
        right: 0;
    }
}

.media-new {
    height: 400px;
    background: #FFFFFF;
    border: 1px solid #EAF1FF;
    border-radius: 8px;
    display: block;
    color: #ADAFC1;
}
@media (min-width: 992px) {
    .media-new {
        height: 466px;
    }
}
.media-new-body {
    padding: 24px 48px 32px;
    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-new-logo {
    margin-bottom: 48px;
}
.media-new-logo img {
    width: auto;
}
.media-new-date {
    color: #ADAFC1;
    margin-bottom: 24px;
    font-size: 14px;
}
.media-new-title {
    font-size: 20px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .media-new-title {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -1.4px;
    }
}
.media-new .btn {
    margin-top: auto;
    text-align: left;
}

.media-video {
    display: block;
    height: 400px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .media-video {
        height: 466px;
    }
}
.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-logo img {
    width: auto;
}
@media (min-width: 992px) {
    .media-video-logo img {
        height: 57px;
    }
}
.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-date {
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .media-video-date {
        font-size: 16px;
        font-weight: 500;
    }
}
.media-video-title {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}
@media (min-width: 992px) {
    .media-video-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1.4px;
    }
}

.post {
    font-size: 16px;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.post, .post:hover {
    color: #595C72;
}
.post-group {
    margin-top: 56px;
    margin-bottom: 56px;
}
@media (min-width: 992px) {
    .post-group {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
.post-group-heading {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .post-group-heading {
        margin-bottom: 120px;
        font-size: 20px;
        line-height: 1.6;
    }
}
.post-group-heading > :last-child {
    margin-bottom: 0;
}
.post-group-title {
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .post-group-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}
.post-group-cta {
    text-align: center;
    margin-top: 40px;
}
@media (min-width: 1200px) {
    .post-group-cta {
        margin-top: 120px;
    }
}
.post-date {
    font-size: 14px;
    color: #777A98;
    line-height: 1;
}
@media (min-width: 992px) {
    .post-date {
        margin-bottom: 24px;
        font-weight: 500;
        font-size: 16px;
    }
}
.post-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: -1.4px;
}
@media (min-width: 992px) {
    .post-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}
.post-img {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}
@media (min-width: 991px) {
    .post-img {
        width: 100%;
        height: 274px;
        margin-right: 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 264px;
                flex: 0 0 264px;
    }
}
@media (min-width: 1200px) {
    .post-img {
        margin-bottom: 0;
        width: 264px;
    }
}
.post-img img {
    width: 100%;
    height: auto;
}
@media (min-width: 991px) {
    .post-img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (min-width: 992px) {
    .post-slider:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -16px;
    }
}
@media (min-width: 992px) {
    .post-slider:not(.slick-initialized) .post-slider-item {
        margin: 0 16px;
        width: 50%;
    }
}
.post-slider:not(.slick-initialized) .post-slider-item:nth-child(1) ~ div {
    display: none;
}
@media (min-width: 992px) {
    .post-slider:not(.slick-initialized) .post-slider-item:nth-child(1) ~ div {
        display: block;
    }
}
@media (min-width: 992px) {
    .post-slider:not(.slick-initialized) .post-slider-item:nth-child(2) ~ div {
        display: none;
    }
}
@media (min-width: 992px) {
    .post-slider {
        padding-bottom: 0;
    }
    .post-slider .slick-arrow {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        top: -168px;
    }
    .post-slider .slick-prev {
        right: 64px;
        left: auto;
    }
    .post-slider .slick-next {
        right: 0;
    }
    .post-slider .slick-list {
        margin: 0 -16px !important;
    }
    .post-slider .slick-slide > div {
        padding: 0 16px !important;
    }
}

.faq-home {
    background: #F8F9FF;
    padding: 56px 0;
}
@media (min-width: 1200px) {
    .faq-home {
        padding: 90px 0 120px;
    }
}
.faq-home-title {
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 600;
}
@media (min-width: 992px) {
    .faq-home-title {
        font-size: 48px;
        line-height: 1.2;
        font-weight: 700;
        margin-top: 30px;
    }
}

.payment-section {
    padding: 32px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .payment-section {
        padding: 40px 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;
}