body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #0A1D16;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body main {
  overflow-x: clip;
}
p a {
  color: #40B36E;
}
.mobile-hamburger-menu {
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 34px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 85%;
  max-width: 450px;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content .sidebar-close-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: bold;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0A1D16;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #0A1D16;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 10px;
}
#side-menu .content .lang-list {
  margin-top: 20px;
}
#side-menu .content .lang-list li.opened.menu-item-has-children div svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content .lang-list li div {
  display: flex;
  align-items: center;
  height: 48px;
  color: #40B36E;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content .lang-list li div svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #40B36E;
  cursor: pointer;
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-top: 30px;
}
#side-menu .content ul.social-menu li {
  margin: 5px;
}
#side-menu .content ul.social-menu li a {
  background-color: #174028;
  border: 1px solid #40B36E;
  padding: 5px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#side-menu .content ul.social-menu li a svg {
  color: #fff;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #174028;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #40B36E;
  /* Old browsers */
  background: -moz-linear-gradient(top, #40B36E 0%, #35a763 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #40B36E 0%, #35a763 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #40B36E 0%, #35a763 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
}
.iti__country-list {
  background-color: #fff;
  color: #40B36E;
}
.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
  color: #000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
}
.success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.success.show {
  opacity: 1;
  bottom: -80px;
}
#stepfrom-success.show,
#stepfrom-unsuccessful.show {
  bottom: 0px;
}
.unsuccessful {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: red;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unsuccessful.show {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.gen-btn {
  padding: 8px 56px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #40B36E;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: max-content;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}
.gen-btn:hover {
  background-color: #174028;
}
.section-top-title {
  font-size: 28px;
  font-weight: 600;
  color: #40B36E;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-title {
  font-size: 40px;
  font-weight: 600;
  color: #0A1D16;
  line-height: 1.2;
}
.section-text {
  font-size: 18px;
  color: #0A1D16;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
header .h-area {
  padding: 8px 25px;
  gap: 24px;
}
header .h-area .h-left,
header .h-area .h-right {
  width: 100%;
}
header .top-logo img {
  width: 160px;
  height: auto;
  max-width: unset;
}
header .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 9;
}
header .web-lang > li {
  position: relative;
}
header .web-lang > li .parent-item {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
header .web-lang > li .parent-item svg {
  width: 28px;
  height: 28px;
}
header .web-lang > li .parent-item img {
  width: 35px;
  height: auto;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  background-color: #40B36E;
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #40B36E transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
header .web-lang li ul.sub-menu li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  color: #fff;
  margin: 0;
  padding: 8px 20px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 30px;
}
header .web-lang li ul.sub-menu li a span {
  font-size: 16px;
  font-weight: 600;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #174028;
}
header .top-menu {
  display: flex;
  gap: 8px;
}
header .top-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 16px 8px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li {
  position: relative;
}
header .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .top-menu li:hover::after {
  opacity: 100%;
}
header .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 0%;
  background-color: #ffffff;
  border: none;
  pointer-events: none;
  min-width: 320px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu li:hover > a {
  opacity: 0.6;
}
header .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu li:after {
  display: none;
}
header .top-menu li ul.sub-menu li a {
  color: #0A1D16;
  font-weight: 500;
  margin: 0;
  padding: 6px 24px 6px 12px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
footer {
  background: no-repeat center center / cover;
}
footer .footer-top {
  padding: 60px 0 20px;
}
footer .footer-top .footer-col {
  margin-bottom: 20px;
}
footer .footer-top .footer-logo {
  display: block;
}
footer .footer-top .footer-logo img {
  width: 350px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-socials {
  display: flex;
  gap: 10px;
}
footer .footer-top .footer-socials li a {
  display: block;
  background-color: #174028;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #fff;
  color: #174028;
}
footer .footer-top .footer-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-top .footer-menu {
  color: #fff;
}
footer .footer-top .footer-menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-top .footer-contacts .footer-contact {
  display: flex;
  margin-bottom: 20px;
}
footer .footer-top .footer-contacts .footer-contact .contact-text {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
footer .footer-top .footer-contacts .footer-contact .contact-icon {
  margin-right: 10px;
  padding: 4px;
  color: #fff;
  height: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-copyright {
  padding: 0 0 15px;
}
footer .footer-copyright .copyright {
  font-size: 14px;
  color: #fff;
}
footer .footer-copyright .footer-cr-logo img {
  width: 150px;
  height: auto;
}
.video-box {
  display: block;
  overflow: hidden;
}
.video-box .video-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.video-box .play-icon {
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 1440px) {
  header .top-logo img {
    width: 140px;
  }
  header .top-menu > li > a {
    font-size: 12px;
    padding: 16px 6px;
  }
  .gen-btn {
    font-size: 16px;
    padding: 8px 48px;
  }
  .section-top-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-text {
    font-size: 16px;
  }
  footer .footer-top .footer-logo img {
    width: 300px;
  }
  footer .footer-top .footer-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  footer .footer-top .footer-menu li a {
    font-size: 18px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-text {
    font-size: 18px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-icon svg {
    width: 20px;
    height: 20px;
  }
  footer .footer-top .footer-socials li a {
    padding: 8px;
  }
  footer .footer-top .footer-socials li a svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1200px) {
  header .top-logo img {
    width: 120px;
  }
  header .top-menu > li > a {
    padding: 12px 6px;
  }
}
@media (max-width: 991px) {
  .gen-btn {
    font-size: 16px;
    padding: 6px 36px;
  }
  .section-top-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .section-title {
    font-size: 32px;
  }
  .section-text {
    font-size: 16px;
  }
  footer .footer-top {
    padding: 40px 0 20px;
  }
  footer .footer-top .footer-logo img {
    width: 250px;
  }
  footer .footer-top .footer-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  footer .footer-top .footer-menu li a {
    font-size: 16px;
  }
  footer .footer-top .footer-contacts .footer-contact {
    margin-bottom: 10px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-text {
    font-size: 16px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-icon {
    margin-right: 5px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-icon svg {
    width: 16px;
    height: 16px;
  }
  footer .footer-top .footer-socials li a {
    padding: 6px;
  }
}
@media (max-width: 768px) {
  footer .footer-copyright {
    padding: 0 0 80px;
  }
  footer .footer-copyright .copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .section-top-title {
    font-size: 18px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-text {
    font-size: 14px;
  }
  footer .footer-top .footer-logo img {
    width: 150px;
  }
  footer .footer-top .footer-socials {
    margin-top: 15px;
  }
}
