@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #141B24;
}

.site {
  overflow: hidden;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container,
.vc_row.wpb_row.vc_inner {
  max-width: 1320px;
  margin: 0 auto !important;
  padding: 0 20px;
  float: none !important;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-main,
.nobanner {
  margin-top: 160px;
}

.site-main .wpb_button,
.site-main .wpb_content_element,
.site-main ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: #ffffff;
  box-shadow: 0 1px 0 0 #939EAB;
  padding: 10px;
  background: linear-gradient(180deg, #F5F8FC 0%, #D5DDE8 100%);
  border-radius: 100px;
}

.language-dropdown a {
  padding: 5px 10px;
  display: block;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s;
}

.language-dropdown a:hover {
  background-color: #939EAB;
  border-radius: 100px;
}

a.single-language span.flag {
  margin-right: 0;
}

.language-dropdown > div:last-child a {
  border: none !important;
}

.language-highlight {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-highlight .language-current {
  height: 36px;
}
.language-highlight .language-current img {
  min-width: 36px;
  min-height: 36px;
}

.language-switcher {
  position: relative;
}

.t-center {
  text-align: center !important;
}

.btn, .single-service .icon .wpb_wrapper, .home-adventages .vc_col-sm-3 .wpb_single_image,
a.btn,
.alm-btn-wrap .alm-load-more-btn.btn {
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 20px;
  height: 54px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  gap: 5px;
}
.btn__main, .single-service .icon .wpb_wrapper, .home-adventages .vc_col-sm-3 .wpb_single_image,
a.btn__main,
.alm-btn-wrap .alm-load-more-btn.btn__main {
  box-shadow: 0 1px 0 0 #7C952C !important;
  color: #506119 !important;
  min-width: 180px;
  background: linear-gradient(180deg, #CDFFE3 0%, #9AB448 100%);
}
.btn__secondary,
a.btn__secondary,
.alm-btn-wrap .alm-load-more-btn.btn__secondary {
  box-shadow: 0 1px 0 0 #939EAB !important;
  color: #2F3944 !important;
  background: linear-gradient(180deg, #F5F8FC 0%, #D5DDE8 100%);
}
.btn.lang, .single-service .icon .lang.wpb_wrapper, .home-adventages .vc_col-sm-3 .lang.wpb_single_image,
a.btn.lang,
.alm-btn-wrap .alm-load-more-btn.btn.lang {
  padding: 5px 9px;
}
.btn:hover, .single-service .icon .wpb_wrapper:hover, .home-adventages .vc_col-sm-3 .wpb_single_image:hover,
a.btn:hover,
.alm-btn-wrap .alm-load-more-btn.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: none !important;
}

.title-lg {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.title-lg strong {
  color: #9AB448;
  font-weight: 600;
}

.title-md {
  font-size: 36px;
  font-weight: 600;
}
.title-md strong {
  color: #9AB448;
  font-weight: 600;
}

a {
  color: #9AB448;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #6C7E32;
}
a.back {
  font-weight: 600;
  font-size: 14px;
}

.ntb_table_wrapper {
  max-width: 100% !important;
}
.ntb_table_wrapper table {
  width: 100% !important;
}
.ntb_table_wrapper .tbody {
  border-radius: 30px;
  overflow: hidden;
}
.ntb_table_wrapper .tbody > tr:first-child > td:first-child {
  min-width: 150px !important;
}
.ntb_table_wrapper * {
  font-weight: 500;
  position: relative;
}
.ntb_table_wrapper .line {
  position: absolute;
  right: 0;
  top: -92px;
  width: 1px;
  height: 207px;
  background: #fff;
  z-index: 3;
}

.site-header {
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  transition: all 0.3s;
  z-index: 999;
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 97%, rgba(255, 255, 255, 0) 100%);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.site-header .custom-logo-link img {
  max-width: 255px;
  transition: all 0.3s;
}
.site-header .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.site-header .btn, .site-header .single-service .icon .wpb_wrapper, .single-service .icon .site-header .wpb_wrapper, .site-header .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .site-header .wpb_single_image {
  height: 44px;
}
.site-header .header-top {
  background: #EAEFF4;
  border-radius: 0 0 20px 20px;
  margin-bottom: 15px;
}
.site-header .header-top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  height: 0px;
  overflow: hidden;
}
.site-header .header-top__phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid #2F3944;
  line-height: 1.2;
  text-decoration: none;
  color: #000000;
}
.site-header .header-top__login {
  font-size: 12px;
}
.site-header .header-top__login a {
  text-decoration: none;
  color: #000000;
}
.site-header.scrolling-up .header-top .container {
  height: 44px;
}
.site-header.scrolling-up.scrolling .header-top .container {
  height: 34px;
}
.site-header.scrolling {
  background: #ffffff;
  padding-bottom: 5px;
}
.site-header.scrolling .custom-logo-link img {
  max-width: 180px;
}
.site-header.scrolling .buttons {
  margin-bottom: 0px;
}
.site-header.scrolling .header-top {
  margin-bottom: 5px;
}

.main-navigation ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
}
.main-navigation ul.menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.main-navigation ul.menu li a:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 7px;
  left: -10px;
  width: 0;
  height: 2px;
  background: #2F3944;
  transition: width 0.3s;
}
.main-navigation ul.menu li a:hover:after {
  width: calc(100% + 20px);
}
.main-navigation .menu-icon .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #333;
}
.main-navigation .menu-icon .bar:first-child {
  margin-top: 0;
}
.main-navigation .menu-icon .bar:nth-child(2) {
  width: 20px;
}
.main-navigation .menu-icon .bar:last-child {
  margin-bottom: 0;
  width: 30px;
}
.main-navigation .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.main-navigation.toggled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  z-index: 1000;
}
.main-navigation.toggled ul.menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.main-navigation.toggled .menu-icon .bar {
  background-color: #000;
}
.main-navigation.toggled .menu-icon .bar:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
.main-navigation.toggled .menu-icon .bar:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .menu-icon .bar:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 25px;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #141B24;
}

.site {
  overflow: hidden;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container,
.vc_row.wpb_row.vc_inner {
  max-width: 1320px;
  margin: 0 auto !important;
  padding: 0 20px;
  float: none !important;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-main,
.nobanner {
  margin-top: 160px;
}

.site-main .wpb_button,
.site-main .wpb_content_element,
.site-main ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: #ffffff;
  box-shadow: 0 1px 0 0 #939EAB;
  padding: 10px;
  background: linear-gradient(180deg, #F5F8FC 0%, #D5DDE8 100%);
  border-radius: 100px;
}

.language-dropdown a {
  padding: 5px 10px;
  display: block;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s;
}

.language-dropdown a:hover {
  background-color: #939EAB;
  border-radius: 100px;
}

a.single-language span.flag {
  margin-right: 0;
}

.language-dropdown > div:last-child a {
  border: none !important;
}

.language-highlight {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-highlight .language-current {
  height: 36px;
}
.language-highlight .language-current img {
  min-width: 36px;
  min-height: 36px;
}

.language-switcher {
  position: relative;
}

.t-center {
  text-align: center !important;
}

.btn, .single-service .icon .wpb_wrapper, .home-adventages .vc_col-sm-3 .wpb_single_image,
a.btn,
.alm-btn-wrap .alm-load-more-btn.btn {
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 20px;
  height: 54px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  gap: 5px;
}
.btn__main, .single-service .icon .wpb_wrapper, .home-adventages .vc_col-sm-3 .wpb_single_image,
a.btn__main,
.alm-btn-wrap .alm-load-more-btn.btn__main {
  box-shadow: 0 1px 0 0 #7C952C !important;
  color: #506119 !important;
  min-width: 180px;
  background: linear-gradient(180deg, #CDFFE3 0%, #9AB448 100%);
}
.btn__secondary,
a.btn__secondary,
.alm-btn-wrap .alm-load-more-btn.btn__secondary {
  box-shadow: 0 1px 0 0 #939EAB !important;
  color: #2F3944 !important;
  background: linear-gradient(180deg, #F5F8FC 0%, #D5DDE8 100%);
}
.btn.lang, .single-service .icon .lang.wpb_wrapper, .home-adventages .vc_col-sm-3 .lang.wpb_single_image,
a.btn.lang,
.alm-btn-wrap .alm-load-more-btn.btn.lang {
  padding: 5px 9px;
}
.btn:hover, .single-service .icon .wpb_wrapper:hover, .home-adventages .vc_col-sm-3 .wpb_single_image:hover,
a.btn:hover,
.alm-btn-wrap .alm-load-more-btn.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: none !important;
}

.title-lg {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.title-lg strong {
  color: #9AB448;
  font-weight: 600;
}

.title-md {
  font-size: 36px;
  font-weight: 600;
}
.title-md strong {
  color: #9AB448;
  font-weight: 600;
}

a {
  color: #9AB448;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #6C7E32;
}
a.back {
  font-weight: 600;
  font-size: 14px;
}

.ntb_table_wrapper {
  max-width: 100% !important;
}
.ntb_table_wrapper table {
  width: 100% !important;
}
.ntb_table_wrapper .tbody {
  border-radius: 30px;
  overflow: hidden;
}
.ntb_table_wrapper .tbody > tr:first-child > td:first-child {
  min-width: 150px !important;
}
.ntb_table_wrapper * {
  font-weight: 500;
  position: relative;
}
.ntb_table_wrapper .line {
  position: absolute;
  right: 0;
  top: -92px;
  width: 1px;
  height: 207px;
  background: #fff;
  z-index: 3;
}

.home-top {
  margin-bottom: 170px;
}
.home-top .container {
  display: flex;
}
.home-top .container .vc_col-sm-6:first-child {
  width: 75%;
}
.home-top .wpb_single_image img {
  transform: scale(1.38) translate(-8.5%, 15%);
  z-index: -1;
  position: relative;
}
.home-top h1 {
  margin-bottom: 10px;
  margin-top: 120px;
}
.home-top h1 strong {
  color: #9AB448;
  font-weight: 600;
}
.home-top__btns p {
  margin-top: 30px;
  display: flex;
  gap: 11px;
}
.home-top__items {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  margin-top: 10px;
}
.home-top__item h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0px;
}
.home-top__item p {
  font-size: 14px;
  font-weight: 400;
}
.home-top-text {
  margin-bottom: 50px;
}
.home-top-text p {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #939EAB;
  font-weight: 500;
}
.home-top-text p strong {
  color: #000000;
  font-weight: 500;
}

.home-adventages {
  margin-bottom: 100px;
}
.home-adventages .vc_row.wpb_row.vc_inner {
  display: flex;
  gap: 25px;
}
.home-adventages .vc_row.wpb_row.vc_inner::before, .home-adventages .vc_row.wpb_row.vc_inner::after {
  display: none;
}
.home-adventages .vc_col-sm-3 {
  border: 1px solid #2F3944;
  border-radius: 30px;
  padding: 30px;
}
.home-adventages .vc_col-sm-3 .wpb_single_image {
  border-radius: 20px;
  width: 71px;
  height: 71px;
  padding: 0;
  margin-bottom: 0;
  min-width: auto;
}
.home-adventages .vc_col-sm-3 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
.home-adventages .vc_col-sm-3 p {
  font-size: 14px;
  color: #2F3944;
  font-weight: 400;
}

.home-about {
  margin-bottom: 50px;
}
.home-about h3 {
  max-width: 880px;
  margin: 0 auto 20px;
}
.home-about p {
  font-size: 18px;
  font-weight: 500;
  max-width: 880px;
  margin: 0 auto 50px;
  line-height: 1.8;
}
.home-about .btn, .home-about .single-service .icon .wpb_wrapper, .single-service .icon .home-about .wpb_wrapper, .home-about .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .home-about .wpb_single_image {
  min-width: 180px;
  position: relative;
  z-index: 3;
}
.home-about__images {
  display: flex;
  gap: 2%;
  align-items: flex-end;
  position: relative;
  top: -15px;
}
.home-about__images::before, .home-about__images::after {
  display: none;
}
.home-about__images .wpb_column.vc_column_container.vc_col-sm-3 {
  width: 18%;
}
.home-about__images .wpb_column.vc_column_container.vc_col-sm-3:first-child, .home-about__images .wpb_column.vc_column_container.vc_col-sm-3:last-child {
  width: 28%;
}

.home-faqs {
  background: #F1F1F1;
  padding: 60px 0 80px;
  margin-bottom: 70px;
}
.home-faqs h2 {
  margin-bottom: 40px !important;
}
.home-faqs .vc_do_toggle {
  margin-bottom: 0 !important;
}
.home-faqs .vc_toggle_title {
  padding-left: 0 !important;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDD3DA !important;
}
.home-faqs .vc_toggle_title h4 {
  font-size: 24px;
  color: #2F3944;
  font-weight: 600;
}
.home-faqs .vc_toggle_icon::before, .home-faqs .vc_toggle_icon::after {
  display: none !important;
}
.home-faqs .vc_toggle_icon {
  background: url("../images/svg/arrow-icon.svg") no-repeat center !important;
  width: 23px !important;
  height: 14px !important;
  left: auto !important;
  right: 0;
  border: none !important;
}

.home-team h2 {
  margin-bottom: 10px;
}
.home-team p {
  max-width: 880px;
  margin: 0 auto 90px !important;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.home-team .team-btn {
  margin-top: 50px;
}
.home-team .team-btn .btn, .home-team .team-btn .single-service .icon .wpb_wrapper, .single-service .icon .home-team .team-btn .wpb_wrapper, .home-team .team-btn .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .home-team .team-btn .wpb_single_image {
  min-width: 180px;
}
.home-team__images .wpb_wrapper {
  display: flex;
}
.home-team__images .wpb_wrapper .wpb_single_image {
  transform: scale(1.31);
  filter: drop-shadow(0px 4px 20px rgba(18, 31, 47, 0.06)) drop-shadow(0px 4px 20px rgba(18, 31, 47, 0.06));
  position: relative;
}
.home-team__images .wpb_wrapper .wpb_single_image:nth-child(1) {
  top: -30px;
  left: 30px;
  z-index: 3;
}
.home-team__images .wpb_wrapper .wpb_single_image:nth-child(2) {
  top: -10px;
  right: -10px;
  z-index: 2;
}
.home-team__images .wpb_wrapper .wpb_single_image:nth-child(3) {
  left: -25px;
  z-index: 3;
}
.home-team__images .wpb_wrapper .wpb_single_image:nth-child(4) {
  top: -40px;
  left: -20px;
  z-index: 4;
}
.home-team__images .wpb_wrapper .wpb_single_image:nth-child(5) {
  top: -20px;
  left: -50px;
  z-index: 3;
}

.about__top .home-top__btns {
  display: flex;
  justify-content: center;
  margin-bottom: -54px !important;
}
.about__top h1 {
  max-width: 700px;
  margin: 0 auto 20px;
}
.about__images {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin: 0 auto 40px !important;
  max-width: 1420px;
  padding: 0 20px;
  align-items: flex-end;
}
.about__images .vc_col-sm-4 {
  width: auto;
}
.about__images::before, .about__images::after {
  display: none !important;
}
.about__banner1 {
  background: #F1F1F1;
  padding: 50px 0 40px;
}
.about__banner1 p {
  max-width: 1085px;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 30px !important;
  font-weight: 500;
}
.about__banner1 .wpb_single_image {
  position: relative;
  z-index: 2;
}
.about__banner1 .vc_row {
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 !important;
  max-width: 1280px !important;
}
.about__banner1 .running-line {
  display: flex;
  width: max-content;
  background: #CC3E26;
  padding-top: 47px;
  padding-bottom: 7px;
  margin-top: -40px !important;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.about__banner1 .running-line p {
  max-width: 100%;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.about__banner1 .running-line p img {
  margin: 0 5px;
}
.about__banner2 {
  background: #DBE5F1;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 270px;
  margin-bottom: 100px;
}
.about__banner2 p {
  max-width: 963px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 auto 30px !important;
}

.services__top {
  max-width: 1320px;
  margin: 0 auto 40px !important;
  padding: 0 20px;
}
.services__top img {
  border-radius: 30px;
  margin-bottom: 30px;
}
.services__top h2 {
  margin-bottom: 30px !important;
}
.services__top p {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}
.services__top p strong {
  color: #939EAB;
  font-weight: 500;
}
.services__adventages {
  padding-bottom: 70px;
  margin-bottom: 0;
}
.services__items {
  background: #F1F1F1;
  border-radius: 30px;
  padding: 0 20px 70px;
  margin-bottom: 10px;
}
.services__items .vc_row {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  border-bottom: 1px solid #C3CDDA;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1280px !important;
}
.services__items .vc_row:first-child {
  padding-top: 0px !important;
}
.services__items .vc_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.services__items .btn, .services__items .single-service .icon .wpb_wrapper, .single-service .icon .services__items .wpb_wrapper, .services__items .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .services__items .wpb_single_image {
  min-width: 168px;
}
.services__items h3 {
  margin-bottom: 15px;
}
.services__items p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.services__items img {
  border-radius: 30px;
}

.map-cta {
  max-width: 1280px;
  margin: 0 auto !important;
}
.map-cta .title-md {
  margin-bottom: 20px !important;
}
.map-cta .vc_row:nth-child(2) {
  padding: 0px 20px 40px;
  border-radius: 30px;
}
.map-cta .vc_row:nth-child(2) .vc_column-inner {
  padding-top: 0;
}

.single-service {
  margin-bottom: 70px;
}
.single-service .icon .wpb_wrapper {
  border-radius: 20px;
  width: 71px;
  height: 71px;
  padding: 0;
  margin-bottom: 0;
  min-width: auto;
}
.single-service .title-md {
  margin-bottom: 10px !important;
}
.single-service .banner img {
  border-radius: 30px;
  margin-bottom: 35px;
}
.single-service p,
.single-service li {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.blog-top-img {
  margin-bottom: 40px !important;
}
.blog-top-img img {
  border-radius: 30px;
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-items .alm-item {
  width: calc(33.333% - 13.333px);
  text-decoration: none;
  color: inherit;
  margin-bottom: 30px;
}
.blog-items .alm-item img {
  margin-bottom: 10px;
}
.blog-items .alm-item .entry-meta {
  margin-bottom: 4px;
  color: #888888;
  font-size: 14px;
  font-weight: 500;
}
.blog-items .alm-item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.single-post {
  margin-bottom: 70px !important;
}

.post-banner img {
  width: 100%;
  max-height: 412px;
  border-radius: 30px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center top;
}

.zones-page {
  padding-bottom: 100px;
}
.zones-page .map {
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.zones-page .find-zone {
  position: absolute;
  top: 123px;
  right: 43px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  padding: 43px 43px 20px;
  max-width: 500px;
}
.zones-page .find-zone h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 127%;
  color: #000000;
  margin-bottom: 20px;
}
.zones-page .find-zone p {
  font-size: 14px;
  line-height: 200%;
  color: #141B24;
  margin-bottom: 20px;
}
.zones-page .find-zone input {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 20px 22px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  height: auto;
  margin-bottom: 20px;
}
.zones-page .find-zone input::placeholder {
  color: #a1a1a1;
}
.zones-page .find-zone #zone-result {
  margin-bottom: 20px;
}
.zones-page .find-zone #zone-result span {
  font-size: 22px;
  font-weight: 500;
  color: green;
}

.zone__faqs {
  background: #F1F1F1;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.zone__faqs .vc_toggle {
  border-bottom: 1px solid #CDD3DA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.zone__faqs .vc_toggle .vc_toggle_title {
  padding-left: 0 !important;
  padding-right: 30px;
}
.zone__faqs .vc_toggle .vc_toggle_title h4 {
  color: #2F3944;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.zone__faqs .vc_toggle .vc_toggle_title .vc_toggle_icon {
  width: 15px;
  height: 15px;
  border-left: 4px solid #2F3944;
  border-bottom: 4px solid #2F3944;
  border-right: none;
  border-top: none;
  left: auto !important;
  right: 20px;
  transform: rotate(-45deg) translate(30%, -70%) !important;
  background: none;
  transition: all 0.3s ease;
}
.zone__faqs .vc_toggle .vc_toggle_title .vc_toggle_icon::before, .zone__faqs .vc_toggle .vc_toggle_title .vc_toggle_icon::after {
  display: none;
}
.zone__faqs .vc_toggle.vc_toggle_active {
  border-bottom: 1px solid #9AB448;
}
.zone__faqs .vc_toggle.vc_toggle_active .vc_toggle_title h4 {
  color: #9AB448;
}
.zone__faqs .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  transform: rotate(135deg) translate(-12%, 24%) !important;
  border-left: 4px solid #9AB448;
  border-bottom: 4px solid #9AB448;
}
.zone__faqs .vc_toggle .vc_toggle_content {
  padding-left: 0 !important;
}
.zone__faqs .vc_toggle .vc_toggle_content p {
  font-size: 18px;
  font-weight: 500;
  max-width: 1020px;
}
.zone__faqs .ntb_table_wrapper {
  max-width: 620px !important;
  float: left;
  border: 1px solid #CDD3DA;
  border-radius: 30px;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}

.terms-page {
  padding-top: 100px;
}

.terms-content {
  padding-left: 50px !important;
  padding-bottom: 200px;
}

.terms-content h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 127%;
  color: #141B24;
  margin-bottom: 7px !important;
}

.terms-content p {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 30px;
  font-weight: 500;
}

.terms-nav,
.terms-nav a {
  position: relative;
  line-height: 200%;
  max-width: 275px;
  font-size: 18px;
  color: #848484;
  font-weight: 600;
  text-decoration: none;
}

.terms-nav p {
  margin-bottom: 15px;
}

.terms-nav strong {
  color: #000000;
  font-weight: 600;
  position: relative;
  display: block;
}

.terms-nav strong::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #2F3944;
  z-index: 2;
}

.terms-nav::after {
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  width: 1px;
  height: 450px;
  background-color: #CCCCCD;
}

.page-template-terms .site-main {
  padding-top: 70px;
}

.customer__boxes {
  margin-top: 40px;
  margin-bottom: 100px;
}
.customer__boxes .vc_row.wpb_row.vc_inner.vc_row-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.customer__boxes .vc_row.wpb_row.vc_inner.vc_row-fluid::after, .customer__boxes .vc_row.wpb_row.vc_inner.vc_row-fluid::before {
  display: none;
}
.customer__boxes .vc_col-sm-4 {
  max-width: 343px;
  border: 1px solid #000000;
  border-radius: 40px;
  padding: 20px 20px 0 20px;
}
.customer__boxes .vc_col-sm-4 .title h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-align: center;
  text-transform: uppercase;
}
.customer__boxes .vc_col-sm-4 .wpb_text_column:not(.title) a {
  background: #F1F1F1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 30px;
  height: 160px;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}
.customer__boxes .vc_col-sm-4 .wpb_text_column:not(.title) a:hover {
  background: #2F3944;
  box-shadow: 0 4px 24px rgba(20, 27, 36, 0.23);
  text-decoration: none;
}
.customer__boxes .vc_col-sm-4 .wpb_text_column:not(.title) a:hover strong {
  color: #ffffff;
}
.customer__boxes .vc_col-sm-4 .wpb_text_column:not(.title) a:hover strong::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: none;
  border-top: none;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.customer__boxes .vc_col-sm-4 .wpb_text_column:not(.title) a:hover img {
  filter: brightness(0) invert(1);
}
.customer__top .title-md {
  margin-top: 0;
}
.customer__top a {
  margin-top: -20px;
  display: inline-block;
  color: #9AB448;
  font-weight: 600;
  position: relative;
  top: -32px;
}
.customer__text p {
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  max-width: 890px;
  margin: 0 auto 20px !important;
}

#primary .wpb_wrapper .form-box {
  background: #2F3944;
  border-radius: 30px;
  margin-bottom: 100px !important;
  max-width: 1280px;
}
#primary .wpb_wrapper .form-box__cancel {
  background: rgba(204, 62, 38, 0.13);
  border: 1px solid #CC3E26;
  padding: 50px 20px;
  border-radius: 30px;
  max-width: 1280px;
  margin-bottom: 200px !important;
  margin-top: 30px !important;
}
#primary .wpb_wrapper .form-box__cancel h2 {
  margin-top: 20px;
  color: #CC3E26;
}
#primary .wpb_wrapper .form-box__cancel h2 a {
  color: #CC3E26;
}
#primary .wpb_wrapper .form-box .frm-fluent-form {
  max-width: 890px;
  margin: 0 auto;
  padding: 30px 40px 60px;
}
#primary .wpb_wrapper .form-box input, #primary .wpb_wrapper .form-box select {
  height: 59px;
  border: none;
  margin-bottom: 30px !important;
}
#primary .wpb_wrapper .form-box input.ff-el-form-check-input {
  margin-bottom: 0 !important;
  height: 25px;
}
#primary .wpb_wrapper .form-box .ff-el-form-check-label p {
  color: #ffffff;
}
#primary .wpb_wrapper .form-box .ff-el-form-check-label p a {
  color: #9AB448;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff_list_inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #3B4857;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff_list_inline label {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff_list_inline label span {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 0;
}
#primary .wpb_wrapper .form-box .frm-fluent-form .ff-t-container {
  gap: 29px;
}
#primary .wpb_wrapper .form-box .ff-message-success {
  border: none !important;
}
#primary .wpb_wrapper .form-box .fluentform .ff-el-tc label.ff_tc_label {
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary .wpb_wrapper .form-box .fluentform .ff-el-tc label.ff_tc_label input {
  margin-bottom: 5px !important;
}
#primary .wpb_wrapper .form-box button.ff-btn.ff-btn-submit.ff-btn-md.btn.btn__main.ff_btn_no_style, #primary .wpb_wrapper .form-box .home-adventages .vc_col-sm-3 button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style.wpb_single_image, .home-adventages .vc_col-sm-3 #primary .wpb_wrapper .form-box button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style.wpb_single_image, #primary .wpb_wrapper .form-box .single-service .icon button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style.wpb_wrapper, .single-service .icon #primary .wpb_wrapper .form-box button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style.wpb_wrapper {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#primary .wpb_wrapper .form-box .ff-message-success {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#primary .wpb_wrapper .form-box .sec-step {
  display: none;
}
#primary .wpb_wrapper .form-box h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.first-step p {
  text-align: center;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p {
  text-align: end;
}
#primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p .btn, #primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 #primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p .wpb_single_image, #primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p .single-service .icon .wpb_wrapper, .single-service .icon #primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p .wpb_wrapper {
  min-width: 180px;
}

.cta {
  background: #2F3944;
  border-radius: 30px;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 110px 0 0 90px;
}
.cta h2 {
  color: #FFFFFF;
  font-size: 64px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 5px;
}
.cta .btn, .cta .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .cta .wpb_single_image, .cta .single-service .icon .wpb_wrapper, .single-service .icon .cta .wpb_wrapper {
  min-width: 180px;
}
.cta p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 622px;
  line-height: 35px;
}
.cta img {
  margin-bottom: -75px;
  margin-left: -115px;
  margin-top: 20px;
  transform: scale(1.51);
}

.site-footer .footer-schedule {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.site-footer .footer-schedule div {
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
.site-footer .footer-schedule div strong {
  font-weight: 500;
}
.site-footer h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.site-footer p {
  font-size: 14px;
  line-height: 35px;
}
.site-footer .contact a {
  color: #9AB448;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
.site-footer .contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9AB448;
}
.site-footer .contact a:hover::after {
  border-bottom: 1px solid #9AB448;
}
.site-footer .terms a {
  font-weight: 500;
  color: #141B24;
  text-decoration: none;
}
.site-footer img {
  margin-right: 24px;
}

@media (max-width: 1024px) {
  .ntb_table_wrapper .line {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-navigation {
    order: 2;
    max-width: 50px;
  }
  .main-navigation ul.menu {
    gap: 20px;
    display: none;
  }
  .main-navigation .menu-toggle {
    display: block;
  }
  .main-navigation.toggled {
    max-width: 100%;
  }
  .site-header .custom-logo-link img {
    max-width: 200px;
  }
  .site-header .buttons {
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-lg {
    font-size: 48px;
  }
  .title-md {
    font-size: 28px;
  }
  .home-adventages {
    margin-bottom: 50px;
  }
  .home-adventages .vc_row.wpb_row.vc_inner {
    flex-wrap: wrap;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
  }
  .home-adventages .vc_col-sm-3 {
    width: calc(50% - 7.5px);
  }
  .cta {
    padding: 37px 0 0 0px;
  }
  .cta h2 {
    font-size: 35px;
  }
  .cta p {
    position: relative;
    z-index: 3;
  }
  .cta img {
    transform: none;
  }
  .about__top .home-top__btns {
    margin-bottom: 20px !important;
  }
  .about__images {
    gap: 15px;
  }
  .services__top p {
    font-size: 20px;
  }
  .services__adventages {
    padding-bottom: 30px;
  }
  .customer__top a {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .title-lg {
    font-size: 36px;
  }
  .title-md {
    font-size: 24px;
  }
  .site-main {
    margin-top: 140px;
  }
  .site-header .buttons {
    margin-bottom: 0;
  }
  .site-header .buttons .btn__main, .site-header .buttons .home-adventages .vc_col-sm-3 .wpb_single_image, .home-adventages .vc_col-sm-3 .site-header .buttons .wpb_single_image, .site-header .buttons .single-service .icon .wpb_wrapper, .single-service .icon .site-header .buttons .wpb_wrapper {
    display: none;
  }
  .home-top {
    margin-bottom: 40px;
  }
  .home-top-text p {
    font-size: 20px;
  }
  .home-adventages .vc_col-sm-3 {
    padding: 20px;
  }
  .home-about__images {
    flex-wrap: wrap;
    justify-content: center;
    top: 0;
    gap: 15px;
  }
  .home-about__images .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 43%;
  }
  .home-about__images .wpb_column.vc_column_container.vc_col-sm-3:first-child, .home-about__images .wpb_column.vc_column_container.vc_col-sm-3:last-child {
    width: 100%;
  }
  .cta {
    margin-bottom: 50px;
  }
  .cta h2 {
    font-size: 32px;
  }
  .cta img {
    margin-bottom: -140px;
    margin-left: 30px;
    margin-top: -180px;
  }
  .services__items .service-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .services__items .service-box:nth-child(2n-1) {
    flex-direction: column-reverse;
  }
  .services__items .service-box::before, .services__items .service-box::after {
    display: none !important;
  }
  .blog-items {
    gap: 15px;
  }
  .blog-items .alm-item {
    width: calc(50% - 15px);
  }
  .blog-items .alm-item h3 {
    font-size: 20px;
    line-height: 25px;
  }
  #primary .wpb_wrapper .form-box .frm-fluent-form {
    padding: 30px 10px 60px;
  }
  #primary .wpb_wrapper .form-box .fluentform .ff-el-tc label.ff_tc_label {
    gap: 10px;
  }
  #primary .wpb_wrapper .form-box .ff-el-group.ff-custom_html.sec-step p {
    text-align: center;
    margin-bottom: 20px;
  }
  #primary .wpb_wrapper .form-box .fluentform .ff-text-left {
    text-align: center;
  }
  .terms-nav::after {
    height: 120px;
  }
  .terms-content {
    padding-left: 0 !important;
  }
  .terms-content h1 {
    font-size: 36px;
  }
  .zones-page .find-zone {
    right: 20px;
    left: 20px;
    top: 70px;
  }
}
@media (max-width: 600px) {
  .home-top h1 {
    margin-top: 60px;
  }
  .home-top .container {
    flex-direction: column;
    gap: 50px;
  }
  .home-top .container::before, .home-top .container::after {
    display: none;
  }
  .home-top .wpb_single_image img {
    transform: none;
  }
}

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