body:has(.ams-page){
    background-color: unset;
}
.ams-page{
    padding-top: 80px;
    position: relative;
}
.ams-page:before{
    content:'';
    position: absolute;
    inset: 0 0 auto 0;
    z-index: -1;
    background: url("/wp-content/uploads/2024/08/Gradient-Background.png") no-repeat top center;
    background-size: cover;
    height: 100vh;
}

.ams-page .hero {
    text-align: left;
}

.ams-page .hero__image {
    position: relative;
    font-size: 0;
    left: 6vw;
}

.ams-page .hero__image img {
    width: 100%;
}

.ams-page .first-section__label--routs {
    padding-left: 16px;
    padding-right: 16px;
}

.ams-page .hero__wrapper{
    display: grid;
    grid-template-columns: auto minmax(750px, 1fr);
}
.ams-page .hero__text{
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: start;
}
.ams-page .hero__title{
    color: #282828;
    font-size: 48px;
    font-weight: 700;
    line-height: 116.667%;
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0;
}
.ams-page .hero__title span{
    background: linear-gradient(90deg, #409A65 -2.05%, #87C6CE 24.81%, #F39325 56.56%, #FBCF54 90%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.ams-page .hero__desc{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.ams-page .company-logo{
    padding: 0;
    margin-top: 167px;
}

.ams-page .cta-section {
    margin-top: 120px;
}

.ams-page .cta-section.cta-section--mt80 {
    margin-top: 80px;
}

.ams-page .cta-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.ams-page .best-for-section{
    padding: 120px 0 0 0;
}

.ams-page .best-for-section__wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
.best-for-section__title{
    max-width: 737px;
    color: #282828;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 135%; /* 54px */
    letter-spacing: normal;
    margin: 0;
}
.ams-page .best-for-section__title span{
    position: relative;
}
.ams-page .best-for-section__title span::after{
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2024/08/Vector-1214.png) no-repeat;
    background-size: contain;
    left: 0;
    bottom: -4px;
    height: 8px;
    width: 220px;
}
.ams-page .best-for-section__info{
    display: flex;
    gap: 32px;
    height: 520px;

}
.ams-page .best-for-section__image{
    font-size: 0;
    border-radius: 32px;
    overflow: hidden;
    flex-basis: 55%;
}
.ams-page .best-for-section__image img{
    object-fit: cover;
    height: 520px;
    width: 100%;
}
.ams-page .accordion{
    display: flex;
    max-width: 45%;
    height: 100%;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.ams-page .accordion-item{
    padding: 24px;
    border-radius: 32px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: 0px 6px 16.3px -4px rgba(64, 154, 101, 0.08);
}
.ams-page .accordion-content {
    display: none;
    padding-top: 64px;
}
.ams-page .accordion-content__text{
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.ams-page .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ams-page .accordion-header::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    margin-left: auto;
    margin-right: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none'%3E%3Cpath stroke='%23A3A3A3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.688' d='M9.279 13.312 16 19.468l6.72-6.156'/%3E%3C/svg%3E");
}

.ams-page .accordion-header__title{
    color: #409A65;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    letter-spacing: normal;
    margin: 0;
}

.ams-page .accordion-item.active .accordion-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ams-page .accordion-item.active .accordion-content::before {
    content: '';
    display: block;
    position: absolute;
    inset: 32px 0 auto 0 ;
    height: 1px;
    background-color: #D2D2D2;
}

.ams-page .accordion__more-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #409A65;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.ams-page .accordion__more-link::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23409A65' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.333 5 20 12m0 0-6.667 7M20 12H4'/%3E%3C/svg%3E");
}

.ams-page .advantage {
    padding-top: 80px;
}

.ams-page .advantage__title {
    color: #02542D;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: 0.4px;
    margin: 0 0 64px 0;
}

.ams-page .advantage__boxes {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.ams-page .advantage__boxes-item {
    display: flex;
    gap: 110px;
    align-items: center;
    justify-content: space-between;
}

.ams-page .advantage.--first-image-left .advantage__boxes-item:nth-child(even) {
    flex-direction: row-reverse;
}

.ams-page .advantage.--first-image-right .advantage__boxes-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.ams-page .advantage__boxes-item .item-image {
    font-size: 0;
    border-radius: 32px;
    overflow: hidden;
}

.ams-page .advantage__boxes-item .item-text {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ams-page .advantage__boxes-item .item-text__desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ams-page .advantage__boxes-item .item-text__desc p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%; /* 27px */
    letter-spacing: 0.2px;
}

.ams-page .quote-slider{
    margin-top: 160px;
}
.ams-page .quote-slider .splide__slide {
    display: flex;
    align-items: center;
}
.ams-page .quote-slider__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 64px 94px 40px;
    border-radius: 32px;
    background: radial-gradient(107.77% 107.77% at 50% 9.71%, rgba(23, 65, 45, 0.00) 0%, rgba(23, 65, 45, 0.40) 100%), var(--Green, #409A65);
    background-blend-mode: multiply, normal;
    height: 480px;
    max-width: 942px;
    width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.ams-page .quote-slider__text {
    margin: 32px 0 0 0;
    padding-bottom: 24px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%; /* 32.4px */
}

.ams-page .quote-slider__info {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.3);
}

.ams-page .quote-slider__img {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.ams-page .quote-slider__img-label {
    position: absolute;
    right: 0;
}

.ams-page .quote-slider__info_name {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.01em;
}

.ams-page .quote-slider__info_desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.01em;
    margin-top: 4px;
}

.ams-page .splide-quote {
    position: relative;
}

.ams-page .splide-quote .splide__arrows {
    position: absolute;
    max-width: 1090px;
    width: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.ams-page .splide-quote .splide__arrow,
.ams-page .single_glide .glide__arrow {
    --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none'%3E%3Cpath fill='%23000' d='M14.272 6.561a1.165 1.165 0 0 0-.245-.384L8.202.352a1.17 1.17 0 1 0-1.654 1.655l3.845 3.832H1.55a1.165 1.165 0 1 0 0 2.33h8.842l-3.845 3.833a1.165 1.165 0 0 0 0 1.654 1.166 1.166 0 0 0 1.654 0l5.825-5.825c.106-.11.19-.241.245-.384a1.165 1.165 0 0 0 0-.886Z'/%3E%3C/svg%3E");
    cursor: pointer;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #dfede3;
    border: 2px solid #e4f0e9;
}

.ams-page .splide-quote .splide__arrow::after,
.ams-page .single_glide .glide__arrow::after {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-mask-image: var(--arrow);
    mask-image: var(--arrow);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #39784a;
}

.ams-page .splide-quote .splide__arrow:hover,
.ams-page .single_glide .glide__arrow:hover {
    background: #dfede3;
    border-color: #f8fbf9;
}

.ams-page .splide-quote .splide__arrow:hover::after,
.ams-page .single_glide .glide__arrow :hover::after{
    background-color: #598f69;
}

.ams-page .splide-quote .splide__arrow:active,
.ams-page .splide-quote .splide__arrow:focus,
.ams-page .single_glide .glide__arrow:active,
.ams-page .single_glide .glide__arrow:focus {
    background: #d3e7da;
    border-color: #dcece2;
}

.ams-page .splide-quote .splide__arrow:active::after,
.ams-page .splide-quote .splide__arrow:focus::after,
.ams-page .single_glide .glide__arrow:active::after,
.ams-page .single_glide .glide__arrow:focus::after {
    background-color: #39784a;
}

.ams-page .splide-quote .splide__arrow--prev,
.ams-page .single_glide .glide__arrow--left,
.ams-page .single_glide .glide__arrow--right {
    transform: rotate(.5turn);
    /*
    left: 0;
    */
}

.ams-page .splide-quote .splide__arrow--next{
    /*
    right: 0;
    */
}

.ams-page .splide-quote .splide__arrow:disabled,
.ams-page .single_glide .glide__arrow:disabled {
    background: #f6f6f6;
    border-color: #f6f6f6;
}

.ams-page .splide-quote .splide__arrow:disabled::after,
.ams-page .single_glide .glide__arrow :disabled::after {
    background-color: #cacaca;
}

.ams-page .faq {
    margin-top: 80px;
    margin-bottom: 120px;
}

.ams-page .faq .plus {
    width: 32px;
    min-width: 32px;
    height: 32px;
    transform: rotate(180deg);
    transition: transform .2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath stroke='%234A4A4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.667' d='M9.334 19.154 16 13.047l6.666 6.107'/%3E%3C/svg%3E");
}

.ams-page .faq .--show .plus {
    transform: rotate(0deg);
}

.ams-page .faq .plus::before,
.ams-page .faq .plus::after {
    display: none;
}

.ams-page .faq__container {
    padding: 0;
}

.ams-page .faq-row {
    margin-top: 55px;
}

.ams-page .faq-header__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
}

.ams-page .faq-item {
    margin-top: 0;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
}

.ams-page .faq-item.--show .faq-item__body {
    padding-top: 8px;
}

.ams-page .faq-item__body-text {
    color: #161616B2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding-right: 56px;
}

.ams-page .form_wrap {
    position: relative;
}

.ams-page .form_wrap:before {
    content: '';
    position: absolute;
    inset: 30px;
    background: linear-gradient(270deg, #409A65 -0.55%, #409A65 22.86%, #87C6CE 49.4%, #F39325 78.87%, #FBCF54 99.34%);
    filter: blur(42px);
}

.ams-page .related-post__title {
    color: #282828;
    margin-bottom: 0;
}

.ams-page .single_posts_header {
    margin-bottom: 80px;
}

.ams-page .blog-section {
    padding: 80px 0;
}

.ams-page .single_slider {
    padding-bottom: 0;
}

.ams-page .slider__item {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #E9EAED;
}

.ams-page .glide__slide a {
    display: block;
    font-size: 0;
}

.ams-page .archive-php-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000CC;
}

.ams-page .single_nav_posts {
    display: none;
}

@media (max-width: 1220px) {
    .ams-page .hero__wrapper {
        display: grid;
        grid-template-columns: minmax(auto, 680px);
        row-gap: 32px;
    }
    .ams-page .hero__image {
        left: 0;
    }
}

@media (max-width: 850px) {
    .ams-page .best-for-section__info {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .ams-page .accordion {
        max-width: 653px;
    }
}

@media (max-width: 767px) {
    .ams-page .hero__wrapper {
        grid-template-columns: 1fr;
        justify-content: center;
    }
}

@media (max-width: 597px) {
    .ams-page {
        padding-top: 40px;
    }

    .ams-page .hero__title {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    .ams-page .hero__text {
        align-items: center;
    }

    .ams-page .hero__desc {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .ams-page .company-logo__image {
        height: 40px;
    }

    .ams-page .best-for-section {
        padding-top: 80px;
    }

    .ams-page .best-for-section__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .ams-page .best-for-section__title span::after {
        width: 132px;
    }

    .ams-page .best-for-section__wrap {
        gap: 40px;
    }

    .ams-page .accordion-header img {
        width: 40px;
    }

    .ams-page .accordion-header__title {
        font-size: 20px;
        line-height: 1.1;
    }

    .ams-page .cta-section {
        margin-top: 80px;
    }

    .ams-page .cta-section__title {
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: normal;
        margin: 0;
    }

    .ams-page .advantage__boxes-item {
        flex-direction: column !important;
        gap: 40px;
    }

    .ams-page .advantage__title {
        text-align: left;
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 48px;
    }

    .ams-page .advantage__boxes-item .item-text__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .ams-page .advantage__boxes-item .item-text__desc p {
        font-size: 16px;
        line-height: 1.2;
    }

    .ams-page .advantage__boxes-item .item-image {
        width: 100%;
    }

    .ams-page .advantage__boxes-item .item-image img {
        max-width: none;
        width: 100%;
    }

    .ams-page .container {
        padding: 0 20px;
    }

    .ams-page .quote-slider__text {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 24px;
    }

    .ams-page .quote-slider__wrap {
        padding: 64px 20px 40px;
        height: 547px;
    }

    .ams-page .quote-slider__info_name {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0.01em;
    }

    .ams-page .quote-slider__info_desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0.01em;
    }

    .ams-page .quote-slider__img-label {
        height: 44px;
    }

    .ams-page .quote-slider .splide__arrows {
        position: static;
        transform: translate(0);
        justify-content: center;
        gap: 14px;
        margin-top: 20px;
    }

    .ams-page .form .container {
        flex-direction: column;
    }

    .ams-page .form__text_title {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .ams-page .form__text_desc {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }

    .ams-page .blog-section {
        padding: 64px 0 80px 0;
    }

    .ams-page .single_posts_header {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .ams-page .blog-arrow-left {
        display: none;
    }

    .ams-page .single_nav_posts {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .ams-page .single_nav_posts .glide__arrows {
        gap: 7px;
    }

    .ams-page .single_nav_posts .glide__arrow {
        inset: 0;
    }

    .ams-page .single_glide .glide__arrow::after {
        width: 52px;
        height: 52px;
    }

    .ams-page .related-post__title {
        font-size: 32px;
    }

    .ams-page .quote-slider {
        margin-top: 64px;
        margin-bottom: 0;
    }

    .ams-page .faq__title {
        margin: 0;
    }

    .ams-page .faq-row {
        margin-top: 8px;
    }

    .ams-page .faq-header__title {
        font-size: 20px;
    }

    .ams-page .faq-item {
        padding: 29px 0;
    }

    .ams-page .faq-item__body-text {
        font-size: 16px;
    }

    .ams-page .faq {
        margin-bottom: 80px;
    }

    .ams-page:before {
        height: 85vh;
        background: url("../images/hero_mobile_bg.webp") no-repeat top center;
        background-size: cover;
        background-position: center;
    }

    .ams-page .hero {
        padding-bottom: 40px;
    }

    .ams-page .company-logo {
        margin-top: 0;
    }

    .ams-page .best-for-section__image {
        display: none;
    }
}

@media (max-width: 450px) {
    .ams-page .form_wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
}