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

.hero-page {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #0059F1;
}

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

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

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

.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: 189px;
        padding-bottom: 161px;
        overflow: hidden;
        position: relative;
    }

    .hero-content {
        margin-top: 45px;
    }

    .hero-page {
        margin-bottom: 20px;
    }

    .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;
        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: 32px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        margin-bottom: 32px;
    }

    .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;
    }
}

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

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

.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;
    }
}

@media (min-width: 1200px) {
    .content-page-nfe {
        padding-left: 64px;
    }
}

.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: 64px;
    padding-bottom: 0;
    text-align: center;
}

.other-benefits-title {
    line-height: 1.5;
    letter-spacing: -0.8px;
    margin-bottom: 32px;
}

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

.other-benefits-heading {
    margin-bottom: 0;
}

.other-benefits-items [class*='col-'] + [class*='col-'] {
    margin-top: 48px;
}

.other-benefits-img {
    margin-top: 64px;
}

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

@media (min-width: 992px) {
    .other-benefits {
        padding-top: 121px;
    }

    .other-benefits-title {
        margin-bottom: 88px;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }

    .other-benefits-icon {
        margin-bottom: 0;
        margin-right: 24px;
    }

    .other-benefits-items [class*='col-'] {
        display: flex;
        align-items: center;
    }

    .other-benefits-items [class*='col-'] + [class*='col-'] {
        margin-top: 0;
    }

    .other-benefits-img {
        margin-top: 109px;
    }
}

.accordion {
    border-bottom: 1px solid #d9e2ec;
    border-top: 1px solid #d9e2ec;
    margin-bottom: 36px;
}

.accordion-item-header {
    cursor: pointer;
    padding: 15px 33px 15px 0;
    position: relative;
}

.accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    width: 100%;
    transition: ease-in 0.4s;
}

.accordion-item-header-title {
    letter-spacing: normal;
    margin-bottom: 0;
}

.accordion-item-header-title:before {
    content: '';
    position: absolute;
    top: -2px;
    border-top: 2px solid #F5F7FA;
    left: 0;
    width: 0;
}

.accordion-item-header:before, .accordion-item-header:after {
    background-color: #0059F1;
    border-radius: 1px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item-header:before {
    height: 2px;
    right: 0;
    width: 18px;
}

.accordion-item-header.collapsed:after {
    width: 2px;
    right: 8px;
    height: 18px;
}

.accordion-item-body {
    position: relative;
    bottom: 6px;
}

.accordion-item-body:last-child {
    margin-bottom: 0;
}

.accordion-item-body p {
    opacity: 1;
    transition: ease-in-out 0.15s;
}

.accordion-item-body p:last-child {
    padding-bottom: 30px;
}

.accordion-item-body.collapsing p {
    opacity: 0;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #d9e2ec;
}

@media (min-width: 1200px) {
    .accordion {
        margin-left: auto;
        margin-right: auto;
        max-width: 884px;
    }

    .accordion-item-header {
        padding-bottom: 26px;
        padding-top: 26px;
    }

    .accordion-item-header:before, .accordion-item-header:after {
        background-color: #E4E7EB;
    }

    .accordion-item-body {
        font-size: 18px;
        line-height: 24px;
        position: relative;
        bottom: 9px;
    }

    .accordion-item-body p:last-child {
        padding-bottom: 5px;
    }
}

.accordion-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion-dark .accordion-item-header-title {
    color: #F5F7FA;
}

.accordion-dark .accordion-item-body {
    color: #E4E7EB;
}

.accordion-dark .accordion-item + .accordion-item {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion.faq-animation .accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    transition: ease-in 5s;
}

.section-header {
    margin-bottom: 55px;
    text-align: center;
}

.section-header .h2 {
    margin-bottom: 20px;
}

.section-header .h3, .section-header .h4 {
    margin-bottom: 16px;
}

.faq-section {
    background-color: #F5F7FA;
    padding-bottom: 60px;
    padding-top: 60px;
}

.faq-section .accordion {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 28px;
}

.faq-section .accordion + .accordion {
    border-top: none;
}

.faq-section .accordion-title {
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
}

.faq-section .accordion-title:before, .faq-section .accordion-title:after {
    background-color: #A9A9A7;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .accordion-title:before {
    height: 18px;
    right: 8px;
    width: 2px;
}

.faq-section .accordion-title:after {
    height: 2px;
    right: 0;
    width: 18px;
}

.faq-section .accordion-title:not(.collapsed):before {
    display: none;
}

.faq-section .accordion-title:not(.collapsed):after {
    background-color: #0059F1;
}

.faq-section .accordion-body {
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .faq-section .accordion {
        margin-bottom: 0;
        padding-bottom: 16px;
        padding-top: 23px;
    }

    .faq-section .accordion-title {
        font-size: 18px;
        margin-bottom: 7px;
        padding-right: 37px;
    }

    .faq-section .accordion-body {
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .faq-section {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.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: 84px 0;
    }
}

.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: 32px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        margin-bottom: 32px;
    }

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