/* GLOBAL STYLES */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
	font-family: var(--font-family);
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --font-family: "Work Sans", sans-serif;
  --second-family: "Playfair Display", sans-serif;
  --third-family: "Poppins", sans-serif;
  --font3: "DM Serif Display", sans-serif;
  --font4: "Segoe UI", sans-serif;
  --swiper-theme-color: #2f679d;
}

.section__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.section__title i {
  font-style: italic;
}
.section__title-secondary {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  color: #000;
}

.section__paragraph {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.section__paragraph a {
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  text-underline-offset: 4px;
}
.section__paragraph a:hover {
  transition: 0.2s ease;
  text-decoration: underline;
}

[class*=__container] {
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 567px) {
  [class*=__container] {
    padding: 0 24px;
  }
}



body.body_active_modal {
/*    height: 100vh; */
   overflow: hidden;
   padding-right: 16px;
/*     position: fixed; */
    width: 100%;
    height: 100%;

}
body.body_active_modal main {
	overflow: hidden !important;

	height: 100%; 
    touch-action: none;
    overscroll-behavior: none;
    user-select: none;
    -webkit-overflow-scrolling: none;
    -ms-touch-action: none;
    -webkit-user-drag: none;
	position: static;
	z-index: -100;
	
	opacity: 0;
	
}
body.body_active_modal .footer {
	opacity: 0;
}
body.body_active_modal .offcanvas_modal.mob_offcanvas  {

	    
    overflow-y: auto;
    touch-action: auto;
    -webkit-overflow-scrolling: touch; 
}

body.body_active_modal:not(.header-sticky) {
	   overflow: hidden;
	    touch-action: none;
	
}
.offcanvas_modal.mob_offcanvas {
	overflow-y: scroll;
}

.burger-menu {
    display: inline-block;
    cursor: pointer;
    transition: all 1s ease-in-out;
}



.line {
    transition: all 1s ease-in-out;
}

.burger-menu.open .line-1 {
           transform: translateY(18px) rotate(-45deg) translateX(0px);
}

.burger-menu.open .line-2 {
    opacity: 0;
}

.burger-menu.open .line-3 {
      
       transform: translateY(-24px) rotate(45deg) translateX(17px);
}


/*** Offcanvas ***/
.offcanvas_modal {
    display: none;
    position: fixed;
        top: 143px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
/*     height: 100vh; */
    z-index: 99999;
/*     transition: 0.1s; */
}

.offcanvas_modal.sticky {
	top: 78px;
}

body.body_active_modal:not(.header-sticky) .offcanvas_modal{
	top: 81px;
}

@media (max-width:767px) {
	
	body.sticky-header .offcanvas_modal {
		top: 156px;
	}
	body.sticky-header .offcanvas_modal.sticky {
    top: 77px;
	}
	
	body.sticky-header .offcanvas_modal {
		top: 97px;
	}
	body.body_active_modal:not(.header-sticky) .offcanvas_modal {
    top: 73px;
	}
}
@media (max-width: 467px) {
   body.sticky-header .offcanvas_modal {
        top: 130px;
    }
	.offcanvas_modal.sticky {
            top: 73px;
	}
	body.sticky-header .offcanvas_modal {
		top: 97px;
	}
	body.body_active_modal:not(.header-sticky) .offcanvas_modal {
            top: 73px;
	}
}

.offcanvas_modal.active {
    display: block;
}
.offcanvas_modal .modal_block {
    height: 100%;
    margin-left: auto;
/*     transition: 0.5s; */
    background: #FEFBF8;
/*     transform: translateX(100%); */
	opacity: 0;
}
.offcanvas_modal.show .modal_block {
    transform: translateX(0%);
	opacity: 1;
}
.offcanvas_modal ._inner {
    overflow-y: auto;
    position: relative;
    height: 100%;
}
.offcanvas_modal ._close {
    margin-top: 18px;
    cursor: pointer;
}
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	z-index: -1;
	display: none;
/*     background: rgba(0, 0, 0, 0.2); */
/*     transition: opacity .3s linear; */
}
/*** Offcanvas ***/


.mob_offcanvas ._logo {
    max-width: 138px;
    width: 100%;
    height: auto;
}
.mob_offcanvas .header_block {
    padding: 5px 28px 24px 25px;
    gap: 30px;
    justify-content: space-between;
/*     display: flex; */
    border-bottom: 1px solid #d9e3ed;
	
	display: none;
}
.mob_offcanvas .mob_menu {
    border-bottom: 1px solid #d9e3ed;
}
.mob_offcanvas .menu-item + .menu-item {
	border-top: 1px solid #d9e3ed;
}
.mob_offcanvas .menu-item {
	border-top: 1px solid #d9e3ed;
}
.mob_offcanvas .menu-item {
    padding: 22px 24px;
    position: relative;
}
.mob_offcanvas .menu-item:after {
    width: 7px;
    height: 100%;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/dandelion/img/thin_arrow_right.svg);
    content: '';
    position: absolute;
}
.mob_offcanvas .menu-item a {
    font-weight: 500;
}
.mob_offcanvas .bottom_block {
	padding: 27px 24px;
}
.mob_offcanvas ._cta_block {
	padding: 12px 15px 14px;
	margin-bottom: 14px;
	background: #FCF6F0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.mob_offcanvas ._cta_block ._decor {
	width: 72px;
	right: 0;
	top: 0;
	position: absolute;
}
.mob_offcanvas ._cta_block ._inner {
	max-width: 277px;
}
.mob_offcanvas ._cta_block ._title {
	margin-bottom: 8px;
    font-size: 14.5px;
    line-height: 24px;
    font-weight: 500;
  font-family: var(--second-family);
}
.mob_offcanvas ._cta_block ._text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.mob_offcanvas .btn_block {
	text-align: center;
}
.mob_offcanvas .btn_block .button__primary {
    margin: 0 auto;
}

.menu-item a {
    color: inherit;
    text-decoration: none;
}



/* UI ELEMENTS */
.button__primary {
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s ease;
  height: fit-content;
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.button__primary-black {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.button__primary-black:hover {
  transition: 0.2s ease;
  background: #292929;
  transform: translateY(1px);
}
.button__primary-orange {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000;
  background: #ffac46;
}
.button__primary-orange:hover {
  transition: 0.2s ease;
  transform: translateY(0px);
	background: #ffac46;
}
.button__primary-orange:hover span {
  transform: translateX(12px);
}
.button__primary-orange span {
 transition: .2s ease;
}

.button__primary-orange.button__primary::before {
  content: '';
   position: absolute;
   top: 50%;
   left: 12px;
   transform: translateY(-50%);
   width: 20px;
   height: 20px;
   background-image: url('https://dandelion.dodeveloper.co/wp-content/uploads/2025/01/button-arrow.png');
   background-repeat: no-repeat;
   background-size: contain;
   opacity: 0;
   transition: opacity 0.1s ease;
}

.button__primary-orange:hover::before {
   opacity: 1;
 transition: .4s ease;
}
.button__primary-outlined {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.button__primary-outlined:hover {
  transition: 0.2s ease;
  background: #f0f1f3;
  transform: translateY(1px);
}
.button__primary-outlined--white {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.button__primary-outlined--white:hover {
  transition: 0.2s ease;
  background: #fff;
  color: #000;
  transform: translateY(1px);
}
.button__secondary {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: 0.2s ease;
  text-underline-offset: 3px;
  width: fit-content;
}
.button__secondary-black {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #000;
}
.button__secondary-black:hover {
  transition: 0.2s ease;
  text-decoration: underline;
}
.button__secondary-black:hover svg {
  transition: 0.2s ease;
  transform: rotate(-90deg);
}
.button__secondary-black svg {
  display: flex;
  transition: 0.2s ease;
}
.button__secondary-white {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
}
.button__secondary-white:hover {
  transition: 0.2s ease;
  text-decoration: underline;
}
.button__secondary-white:hover svg {
  transition: 0.2s ease;
  transform: rotate(-90deg);
}
.button__secondary-white svg {
  display: flex;
  transition: 0.2s ease;
}

.footer-signup__input {
  position: relative;
  width: fit-content;
	padding: 26px;
}
.footer-signup__input input {
  background-color: #fff;
  border: 1px solid #9d9393;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.footer-signup__input input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #c8c8c8;
}
.footer-signup__input button {
  position: absolute;
  top: 12%;
  right: 6px;
}

.cta-banner__input {
  position: relative;
  width: fit-content;
}
.cta-banner__input input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.cta-banner__input input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.cta-banner__input button {
  position: absolute;
  top: 12%;
  right: 6px;
}

.why-us-bottom-grid__card--tip {
  display: none; /* Initially hidden */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* Overlay */
  justify-content: center;
  align-items: center;
  z-index: 90;
  width: 302px;
  height: fit-content;
  padding: 24px 24px 56px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
  border-radius: 17px;
  flex-direction: column;
}
.why-us-bottom-grid__card--tip h5 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  text-align-last: left;
  margin-bottom: 32px;
  width: 100%;
}
.why-us-bottom-grid__card--tip p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.tip-modal__bg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  opacity: 0.05;
  z-index: -12;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

/* HEADER & FOOTER */
.header {
  background: #fefbf8;
	border-bottom: 1px solid #d9e3ed;
}
.header__container {
  max-width: 1420px;
  margin: 0 auto;
}
.header__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  padding: 5px 0 11px;
	margin-right: 28px;
}

@media (min-width: 1101px) {
	.header__logo svg {
		transform: translateY(7px);
	}
}

@media (max-width: 1100px) {
  .header__wrapper {
    padding: 16px 0;
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .header__logo {
    flex: 1;
    max-width: 138px;
  }
  .header__logo  svg{
    width: 100%;
    height: 100%;
  }
  .header .burger-menu {
    margin-top: 11px;
}
}
@media (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 36px;
}
.header__nav ul li {
    padding-right: 22px;
	padding-bottom: 4px;
/*     overflow: hidden; */
  position: relative;
}
.header__nav ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%227%22%20viewBox%3D%220%200%2016%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%200.353027L8%206.36479L15%200.353027%22%20stroke%3D%22black%22%20stroke-width%3D%220.7%22%20%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 7px;
  top: 30%;
  right: 0;
  transition: 0.2s ease;
}
.header__nav ul li::before {
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.3s;
    opacity: 0;
}
.header__nav ul li:hover::before {
	opacity: 1;
}


@media (max-width: 1280px) {
  .header__nav ul {
    gap: 24px;
  }
}
.header__nav ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #2f2c2c;
  text-decoration: none;
}
.header__nav-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1280px) {
  .header__nav-mobile ul {
    gap: 24px;
  }
}
.header__nav-mobile ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #2f2c2c;
  text-decoration: none;
}
.header .burger-menu {
  margin-left: 32px;
}
@media (min-width: 1101px) {
  .header .burger-menu {
    display: none;
  }
}
@media (max-width: 567px) {
  .header .button__primary-black {
    display: none;
  }
}

.burger-menu {
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.burger-menu .burger-icon .line {
  transition: all 0.3s ease;
}
/*
.burger-menu .burger-icon.active .line-1 {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  y: 8px;
}
.burger-menu .burger-icon.active .line-2 {
  opacity: 0;
}
.burger-menu .burger-icon.active .line-3 {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  y: 8px;
}
*/

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 44%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  box-shadow: 1px 0px rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 767px) {
  .mobile-menu {
    width: 66%;
  }
}
@media (max-width: 375px) {
  .mobile-menu {
    width: 80%;
  }
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu.active .header__nav-mobile {
  display: flex;
  flex-direction: column;
}
.mobile-menu nav .header__logo {
  padding: 20px;
}
.mobile-menu nav ul {
  list-style: none;
  padding: 20px;
}
.mobile-menu nav ul li {
  margin-bottom: 10px;
}
.mobile-menu nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}.announcement-bar .decor_2

.footer {
  background-color: #F1F5FA;
  padding: 65px 0 30px;
}
@media (max-width: 467px) {
  .footer {
    padding-bottom: 32px;
  }
}
.footer__container {
  max-width: 1400px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #bbbcbd;
}
@media (max-width: 1130px) {
  .footer__top {
    flex-direction: column;
    gap: 54px;
  }
}
@media (max-width: 766px) {
  .footer__top {
    gap: 0;
  }
}
.footer__bottom {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .footer__bottom {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 467px) {
  .footer__bottom {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }
}
.footer__bottom .text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #9b9a99;
}
.footer__bottom .footer__copyright {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 260%;
  text-align: right;
  color: #b0b1b1;
  flex: 1;
}
.footer__nav {
  display: flex;
  flex-direction: column;
}
.footer__menu-wrapper {
  display: flex;
  justify-content: space-between;
  margin-right: 32px;
  margin-bottom: 52px;
}
@media (max-width: 467px) {
  .footer__menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 56px;
  }
}
@media (max-width: 467px) {
  .footer__menu-wrapper .footer__menu_block:nth-child(2) {
    margin-left: 48px;
  }
}
.footer__menu-wrapper h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 16px;
}
.footer__menu_block ul li {
    line-height: 290%;
}
.footer__menu li a {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15px;
  line-height: 160%;
  color: #000;
  text-decoration: none;
}
.footer__menu_block ul li a {
    overflow: hidden;
  position: relative;
	display: inline-block;
}
.footer__menu_block ul li a::before {
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.3s;
   opacity: 0; 
}
.footer__menu_block ul li:hover a::before {
	opacity: 1; 
}
@media (max-width: 767px) {
  .footer__logo-desktop {
    display: none;
  }
}
.footer__logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__logo-mobile {
    display: flex;
  }
}
.footer-signup {
  margin: 0px 24px 0 0;
    max-width: 401px;
	flex-shrink: 0;
    width: 100%;
  position: relative;
}
.footer-signup ._inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1130px) {
  .footer-signup {
    margin: 0;
  }
}
@media (max-width: 766px) {
  .footer-signup {
    margin-bottom: 87px;
  }
}

.footer-signup__bg {
	position: absolute;
  	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.footer-signup__bg::after {
	content: '';
	position: absolute;
	background-color: #000;
	opacity: .2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	    border-radius: 12px;
	z-index: 10;
}
@media (max-width: 1130px) {
  .footer-signup__bg {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 766px) {
  .footer-signup__bg {
    aspect-ratio: 4/4;
  }
}
.footer-signup img {
  position: relative;
  display: flex;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.footer-signup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  border-radius: 12px;
  display: flex;
}
.footer-signup__title {
  font-family: var(--second-family);
  font-weight: 400;
  color: #fff;
  z-index: 11;
  margin: 30px 26px 26px;
}
@media (min-width: 1440px) {
  .footer-signup__title {
    font-size: 32px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .footer-signup__title {
      font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem);
    }
  }
  @supports not (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .footer-signup__title {
      font-size: calc(24px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .footer-signup__title {
    font-size: 24px;
  }
}
.footer-signup__subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 356%;
  color: #fff;
  position: absolute;
  z-index: 11;
  margin: 0px 26px;
  bottom: 55px;
}
.footer-signup__input {
  width: 100%;
  z-index: 10;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  z-index: 10;
}
.footer-signup__input button {
  right: 32px;
}
.footer-signup__input input {
  width: 100%;
  margin: 0px 26px;
}

/* announcement-bar */
.announcement-bar {
  background: #c5d4e3;
  padding: 18px 0;
	position: relative;
}
.announcement-bar ._decor {
	position: absolute;
    top: 0;
    bottom: 0;
	    height: 100%;
    object-fit: cover;
}
.announcement-bar .decor_1 {
	left: 0;
}
.announcement-bar .decor_2 {
	right: 0;
	max-width: 380px;
}
.announcement-bar__container {
	position: relative;
}
.announcement-bar__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.announcement-bar__text a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #000;
  text-decoration: none;
  transition: 0.2s ease; 
}

.announcement-bar__text a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
	.announcement-bar ._decor {
		display: none;
	}
}
/* ~~~~~~~ Styles for index.html ~~~~~~~ */
.hero {
  position: relative;
  overflow: hidden;
  background: #f0f1f2;
}
.hero__bg-desktop {
  z-index: 9;
}

.hero__bg-mobile {
  z-index: 9;
}

.hero__wrapper {
  position: relative;
  z-index: 10;
}
@media (min-width: 1920px) {
  .hero {
    padding-top: 150px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (padding-top: clamp(2.625pxrem, calc(15.786407767px + 6.9902912621 * 1vw), 9.375pxrem)) {
    .hero {
      padding-top: clamp(2.625pxrem, calc(15.786407767px + 6.9902912621 * 1vw), 9.375pxrem);
    }
  }
  @supports not (padding-top: clamp(2.625pxrem, calc(15.786407767px + 6.9902912621 * 1vw), 9.375pxrem)) {
    .hero {
      padding-top: calc(47px + (100vw - 375px) * 0.0699029126);
    }
  }
}
@media (max-width: 380px) {
  .hero {
    padding: 42px 0;
  }
}
@media (min-width: 1920px) {
  .hero {
    padding-bottom: 160px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (padding-bottom: clamp(3pxrem, calc(20.8155339806px + 7.2491909385 * 1vw), 10pxrem)) {
    .hero {
      padding-bottom: clamp(3pxrem, calc(20.8155339806px + 7.2491909385 * 1vw), 10pxrem);
    }
  }
  @supports not (padding-bottom: clamp(3pxrem, calc(20.8155339806px + 7.2491909385 * 1vw), 10pxrem)) {
    .hero {
      padding-bottom: calc(48px + (100vw - 375px) * 0.0724919094);
    }
  }
}
@media (max-width: 375px) {
  .hero {
    padding-bottom: 48px;
  }
}
.hero__bg-desktop {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
}
@media (max-width: 567px) {
  .hero__bg-desktop {
    right: -300px;
		width: 652px;
	   right: -135px;
	   top: -28px;
  }
}
.hero__bg-mobile {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  display: none;
}
.hero__container {
  max-width: 1130px;
}
.hero__wrapper h1 {
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  color: #000;
  max-width: 600px;
  margin-bottom: 32px;
}
@media (min-width: 1920px) {
  .hero__wrapper h1 {
    font-size: 64px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (font-size: clamp(2.5pxrem, calc(34.1747572816px + 1.5533980583 * 1vw), 4pxrem)) {
    .hero__wrapper h1 {
      font-size: clamp(2.5pxrem, calc(34.1747572816px + 1.5533980583 * 1vw), 4pxrem);
    }
  }
  @supports not (font-size: clamp(2.5pxrem, calc(34.1747572816px + 1.5533980583 * 1vw), 4pxrem)) {
    .hero__wrapper h1 {
      font-size: calc(40px + (100vw - 375px) * 0.0155339806);
    }
  }
}
@media (max-width: 375px) {
  .hero__wrapper h1 {
    font-size: 40px;
  }
}
.hero__wrapper h1 i {
  font-style: italic;
}
.hero__wrapper p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 26px;
  max-width: 600px;
}
.hero__wrapper p:nth-child(4) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-bottom: 16px;
}
.hero__wrapper .button__primary-orange {
  margin-bottom: 37px;
}
.hero__badges {
  display: flex;
  gap: 32px;
}
@media (max-width: 467px) {
  .hero__badges {
    gap: 16px;
  }
  .hero__wrapper p {
    margin-bottom: 40px;
  }
  .header__wrapper {
    padding: 7px 0 19px;
    margin-right: 0;
  }
  
  .hero__wrapper h1 {
    margin-bottom: 26px;
    line-height: 56px;
  }
}
.hero__badges img {
  display: flex;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 380px) {
  .hero__wrapper .button__primary-orange {
    margin-bottom: 30px;
  }
}

.media-banner-expertise {
  background: #c5d4e3;
  padding: 63px 0 100px;
}
@media (min-width: 1440px) {
  .media-banner-expertise {
    padding-bottom: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(3.375pxrem, calc(37.8028169014px + 4.3192488263 * 1vw), 6.25pxrem)) {
    .media-banner-expertise {
      padding-bottom: clamp(3.375pxrem, calc(37.8028169014px + 4.3192488263 * 1vw), 6.25pxrem);
    }
  }
  @supports not (padding-bottom: clamp(3.375pxrem, calc(37.8028169014px + 4.3192488263 * 1vw), 6.25pxrem)) {
    .media-banner-expertise {
      padding-bottom: calc(54px + (100vw - 375px) * 0.0431924883);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-expertise {
    padding-bottom: 54px;
  }
}
@media (min-width: 1440px) {
  .media-banner-expertise {
    padding-top: 63px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(2.25pxrem, calc(26.4929577465px + 2.5352112676 * 1vw), 3.9375pxrem)) {
    .media-banner-expertise {
      padding-top: clamp(2.25pxrem, calc(26.4929577465px + 2.5352112676 * 1vw), 3.9375pxrem);
    }
  }
  @supports not (padding-top: clamp(2.25pxrem, calc(26.4929577465px + 2.5352112676 * 1vw), 3.9375pxrem)) {
    .media-banner-expertise {
      padding-top: calc(36px + (100vw - 375px) * 0.0253521127);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-expertise {
    padding-top: 36px;
  }
}
.media-banner-expertise svg {
  flex-shrink: 0;
}
.media-banner-expertise__container {
  max-width: 1210px;
}
.media-banner-expertise__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .media-banner-expertise__wrapper {
    gap: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1200px) {
  @supports (gap: clamp(4.0625pxrem, calc(49.0909090909px + 4.2424242424 * 1vw), 6.25pxrem)) {
    .media-banner-expertise__wrapper {
      gap: clamp(4.0625pxrem, calc(49.0909090909px + 4.2424242424 * 1vw), 6.25pxrem);
    }
  }
  @supports not (gap: clamp(4.0625pxrem, calc(49.0909090909px + 4.2424242424 * 1vw), 6.25pxrem)) {
    .media-banner-expertise__wrapper {
      gap: calc(65px + (100vw - 375px) * 0.0424242424);
    }
  }
}
@media (max-width: 380px) {
  .media-banner-expertise__wrapper {
    gap: 63px;
  }
}
@media (max-width: 991px) {
  .media-banner-expertise__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.media-banner-expertise-search {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 17px;
  padding: 18px 24px 0px;
  margin: 38px 0 0px 42px;
}
@media (min-width: 991px) {
  .media-banner-expertise-search {
    max-width: 500px;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  @supports (max-width: clamp(23.4375pxrem, calc(298.9042207792px + 20.2922077922 * 1vw), 31.25pxrem)) {
    .media-banner-expertise-search {
      max-width: clamp(23.4375pxrem, calc(298.9042207792px + 20.2922077922 * 1vw), 31.25pxrem);
    }
  }
  @supports not (max-width: clamp(23.4375pxrem, calc(298.9042207792px + 20.2922077922 * 1vw), 31.25pxrem)) {
    .media-banner-expertise-search {
      max-width: calc(375px + (100vw - 375px) * 0.2029220779);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-expertise-search {
    max-width: 375px;
  }
}
@media (max-width: 1200px) {
  .media-banner-expertise-search {
    margin: 0;
  }
}
.media-banner-expertise-search__top {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}
.media-banner-expertise-search__top--text {
  font-family: var(--third-family);
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .media-banner-expertise-search__top--text {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 1200px) {
  @supports (font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem)) {
    .media-banner-expertise-search__top--text {
      font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem);
    }
  }
  @supports not (font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem)) {
    .media-banner-expertise-search__top--text {
      font-size: calc(12px + (100vw - 375px) * 0.0024242424);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-expertise-search__top--text {
    font-size: 12px;
  }
}
.media-banner-expertise-search__top--controls {
  margin-left: auto;
}
.media-banner-expertise-search__top--controls img {
  display: flex;
}
.media-banner-expertise-search__bottom {
  margin-top: 1.5rem;
}
.media-banner-expertise-search__bottom--list {
  display: flex;
  flex-direction: column;
}
.media-banner-expertise-search__bottom--list li {
  display: flex;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2f2c2c;
  opacity: 0.6;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .media-banner-expertise-search__bottom--list li {
    margin-bottom: 1rem;
  }
}
.media-banner-expertise-search__bottom--list li p {
  margin-left: 16px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .media-banner-expertise-search__bottom--list li p {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 1200px) {
  @supports (font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem)) {
    .media-banner-expertise-search__bottom--list li p {
      font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem);
    }
  }
  @supports not (font-size: clamp(0.75pxrem, calc(11.0909090909px + 0.2424242424 * 1vw), 0.875pxrem)) {
    .media-banner-expertise-search__bottom--list li p {
      font-size: calc(12px + (100vw - 375px) * 0.0024242424);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-expertise-search__bottom--list li p {
    font-size: 12px;
  }
}
.media-banner-expertise__info {
  max-width: 50%;
}
@media (max-width: 991px) {
  .media-banner-expertise__info {
    max-width: 100%;
  }
}
.media-banner-expertise__info h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
@media (min-width: 1440px) {
  .media-banner-expertise__info h3 {
    margin-bottom: 32px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-bottom: clamp(1.3125pxrem, calc(17.1267605634px + 1.0328638498 * 1vw), 2pxrem)) {
    .media-banner-expertise__info h3 {
      margin-bottom: clamp(1.3125pxrem, calc(17.1267605634px + 1.0328638498 * 1vw), 2pxrem);
    }
  }
  @supports not (margin-bottom: clamp(1.3125pxrem, calc(17.1267605634px + 1.0328638498 * 1vw), 2pxrem)) {
    .media-banner-expertise__info h3 {
      margin-bottom: calc(21px + (100vw - 375px) * 0.0103286385);
    }
  }
}
@media (max-width: 600px) {
  .media-banner-expertise__info h3 {
    margin-bottom: 21px;
    line-height: 1.5 !important;
    margin-top: 7px;
    font-size: 32px;
	  max-width: 340px;
  }
 
}
.media-banner-expertise__info h3 i {
  font-style: italic;
}
.media-banner-expertise__info p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 1.5rem;
}
.media-banner-expertise__info p:nth-child(3) {
  margin-bottom: 50px;
}
.stats {
  background: #f0f1f2;
  position: relative;
  padding: 52px 0 66px 0;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1440px) {
  .stats {
    padding-top: 46px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(2.375pxrem, calc(33.0704225352px + 1.3145539906 * 1vw), 3.25pxrem)) {
    .stats {
      padding-top: clamp(2.375pxrem, calc(33.0704225352px + 1.3145539906 * 1vw), 3.25pxrem);
    }
  }
  @supports not (padding-top: clamp(2.375pxrem, calc(33.0704225352px + 1.3145539906 * 1vw), 3.25pxrem)) {
    .stats {
      padding-top: calc(38px + (100vw - 375px) * 0.0131455399);
    }
  }
}
@media (max-width: 375px) {
  .stats {
    padding-top: 38px;
  }
}
@media (min-width: 1440px) {
  .stats {
    padding-bottom: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(2.75pxrem, calc(24.2816901408px + 5.2582159624 * 1vw), 6.25pxrem)) {
    .stats {
      padding-bottom: clamp(2.75pxrem, calc(24.2816901408px + 5.2582159624 * 1vw), 6.25pxrem);
    }
  }
  @supports not (padding-bottom: clamp(2.75pxrem, calc(24.2816901408px + 5.2582159624 * 1vw), 6.25pxrem)) {
    .stats {
      padding-bottom: calc(44px + (100vw - 375px) * 0.0525821596);
    }
  }
}
@media (max-width: 375px) {
  .stats {
    padding-bottom: 44px;
  }
}
.stats__bg-desktop {
  position: absolute;
  right: 0;
  top: 0;
	opacity: 0.7;
}
@media (max-width: 767px) {
  .media-banner-expertise__info p {
    line-height: 144%;
  }
  .stats__bg-desktop {
    display: none;
  }
}
.stats__bg-mobile {
  display: none;
}
@media (max-width: 767px) {
  .stats__bg-mobile {
    margin-top: 42px;
    display: block;
    transform: scale(1.15);
  }
	.stats__bg-mobile svg {
		width: 100%;
		height: auto;
	}
}
.stats__container {
  max-width: 1120px;
	position: relative;
}
.stats .section__title {
  max-width: 600px;
  margin-bottom: 30px;
}
.stats .section__paragraphs {
  max-width: 590px;
}

@media (min-width: 1401px) {
	.stats .section__paragraphs {
		background: #f0f1f2;
	}
}

@media (min-width: 767px) {
	.stats .section__paragraphs {
		padding-bottom: 42px;
	}
}

.stats .section__paragraph {
  margin-bottom: 24px;
}
.stats .section__paragraph:last-of-type {
    margin-bottom: 0;
}
.stats__bottom {
	padding-bottom: 20px;
  border-left: 1px solid #00000063;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.stats__bottom--block {
  padding-left: 38px;
  width: fit-content;
}
.stats__bottom--block:first-of-type {
    max-width: 440px;
}
.stats__bottom--block-stats {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  color: #2f2c2c;
  margin-bottom: 25px;
}
.stats__bottom--block-stats span {
  color: #f67f16;
}
.stats__bottom--block-stats .text {
  width: fit-content;
}
.stats__bottom--block p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 2px;
  max-width: 447px;
}

section.stats > div > div > div.stats__bottom > div:nth-child(1) > div > div {
  margin-top: 13px ;
}
section.stats > div > div > div.stats__bottom > div:nth-child(3) > div > div {
  margin-top: 30px;
}
.journey {
  background: #fcf6f0;
  padding: 75px 0 90px;
}
@media (min-width: 1440px) {
  .journey {
    padding-top: 97px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(3.25pxrem, calc(43.9014084507px + 2.1596244131 * 1vw), 4.6875pxrem)) {
    .journey {
      padding-top: clamp(3.25pxrem, calc(43.9014084507px + 2.1596244131 * 1vw), 4.6875pxrem);
    }
  }
  @supports not (padding-top: clamp(3.25pxrem, calc(43.9014084507px + 2.1596244131 * 1vw), 4.6875pxrem)) {
    .journey {
      padding-top: calc(52px + (100vw - 375px) * 0.0215962441);
    }
  }
}
@media (max-width: 375px) {
  .journey {
    padding-top: 52px;
  }
}
@media (min-width: 1440px) {
  .journey {
    padding-bottom: 92px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(5.5625pxrem, calc(87.9436619718px + 0.2816901408 * 1vw), 5.75pxrem)) {
    .journey {
      padding-bottom: clamp(5.5625pxrem, calc(87.9436619718px + 0.2816901408 * 1vw), 5.75pxrem);
    }
  }
  @supports not (padding-bottom: clamp(5.5625pxrem, calc(87.9436619718px + 0.2816901408 * 1vw), 5.75pxrem)) {
    .journey {
      padding-bottom: calc(89px + (100vw - 375px) * 0.0028169014);
    }
  }
}
@media (max-width: 375px) {
  .journey {
    padding-bottom: 89px;
  }
}
.journey__container {
  max-width: 1120px;
}
.journey__top {
  margin-bottom: 104px;
}
.journey__top .section__title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 29px ;
}
.journey__top .section__paragraph {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 18px;
}
.journey__top .button__secondary {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.journey__block {
	margin-bottom: 108px;
	scroll-margin-top: 120px;
}
.journey__block-primary {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .journey__block-primary {
    flex-direction: column-reverse;
  }
}
.journey__block-secondary {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .journey__block-secondary {
    flex-direction: column;
  }
}
@media (min-width: 1270px) {
  .journey__block-secondary .button__secondary {
    white-space: nowrap;
    margin-top: 28px;
  }
}
.journey-block__info {
  max-width: 620px;
}
.journey-block__info h4 {
  margin-bottom: 29px;
}
.journey-block__info p {
  margin-bottom: 22px;
}
.journey-block__img {
  display: flex;
  justify-content: center;
}

@media (min-width: 1100px)  {
  .journey__blocks > div:nth-child(1) .journey-block__img {
    margin-right: -12px;
  }
  .journey__blocks > div:nth-child(1) .journey-block__info {
    transform: translateX(-3px);
  }
  .journey__blocks > div:nth-child(2) .journey-block__info {
    max-width: 616px;
    transform: translateX(20px);
  }
  .journey__blocks > div:nth-child(4) .journey-block__info {
    max-width: 641px;
  }
}
@media (min-width: 700px) {
  .journey__blocks > div:nth-child(1) .journey-block__img {
    margin-top: -45px;
    height: 90%;
  }
  .journey__blocks > div:nth-child(2) .journey-block__img {
    margin-left: 58px;
  }
  .journey__blocks > div:nth-child(3) .journey-block__img {
    margin-top: -59px;
    height: 90%;
    margin-right: -20px;

  }
  .journey__blocks > div:nth-child(4) .journey-block__img {
    margin-top: -65px;
    height: 90%;

  }
  .journey__blocks > div:nth-child(3) .journey-block__info .button__primary {
    margin-top: 36px;
  }
}
@media (max-width: 567px) {
  .journey-block__img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 567px) {
  .journey-block__img svg {
    height: 50%;
  }
}
.journey-block__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 28px;
  color: #000;
}

.testimonials {
  position: relative;
  z-index: 10;
  padding: 90px 0;
}
.testimonials__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  height: 100%;
}
.testimonials__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .section__title-secondary {
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #fff;
  max-width: 746px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 56px;
	user-select: none !important;
}
@media (min-width: 1440px) {
  .testimonials .section__title-secondary {
    font-size: 32px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .testimonials .section__title-secondary {
      font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem);
    }
  }
  @supports not (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .testimonials .section__title-secondary {
      font-size: calc(24px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .testimonials .section__title-secondary {
    font-size: 24px;
  }
}
.testimonials__slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .testimonials__slider {
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  .testimonials__slider {
    max-width: 80%;
  }
}
.testimonials__slider-button-next {
  position: absolute;
  top: 66%;
}
@media (min-width: 1920px) {
  .testimonials__slider-button-next {
    right: 410px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (right: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem)) {
    .testimonials__slider-button-next {
      right: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem);
    }
  }
  @supports not (right: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem)) {
    .testimonials__slider-button-next {
      right: calc(142px + (100vw - 1440px) * 0.5583333333);
    }
  }
}
@media (max-width: 1440px) {
  .testimonials__slider-button-next {
    right: 142px;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .testimonials__slider-button-next {
    right: 40px;
  }
}
@media (max-width: 991px) and (min-width: 375px) and (max-width: 991px) {
  @supports (right: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem)) {
    .testimonials__slider-button-next {
      right: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem);
    }
  }
  @supports not (right: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem)) {
    .testimonials__slider-button-next {
      right: calc(20px + (100vw - 375px) * 0.0324675325);
    }
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .testimonials__slider-button-next {
    right: 20px;
  }
}
@media (max-width: 567px) {
  .testimonials__slider-button-next {
    top: 71.7%;
  }
}
@media (max-width: 467px) {
  .testimonials__slider-button-next {
    top: 73.7%;
  }
}
.testimonials__slider-button-prev {
  position: absolute;
  top: 67%;
  left: 19%;
}
@media (min-width: 1920px) {
  .testimonials__slider-button-prev {
    left: 410px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (left: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem)) {
    .testimonials__slider-button-prev {
      left: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem);
    }
  }
  @supports not (left: clamp(8.875pxrem, calc(-662px + 55.8333333333 * 1vw), 25.625pxrem)) {
    .testimonials__slider-button-prev {
      left: calc(142px + (100vw - 1440px) * 0.5583333333);
    }
  }
}
@media (max-width: 1440px) {
  .testimonials__slider-button-prev {
    left: 142px;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .testimonials__slider-button-prev {
    left: 40px;
  }
}
@media (max-width: 991px) and (min-width: 375px) and (max-width: 991px) {
  @supports (left: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem)) {
    .testimonials__slider-button-prev {
      left: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem);
    }
  }
  @supports not (left: clamp(1.25pxrem, calc(7.8246753247px + 3.2467532468 * 1vw), 2.5pxrem)) {
    .testimonials__slider-button-prev {
      left: calc(20px + (100vw - 375px) * 0.0324675325);
    }
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .testimonials__slider-button-prev {
    left: 20px;
  }
}
@media (max-width: 567px) {
  .testimonials__slider-button-prev {
    top: 72%;
  }
}
@media (max-width: 467px) {
  .testimonials__slider-button-prev {
    top: 73.7%;
  }
}
.testimonials .swiper-wrapper {
    align-items: stretch !important;
}
.testimonials .swiper-slide {
    height: auto !important;
    flex: 0 0 auto !important;
}
.testimonials-card {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 2px;
  padding: 18px;
  cursor: default;
    height: 100%;
}
.testimonials-card__stars {
  margin-bottom: 4px;
}
.testimonials-card__stars svg path:nth-child(2) {
  transform: translateX(4px);
}
.testimonials-card__stars svg path:nth-child(3) {
  transform: translateX(8px);
}
.testimonials-card__stars svg path:nth-child(4) {
  transform: translateX(12px);
}
.testimonials-card__stars svg path:nth-child(5) {
  transform: translateX(16px);
}
.testimonials-card__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: #000;
  margin-bottom: 4px;
}
.testimonials-card__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 142%;
  color: #696161;
  margin-bottom: 8px;
}
.testimonials-card__author {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 201%;
  color: #000;
}

.testimonials__slider {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  box-sizing: border-box;
}

body .swiper-pagination-bullet {
    margin: 0 4px !important;
    background-color: #2F679D;
    opacity: 0.4 !important;
    width: 9px;
    height: 9px;
}
body .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.team {
  background: #5f83a5;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .team {
    padding-top: 92px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(3.375pxrem, calc(39.5633802817px + 3.8497652582 * 1vw), 5.9375pxrem)) {
    .team {
      padding-top: clamp(3.375pxrem, calc(39.5633802817px + 3.8497652582 * 1vw), 5.9375pxrem);
    }
  }
  @supports not (padding-top: clamp(3.375pxrem, calc(39.5633802817px + 3.8497652582 * 1vw), 5.9375pxrem)) {
    .team {
      padding-top: calc(54px + (100vw - 375px) * 0.0384976526);
    }
  }
}
@media (max-width: 375px) {
  .team {
    padding-top: 58px;
  }
}
@media (min-width: 1440px) {
  .team {
    padding-bottom: 122px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(5.3125pxrem, calc(71.9718309859px + 3.4741784038 * 1vw), 7.625pxrem)) {
    .team {
      padding-bottom: clamp(5.3125pxrem, calc(71.9718309859px + 3.4741784038 * 1vw), 7.625pxrem);
    }
  }
  @supports not (padding-bottom: clamp(5.3125pxrem, calc(71.9718309859px + 3.4741784038 * 1vw), 7.625pxrem)) {
    .team {
      padding-bottom: calc(85px + (100vw - 375px) * 0.034741784);
    }
  }
}
@media (max-width: 374px) {
  .team {
    padding-bottom: 85px;
  }
	.team__top {
		padding-right: 30px;
	}
}
.team__container {
  max-width: 1120px;
}
.team__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.team__top .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
  max-width: 900px;
  margin: 0 auto 28px;
  line-height: 54px;
}
@media (min-width: 1440px) {
  .team__top .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .team__top .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .team__top .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .team__top .section__title {
    font-size: 32px;
  }
}
@media (max-width: 467px) {
  .team__top .section__title {
    text-align: left;
  }
}
.team__top .section__paragraph {
  text-align: center;
  color: #fff;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 676px) {
  .team__top .section__paragraph {
    text-align: left;
  }
}
.team__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 676px) {
  .team__bottom {
    flex-direction: column;
  }
}
.team__cta {
  width: 50%;
}
@media (max-width: 676px) {
  .team__cta {
    width: 100%;
    margin-bottom: 56px;
  }
}
.team__cta h5 {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  margin-bottom: 28px;
  margin-top: 54px;
}
@media (max-width: 676px) {
  .team__cta h5 {
    margin-top: 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
  }
}
.team__cta p {
  color: #fff;
  margin-bottom: 24px;
  max-width: 456px;
}
.team-slider {
  margin-right: 14%;
  position: relative;
  height: fit-content;
}
@media (max-width: 767px) {
  .team-slider {
    margin-right: 7%;
  }
}
@media (max-width: 676px) {
  .team-slider {
    width: 210px;
    margin: 0 auto;
  }
}
.team-slider .swiper-wrapper {
  max-width: 210px;
}
.team-slider .swiper-slide {
  width: 210px;
  opacity: 0;
  transition: 0.2s ease;
}
.team-slider .swiper-slide-active {
  opacity: 1;
  transition: 0.2s ease;
}
.team-slider .swiper-slide-prev {
  opacity: 0;
  transition: 0.2s ease;
}
.team-slider .swiper-slide-next {
  opacity: 0;
  transition: 0.2s ease;
}
.team-slider-button-prev {
  position: absolute;
  top: 32%;
  left: -110px;
  z-index: 10;
}
@media (max-width: 991px) {
  .team-slider-button-prev {
    left: -50px;
  }
}
.team-slider-button-next {
  position: absolute;
  top: 32%;
  right: -116px;
  z-index: 10;
}
@media (max-width: 991px) {
  .team-slider-button-next {
    right: -50px;
  }
}
.team-slider__member img {
  display: flex;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}
.team-slider__member--name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}
.team-slider__member--job {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.divided-section-1__container {
  padding: 0;
}
.divided-section-1__wrapper {
  display: flex;
}
.divided-section-1__img {
  width: 50%;
	line-height: 0;
}
.divided-section-1__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
	.divided-section-1__info_wrap {
        max-height: 510px;
   }
  .divided-section-1__img img {
        aspect-ratio: 3 / 4.2;
        max-height: 511px;
  }
	.divided-section-1__wrapper {
		    background-color: #D9E3ED;
		        gap: 10px;
	}
}
.divided-section-1__info_wrap {
  width: 50%;
}
.divided-section-1__info {
  background-color: #D9E3ED;
	height: 100%;
    width: 100%;
}

@media (min-width: 1101px) {
	.divided-section-1__info {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
	}
}

@media (max-width: 990px) {
  .divided-section-1__wrapper {
    flex-direction: column;
  }
	.divided-section-1__info_wrap {
    width: 100%;
	}
  .divided-section-1__img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .divided-section-1__img {
    aspect-ratio: 3/4;
  }
}

@media (min-width: 1920px) {
  .divided-section-1__info {
    padding-left: 220px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (padding-left: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem)) {
    .divided-section-1__info {
      padding-left: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem);
    }
  }
  @supports not (padding-left: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem)) {
    .divided-section-1__info {
      padding-left: calc(42px + (100vw - 1440px) * 0.3708333333);
    }
  }
}
@media (max-width: 1440px) {
  .divided-section-1__info {
    padding-left: 42px;
  }
}
@media (min-width: 1920px) {
  .divided-section-1__info {
    padding-top: 170px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (padding-top: clamp(1.5pxrem, calc(-414px + 30.4166666667 * 1vw), 10.625pxrem)) {
    .divided-section-1__info {
      padding-top: clamp(1.5pxrem, calc(-414px + 30.4166666667 * 1vw), 10.625pxrem);
    }
  }
  @supports not (padding-top: clamp(1.5pxrem, calc(-414px + 30.4166666667 * 1vw), 10.625pxrem)) {
    .divided-section-1__info {
      padding-top: calc(24px + (100vw - 1440px) * 0.3041666667);
    }
  }
}
@media (max-width: 1440px) {
  .divided-section-1__info {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 990px) {
  .divided-section-1__info {
    width: 100%;
    padding: 42px 25px;
  }
}
@media (max-width: 375px) {
  .divided-section-1__info {
    aspect-ratio: 3/4;
  }
}
.divided-section-1__info .section__title {
  line-height: 133%;
  margin-bottom: 51px;
}
@media (min-width: 1440px) {
  .divided-section-1__info .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .divided-section-1__info .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .divided-section-1__info .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .divided-section-1__info .section__title {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .divided-section-1__info .section__title {
    max-width: 400px;
  }
}
.divided-section-1__info ul {
  margin-bottom: 54px;
  padding-left: 8px;
  display: grid;
  gap: 20px;
}
@media (max-width: 1380px) {
  .divided-section-1__info ul {
    margin-bottom: 24px;
  }
}
.divided-section-1__info ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.divided-section-1__info ul li .text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
@media (max-width: 1440px) {
  .divided-section-1__info ul li .text {
    line-height: 200%;
  }
}

.divided-section-2__container {
  padding: 0;
}
.divided-section-2__wrapper {
  display: flex;
}
@media (min-width: 768px) {
	.divided-section-2__info {
	  background: #f1f5fa;
	}
}
@media (max-width: 1279px) {
  .divided-section-2__wrapper {
    flex-direction: column-reverse;
  }
}
.divided-section-2__img {
  width: 50%;
	height: 100%;
}
@media (max-width: 1279px) {
  .divided-section-2__img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .divided-section-2__img {
    aspect-ratio: 3/4;
  }
}
.divided-section-2__img img {
  width: 100%;
	height: 100%;
  object-fit: cover;
  display: flex;
}
@media (max-width: 1279px) {
  .divided-section-2__img img {
    max-height: 500px;
  }
}
@media (max-width: 375px) {
  .divided-section-2__img img {
    aspect-ratio: 3/4;
  }
}
.divided-section-2__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 55px;
  transition: 0.2s ease;
}
@media (min-width: 1920px) {
  .divided-section-2__info {
    padding-left: 73px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (padding-left: clamp(1.5pxrem, calc(-123px + 10.2083333333 * 1vw), 4.5625pxrem)) {
    .divided-section-2__info {
      padding-left: clamp(1.5pxrem, calc(-123px + 10.2083333333 * 1vw), 4.5625pxrem);
    }
  }
  @supports not (padding-left: clamp(1.5pxrem, calc(-123px + 10.2083333333 * 1vw), 4.5625pxrem)) {
    .divided-section-2__info {
      padding-left: calc(24px + (100vw - 1440px) * 0.1020833333);
    }
  }
}
@media (max-width: 1440px) {
  .divided-section-2__info {
    padding-left: 24px;
  }
}
@media (min-width: 1920px) {
  .divided-section-2__info {
    padding-right: 220px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  @supports (padding-right: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem)) {
    .divided-section-2__info {
      padding-right: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem);
    }
  }
  @supports not (padding-right: clamp(2.625pxrem, calc(-492px + 37.0833333333 * 1vw), 13.75pxrem)) {
    .divided-section-2__info {
      padding-right: calc(42px + (100vw - 1440px) * 0.3708333333);
    }
  }
}
@media (max-width: 1440px) {
  .divided-section-2__info {
    padding-right: 42px;
  }
}
@media (min-width: 1920px) {
  .divided-section-2__info {
    padding-top: 100px;
  }
}
@media (min-width: 1660px) and (max-width: 1920px) {
  @supports (padding-top: clamp(1.5pxrem, calc(-461.2307692308px + 29.2307692308 * 1vw), 6.25pxrem)) {
    .divided-section-2__info {
      padding-top: clamp(1.5pxrem, calc(-461.2307692308px + 29.2307692308 * 1vw), 6.25pxrem);
    }
  }
  @supports not (padding-top: clamp(1.5pxrem, calc(-461.2307692308px + 29.2307692308 * 1vw), 6.25pxrem)) {
    .divided-section-2__info {
      padding-top: calc(24px + (100vw - 1660px) * 0.2923076923);
    }
  }
}
@media (max-width: 1660px) {
  .divided-section-2__info {
    padding-top: 24px;
  }
}
@media (max-width: 1660px) {
  .divided-section-2__info {
    gap: 24px;
  }
}
@media (max-width: 1279px) {
  .divided-section-2__info {
    width: 100%;
    padding: 42px 32px;
    gap: 62px;
  }
}
@media (max-width: 990px) {
  .divided-section-2__info {
    width: 100%;
    padding: 42px 25px;
    gap: 42px;
  }
}
@media (max-width: 467px) {
  .divided-section-2__info {
    gap: 32px;
  }
}
@media (max-width: 375px) {
  .divided-section-2__info {
    aspect-ratio: 3/4;
  }
}
.divided-section-2__info .section__title {
  line-height: 133%;
  margin-bottom: 42px;
}
@media (min-width: 1440px) {
  .divided-section-2__info .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .divided-section-2__info .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .divided-section-2__info .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .divided-section-2__info .section__title {
    font-size: 32px;
  }
}

@media (min-width: 991px) {
  .divided-section-2__info .section__title {
    max-width: 600px;
  }
}
.divided-section-2__info .section__title-secondary {
  margin-bottom: 38px;
}
@media (min-width: 1440px) {
  .divided-section-2__info .section__title-secondary {
    font-size: 32px;
  }
  .divided-section-2__info .second-title {
    font-size: 28px;
    margin-bottom: 33px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .divided-section-2__info .section__title-secondary {
      font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem);
    }
  }
  @supports not (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .divided-section-2__info .section__title-secondary {
      font-size: calc(24px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .divided-section-2__info .section__title-secondary {
    font-size: 24px;
  }
}
@media (max-width: 1540px) {
  .divided-section-2__info .section__title-secondary {
    margin-bottom: 12px;
  }
}
.divided_section_2_info_block {
	padding-left: 3px;
}
.divided-section-2__info ul {
  padding-bottom: 13px
}
.divided-section-2__info ._hr {
	margin: 0;
  margin-bottom: 20px;
  max-width: 458px;
	height: 1px;
	border-bottom: 1px solid #315f81;
}
.divided-section-2__block:nth-of-type(2) ._hr {
    margin-bottom: 23px;
}
.divided-section-2__block:nth-of-type(2) .divided-section-2__price {
   margin-bottom: 14px;
}
@media (max-width: 1380px) {
  .divided-section-2__info ul {
    margin-bottom: 24px;
    margin-bottom: 8px;
  }
}
.divided-section-2__info ul li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.divided-section-2__info ul li .text {
  font-family: var(--font-family);
  font-weight: 300;
  line-height: 214%;
  color: #000;
}
@media (min-width: 1440px) {
  .divided-section-2__info ul li .text {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(0.75pxrem, calc(11.2957746479px + 0.1877934272 * 1vw), 0.875pxrem)) {
    .divided-section-2__info ul li .text {
      font-size: clamp(0.75pxrem, calc(11.2957746479px + 0.1877934272 * 1vw), 0.875pxrem);
    }
  }
  @supports not (font-size: clamp(0.75pxrem, calc(11.2957746479px + 0.1877934272 * 1vw), 0.875pxrem)) {
    .divided-section-2__info ul li .text {
      font-size: calc(12px + (100vw - 375px) * 0.0018779343);
    }
  }
}
@media (max-width: 375px) {
  .divided-section-2__info ul li .text {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .divided-section-2__info ul li .text {
    line-height: 200%;
  }
}
.divided-section-2__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 23px;
}

.media-banner {
  background: #5f83a5;
  padding: 53px 0 50px;
}
.media-banner__container {
  max-width: 1330px;
}
.media-banner__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .media-banner__wrapper {
    gap: 130px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (gap: clamp(2.375pxrem, calc(15.6699029126px + 5.9546925566 * 1vw), 8.125pxrem)) {
    .media-banner__wrapper {
      gap: clamp(2.375pxrem, calc(15.6699029126px + 5.9546925566 * 1vw), 8.125pxrem);
    }
  }
  @supports not (gap: clamp(2.375pxrem, calc(15.6699029126px + 5.9546925566 * 1vw), 8.125pxrem)) {
    .media-banner__wrapper {
      gap: calc(38px + (100vw - 375px) * 0.0595469256);
    }
  }
}
@media (max-width: 375px) {
  .media-banner__wrapper {
    gap: 38px;
  }
}
@media (max-width: 990px) {
  .media-banner__wrapper {
    flex-direction: column;
  }
}
.media-banner__img img {
  object-fit: cover;
  width: 600px;
  height: 400px;
}
@media (max-width: 1440px) {
  .media-banner__img img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 467px) {
  .media-banner__img img {
    width: 100%;
    height: 260px;
  }
}
.media-banner__text {
  max-width: 600px;
}
.media-banner__text h3 {
  color: #fff;
  margin-bottom: 22px;
}
@media (min-width: 1440px) {
  .media-banner__text h3 {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .media-banner__text h3 {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .media-banner__text h3 {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .media-banner__text h3 {
    font-size: 32px;
  }
}
.media-banner__text p {
  color: #fff;
  margin-bottom: 25px;
}

/* ~~~~~~~ Styles for our-story.html ~~~~~~~ */
@media (max-width: 567px) {
  .about-hero {
    background: #fcf6f0;
  }
}
.about-hero__container {
  padding: 0;
}
.about-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-hero__img {
  display: flex;
  position: relative;
  width: 100%;
  max-height: 637px;
}
@media (max-width: 1440px) {
  .about-hero__img {
    aspect-ratio: 16/6;
  }
}
@media (max-width: 767px) {
  .about-hero__img {
    aspect-ratio: 4/4;
    width: 100%;
  }
}
.about-hero__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.about-hero__img img {
  display: flex;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-hero__img img {
    background-position: center;
  }
}
.about-hero__title {
  max-width: 1220px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin: 0 24px;
}
@media (min-width: 1440px) {
  .about-hero__title {
    padding-top: 48px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(2pxrem, calc(26.3661971831px + 1.5023474178 * 1vw), 3pxrem)) {
    .about-hero__title {
      padding-top: clamp(2pxrem, calc(26.3661971831px + 1.5023474178 * 1vw), 3pxrem);
    }
  }
  @supports not (padding-top: clamp(2pxrem, calc(26.3661971831px + 1.5023474178 * 1vw), 3pxrem)) {
    .about-hero__title {
      padding-top: calc(32px + (100vw - 375px) * 0.0150234742);
    }
  }
}
@media (max-width: 375px) {
  .about-hero__title {
    padding-top: 32px;
  }
}
@media (min-width: 1440px) {
  .about-hero__title {
    padding-bottom: 52px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(2pxrem, calc(24.9577464789px + 1.8779342723 * 1vw), 3.25pxrem)) {
    .about-hero__title {
      padding-bottom: clamp(2pxrem, calc(24.9577464789px + 1.8779342723 * 1vw), 3.25pxrem);
    }
  }
  @supports not (padding-bottom: clamp(2pxrem, calc(24.9577464789px + 1.8779342723 * 1vw), 3.25pxrem)) {
    .about-hero__title {
      padding-bottom: calc(32px + (100vw - 375px) * 0.0187793427);
    }
  }
}
@media (max-width: 375px) {
  .about-hero__title {
    padding-bottom: 32px;
  }
}
.about-hero__title h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #000;
}

.why-us {
  background: #f0f1f2;
}
@media (min-width: 1440px) {
  .why-us {
    padding-top: 6px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(1.5pxrem, calc(30.338028169px + -1.6901408451 * 1vw), 0.375pxrem)) {
    .why-us {
      padding-top: clamp(1.5pxrem, calc(30.338028169px + -1.6901408451 * 1vw), 0.375pxrem);
    }
  }
  @supports not (padding-top: clamp(1.5pxrem, calc(30.338028169px + -1.6901408451 * 1vw), 0.375pxrem)) {
    .why-us {
      padding-top: calc(24px + (100vw - 375px) * -0.0169014085);
    }
  }
}
@media (max-width: 375px) {
  .why-us {
    padding-top: 24px;
  }
}
@media (min-width: 1440px) {
  .why-us {
    padding-bottom: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(4.5pxrem, calc(62.1408450704px + 2.6291079812 * 1vw), 6.25pxrem)) {
    .why-us {
      padding-bottom: clamp(4.5pxrem, calc(62.1408450704px + 2.6291079812 * 1vw), 6.25pxrem);
    }
  }
  @supports not (padding-bottom: clamp(4.5pxrem, calc(62.1408450704px + 2.6291079812 * 1vw), 6.25pxrem)) {
    .why-us {
      padding-bottom: calc(72px + (100vw - 375px) * 0.0262910798);
    }
  }
}
@media (max-width: 375px) {
  .why-us {
    padding-bottom: 72px;
  }
}
.why-us__container {
  max-width: 1220px;
}
.why-us-top {
  padding: 54px;
  border-bottom: 1px solid #818181;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .why-us-top {
    border-bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .why-us-top {
    padding: 42px;
  }
}
@media (max-width: 991px) and (min-width: 375px) and (max-width: 991px) {
  @supports (padding: clamp(2pxrem, calc(25.9123376623px + 1.6233766234 * 1vw), 2.625pxrem)) {
    .why-us-top {
      padding: clamp(2pxrem, calc(25.9123376623px + 1.6233766234 * 1vw), 2.625pxrem);
    }
  }
  @supports not (padding: clamp(2pxrem, calc(25.9123376623px + 1.6233766234 * 1vw), 2.625pxrem)) {
    .why-us-top {
      padding: calc(32px + (100vw - 375px) * 0.0162337662);
    }
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .why-us-top {
    padding: 32px;
  }
}
.why-us-top__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .why-us-top__wrapper {
    flex-direction: column;
    gap: 52px;
  }
}
.why-us-top-block {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 275px;
  position: relative;
}
@media (max-width: 991px) {
  .why-us-top-block::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #818181;
    bottom: -28px;
    left: -36px;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .why-us-top-block::after {
    width: 900px;
  }
}
@media (max-width: 991px) and (min-width: 375px) and (max-width: 991px) {
  @supports (width: clamp(20.25pxrem, calc(-26.6493506494px + 93.5064935065 * 1vw), 56.25pxrem)) {
    .why-us-top-block::after {
      width: clamp(20.25pxrem, calc(-26.6493506494px + 93.5064935065 * 1vw), 56.25pxrem);
    }
  }
  @supports not (width: clamp(20.25pxrem, calc(-26.6493506494px + 93.5064935065 * 1vw), 56.25pxrem)) {
    .why-us-top-block::after {
      width: calc(324px + (100vw - 375px) * 0.9350649351);
    }
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .why-us-top-block::after {
    width: 324px;
  }
}
.why-us-top-block:last-of-type::after {
  display: none;
}
.why-us-top-block__img {
  display: flex;
  padding: 14px;
  border: 1px solid #818181;
  border-radius: 8px;
}
.why-us-top-block__img img {
  display: flex;
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.why-us-top-block__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin-bottom: 4px;
}
.why-us-top-block__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 118%;
  color: #818181;
}
@media (min-width: 990px) {
  .why-us-top-block__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (font-size: clamp(1.25pxrem, calc(18.7804878049px + 0.325203252 * 1vw), 1.375pxrem)) {
    .why-us-top-block__subtitle {
      font-size: clamp(1.25pxrem, calc(18.7804878049px + 0.325203252 * 1vw), 1.375pxrem);
    }
  }
  @supports not (font-size: clamp(1.25pxrem, calc(18.7804878049px + 0.325203252 * 1vw), 1.375pxrem)) {
    .why-us-top-block__subtitle {
      font-size: calc(20px + (100vw - 375px) * 0.0032520325);
    }
  }
}
@media (max-width: 375px) {
  .why-us-top-block__subtitle {
    font-size: 20px;
  }
}
.why-us-bottom {
  display: flex;
  justify-content: space-between;
  gap: 74px;
}
@media (max-width: 991px) {
  .why-us-bottom {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .why-us-bottom .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .why-us-bottom .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .why-us-bottom .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom .section__title {
    font-size: 32px;
  }
}
.why-us-bottom-nums {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-bottom: 56px;
  border-bottom: 0.5px solid #818181;
  border-width: 0.5px;
}
@media (max-width: 467px) {
  .why-us-bottom-nums {
    justify-content: space-between;
  }
}
.why-us-bottom-nums::after {
  content: "";
  position: absolute;
  width: .5px;
  height: 74%;
  background-color: #818181;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 467px) {
  .why-us-bottom-nums::after {
    right: 48px;
	  bottom: 48px;
  }
}
.why-us-bottom-nums .divider {
  display: flex;
  background: #f0f1f2;
  height: 100%;
  width: 1px;
}
.why-us-bottom-nums__num {
  display: flex;
  flex-direction: column;
  padding-bottom: 56px;
}
.why-us-bottom-nums__num h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 100px;
  color: #ffac46;
  position: relative;
  width: fit-content;
  display: flex;
  align-self: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media (min-width: 990px) {
  .why-us-bottom-nums__num h3 {
    font-size: 100px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (font-size: clamp(5.3125pxrem, calc(75.8536585366px + 2.4390243902 * 1vw), 6.25pxrem)) {
    .why-us-bottom-nums__num h3 {
      font-size: clamp(5.3125pxrem, calc(75.8536585366px + 2.4390243902 * 1vw), 6.25pxrem);
    }
  }
  @supports not (font-size: clamp(5.3125pxrem, calc(75.8536585366px + 2.4390243902 * 1vw), 6.25pxrem)) {
    .why-us-bottom-nums__num h3 {
      font-size: calc(85px + (100vw - 375px) * 0.0243902439);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-nums__num h3 {
    font-size: 85px;
  }
}
.why-us-bottom-nums__num h3 span {
  font-family: var(--second-family);
  font-weight: 400;
  color: #818181;
  position: absolute;
  right: -24px;
  top: 24px;
}
@media (min-width: 990px) {
  .why-us-bottom-nums__num h3 span {
    font-size: 35px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (font-size: clamp(1.25pxrem, calc(10.8536585366px + 2.4390243902 * 1vw), 2.1875pxrem)) {
    .why-us-bottom-nums__num h3 span {
      font-size: clamp(1.25pxrem, calc(10.8536585366px + 2.4390243902 * 1vw), 2.1875pxrem);
    }
  }
  @supports not (font-size: clamp(1.25pxrem, calc(10.8536585366px + 2.4390243902 * 1vw), 2.1875pxrem)) {
    .why-us-bottom-nums__num h3 span {
      font-size: calc(20px + (100vw - 375px) * 0.0243902439);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-nums__num h3 span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .why-us-bottom-nums__num h3 span {
    right: -12px;
  }
}
.why-us-bottom-nums__num h3 div {
  font-family: var(--second-family);
  font-weight: 400;
  text-align: center;
  color: #818181;
}
@media (min-width: 990px) {
  .why-us-bottom-nums__num h3 div {
    font-size: 28px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (font-size: clamp(1.375pxrem, calc(18.3414634146px + 0.9756097561 * 1vw), 1.75pxrem)) {
    .why-us-bottom-nums__num h3 div {
      font-size: clamp(1.375pxrem, calc(18.3414634146px + 0.9756097561 * 1vw), 1.75pxrem);
    }
  }
  @supports not (font-size: clamp(1.375pxrem, calc(18.3414634146px + 0.9756097561 * 1vw), 1.75pxrem)) {
    .why-us-bottom-nums__num h3 div {
      font-size: calc(22px + (100vw - 375px) * 0.0097560976);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-nums__num h3 div {
    font-size: 22px;
  }
}
.why-us-bottom-nums__num h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.why-us-bottom-nums__num p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #818181;
  max-width: 170px;
}
.why-us-bottom__text {
  max-width: 450px;
}
@media (max-width: 991px) {
  .why-us-bottom__text {
    max-width: 100%;
  }
}
.why-us-bottom__text .section__title {
  margin-bottom: 24px;
}
.why-us-bottom__text .text p {
  margin-bottom: 1.5rem;
}
.why-us-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 100px;
  row-gap: 40px;
  margin-top: 54px;
  position: relative;
}
@media (min-width: 1920px) {
  .why-us-bottom-grid {
    column-gap: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (column-gap: clamp(2.25pxrem, calc(20.4660194175px + 4.142394822 * 1vw), 6.25pxrem)) {
    .why-us-bottom-grid {
      column-gap: clamp(2.25pxrem, calc(20.4660194175px + 4.142394822 * 1vw), 6.25pxrem);
    }
  }
  @supports not (column-gap: clamp(2.25pxrem, calc(20.4660194175px + 4.142394822 * 1vw), 6.25pxrem)) {
    .why-us-bottom-grid {
      column-gap: calc(36px + (100vw - 375px) * 0.0414239482);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-grid {
    column-gap: 36px;
  }
}
@media (min-width: 1920px) {
  .why-us-bottom-grid {
    row-gap: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1920px) {
  @supports (row-gap: clamp(4.0625pxrem, calc(71.067961165px + -1.6181229773 * 1vw), 2.5pxrem)) {
    .why-us-bottom-grid {
      row-gap: clamp(4.0625pxrem, calc(71.067961165px + -1.6181229773 * 1vw), 2.5pxrem);
    }
  }
  @supports not (row-gap: clamp(4.0625pxrem, calc(71.067961165px + -1.6181229773 * 1vw), 2.5pxrem)) {
    .why-us-bottom-grid {
      row-gap: calc(65px + (100vw - 375px) * -0.0161812298);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-grid {
    row-gap: 65px;
  }
}
@media (max-width: 567px) {
  .why-us-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.why-us-bottom-grid .why-us-bottom-grid__card:nth-child(1) > .why-us-bottom-grid__card--tip.tip-modal {
  left: 0;
}
@media (max-width: 567px) {
  .why-us-bottom-grid .why-us-bottom-grid__card:nth-child(3) > .why-us-bottom-grid__card--tip.tip-modal {
    left: 0;
  }
}
@media (min-width: 568px) {
  .why-us-bottom-grid .why-us-bottom-grid__card:nth-child(4) > .why-us-bottom-grid__card--tip.tip-modal {
    left: 0;
  }
}
.why-us-bottom-grid .why-us-bottom-grid__card:nth-child(5) > .why-us-bottom-grid__card--tip.tip-modal {
  left: 0;
}
.why-us-bottom-grid .why-us-bottom-grid__card:nth-child(7) > .why-us-bottom-grid__card--tip.tip-modal {
  left: 0;
}
@media (max-width: 567px) {
  .why-us-bottom-grid .why-us-bottom-grid__card:last-child {
    grid-column: 1/-1;
  }
}
.why-us-bottom-grid__card {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.why-us-bottom-grid__card img {
  width: 100%;
  object-fit: cover;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.why-us-bottom-grid__card .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.why-us-bottom-grid__card--tip {
  display: none;
}

@media (min-width: 990px) {
  .why-us-bottom-nums > div:nth-child(3) > h3 > span {
    font-size: 28px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (font-size: clamp(1.25pxrem, calc(15.1219512195px + 1.3008130081 * 1vw), 1.75pxrem)) {
    .why-us-bottom-nums > div:nth-child(3) > h3 > span {
      font-size: clamp(1.25pxrem, calc(15.1219512195px + 1.3008130081 * 1vw), 1.75pxrem);
    }
  }
  @supports not (font-size: clamp(1.25pxrem, calc(15.1219512195px + 1.3008130081 * 1vw), 1.75pxrem)) {
    .why-us-bottom-nums > div:nth-child(3) > h3 > span {
      font-size: calc(20px + (100vw - 375px) * 0.0130081301);
    }
  }
}
@media (max-width: 375px) {
  .why-us-bottom-nums > div:nth-child(3) > h3 > span {
    font-size: 20px;
  }
}

.our-story {
  background: #d9e3ed;
  padding-top: 50px;
}
@media (min-width: 1440px) {
  .our-story {
    padding-top: 54px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(3pxrem, calc(45.8873239437px + 0.5633802817 * 1vw), 3.375pxrem)) {
    .our-story {
      padding-top: clamp(3pxrem, calc(45.8873239437px + 0.5633802817 * 1vw), 3.375pxrem);
    }
  }
  @supports not (padding-top: clamp(3pxrem, calc(45.8873239437px + 0.5633802817 * 1vw), 3.375pxrem)) {
    .our-story {
      padding-top: calc(48px + (100vw - 375px) * 0.0056338028);
    }
  }
}
@media (max-width: 375px) {
  .our-story {
    padding-top: 48px;
  }
}
@media (max-width: 467px) {
  .our-story {
    padding-bottom: 54px;
  }
}
.our-story__container {
  max-width: 1264px;
}
.our-story__wrapper .section__title {
  text-align: center;
}
@media (min-width: 1440px) {
  .our-story__wrapper .section__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-bottom: clamp(1.75pxrem, calc(18.1408450704px + 2.6291079812 * 1vw), 3.5pxrem)) {
    .our-story__wrapper .section__title {
      margin-bottom: clamp(1.75pxrem, calc(18.1408450704px + 2.6291079812 * 1vw), 3.5pxrem);
    }
  }
  @supports not (margin-bottom: clamp(1.75pxrem, calc(18.1408450704px + 2.6291079812 * 1vw), 3.5pxrem)) {
    .our-story__wrapper .section__title {
      margin-bottom: calc(28px + (100vw - 375px) * 0.0262910798);
    }
  }
}
@media (max-width: 375px) {
  .our-story__wrapper .section__title {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .our-story__wrapper .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .our-story__wrapper .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .our-story__wrapper .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .our-story__wrapper .section__title {
    font-size: 32px;
  }
}
.our-story__block {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 18px;
  position: relative;
  z-index: 10;
}
.our-story__block-wrapper {
  border: 1px solid #dedede;
  border-radius: 18px;
  padding: 48px 80px 100px;
  margin: 25px 20px 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    padding-top: 48px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(2.875pxrem, calc(45.2957746479px + 0.1877934272 * 1vw), 3pxrem)) {
    .our-story__block-wrapper {
      padding-top: clamp(2.875pxrem, calc(45.2957746479px + 0.1877934272 * 1vw), 3pxrem);
    }
  }
  @supports not (padding-top: clamp(2.875pxrem, calc(45.2957746479px + 0.1877934272 * 1vw), 3pxrem)) {
    .our-story__block-wrapper {
      padding-top: calc(46px + (100vw - 375px) * 0.0018779343);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    padding-top: 46px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(2.875pxrem, calc(26.985915493px + 5.0704225352 * 1vw), 6.25pxrem)) {
    .our-story__block-wrapper {
      padding-bottom: clamp(2.875pxrem, calc(26.985915493px + 5.0704225352 * 1vw), 6.25pxrem);
    }
  }
  @supports not (padding-bottom: clamp(2.875pxrem, calc(26.985915493px + 5.0704225352 * 1vw), 6.25pxrem)) {
    .our-story__block-wrapper {
      padding-bottom: calc(46px + (100vw - 375px) * 0.0507042254);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    padding-bottom: 46px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    padding-right: 80px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-right: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem)) {
    .our-story__block-wrapper {
      padding-right: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem);
    }
  }
  @supports not (padding-right: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem)) {
    .our-story__block-wrapper {
      padding-right: calc(42px + (100vw - 375px) * 0.0356807512);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    padding-right: 42px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    padding-left: 80px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-left: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem)) {
    .our-story__block-wrapper {
      padding-left: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem);
    }
  }
  @supports not (padding-left: clamp(2.625pxrem, calc(28.6197183099px + 3.5680751174 * 1vw), 5pxrem)) {
    .our-story__block-wrapper {
      padding-left: calc(42px + (100vw - 375px) * 0.0356807512);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    padding-left: 42px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    margin-top: 25px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-top: clamp(0.6875pxrem, calc(6.0704225352px + 1.3145539906 * 1vw), 1.5625pxrem)) {
    .our-story__block-wrapper {
      margin-top: clamp(0.6875pxrem, calc(6.0704225352px + 1.3145539906 * 1vw), 1.5625pxrem);
    }
  }
  @supports not (margin-top: clamp(0.6875pxrem, calc(6.0704225352px + 1.3145539906 * 1vw), 1.5625pxrem)) {
    .our-story__block-wrapper {
      margin-top: calc(11px + (100vw - 375px) * 0.0131455399);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    margin-top: 11px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-bottom: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-bottom: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem);
    }
  }
  @supports not (margin-bottom: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-bottom: calc(11px + (100vw - 375px) * 0.0084507042);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    margin-bottom: 11px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    margin-right: 20px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-right: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-right: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem);
    }
  }
  @supports not (margin-right: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-right: calc(11px + (100vw - 375px) * 0.0084507042);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    margin-right: 11px;
  }
}
@media (min-width: 1440px) {
  .our-story__block-wrapper {
    margin-left: 20px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-left: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-left: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem);
    }
  }
  @supports not (margin-left: clamp(0.6875pxrem, calc(7.8309859155px + 0.8450704225 * 1vw), 1.25pxrem)) {
    .our-story__block-wrapper {
      margin-left: calc(11px + (100vw - 375px) * 0.0084507042);
    }
  }
}
@media (max-width: 375px) {
  .our-story__block-wrapper {
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .our-story__block-wrapper {
    flex-direction: column;
    gap: 54px;
  }
}
.our-story-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-story-member__name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #355f87;
  margin-bottom: 8px;
}
.our-story-member__job {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #5f83a5;
}
.our-story-member__img {
  margin-top: 58px;
}
@media (max-width: 767px) and (min-width: 767px) {
  .our-story-member__img {
    margin-top: 42px;
  }
}
@media (max-width: 767px) and (min-width: 375px) and (max-width: 767px) {
  @supports (margin-top: clamp(1.375pxrem, calc(2.8673469388px + 5.1020408163 * 1vw), 2.625pxrem)) {
    .our-story-member__img {
      margin-top: clamp(1.375pxrem, calc(2.8673469388px + 5.1020408163 * 1vw), 2.625pxrem);
    }
  }
  @supports not (margin-top: clamp(1.375pxrem, calc(2.8673469388px + 5.1020408163 * 1vw), 2.625pxrem)) {
    .our-story-member__img {
      margin-top: calc(22px + (100vw - 375px) * 0.0510204082);
    }
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .our-story-member__img {
    margin-top: 22px;
  }
}
.our-story-member__img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.our-story__bottom {
  background: #5f83a5;
  padding-top: 180px;
  padding-bottom: 78px;
  position: relative;
  top: -136px;
}
@media (max-width: 467px) {
  .our-story__bottom {
    position: unset;
    padding-top: 56px;
    padding-bottom: 52px;
  }
}
.our-story__bottom__container {
  max-width: 1264px;
  margin: 0 auto;
}
.our-story__bottom__wrapper {
  display: flex;
}
.our-story__bottom .our-story-text-block {
  display: flex;
  flex-direction: column;
  margin-left: 44px;
  margin-right: 44px;
  position: relative;
}
.our-story__bottom .our-story-text-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: -44px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffac46;
}
.our-story__bottom .our-story-text-block::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ffac46;
}
.our-story__bottom .our-story-text-block__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 767px) and (min-width: 767px) {
  .our-story__bottom .our-story-text-block__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (min-width: 375px) and (max-width: 767px) {
  @supports (font-size: clamp(1.125pxrem, calc(12.2602040816px + 1.5306122449 * 1vw), 1.5pxrem)) {
    .our-story__bottom .our-story-text-block__title {
      font-size: clamp(1.125pxrem, calc(12.2602040816px + 1.5306122449 * 1vw), 1.5pxrem);
    }
  }
  @supports not (font-size: clamp(1.125pxrem, calc(12.2602040816px + 1.5306122449 * 1vw), 1.5pxrem)) {
    .our-story__bottom .our-story-text-block__title {
      font-size: calc(18px + (100vw - 375px) * 0.0153061224);
    }
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .our-story__bottom .our-story-text-block__title {
    font-size: 18px;
  }
}
.our-story__bottom .our-story-text-block__subtitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 767px) {
  .our-story__bottom .our-story-text-block__subtitle {
    margin-bottom: 54px;
  }
}

.values {
  background: #f0f1f2;
}
@media (min-width: 1440px) {
  .values {
    padding-top: 78px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(3pxrem, calc(37.4366197183px + 2.8169014085 * 1vw), 4.875pxrem)) {
    .values {
      padding-top: clamp(3pxrem, calc(37.4366197183px + 2.8169014085 * 1vw), 4.875pxrem);
    }
  }
  @supports not (padding-top: clamp(3pxrem, calc(37.4366197183px + 2.8169014085 * 1vw), 4.875pxrem)) {
    .values {
      padding-top: calc(48px + (100vw - 375px) * 0.0281690141);
    }
  }
}
@media (max-width: 375px) {
  .values {
    padding-top: 48px;
  }
}
@media (min-width: 1440px) {
  .values {
    padding-bottom: 44px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(3.875pxrem, calc(68.338028169px + -1.6901408451 * 1vw), 2.75pxrem)) {
    .values {
      padding-bottom: clamp(3.875pxrem, calc(68.338028169px + -1.6901408451 * 1vw), 2.75pxrem);
    }
  }
  @supports not (padding-bottom: clamp(3.875pxrem, calc(68.338028169px + -1.6901408451 * 1vw), 2.75pxrem)) {
    .values {
      padding-bottom: calc(62px + (100vw - 375px) * -0.0169014085);
    }
  }
}
@media (max-width: 375px) {
  .values {
    padding-bottom: 62px;
  }
	.values-value__num.values-value__step--1 {
		padding: 0 15px;
	}
}
.values__container {
  max-width: 1220px;
}
.values__container .section__title {
  text-align: center;
}
@media (min-width: 1440px) {
  .values__container .section__title {
    margin-bottom: 82px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (margin-bottom: clamp(1.75pxrem, calc(8.985915493px + 5.0704225352 * 1vw), 5.125pxrem)) {
    .values__container .section__title {
      margin-bottom: clamp(1.75pxrem, calc(8.985915493px + 5.0704225352 * 1vw), 5.125pxrem);
    }
  }
  @supports not (margin-bottom: clamp(1.75pxrem, calc(8.985915493px + 5.0704225352 * 1vw), 5.125pxrem)) {
    .values__container .section__title {
      margin-bottom: calc(28px + (100vw - 375px) * 0.0507042254);
    }
  }
}
@media (max-width: 375px) {
  .values__container .section__title {
    margin-bottom: 28px;
  }
}
@media (min-width: 1440px) {
  .values__container .section__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .values__container .section__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .values__container .section__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .values__container .section__title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .values__desktop {
    display: none;
  }
}
.values__mobile {
  display: none;
}
@media (max-width: 991px) {
  .values__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 28px;
    margin-top: 142px;
  }
}
@media (max-width: 767px) {
  .values__mobile {
    margin-top: 124px;
  }
}
.values__mobile-step {
  position: absolute;
}
.values__mobile-step svg {
  position: absolute;
  z-index: -9;
  bottom: -24px;
}
.values__mobile-step--1 {
  left: 10%;
  top: 15%;
}
.values__mobile-step--2 {
  top: -25%;
}
@media (max-width: 467px) {
  .values__mobile-step--2 {
    top: -17%;
  }
}
.values__mobile-step--3 {
  right: 10%;
  top: 15%;
}
.values__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.values__bottom {
  display: flex;
  justify-content: center;
}
.values__bottom .values-value {
    max-width: 379px;
}
.values-value {
  max-width: 310px;
  text-align: center;
}
.values-value__num {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #f69723;
  margin-bottom: 8px;
}
.values-value__title {
  font-family: var(--second-family);
  font-weight: 400;
  text-align: center;
  color: #000;
  max-width: 320px;
	display: inline-block;
}
@media (min-width: 1680px) {
  .values-value__title {
    font-size: 24px;
  }
}
@media (min-width: 375px) and (max-width: 1680px) {
  @supports (font-size: clamp(1.125pxrem, calc(16.275862069px + 0.4597701149 * 1vw), 1.5pxrem)) {
    .values-value__title {
      font-size: clamp(1.125pxrem, calc(16.275862069px + 0.4597701149 * 1vw), 1.5pxrem);
    }
  }
  @supports not (font-size: clamp(1.125pxrem, calc(16.275862069px + 0.4597701149 * 1vw), 1.5pxrem)) {
    .values-value__title {
      font-size: calc(18px + (100vw - 375px) * 0.0045977011);
    }
  }
}
@media (max-width: 375px) {
  .values-value__title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .values-value__title {
    margin-bottom: 22px;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  @supports (margin-bottom: clamp(0.75pxrem, calc(-10.0712694878px + 2.2271714922 * 1vw), 1.375pxrem)) {
    .values-value__title {
      margin-bottom: clamp(0.75pxrem, calc(-10.0712694878px + 2.2271714922 * 1vw), 1.375pxrem);
    }
  }
  @supports not (margin-bottom: clamp(0.75pxrem, calc(-10.0712694878px + 2.2271714922 * 1vw), 1.375pxrem)) {
    .values-value__title {
      margin-bottom: calc(12px + (100vw - 991px) * 0.0222717149);
    }
  }
}
@media (max-width: 991px) {
  .values-value__title {
    margin-bottom: 12px;
  }
}
.values-value__subtitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000;
}

.values-text {
  background: #f0f1f2;
}
@media (min-width: 1440px) {
  .values-text {
    padding-bottom: 60px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(2.8125pxrem, calc(39.7183098592px + 1.4084507042 * 1vw), 3.75pxrem)) {
    .values-text {
      padding-bottom: clamp(2.8125pxrem, calc(39.7183098592px + 1.4084507042 * 1vw), 3.75pxrem);
    }
  }
  @supports not (padding-bottom: clamp(2.8125pxrem, calc(39.7183098592px + 1.4084507042 * 1vw), 3.75pxrem)) {
    .values-text {
      padding-bottom: calc(45px + (100vw - 375px) * 0.014084507);
    }
  }
}
@media (max-width: 375px) {
  .values-text {
    padding-bottom: 45px;
  }
}
.values-text__title {
  font-family: var(--second-family);
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
@media (min-width: 1440px) {
  .values-text__title {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .values-text__title {
      font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem);
    }
  }
  @supports not (font-size: clamp(2pxrem, calc(29.1830985915px + 0.7511737089 * 1vw), 2.5pxrem)) {
    .values-text__title {
      font-size: calc(32px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .values-text__title {
    font-size: 32px;
  }
}
.values-text__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #000;
}

.values-value__num {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.values-value__num.active {
  display: flex;
}

.values__mobile-step {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #f69723;
  background-color: rgba(252, 246, 240, 0.8);
  border-radius: 50%;
  transition: 0.4s ease;
  z-index: 5;
}
.values__mobile-step::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: -2;
  transition: 0.6s ease;
  background: #fcf6f0;
  opacity: 0.4;
}
.values__mobile-step::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: -5;
  background: #fcf6f0;
  opacity: 0.2;
  transition: 0.1s ease;
}

.values__mobile-step.active {
  background: rgba(47, 103, 157, 0.8);
  border-radius: 50%;
  color: #f69723;
  transition: 0.4s ease;
}
.values__mobile-step.active::after {
  transition: 0.6s ease;
  background: #2f679d;
  opacity: 0.4;
}
.values__mobile-step.active::before {
  transition: 1s ease;
  background: #2f679d;
  opacity: 0.2;
}

.values-value__num-num {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #f69723;
  margin-bottom: 8px;
}

.media-banner-nums {
  position: relative;
}
.media-banner-nums__img {
  position: relative;
  height: 575px;
}
@media (min-width: 991px) {
  .media-banner-nums__img {
    height: 242px;
  }
}
.media-banner-nums__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.media-banner-nums__img img {
  display: flex;
  width: 100%;
  object-fit: cover;
  height: 575px;
}
@media (min-width: 991px) {
  .media-banner-nums__img img {
    height: 242px;
  }
}
.media-banner-nums__container {
  position: absolute;
  width: 100%;
  max-width: 1340px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 990px) {
  .media-banner-nums__container {
    top: 44px;
  }
}
@media (min-width: 375px) and (max-width: 990px) {
  @supports (top: clamp(3.5625pxrem, calc(64.9268292683px + -2.1138211382 * 1vw), 2.75pxrem)) {
    .media-banner-nums__container {
      top: clamp(3.5625pxrem, calc(64.9268292683px + -2.1138211382 * 1vw), 2.75pxrem);
    }
  }
  @supports not (top: clamp(3.5625pxrem, calc(64.9268292683px + -2.1138211382 * 1vw), 2.75pxrem)) {
    .media-banner-nums__container {
      top: calc(57px + (100vw - 375px) * -0.0211382114);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-nums__container {
    top: 57px;
  }
}
.media-banner-nums__wrapper {
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 1099px) {
  .media-banner-nums__wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 990px) {
  .media-banner-nums__wrapper {
    flex-direction: column;
    padding: 0 35px 14px;
  }
}
.media-banner-nums__block {
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  .media-banner-nums__block {
    padding: 42px 0;
  }
}
@media (min-width: 990px) {
  .media-banner-nums__block h5 br {
    display: none;
  }
}
.media-banner-nums__block h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.media-banner-nums__block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #fff;
}
.media-banner-nums__block--divider {
  height: 100%;
  height: 106px;
}
@media (max-width: 990px) {
  .media-banner-nums__block--divider {
    height: 1px;
    width: 262px;
  }
}
.media-banner-nums__block--divider .divider {
  display: flex;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 990px) {
  .media-banner-nums__block--divider .divider {
    width: 100%;
  }
}

.news {
  padding-top: 85px;
  scroll-margin-top: 60px;
  background: #fcf6f0;
}
.news__inner {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .news {
    padding-top: 80px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(4pxrem, calc(58.3661971831px + 1.5023474178 * 1vw), 5pxrem)) {
    .news {
      padding-top: clamp(4pxrem, calc(58.3661971831px + 1.5023474178 * 1vw), 5pxrem);
    }
  }
  @supports not (padding-top: clamp(4pxrem, calc(58.3661971831px + 1.5023474178 * 1vw), 5pxrem)) {
    .news {
      padding-top: calc(64px + (100vw - 375px) * 0.0150234742);
    }
  }
}
@media (max-width: 375px) {
  .news {
    padding-top: 64px;
  }
}
@media (min-width: 1440px) {
  .news {
    padding-bottom: 65px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(3.25pxrem, calc(47.4225352113px + 1.220657277 * 1vw), 4.0625pxrem)) {
    .news {
      padding-bottom: clamp(3.25pxrem, calc(47.4225352113px + 1.220657277 * 1vw), 4.0625pxrem);
    }
  }
  @supports not (padding-bottom: clamp(3.25pxrem, calc(47.4225352113px + 1.220657277 * 1vw), 4.0625pxrem)) {
    .news {
      padding-bottom: calc(52px + (100vw - 375px) * 0.0122065728);
    }
  }
}
@media (max-width: 375px) {
  .news {
    padding-bottom: 52px;
  }
}
.news__container {
  max-width: 1400px;
}
.news__wrapper {
  position: relative;
}
.news__wrapper h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  color: #000;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .news__wrapper h3 {
    margin-bottom: 35px;
  }
}
.news__slider-controls {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .news__slider-controls {
    position: unset;
    margin-bottom: 38px;
  }
}
.news__slider .swiper-pagination-bullet-active {
  background-color: #2f679d !important;
}
.news__slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__slider-button-prev {
  display: flex;
  align-items: center;
}
.news__slider-button-next {
  display: flex;
  align-items: center;
}
.news-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.news-card__img {
  margin-bottom: 10px;
}
.news-card__img img {
  display: flex;
  width: 100%;
  object-fit: cover;
}
.news-card__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news-card__info {
  display: flex;
  gap: 14px;
}
.news-card__author {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.news-card__date {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  position: relative;
}
.news-card__date::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -8px;
  width: 1px;
  height: 66%;
  background-color: #000;
}

.media-banner-membership {
  background: #5f83a5;
}
@media (min-width: 1440px) {
  .media-banner-membership {
    padding-top: 60px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-top: clamp(3.875pxrem, calc(62.7042253521px + -0.1877934272 * 1vw), 3.75pxrem)) {
    .media-banner-membership {
      padding-top: clamp(3.875pxrem, calc(62.7042253521px + -0.1877934272 * 1vw), 3.75pxrem);
    }
  }
  @supports not (padding-top: clamp(3.875pxrem, calc(62.7042253521px + -0.1877934272 * 1vw), 3.75pxrem)) {
    .media-banner-membership {
      padding-top: calc(62px + (100vw - 375px) * -0.0018779343);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-membership {
    padding-top: 62px;
  }
}
@media (min-width: 1440px) {
  .media-banner-membership {
    padding-bottom: 80px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (padding-bottom: clamp(6pxrem, calc(101.6338028169px + -1.5023474178 * 1vw), 5pxrem)) {
    .media-banner-membership {
      padding-bottom: clamp(6pxrem, calc(101.6338028169px + -1.5023474178 * 1vw), 5pxrem);
    }
  }
  @supports not (padding-bottom: clamp(6pxrem, calc(101.6338028169px + -1.5023474178 * 1vw), 5pxrem)) {
    .media-banner-membership {
      padding-bottom: calc(96px + (100vw - 375px) * -0.0150234742);
    }
  }
}
@media (max-width: 375px) {
  .media-banner-membership {
    padding-bottom: 96px;
  }
}
.media-banner-membership__wrapper h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.media-banner-membership__wrapper p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.media-banner-membership .hero__badges {
  justify-content: center;
}
@media (max-width: 600px) {
  .media-banner-membership .hero__badges {
	max-width: 245px;
	margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    row-gap: 32px;
  }
}

.cta-banner {
  position: relative;
}
.cta-banner__container {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .cta-banner__container {
    top: 18%;
  }
}
.cta-banner__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (min-width: 1440px) {
  .cta-banner__wrapper {
    gap: 150px;
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  @supports (gap: clamp(1.5pxrem, calc(-119.5988112927px + 18.7221396731 * 1vw), 9.375pxrem)) {
    .cta-banner__wrapper {
      gap: clamp(1.5pxrem, calc(-119.5988112927px + 18.7221396731 * 1vw), 9.375pxrem);
    }
  }
  @supports not (gap: clamp(1.5pxrem, calc(-119.5988112927px + 18.7221396731 * 1vw), 9.375pxrem)) {
    .cta-banner__wrapper {
      gap: calc(24px + (100vw - 767px) * 0.1872213967);
    }
  }
}
@media (max-width: 767px) {
  .cta-banner__wrapper {
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .cta-banner__wrapper {
    flex-direction: column;
    gap: 34px;
  }
}
.cta-banner__bg {
  height: 325px;
  position: relative;
}
@media (max-width: 700px) {
  .cta-banner__bg {
    height: 286px;
  }
}
.cta-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.cta-banner__bg img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-banner__input {
  width: 100%;
  height: fit-content;
}
.cta-banner__input input {
  width: 100%;
}
.cta-banner__text {
  font-family: var(--second-family);
  font-weight: 400;
  color: #fff;
	width: 100%;
  max-width: 525px;
}
@media (min-width: 1440px) {
  .cta-banner__text {
    font-size: 32px;
  }
}
@media (min-width: 375px) and (max-width: 1440px) {
  @supports (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .cta-banner__text {
      font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem);
    }
  }
  @supports not (font-size: clamp(1.5pxrem, calc(21.1830985915px + 0.7511737089 * 1vw), 2pxrem)) {
    .cta-banner__text {
      font-size: calc(24px + (100vw - 375px) * 0.0075117371);
    }
  }
}
@media (max-width: 375px) {
  .cta-banner__text {
    font-size: 24px;
  }
}

.announcement-bar {
  background: #c5d4e3;
  padding: 18px 0;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.announcement-bar__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.announcement-bar__text a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}

@media(max-width: 767px ) {
	.announcement-bar__text {
		max-width: 340px;
    	margin: 0 auto;
	}
	.burger-icon rect {
		height: 1px;
	}
  section.stats > div > div > div.stats__top > h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .stats__bottom {
    margin-top: 3px ;
  }
  section.stats > div > div > div.stats__bottom > div:nth-child(1) > div > div {
    margin-top: 28px;
  
  }
  .stats__bottom--block-stats {
    margin-bottom: 20px;
  }
  .stats__bottom--block p {
    line-height: 1.5 !important;
    margin-bottom: 6px;
  }
  .stats__bottom {
    gap: 21px !important;
	padding-bottom: 15px;
  }
  section.stats > div > div > div.stats__bottom > div:nth-child(3) > div > div {
    margin-top: 0;
  }
  section.stats > div > div > div.stats__bottom > div:nth-child(3) > div {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .journey__top .section__title {
    font-size: 32px;
    line-height: 1.44;
    margin-bottom: 11px;
  }
  .journey__top .section__paragraph {
    letter-spacing: -0.03em;
  }
  .journey-block__img img {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .journey__top {
    margin-bottom: 34px;
  }
  .journey-block__info h4 {
    line-height: normal;
    margin-bottom: 18px;
  }
  .journey-block__info p {
    margin-bottom: 25px;
    line-height: 24.2px;
  }
	.journey-block__info p:last-of-type {
		margin-bottom: 0;
	}
  .journey-block__info p br {
    display: none;
  }
  .journey__blocks > div:nth-child(1) .journey-block__info p:nth-child(4) {
    margin-top: -11px;
    margin-bottom: 18px;
  }
  .journey__blocks > div:nth-child(1) .journey-block__img{
    transform: rotate(6deg)
  } 
  .journey__blocks > div:nth-child(1) .button__primary {
    padding: 16px 18px;
  }

  .journey__blocks > div:nth-child(2) .journey-block__img {
    width: 37%;
    height: 50%;
    transform: rotate(41deg);
    margin-left: 28%;
    margin-bottom: 20px;
  }
  .journey__blocks > div:nth-child(3) .journey-block__img {
    width: 59%;
    margin-left: 16%;
    transform: rotate(6deg);
    margin-top: -12px;
  }

  .journey__blocks > div:nth-child(4) .journey-block__img {
    transform: rotate(47deg);
    margin: 0 auto;
    margin-left: 27%;
    margin-bottom: 10px;
}
  .journey__blocks > div:nth-child(2) .button__secondary-black  {
	 max-width: 318px;
     display: inline-block;
  }
	.journey__block .button__primary {
		margin-top: 18px;
	}
  .journey__block {
    margin-bottom: 37px;
  }
  .journey__block:last-of-type {
    margin-bottom: 0;
  }
  .journey__blocks .button__secondary-black {
	  margin-top: 11px;
    display: inline-block;
  }
  .journey__blocks  .button__secondary-black svg{
    display: inline-flex;
    transform: translate(5px, 7px);
  }

  .divided-section-1__info {
    padding: 42px 21px 33px 25px;
  }
  .divided-section-1__info ul {
    padding-left: 0;
  }
  .divided-section-1__info ul li .text {
    line-height: 24px;
    letter-spacing: -0.045em;
  }
  .divided-section-1__info .section__title {
    margin-bottom: 36px;
  }
  .divided-section-1__info ul li {
    align-items: center;
    gap: 9px;
  }
  .divided-section-1__info ul {
    margin-bottom: 43px;
    gap: 16px;
  }
  .divided-section-2__info {
    background: #d9e3ed;
  } 
}

.why-us-top {
  margin-bottom: 64px;
}
.why-us-bottom-grid {
  margin-top: 48px;
}
.why-us-bottom-grid {
  margin: 47px 70px 0 58px;
  gap: 44px 36px;
}
.why-us-bottom-nums__num h3 {
  margin-bottom: 25px;
}
.why-us-bottom-nums__num h5 {
  margin-bottom: 14px;
}
.our-story__bottom {
  padding-top: 191px;
  padding-bottom: 78px;
}
.our-story__bottom .our-story-text-block {
  margin-left: 48px;
  margin-right: 0;
}
.our-story__bottom .our-story-text-block:nth-child(1) {
  max-width: 348px;
}
.our-story__bottom__wrapper {
  gap: 27px;
}

.values-value__title {
  line-height: 1.44;
}
.values-value__num {
  margin-bottom: 7px;
}
.values__top .values-value {
    margin-top: 30px;
}

.values__wrapper.values__desktop > div.values__top > div:nth-child(1) > div.values-value__title {
  margin-bottom: 26px;
}
.values-value__title {
  margin-bottom: 18px;
}
.values {
  padding-bottom: 48px !important;
}
.media-banner-nums__block h5 ~ p {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .our-story__bottom__wrapper {
    flex-direction: column;
	  gap: 0;
  }
	.our-story-text-block:last-of-type .our-story-text-block__subtitle {
		margin-bottom: 0;
	}
}

@media(max-width: 467px ) {
  .why-us-top { 
    padding-top: 37px;
    margin-bottom: 34px;
    
  }
  .why-us-bottom-nums {
    padding-bottom: 8px;
    margin-bottom: 32px;
    justify-content: space-between !important;
  }
  .why-us-top__wrapper {
    gap: 53px;
  }
  .why-us-bottom-nums__num h3 {
    margin-bottom: 25px;
    font-size: 85px;
  }
  .why-us-bottom-nums__num h5 {
    margin-bottom: 10px;
  }
  .why-us-bottom-nums__num p {
    line-height: 1.3;
  }
  .why-us-bottom-grid {
    margin: 14px 0 0 0;
    gap: 68px 5px;
  }
  .why-us-bottom-nums__num {
    padding-bottom: 41px;
  }
  .why-us-bottom-grid__card .title {
    margin-bottom: 10px;
  }

}


.footer_address {
    margin-top: 40px;
    font-size: 16px;
    line-height: 150%;
	font-weight: 300;
}
.footer_address p + p {
    margin-top: 6px;
}

.why-us-bottom-grid__card--tip.tip-modal {
    right: auto !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 302px !important;
    position: fixed;
}

.media-banner-membership__container {
    max-width: 870px;
}

@media (max-width: 600px) {
	.media-banner-membership__container {
		max-width: 365px;
	}	
}

.media_banner_nums {
	padding: 44px 0 28px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.media_banner_nums::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}
.media_banner_nums .container {
	max-width: 1384px;
	padding: 0 22px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.media_banner_nums .items_block {
	padding: 31px 0 33px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
	    border: 1px solid #fff;
    border-radius: 8px;
}
.media_banner_nums ._item + ._item {
    border-left: 1px solid #fff;
}
.media_banner_nums ._item {
	    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_banner_nums .items_block h5 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.media_banner_nums .items_block p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: #fff;
}
.media_banner_nums .items_block h5 ~ p {
    margin-top: 25px;
}
.media_banner_nums br {
    display: none;
}

@media (max-width: 768px) {
	.media_banner_nums {
		padding: 57px 0;
	}
	.media_banner_nums .items_block {
    	padding: 43px 33px 41px;
		    grid-template-columns: 1fr;
	}
	.media_banner_nums ._item + ._item {
		border-left: 0;
		border-top: 1px solid #fff;
	}
	.media_banner_nums ._item {
		padding: 39px 0 44px;
	}
	.media_banner_nums ._item:first-of-type {
		padding-bottom: 41px;
		padding-top: 0;
	}
	.media_banner_nums ._item:last-of-type {
		padding-top: 36px;
		padding-bottom: 0;
	}
	.media_banner_nums .items_block p {
    	max-width: 234px;
	}
	.media_banner_nums br {
		display: block;
	}
}

@media (max-width: 600px) {
	
	.media_banner_nums .items_block h5 {
		font-size: 28px;
    	line-height: 37px;
	}
	.media_banner_nums .items_block h5 ~ p {
		margin-top: 17px;
	}
}


.subscribe_section {
	padding: 122px 0;
	font-size: 32px;
    font-weight: 400;
	line-height: 1.4;
    color: #fff;
	font-family: var(--second-family);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.subscribe_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}
.subscribe_section .container {
	max-width: 1250px;
	padding: 0 23px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.subscribe_section ._row {
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	display: grid;
	align-items: center;
}

@media (min-width: 901px) {
	
	.subscribe_section ._text {
		max-width: 500px;
	}
	.subscribe_section ._form {
		max-width: 557px;
		margin-left: auto;
	}
}

@media (max-width: 900px) {
	.subscribe_section {
		padding: 46px 0 50px;
	}
	.subscribe_section ._row {
    	display: block;
	}
	.subscribe_section ._right {
		margin-top: 34px;
	}
}

@media (max-width:767px) {
	
	.subscribe_section {
		background-image: url('https://dandelion.dodeveloper.co/wp-content/uploads/2025/02/image.png') !important;
		background-position: right;
	}
}

@media (max-width: 600px) {
	
	.subscribe_section {
		font-size: 24px;
	}
}


@media (max-width: 467px) {
    .footer__bottom {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }
}
/* 
.header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #d9e3ed;
	bottom: 2px;

}

body.header-sticky .header::after {
	bottom: 0;
}
body.body_active_modal .header::after {
	bottom: 2px !important;
} */


#menu-main-1 > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-1109 {
	border-top: none;
}

.mob_offcanvas .menu-item:nth-child(1) {
    border-top: none;
}


@media (max-width: 1660px) {
    .divided-section-2__info {
        gap: 48px;
    }
}

@media (max-width: 1660px) and (min-width:1280px) {
    .divided-section-2__info {
        gap: 46px;
/* 		padding-top: 32px;
    	padding-left: 42px; */
		padding-top: 36px;
        padding-left: 56px;
    }
	
}
@media (max-width: 1420px) {
    .divided-section-2__info {
        gap: 24px  !important;
    }
}