.hero {
    background: #0059F1;
    padding-top: 103px;
    padding-bottom: 64px;
}

.hero-title {
    margin-bottom: 20px;
    color: #FFF;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.hero-opening {
    font-size: 17px;
    line-height: 1.41;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.hero-form {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 24px;
}

.hero-form-title {
    line-height: 1.4;
    margin-bottom: 32px;
}

.hero-form .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .hero-form .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-top: 153px;
        padding-bottom: 175px;
        overflow: hidden;
        position: relative;
    }

    .hero-title {
        font-size: 64px;
        line-height: 1.06;
        letter-spacing: -1.4px;
        margin-bottom: 16px;
    }

    .hero-opening {
        font-size: 20px;
        line-height: 1.5;
        color: #C2D9FF;
        margin-bottom: 0;
    }

    .hero-form {
        box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0 16px 24px rgba(16, 42, 67, 0.11), 0px 4px 8px rgba(16, 42, 67, 0.15), 0 0 1px rgba(16, 42, 67, 0.19);
        border-radius: 12px;
        padding: 48px 32px;
    }

    .hero-form-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.2px;
    }

    .hero-form .btn {
        margin-top: 8px;
    }

    .hero .container {
        position: relative;
        z-index: 9;
    }

    .hero .hero-shape-1 {
        position: absolute;
        top: -210px;
        width: 697px;
        height: 1126px;
        right: 0;
    }

    .hero .hero-shape-2 {
        position: absolute;
        right: -110px;
        top: 30px;
        width: 307px;
        height: 637px;
    }
}

.billing-methods {
    margin-top: 32px;
    margin-bottom: 73px;
}

.billing-methods a {
    text-decoration: none;
}

.billing-methods-title {
    margin-bottom: 32px;
}

.billing-methods-item {
    background: #F5F7FA;
    border-radius: 8px;
    padding: 48px 33px;
    transition: ease-in-out 0.15s;
    margin-bottom: 32px;
}

.billing-methods [class*='col-']:last-child .billing-methods-item {
    margin-bottom: 0;
}

.billing-methods-item:hover {
    background: #F1F4F8;
}

.billing-methods-item p {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
}

.billing-methods-item p:last-child {
    margin-bottom: 0;
}

.billing-methods-heading {
    margin-bottom: 15px;
}

.billing-methods-icon {
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .billing-methods {
        margin-top: 96px;
        margin-bottom: 82px;
    }

    .billing-methods-title {
        margin-bottom: 84px;
        text-align: center;
        font-size: 48px;
        letter-spacing: -1px;
        line-height: 1.08;
    }

    .billing-methods-item {
        height: 397px;
        margin-bottom: 0;
        padding: 48px 40px;
    }

    .billing-methods-icon {
        width: 120px;
        height: 115px;
        margin-bottom: 42px;
    }

    .billing-methods-heading {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
        margin-bottom: 14px;
    }
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
    display: flex;
    /*align-items: center;*/
}

.check-list li svg {
    color: #0059F1;
    margin-right: 6px;
}

.check-list li + li {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .check-list li svg {
        margin-right: 8px;
    }

    .check-list li + li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .check-list li span {
        width: calc(100% - 21px);
    }
}

.check-list-inline {
    padding: 0;
    list-style: none;
}

.check-list-inline li {
    font-size: 17px;
    line-height: 21px;
    color: #3E4C59;
}

.check-list-inline li svg {
    color: #0059F1;
    margin-right: 6px;
}

.check-list-inline.dark li {
    color: #FFFFFF;
}

.check-list-inline.dark li svg {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .check-list-inline {
        display: flex;
    }

    .check-list-inline li {
        display: flex;
        align-items: center;
    }

    .check-list-inline li svg {
        margin-right: 8px;
    }

    .check-list-inline li + li {
        margin-left: 19px;
    }
}

@media screen and (max-width: 991px) {
    .check-list-inline li + li {
        margin-top: 16px;
    }
}

.list-icon-inline {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #111B25;
    padding: 0;
    display: flex;
    align-items: center;
}

.list-icon-inline svg {
    color: white;
    margin-right: 10px;
}

.list-icon-inline li {
    display: flex;
    align-items: center;
}

.list-icon-inline li + li {
    margin-left: 35px;
}

@media screen and (min-width: 992px) {
    .list-icon-inline {
        font-size: 16px;
        margin-top: 32px;
    }
}

.content-page {
    margin-top: 72px;
    margin-bottom: 72px;
}

.content-page-text {
    font-size: 17px;
    line-height: 24px;
}

.content-page-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #3E4C59;
    margin-top: 32px;
}

.content-page-opening {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    font-weight: 500;
}

.content-page-name {
    font-size: 17px;
    line-height: 21px;
    color: #0059F1;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.content-page-name .badge {
    margin-left: 7px;
}

.content-page .h3, .content-page .h2 {
    margin-bottom: 24px;
}

.content-page .check-list {
    margin-top: 30px;
}

.content-page-opening + .check-list {
    margin-top: 0;
}

.content-page-btn {
    margin-top: 40px;
}

.content-page-img {
    margin-top: 48px;
    margin-left: -6px;
    margin-right: -6px;
}

.content-page-img img {
    max-width: 100%;
}

@media (min-width: 576px) {
    .content-page-img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .content-page {
        margin-top: 96px;
        margin-bottom: 96px;
    }

    .content-page-img {
        margin: 0;
    }

    .content-page .h3, .content-page .h2 {
        margin-bottom: 32px;
    }

    .content-page .h3 {
        font-size: 48px;
        line-height: 51px;
        letter-spacing: -0.4px;
    }

    .content-page .flex-lg-row-reverse .content-page-img {
        margin: 0;
    }

    .check-list + .content-page-btn {
        margin-top: 49px;
    }

    .content-page-opening + .check-list {
        margin-top: 22px;
    }

    .content-page-img {
        position: relative;
        top: 6px;
    }
}

.we-are-complete {
    overflow: hidden;
    background: #0152DC;
    padding: 70px 0 72px;
}

.we-are-complete .h2 {
    color: #fff;
    margin-bottom: 23px;
}

.we-are-complete .btn {
    margin-top: 57px;
}

@media screen and (min-width: 992px) {
    .we-are-complete {
        padding: 106px 0 101px;
    }

    .we-are-complete .h2 {
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .we-are-complete .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .we-are-complete .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .we-are-complete .btn {
        width: 100%;
    }
}

.other-benefits {
    background: #F5F7FA;
    padding-top: 72px;
    padding-bottom: 23px;
}

.other-benefits-title {
    margin-bottom: 48px;
}

.other-benefits-icon {
    margin-bottom: 21px;
}

.other-benefits p {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    margin-bottom: 49px;
}

.other-benefits a + a {
    margin-top: 12px;
}

.other-benefits-img {
    text-align: center;
}

.other-benefits-img img {
    max-width: 100%;
}

.other-benefits .other-benefits-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.other-benefits-heading {
    letter-spacing: normal;
    margin-bottom: 20px;
}

.other-benefits-heading .badge {
    position: relative;
    bottom: 2px;
}

@media screen and (min-width: 992px) {
    .other-benefits {
        padding-top: 97px;
        padding-bottom: 0;
    }

    .other-benefits a + a {
        margin-left: 8px;
        margin-top: 0;
    }

    .other-benefits-icon {
        margin-bottom: 25px;
    }

    .other-benefits p {
        margin-bottom: 72px;
    }

    .other-benefits-title {
        margin-bottom: 71px;
    }

    .other-benefits-heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .other-benefits .other-benefits-opening {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonials {
    padding-top: 67px;
    padding-bottom: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
}

.testimonials .h2 {
    margin-bottom: 44px;
    text-align: center;
}

.testimonials-carousel > .testimonial:not(:first-child) {
    display: none;
}

.testimonials .testimonial-content .icon-quote-l {
    margin-bottom: 18px;
}

.testimonials .testimonial-author {
    margin-top: 34px;
}

.testimonials .testimonial-author-content span {
    display: block;
}

.testimonials .testimonial-author-content span:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #52606D;
}

.testimonials .testimonial-author-image {
    margin-right: 4px;
}

.testimonials-logo {
    width: 1075px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
}

.testimonials-logo:not(.slick-initialized) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.testimonials-logo:not(.slick-initialized) > div:nth-child(n+7) {
    display: none;
}

.testimonials-logo-item {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .testimonials-logo .slick-slide:not(.slick-current) .testimonials-logo-item {
        opacity: 0.5;
    }
}

@media screen and (max-width: 991px) {
    .testimonials-logo-group {
        position: relative;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .testimonials {
        padding-top: 120px;
        padding-bottom: 94px;
    }

    .testimonials .h2 {
        margin-bottom: 64px;
    }

    .testimonials .testimonial-content {
        width: 570px;
    }

    .testimonials .testimonial-content .icon-quote-l, .testimonials .testimonial-content .icon-quote-r {
        width: 31px;
        height: 26px;
    }

    .testimonials .testimonial-content .icon-quote-l {
        margin-bottom: 22px;
    }

    .testimonials .testimonial-content .icon-quote-r {
        margin-bottom: 0px;
        margin-right: 163px;
        margin-top: 9px;
    }

    .testimonials .testimonial-content p {
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

    .testimonials .slick-dots {
        margin-top: 23px;
    }
}

.carousel-arrow > * {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-arrow-prev {
    left: 0;
}

.carousel-arrow-next {
    right: 0;
}

.form-footer {
    padding: 71px 0;
    background: #F5F7FA;
}

@media (max-width: 991px) {
    .form-footer-img {
        height: auto;
        max-width: 100%;
        margin-top: 62px;
    }
}

@media (min-width: 992px) {
    .form-footer {
        padding: 152px 0 114px;
    }

    .form-footer-img {
        position: relative;
        bottom: 32px;
    }
}

.form-box {
    background: #FFFFFF;
    box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0 16px 24px rgba(16, 42, 67, 0.11), 0 4px 8px rgba(16, 42, 67, 0.15), 0 0 1px rgba(16, 42, 67, 0.19);
    border-radius: 12px;
    padding: 32px 24px;
    max-width: 499px;
}

.form-box-header {
    margin-bottom: 32px;
}

.form-box-header :last-child {
    margin-bottom: 0;
}

.form-box .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .form-box .btn {
        width: auto;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .form-box {
        padding: 48px 32px;
    }

    .form-box-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.2px;
        margin-bottom: 32px;
    }

    .form-box p {
        font-size: 17px;
        line-height: 24px;
    }
}

.segment {
    padding-top: 32px;
    padding-bottom: 32px;
}

.segment-heading {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.41;
    color: #616E7C;
}

.segment-heading :last-child {
    margin-bottom: 0;
}

.segment-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #111B25;
    margin-bottom: 16px;
}

.segment-img {
    position: relative;
    max-width: 397px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
}

.segment-img img {
    margin: auto;
    max-width: 100%;
}

.segment-floating {
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    z-index: 10;
    transform: translateY(-50%);
}

.segment-floating img {
    max-width: 100%;
    box-shadow: 0 6px 11px -3px rgba(17, 27, 37, 0.25);
    display: block;
}

.segment-floating img + img {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .segment {
        padding-top: 86px;
        padding-bottom: 30px;
    }

    .segment-heading {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 63px;
    }

    .segment-title {
        font-size: 48px;
        line-height: 1.06;
        letter-spacing: -0.7px;
    }

    .segment-img {
        position: relative;
    }

    .segment-img:before,
    .segment-img:after {
        position: absolute;
        content: '';
    }

    .segment-img:after {
        width: 109.99px;
        height: 285.76px;
        border: 4.6px solid #00CA9A;
        border-radius: 337.884px;
        transform: rotate(45.1deg);
        top: -78px;
        left: 0;
    }

    .segment-img:before {
        width: 172.99px;
        height: 387.41px;
        top: -68px;
        left: -20px;
        background: #F5F7FA;
        border-radius: 7508.46px;
        transform: rotate(45.1deg);
    }

    .segment-img .slick-slider {
        z-index: 9;
    }

    .segment-img img {
        margin: 0;
    }

    .segment-floating img {
        max-width: 100%;
        box-shadow: 0 6px 11px -3px rgba(17, 27, 37, 0.25);
        display: block;
        width: 160px;
    }
}

.choose {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 24px;
}

.choose-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3E4C59;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #E4E7EB;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    transition: ease-in-out 0.15s;
}

.choose-item:hover {
    text-decoration: none;
}

[class*='col-']:first-child .choose-item {
    border-top: 1px solid #E4E7EB;
}

.choose-item-icon {
    width: 32px;
    height: 32px;
    background: #EBF2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    color: #0059F1;
}

.choose-item-angle {
    color: #2173FF;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.choose-item, .choose-item-icon, .choose-item-angle {
    transition: ease-in-out 0.15s;
}

.choose-item.disabled, .disabled .choose-item-icon {
    color: #486581;
}

.choose ~ [data-toggle="choose-more"] {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .choose {
        margin-top: 0;
    }

    .choose.hide {
        display: none !important;
    }

    .choose-item {
        padding: 0 20px;
        border: 1px solid #E4E7EB;
        border-radius: 50px;
        font-size: 16px;
        line-height: 20px;
        height: 67px;
        margin-bottom: 32px;
    }

    .choose-item span {
        width: calc(100% - 46px);
    }

    .choose-item-angle {
        right: 16px;
    }

    .choose-item:not(.disabled):hover {
        background: #0059F1;
        border-color: #0059F1;
        color: #fff;
    }

    .choose-item:not(.disabled):hover .choose-item-icon {
        background: #1B6DFA;
        color: #fff;
    }

    .choose-item:not(.disabled):hover .choose-item-angle {
        color: #fff;
    }

    .choose-item.disabled:hover {
        background-color: #FAFEFE;
    }
}

.dialog .h3 {
    margin-bottom: 16px;
}

.dialog p {
    font-size: 15px;
    line-height: 1.47;
    color: #323F4B;
    margin-bottom: 32px;
}

.dialog .btn {
    padding-left: 0;
    padding-right: 0;
    width: 270px;
    max-width: 100%;
    display: block;
}

.dialog .btn + .btn {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .dialog .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .dialog {
        background-color: #fff;
        position: fixed;
        border-radius: 30px 30px 0 0;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99999;
        transition: all 0.4s;
        transform: translateY(0);
        padding: 90px 26px 88px;
    }

    .dialog:not(.show) {
        transform: translateY(100%);
    }

    .dialog-overlay {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        transition: opacity 0.3s;
        opacity: 1;
    }

    .dialog-overlay:not(.show) {
        opacity: 0;
        height: 0;
    }

    .dialog-icon {
        width: 50px;
        height: 50px;
        background: #00CA9A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin: auto auto 24px;
    }
}

@media (min-width: 992px) {
    .dialog {
        max-width: 435px;
    }

    .dialog:not(.show) {
        display: none;
    }

    .dialog .h3 {
        margin-bottom: 20px;
    }
}