.section-question {
    display: none;
}

@media screen and (max-width: 1023px) {
    body.landing {
        padding-top: 68px;
    }
}

@media screen and (max-width: 990px) {
    .page-template-print-services{
        padding-top: 0;
    }
}

.hero {
    background: #003DA5;
    position: relative;
}

.hero-content {
    padding-top: 68px;
    max-width: 685px;
}

@media screen and (max-width: 1439px) {
    .hero-content {
        max-width: 655px;
        padding-top: 45px;
    }
}

@media screen and (max-width: 1100px) {
    .hero-content {
        max-width: 600px;
    }
}

@media screen and (max-width: 1023px) {
    .hero-content {
        max-width: none;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .hero-content {
        padding-top: 48px;
    }
}

.hero-wrap {
    padding: 0 60px;
}

@media screen and (max-width: 1439px) {
    .hero-wrap {
        padding: 0;
    }
}

.hero-media {
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
    position: absolute;
}

@media screen and (max-width: 1023px) {
    .hero-media {
        position: static;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .hero-media {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
}

.hero-media:after {
    content: "";
    display: block;
    position: absolute;
    left: -175px;
    top: -60px;
    width: 310px;
    height: 250px;
    background: url("../image/hero-bg.png") center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1023px) {
    .hero-media:after {
        display: none;
    }
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .hero-media img {
        max-height: 600px;
        object-position: top;
    }
}

@media screen and (max-width: 600px) {
    .hero-media img {
        max-height: 440px;
    }
}

.hero-media .hero-footer {
    display: none;
}

@media screen and (max-width: 1023px) {
    .hero-media .hero-footer {
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .hero-media .hero-footer {
        padding: 20px 15px 48px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
    }
}

.hero-scroll {
    position: absolute;
    right: 45px;
    bottom: 45px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .hero-scroll {
        display: none;
    }
}

.hero-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .hero-title {
        font-size: 28px;
        line-height: 34px;
    }
}

.hero-subtitle {
    margin-top: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}

@media screen and (max-width: 600px) {
    .hero-subtitle {
        line-height: 20px;
    }
}

.hero-thank-you-block{
    display: none;
    height: 775px;
    padding-top: 250px;
}

.hero-thank-you-block .block__title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.hero-thank-you-block .block__description{
    margin-top: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}

.hero-form {
    margin-top: 48px;
}

@media screen and (max-width: 990px) {
    .hero-thank-you-block{
        display: none;
        height: 775px;
    }
}

@media screen and (max-width: 600px) {
    .hero-form {
        margin-top: 40px;
    }
}

.hero-form__row {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero-form__row:not(:last-child) {
    margin-bottom: 32px;
}

@media screen and (max-width: 600px) {
    .hero-form__row:not(:last-child) {
        margin-bottom: 24px;
    }
}

.hero-form__row .error {
    position: absolute;
    text-transform: none;
    right: 10px;
    bottom: 0;
    font-size: 10px;
    font-weight: 300;
    color: #f3beba;
}

.hero-form__row span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media screen and (max-width: 600px) {
    .hero-form__row span {
        line-height: 15px;
    }
}

.hero-form__row input:not([type=radio]) {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #6889CB;
    padding: 10px 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    background-color: transparent;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.hero-form__row input:not([type=radio]):focus {
    border-color: white;
}

.hero-form__row input:not([type=radio])::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #6889CB;
}

.hero-form__row button {
    border-radius: 8px;
    background: #F5B53F;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003DA5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 15px 9px;
    cursor: pointer;
    border: 1px solid #F5B53F;
    transition: background 0.4s ease, color 0.4s ease;
}

.hero-form__row button:hover {
    background: #003DA5;
    color: white;
}

.hero-form__row p {
    color: #6889CB;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.12px;
    text-align: center;
    margin-top: 12px;
}

@media screen and (max-width: 600px) {
    .hero-form__row p {
        margin-top: 16px;
    }
}

.hero-form__row p a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.12px;
    text-decoration-line: underline;
    margin-left: 8px;
    transition: text-decoration-color 0.4s ease;
}

.hero-form__row p a:hover {
    text-decoration-color: transparent;
}

.hero-form__col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

@media screen and (max-width: 800px) {
    .hero-form__col {
        flex-direction: column;
        margin-bottom: 32px;
        gap: 0;
    }
}

@media screen and (max-width: 600px) {
    .hero-form__col {
        margin-bottom: 24px;
    }
}

.hero-form__col-action {
    margin-top: 48px;
}

@media screen and (max-width: 800px) {
    .hero-form__col-action {
        margin-top: 32px;
        gap: 32px;
    }
}

@media screen and (max-width: 600px) {
    .hero-form__col-action {
        margin-top: 20px;
        padding-top: 0;
        margin-bottom: 0;
    }
}

.hero-body {
    padding-bottom: 82px;
}

@media screen and (max-width: 600px) {
    .hero-body {
        padding-bottom: 54px;
    }
}

.hero-footer {
    background: white;
    width: 100%;
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    position: relative;
    user-select: none;
}

@media screen and (max-width: 1023px) {
    .hero-footer {
        display: none;
    }
}

.hero-footer:after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
}

@media screen and (max-width: 600px) {
    .hero-footer:after {
        display: none;
    }
}

.hero-footer:before {
    content: "";
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
}

@media screen and (max-width: 600px) {
    .hero-footer:before {
        display: none;
    }
}

.hero-footer p {
    color: #0B2956;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.hero-footer span {
    color: #949EAE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.12px;
}

.hero-footer__left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.hero-footer__left:after {
    content: "";
    display: flex;
    position: absolute;
    background: #EAECF0;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .hero-footer__left:after {
        display: none;
    }
}

.hero-footer__left span {
    display: inline-block;
    margin: 0 10px 0 20px;
    color: #0B2956;
    font-size: 18.301px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.961px;
    letter-spacing: -0.183px;
    padding-top: 4px;
}

@media screen and (max-width: 600px) {
    .hero-footer__left svg {
        width: 85px;
        height: 35px;
    }
}

.hero .radio-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 32px;
    align-items: center;
    margin: 0;
    height: 100%;
    padding-top: 15px;
}

.hero .radio-row input {
    display: none;
}

.hero .radio-row label {
    cursor: pointer;
}

.hero .radio-row span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding-left: 28px;
    position: relative;
    text-transform: none;
}

.hero .radio-row span:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #6889CB;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.hero .radio-row span:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    transition: opacity 0.4s ease;
    box-sizing: border-box;
}

.hero .radio-row input:checked + span:before {
    opacity: 1;
}

.benefits {
    padding: 112px 0 186px;
    background: #F8F9FC;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .benefits {
        padding: 40px 0 92px;
    }
}

.benefits-wrap {
    margin-top: 45px;
    padding: 0 60px;
}

@media screen and (max-width: 1439px) {
    .benefits-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .benefits-wrap {
        margin-top: 35px;
    }
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .benefits-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.benefits-list:after {
    content: "benefits";
    position: absolute;
    left: 0;
    top: calc(100% + 40px);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DFE6F1;
    font-size: 260px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    width: 100%;
}

@media screen and (max-width: 1439px) {
    .benefits-list:after {
        font-size: 214px;
    }
}

@media screen and (max-width: 1024px) {
    .benefits-list:after {
        font-size: 160px;
        top: calc(100% + 100px);
    }
}

@media screen and (max-width: 600px) {
    .benefits-list:after {
        top: calc(100% + 25px);
        font-size: 112px;
        line-height: 104px;
    }
}

.benefits-item {
    background: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .benefits-item {
        padding: 24px;
    }
}

.benefits-item__logo {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

@media screen and (max-width: 1024px) {
    .benefits-item__logo {
        width: 56px;
        height: 56px;
    }
}

.benefits-item__logo svg {
    width: 100%;
    height: 100%;
}

.benefits-item__title {
    color: #0B2956;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.18px;
    width: calc(100% - 80px);
    max-width: 180px;
}

@media screen and (max-width: 1024px) {
    .benefits-item__title {
        width: calc(100% - 72px);
        max-width: 143px;
    }
}

@media screen and (max-width: 600px) {
    .benefits-item__title {
        font-size: 14px;
        line-height: 20px;
    }
}

.numbers {
    padding: 90px 0 120px;
    background: #003DA5;
    position: relative;
}

@media screen and (max-width: 600px) {
    .numbers {
        padding: 48px 0 70px;
    }
}

.numbers-bg {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 600px) {
    .numbers-bg img {
        width: 210px;
    }
}

.numbers .container {
    position: relative;
    z-index: 1;
}

.numbers-wrap {
    margin-top: 29px;
    padding: 0 60px;
}

@media screen and (max-width: 1439px) {
    .numbers-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .numbers-wrap {
        margin-top: 36px;
    }
}

.numbers-title {
    max-width: 500px;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .numbers-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.numbers-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media screen and (max-width: 1024px) {
    .numbers-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .numbers-list {
        margin-top: 36px;
    }
}

.numbers-item {
    padding: 40px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    background: #144FB5;
}

@media screen and (max-width: 600px) {
    .numbers-item {
        padding: 38px 27px 44px;
    }
}

.numbers-item__percent {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.64px;
}

@media screen and (max-width: 600px) {
    .numbers-item__percent {
        font-size: 40px;
        line-height: 44px;
    }
}

.numbers-item__title {
    margin-top: 48px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    max-width: 190px;
}

@media screen and (max-width: 600px) {
    .numbers-item__title {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        max-width: none;
    }
}

.customers {
    padding: 124px 0 65px;
    background: #FFF;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .customers {
        background: #F8F9FC;
    }
}

@media screen and (max-width: 600px) {
    .customers {
        padding: 56px 0 80px;
    }
}

.customers-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .customers-top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .customers-top {
        gap: 37px;
    }
}

.customers-top__title {
    color: #0B2956;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    width: calc(100% - 400px);
    text-align: center;
    margin: 0 20px;
}

@media screen and (max-width: 1300px) {
    .customers-top__title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .customers-top__title {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .customers-top__title {
        margin: 0;
        font-size: 22px;
        line-height: 52px;
    }
}

.customers-content {
    margin-top: 65px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .customers-content {
        margin-top: 24px;
    }
}

.customers-list {
    display: flex;
    flex-direction: row;
    margin: 0 -18px;
    overflow: hidden;
    width: 100%;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .customers-list {
        margin: 0;
    }
}

.customers-list .listing{
    position: relative;
    overflow: hidden;
}

.customers .slick-list {
    width: 100%;
}

.customers .slick-track {
    display: flex;
    width: 100%;
}

.customers-item {
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    padding: 34px 30px 75px;
    width: 336px;
}

@media screen and (max-width: 600px) {
    .customers-item {
        width: 272px;
        padding: 36px 25px 42px;
        background: #FFF;
        margin: 0 13px;
    }
}

.customers-item__user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.customers-item__user-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.customers-item__user-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.customers-item__user-info {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.customers-item__user-name {
    color: #0B2956;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.18px;
}

.customers-item__user-time {
    color: #949EAE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
}

.customers-item__rating {
    margin: 24px 0 16px;
}

.customers-item__review {
    color: #405374;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    max-width: 275px;
}

@media screen and (max-width: 600px) {
    .customers-item__review {
        max-width: none;
    }
}

.customers-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
    display: none;
}

@media screen and (max-width: 600px) {
    .customers-nav {
        display: none;
    }
}

.customers-nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #144FB5;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    transition: opacity 0.4s ease;
    user-select: none;
}

.customers-nav__btn:hover {
    opacity: 0.7;
}

.customers .slick-dots {
    position: absolute;
    bottom: 23px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc((100vw - 1320px) / 2 + 1320px);
    padding-left: 125px;
}

@media screen and (max-width: 600px) {
    .customers .slick-dots {
        padding-left: 0;
        bottom: -32px;
        width: 100%;
    }
}

.customers .slick-dots button {
    font-size: 0;
    background: #DFE6F1;
    border: none;
    transition: background 0.4s ease;
    padding: 0;
    margin: 0;
    width: 100%;
}

.customers .slick-dots .slick-active button {
    background: #003DA5;
}

.customers .slick-dots li {
    width: 100%;
    height: 2px;
    display: flex;
}

.section-reviews {
    background: #F8F9FC;
    padding: 124px 0;
}

.customers-content .listing {
    display: flex;
    flex-wrap: nowrap;
}

.customers-content .listing li {
    display: flex;
    flex-wrap: wrap;
    width: 300px!important;
    max-width: 335px;
    padding: 34px;
    background: #fff;
}

.customers-content .listing .author-avatar {
    flex: none;
    width: 60px;
    height: 60px;
    margin: 0;
}

.customers-content .listing a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.customers-content .listing img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.customers-content .listing .review-meta {
    position: relative;
    flex: none;
    width: calc(100% - 80px);
    margin: 0;
}

.customers-content .listing .author-name a {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    color: #0B2956;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.33;
    text-decoration: none;
    text-transform: capitalize;

}

.customers-content .listing .rating {
    position: absolute;
    top: 75px;
    left: -71px;
}

.customers-content .listing .text {
    flex: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    box-shadow: none !important;
    color: #405374;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.customers-content .listing .text:before {
    display: none !important;
}

.customers-content .listing .review-more-link {
    color: #405374;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.customers-content .listing .review-snippet {
    color: #405374;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

.partners {
    padding: 65px 0 127px;
}

@media screen and (max-width: 600px) {
    .partners {
        padding: 40px 0 58px;
        background: #F8F9FC;
    }
}

.partners-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
    padding: 0 60px;
}

@media screen and (max-width: 1439px) {
    .partners-list {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .partners-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 800px) {
    .partners-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 29px 20px;
        margin-top: 36px;
    }
}

.partners-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-item img {
    max-height: 53px;
    width: auto;
}

@media screen and (max-width: 800px) {
    .partners-item img {
        max-height: 35px;
        width: 100%;
        object-fit: contain;
    }
}

.faq {
    padding: 127px 0 140px;
}

@media screen and (max-width: 600px) {
    .faq {
        padding: 48px 0 60px;
    }
}

.faq-content {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 60px;
}

@media screen and (max-width: 1439px) {
    .faq-content {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .faq-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .faq-content {
        margin-top: 36px;
    }
}

.faq-title {
    color: #0B2956;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 600px) {
    .faq-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.faq-link {
    display: inline-block;
    margin-top: 24px;
    color: #D72E1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    border-bottom: 1px solid red;
}

@media screen and (max-width: 600px) {
    .faq-link {
        margin-top: 16px;
    }
}

.faq-link svg {
    transition: all 0.3s ease;
    margin-left: 12px;
}

.faq-link:hover svg {
    transform: rotate(45deg);
}

.faq-left {
    max-width: 275px;
    margin-right: 95px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .faq-left {
        max-width: none;
        margin: 0;
    }
}

.faq-right {
    width: calc(100% - 370px);
}

@media screen and (max-width: 1024px) {
    .faq-right {
        width: 100%;
        margin-top: 40px;
    }
}

.faq-list {
    display: flex;
    flex-direction: column;
    border-top: 0.5px solid #EAECF0;
    border-bottom: 0.5px solid #EAECF0;
}

.faq-list li {
    padding: 44px 0;
    border-top: 0.5px solid #EAECF0;
    border-bottom: 0.5px solid #EAECF0;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .faq-list li {
        padding: 32px 0;
    }
}

.faq-list h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.18px;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    color: #0B2956;
    transition: color 0.4s ease;
}

@media screen and (max-width: 600px) {
    .faq-list h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

.faq-list h4 svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
}

@media screen and (max-width: 800px) {
    .faq-list h4 svg {
        width: 24px;
        height: 24px;
    }
}

.faq-list h4 svg circle {
    transition: fill 0.4s ease;
}

.faq-list h4 svg path {
    transition: stroke 0.4s ease;
}

.faq-list h4.active {
    color: #003DA5;
}

.faq-list h4.active svg {
    transform: translateY(-50%) rotate(180deg);
}

.faq-list h4.active svg circle {
    fill: #003DA5;
}

.faq-list h4.active svg path {
    stroke: white;
}

.faq-list h4.active + p {
    margin-top: 16px;
}

@media screen and (max-width: 600px) {
    .faq-list h4.active + p {
        margin-top: 12px;
    }
}

.faq-list p {
    color: #405374;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.14px;
    max-height: 0;
    padding-right: 70px;
    overflow: hidden;
    transition: max-height 0.2s ease-out, margin-top 0.2s ease;
}

@media screen and (max-width: 600px) {
    .faq-list p {
        padding-right: 34px;
    }
}

/*# sourceMappingURL=landing.css.map */
