body:has(.routes-page){
  background-color: unset;
}
.routes-page{
  padding-top: 80px;
  position: relative;
}
.routes-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;
}

.routes-page .hero {
  text-align: left;
}

.routes-page .hero__image {
  position: relative;
  font-size: 0;
  left: 6vw;
}

.routes-page .first-section__label--routs {
  padding-left: 16px;
  padding-right: 16px;
}

.routes-page .hero__wrapper{
  display: grid;
  grid-template-columns: auto minmax(750px, 1fr);
}

.routes-page .hero__text{
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: start;
}

.routes-page .hero__title{
  color: #282828;
  font-size: 48px;
  font-weight: 700;
  line-height: 116.667%;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0;
}
.routes-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;
}
.routes-page .hero__desc{
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.routes-page .company-logo {
  padding: 0;
  margin-top: 167px;
}

.routes-page .cta-section {
  margin-top: 120px;
}

.routes-page .cta-section.cta-section--mt80 {
  margin-top: 80px;
}

.routes-page .cta-section .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.routes-page .best-for-section{
  padding: 120px 0 0 0;
}

.routes-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;
}
.routes-page .best-for-section__title span{
  position: relative;
}
.routes-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;
}
.routes-page .best-for-section__info{
  display: flex;
  gap: 32px;
  height: 520px;

}
.routes-page .best-for-section__image{
  font-size: 0;
  border-radius: 32px;
  overflow: hidden;
  flex-basis: 55%;
}
.routes-page .best-for-section__image img{
  object-fit: cover;
  height: 520px;
  width: 100%;
}
.routes-page .accordion{
  display: flex;
  max-width: 45%;
  height: 100%;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.routes-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);
}
.routes-page .accordion-content {
  display: none;
  padding-top: 64px;
}
.routes-page .accordion-content__text{
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.routes-page .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
}

.routes-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");
}

.routes-page .accordion-header__title{
  color: #409A65;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: normal;
  margin: 0;
}

.routes-page .accordion-item.active .accordion-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.routes-page .accordion-item.active .accordion-content::before {
  content: '';
  display: block;
  position: absolute;
  inset: 32px 0 auto 0 ;
  height: 1px;
  background-color: #D2D2D2;
}

.routes-page .accordion__more-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #409A65;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.routes-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");
}

.routes-page .advantage {
  padding-top: 80px;
}

.routes-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;
}

.routes-page .advantage__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.routes-page .advantage__boxes-item {
  display: flex;
  gap: 110px;
  align-items: center;
  justify-content: space-between;
}

.routes-page .advantage.--first-image-left .advantage__boxes-item:nth-child(even) {
  flex-direction: row-reverse;
}

.routes-page .advantage.--first-image-right .advantage__boxes-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.routes-page .advantage__boxes-item .item-image {
  font-size: 0;
  border-radius: 32px;
  overflow: hidden;
}

.routes-page .advantage__boxes-item .item-text {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.routes-page .advantage__boxes-item .item-text__desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.routes-page .advantage__boxes-item .item-text__desc p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%; /* 27px */
  letter-spacing: 0.2px;
}

.routes-page .quote-slider{
  margin-top: 160px;
}
.routes-page .quote-slider .splide__slide {
  display: flex;
  align-items: center;
}

.routes-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%);
}

.routes-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 */
}

.routes-page .quote-slider__info {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.3);
}

.routes-page .quote-slider__img {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.routes-page .quote-slider__img-label {
  position: absolute;
  right: 0;
}

.routes-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;
}

.routes-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;
}

.routes-page .splide-quote {
  position: relative;
}

.routes-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%);
}

.routes-page .splide-quote .splide__arrow,
.routes-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;
}

.routes-page .splide-quote .splide__arrow::after,
.routes-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;
}

.routes-page .splide-quote .splide__arrow:hover,
.routes-page .single_glide .glide__arrow:hover {
  background: #dfede3;
  border-color: #f8fbf9;
}

.routes-page .splide-quote .splide__arrow:hover::after,
.routes-page .single_glide .glide__arrow :hover::after{
  background-color: #598f69;
}

.routes-page .splide-quote .splide__arrow:active,
.routes-page .splide-quote .splide__arrow:focus,
.routes-page .single_glide .glide__arrow:active,
.routes-page .single_glide .glide__arrow:focus {
  background: #d3e7da;
  border-color: #dcece2;
}

.routes-page .splide-quote .splide__arrow:active::after,
.routes-page .splide-quote .splide__arrow:focus::after,
.routes-page .single_glide .glide__arrow:active::after,
.routes-page .single_glide .glide__arrow:focus::after {
  background-color: #39784a;
}

.routes-page .splide-quote .splide__arrow--prev,
.routes-page .single_glide .glide__arrow--left,
.routes-page .single_glide .glide__arrow--right {
  transform: rotate(.5turn);
  /*
  left: 0;
  */
}

.routes-page .splide-quote .splide__arrow--next{
  /*
  right: 0;
  */
}

.routes-page .splide-quote .splide__arrow:disabled,
.routes-page .single_glide .glide__arrow:disabled {
  background: #f6f6f6;
  border-color: #f6f6f6;
}

.routes-page .splide-quote .splide__arrow:disabled::after,
.routes-page .single_glide .glide__arrow :disabled::after {
  background-color: #cacaca;
}

.routes-page .soft-list__wrapper {
  margin-top: 160px;
  padding: 64px 0;
  background-color: #F6F6F6;
}

.routes-page .soft-list__wrapper .soft__title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
  margin: 0 auto;
  padding: 0;
}

.routes-page .soft-list__wrapper .soft__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.routes-page .soft-list__wrapper .soft__item-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin: 20px 0 0 0;
}

.routes-page .soft-list__wrapper .soft__item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.03em;
  margin-top: 16px;
}

.routes-page .soft-list__wrapper .soft__more-link {
  position: relative;
  display: block;
  color: #409A65;
  font-size: 24px;
  font-weight: 600;
  line-height: 54px;
  width: fit-content;
  margin: 20px 0 0 0;
}

.routes-page .faq {
  margin-top: 80px;
  margin-bottom: 120px;
}

.routes-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");
}

.routes-page .faq .--show .plus {
  transform: rotate(0deg);
}

.routes-page .faq .plus::before,
.routes-page .faq .plus::after {
  display: none;
}

.routes-page .faq__container {
  padding: 0;
}

.routes-page .faq-row {
  margin-top: 55px;
}

.routes-page .faq-header__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
}

.routes-page .faq-item {
  margin-top: 0;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
}

.routes-page .faq-item.--show .faq-item__body {
  padding-top: 8px;
}

.routes-page .faq-item__body-text {
  color: #161616B2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-right: 56px;
}

.routes-page .form_wrap {
  position: relative;
}

.routes-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);
}

.routes-page .form__text_desc {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.routes-page .related-post__title {
  color: #282828;
  margin-bottom: 0;
}

.routes-page .single_posts_header {
  margin-bottom: 80px;
}

.routes-page .blog-section {
  padding: 80px 0;
}

.routes-page .single_slider {
  padding-bottom: 0;
}

.routes-page .slider__item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #E9EAED;
}

.routes-page .glide__slide a {
  display: block;
  font-size: 0;
}

.routes-page .archive-php-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: #000000CC;
}

.routes-page .single_nav_posts {
  display: none;
}

@media (max-width: 1200px) {
  .routes-page .hero__wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 680px);
    row-gap: 32px;
  }

  .routes-page .hero__image {
    left: 0;
  }
}

@media (max-width: 850px) {
  .routes-page .best-for-section__info {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .routes-page .accordion {
    max-width: 653px;
  }
}

@media (max-width: 767px) {
  .routes-page .hero__wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

@media (max-width: 597px) {
  .routes-page {
    padding-top: 40px;
  }

  .routes-page .hero__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
  }

  .routes-page .hero__text {
    align-items: center;
  }

  .routes-page .hero__desc {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .routes-page .company-logo__image {
    height: 40px;
  }

  .routes-page .best-for-section {
    padding-top: 80px;
  }

  .routes-page .best-for-section__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .routes-page .best-for-section__title span::after {
    width: 132px;
  }

  .routes-page .best-for-section__wrap {
    gap: 40px;
  }

  .routes-page .accordion-header img {
    width: 40px;
  }

  .routes-page .accordion-header__title {
    font-size: 20px;
    line-height: 1.1;
  }

  .routes-page .cta-section {
    margin-top: 80px;
  }

  .routes-page .cta-section__title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: normal;
    margin: 0;
  }

  .routes-page .advantage__boxes-item {
    flex-direction: column !important;
    gap: 40px;
  }

  .routes-page .advantage__title {
    text-align: left;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 48px;
  }

  .routes-page .advantage__boxes-item .item-text__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }

  .routes-page .advantage__boxes-item .item-text__desc p {
    font-size: 16px;
    line-height: 1.2;
  }

  .routes-page .advantage__boxes-item .item-image {
    width: 100%;
  }

  .routes-page .advantage__boxes-item .item-image img {
    max-width: none;
    width: 100%;
  }

  .routes-page .container {
    padding: 0 20px;
  }

  .routes-page .quote-slider__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px;
  }

  .routes-page .quote-slider__wrap {
    padding: 64px 20px 40px;
    height: 547px;
  }

  .routes-page .quote-slider__info_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.01em;
  }

  .routes-page .quote-slider__info_desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.01em;
  }

  .routes-page .quote-slider__img-label {
    height: 44px;
  }

  .routes-page .quote-slider .splide__arrows {
    position: static;
    transform: translate(0);
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
  }

  .routes-page .soft-list__wrapper {
    margin-top: 64px;
  }

  .routes-page .soft-list__wrapper .soft__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .routes-page .soft-list__wrapper .soft__list {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
  }

  .routes-page .soft-list__wrapper .soft__item::before {
    width: 48px;
    height: 48px;
  }

  .routes-page .soft-list__wrapper .soft__more-link {
    font-size: 20px;
    line-height: 48px;
  }

  .routes-page .soft-list__wrapper .soft__item-desc {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .routes-page .form .container {
    flex-direction: column;
  }

  .routes-page .form__text_title {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  .routes-page .form__text_desc {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }

  .routes-page .blog-section {
    padding: 64px 0 80px 0;
  }

  .routes-page .single_posts_header {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .routes-page .blog-arrow-left {
    display: none;
  }

  .routes-page .single_nav_posts {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .routes-page .single_nav_posts .glide__arrows {
    gap: 7px;
  }

  .routes-page .single_nav_posts .glide__arrow {
    inset: 0;
  }

  .routes-page .single_glide .glide__arrow::after {
    width: 52px;
    height: 52px;
  }

  .routes-page .related-post__title {
    font-size: 32px;
  }

  .routes-page .quote-slider {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .routes-page .faq__title {
    margin: 0;
  }

  .routes-page .faq-row {
    margin-top: 8px;
  }

  .routes-page .faq-header__title {
    font-size: 20px;
  }

  .routes-page .faq-item {
    padding: 29px 0;
  }

  .routes-page .faq-item__body-text {
    font-size: 16px;
  }

  .routes-page .faq {
    margin-bottom: 80px;
  }

  .routes-page:before {
    height: 85vh;
    background: url("../images/hero_mobile_bg.webp") no-repeat top center;
    background-size: cover;
    background-position: center;
  }

  .routes-page .hero {
    padding-bottom: 40px;
  }

  .routes-page .company-logo {
    margin-top: 0;
  }

  .routes-page .best-for-section__image {
    display: none;
  }
}

@media (max-width: 450px) {
  .routes-page .form_wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}