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

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

.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;
    font-size: 17px;
    line-height: 24px;
}

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

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

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

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

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

.billing-methods {
    margin-top: 71px;
    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: #F5F7FA;
    padding: 70px 0 72px;
}

.we-are-complete .h2 {
    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%;
    }
}

.test-now {
    background-color: #0059F1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.test-now-box {
    padding: 46px 22px;
    overflow: hidden;
    position: relative;
    margin-top: 65px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(17, 27, 37, 0.25);
    border-radius: 16px;
    text-align: center;
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.test-now-box .h3 {
    margin-bottom: 26px;
}

.test-now-box p {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
}

.test-now-box .btn {
    margin-top: 8px;
}

.test-now-box-shape:before, .test-now-box-shape:after {
    position: absolute;
    display: block;
    content: '';
}

.test-now-box-shape:before {
    left: -16px;
    bottom: -105px;
    border: 10px solid #00CA75;
    border-radius: 763px;
    transform: rotate(50.25deg);
    width: 101.17px;
    height: 151.2px;
}

.test-now-box-shape:after {
    right: -175px;
    top: -223px;
    width: 200.13px;
    height: 307.43px;
    border: 10px solid #0059F1;
    border-radius: 763px;
    transform: rotate(50.25deg);
}

.test-now-price {
    color: #00CA75;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
}

.test-now-price-old {
    font-size: 15px;
    line-height: 1;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #616E7C;
    margin-bottom: 7px;
}

.test-now-promotional {
    font-size: 15px;
    line-height: 22px;
    color: #3E4C59;
    margin-bottom: 29px;
}

@media screen and (min-width: 992px) {
    .test-now {
        margin-top: 119px;
        padding-top: 107px;
        padding-bottom: 144px;
    }

    .test-now-box {
        padding: 69px 22px 72px;
    }

    .test-now-box-shape:before {
        left: -76px;
        top: -61px;
        width: 208px;
        height: 311px;
    }

    .test-now-box-shape:after {
        right: -283px;
        top: auto;
        bottom: -68px;
        width: 373px;
        height: 572px;
    }

    .test-now-box .btn {
        margin-top: 48px;
    }
}

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

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