.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 5.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f0ff18 !important;
}
.bg-success {
  background-color: #394546 !important;
}
.bg-info {
  background-color: #f7f7f5 !important;
}
.bg-warning {
  background-color: #c5ba4a !important;
}
.bg-danger {
  background-color: #c7756f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #000000 !important;
  color: #f0ff18 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0ff18 !important;
  border-color: #f0ff18 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f3ff4b !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #f3ff4b !important;
  border-color: #f3ff4b !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-info .mbr-iconfont {
  background-color: #676753 !important;
  color: #f7f7f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
  color: #676753 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #676753 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #394546 !important;
}
.btn-success,
.btn-success:active {
  background-color: #394546 !important;
  border-color: #394546 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #506162 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #506162 !important;
  border-color: #506162 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff !important;
  color: #c7756f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7756f !important;
  border-color: #c7756f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d59894 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d59894 !important;
  border-color: #d59894 !important;
}
.btn-white .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #f0ff18 !important;
  color: #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f0ff18;
  color: #f0ff18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b4c000 !important;
  background-color: transparent !important;
  border-color: #b4c000 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #b4c000 !important;
  color: #000000;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #161800 !important;
  background-color: #f0ff18 !important;
  border-color: #f0ff18 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f7f7f5 !important;
  color: #676753;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f5;
  color: #f7f7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0c5 !important;
  background-color: transparent !important;
  border-color: #d0d0c5 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #d0d0c5 !important;
  color: #37372c;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #848469 !important;
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #394546 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #394546;
  color: #394546;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121616 !important;
  background-color: transparent !important;
  border-color: #121616 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #121616 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #394546 !important;
  border-color: #394546 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c7756f !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7756f;
  color: #c7756f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1453f !important;
  background-color: transparent !important;
  border-color: #a1453f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #a1453f !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7756f !important;
  border-color: #c7756f !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f0ff18 !important;
}
.text-secondary {
  color: #445e5f !important;
}
.text-success {
  color: #394546 !important;
}
.text-info {
  color: #f7f7f5 !important;
}
.text-warning {
  color: #c5ba4a !important;
}
.text-danger {
  color: #c7756f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a6b100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0e0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cacabc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #807829 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96403a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f0ff18;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f5;
}
.alert-warning {
  background-color: #c5ba4a;
}
.alert-danger {
  background-color: #c7756f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0ff18;
  border-color: #f0ff18;
  color: #2e3200;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #f0ff18;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdffe4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aab9ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4dfab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebcdcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f0ff18 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f0ff18;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0ff18;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f0ff18;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f0ff18;
  border-bottom-color: #f0ff18;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f0ff18 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #445e5f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f0ff18' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #f0ff18 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #f0ff18 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #f0ff18 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #f0ff18 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
}
.middle-radius {
  border-radius: 16px !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtZHE3qihC .navbar-dropdown {
  position: relative !important;
}
.cid-vtZHE3qihC .navbar-dropdown {
  position: absolute !important;
}
.cid-vtZHE3qihC .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-vtZHE3qihC .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-vtZHE3qihC .nav-link:hover:before {
  width: 100%;
}
.cid-vtZHE3qihC .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-vtZHE3qihC .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-vtZHE3qihC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtZHE3qihC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtZHE3qihC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtZHE3qihC .dropdown-item:hover,
.cid-vtZHE3qihC .dropdown-item:focus {
  background: #f0ff18 !important;
  color: white !important;
}
.cid-vtZHE3qihC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtZHE3qihC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtZHE3qihC .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-vtZHE3qihC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtZHE3qihC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtZHE3qihC .dropdown-menu,
.cid-vtZHE3qihC .navbar.opened {
  background: #1a449a !important;
}
.cid-vtZHE3qihC .nav-item:focus,
.cid-vtZHE3qihC .nav-link:focus {
  outline: none;
}
.cid-vtZHE3qihC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtZHE3qihC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtZHE3qihC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtZHE3qihC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtZHE3qihC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtZHE3qihC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtZHE3qihC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-vtZHE3qihC .navbar.opened {
  transition: all 0.3s;
}
.cid-vtZHE3qihC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtZHE3qihC .navbar .navbar-logo img {
  width: auto;
}
.cid-vtZHE3qihC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtZHE3qihC .navbar.collapsed {
  justify-content: center;
}
.cid-vtZHE3qihC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtZHE3qihC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtZHE3qihC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtZHE3qihC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtZHE3qihC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtZHE3qihC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtZHE3qihC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtZHE3qihC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtZHE3qihC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtZHE3qihC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtZHE3qihC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtZHE3qihC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtZHE3qihC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtZHE3qihC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtZHE3qihC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtZHE3qihC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtZHE3qihC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtZHE3qihC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtZHE3qihC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtZHE3qihC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtZHE3qihC .navbar.navbar-short {
  min-height: 80px;
}
.cid-vtZHE3qihC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtZHE3qihC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vtZHE3qihC .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtZHE3qihC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtZHE3qihC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtZHE3qihC .dropdown-item.active,
.cid-vtZHE3qihC .dropdown-item:active {
  background-color: transparent;
}
.cid-vtZHE3qihC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtZHE3qihC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtZHE3qihC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtZHE3qihC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-vtZHE3qihC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtZHE3qihC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtZHE3qihC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtZHE3qihC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtZHE3qihC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtZHE3qihC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-vtZHE3qihC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtZHE3qihC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtZHE3qihC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtZHE3qihC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtZHE3qihC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtZHE3qihC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtZHE3qihC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtZHE3qihC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtZHE3qihC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtZHE3qihC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtZHE3qihC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtZHE3qihC .navbar {
    height: 70px;
  }
  .cid-vtZHE3qihC .navbar.opened {
    height: auto;
  }
  .cid-vtZHE3qihC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtZsPpsHxV {
  align-items: flex-end;
  background-image: url("../../../assets/images/image207-1537x1023.png");
}
.cid-vtZsPpsHxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtZsPpsHxV .card {
  justify-content: flex-end;
}
.cid-vtZsPpsHxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtZsPpsHxV .title-wrapper {
  margin-top: 80px;
}
.cid-vtZsPpsHxV .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vtZsPpsHxV .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vtZsPpsHxV .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vtZsPpsHxV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtZsPpsHxV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtZsPpsHxV .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vtZsPpsHxV .title-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vtZsPpsHxV .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vtZsPpsHxV .mbr-section-title {
  color: #ffffff;
}
.cid-vtZsPpsHxV .mbr-text,
.cid-vtZsPpsHxV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtZsPpsHxV .mbr-section-title,
.cid-vtZsPpsHxV .mbr-section-btn {
  text-align: center;
}
.cid-vck4XdepfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vck4XdepfV .item:focus,
.cid-vck4XdepfV span:focus {
  outline: none;
}
.cid-vck4XdepfV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vck4XdepfV .content-head {
  max-width: 800px;
}
.cid-vck4XdepfV .item {
  color: #222f30;
  padding: 10px 0;
}
.cid-vtZHNfNbGS {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-vtZHNfNbGS .row {
  flex-direction: row-reverse;
}
.cid-vtZHNfNbGS .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.cid-vtZHNfNbGS svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-vtZHNfNbGS svg path {
  fill: #f39806;
}
@media (max-width: 992px) {
  .cid-vtZHNfNbGS svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vtZHNfNbGS svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-vtZHNfNbGS .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-vtZHNfNbGS .col-12 {
    padding: 0 2rem;
  }
  .cid-vtZHNfNbGS .row {
    margin: 0 -2rem;
  }
}
.cid-vtZHNfNbGS .mbr-text,
.cid-vtZHNfNbGS .mbr-section-btn {
  color: #1a449a;
}
.cid-vtZIaajCpX {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background: #a7e26e;
}
.cid-vtZIaajCpX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vtZIaajCpX .team-card:hover {
  transform: translateY(-10px);
}
.cid-vtZIaajCpX .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-vtZIaajCpX .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-vtZIaajCpX .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-vtZIaajCpX .image-wrap:hover .read,
.cid-vtZIaajCpX .image-wrap:focus-within .read,
.cid-vtZIaajCpX .image-wrap:hover .img-svg,
.cid-vtZIaajCpX .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-vtZIaajCpX .image-wrap:hover .more,
.cid-vtZIaajCpX .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-vtZIaajCpX .image-wrap .read,
  .cid-vtZIaajCpX .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-vtZIaajCpX .image-wrap .more {
    transform: scale(1);
  }
}
.cid-vtZIaajCpX .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-vtZIaajCpX .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #f0ff18;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-vtZIaajCpX .img-svg path {
  fill: #f0ff18;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-vtZIaajCpX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZIaajCpX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZIaajCpX .svg-top .st0 {
  fill: #a7e26e;
}
@media (max-width: 992px) {
  .cid-vtZIaajCpX .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vtZIaajCpX h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-vtZIaajCpX h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-vtZIaajCpX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vtZIaajCpX .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vtZIaajCpX .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-vtZIaajCpX .card-title,
.cid-vtZIaajCpX .social-row {
  color: #1a449a;
}
.cid-vtZIaajCpX .mbr-role,
.cid-vtZIaajCpX .social-row {
  color: #1a449a;
}
.cid-vtZIaajCpX .card-text,
.cid-vtZIaajCpX .mbr-section-btn,
.cid-vtZIaajCpX .social-row {
  color: #1a449a;
}
.cid-vtZIaajCpX .mbr-section-title {
  color: #1a449a;
}
.cid-vtZJK6L60V {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #e8d883;
}
.cid-vtZJK6L60V .mbr-section-title {
  color: #000000;
}
.cid-vtZJK6L60V .mbr-text {
  color: #000000;
}
.cid-vtZJK6L60V .mbr-section-subtitle {
  color: #1a449a;
}
.cid-vtZJK6L60V .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZJK6L60V .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZJK6L60V .svg-top .st0 {
  fill: #e8d883;
}
@media (max-width: 992px) {
  .cid-vtZJK6L60V .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vtZJK6L60V h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-vtZJK6L60V h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-vtZJK6L60V h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-vtZJK6L60V h5 {
    margin-left: 0px;
  }
  .cid-vtZJK6L60V h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-vtZJK6L60V h5:hover:before {
    animation: none;
  }
}
.cid-vtZJK6L60V .mbr-section-subtitle,
.cid-vtZJK6L60V .content {
  color: #000000;
}
.cid-vtZAJzFT8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtZAJzFT8I .mbr-text,
.cid-vtZAJzFT8I .mbr-section-btn {
  color: #1d2c35;
}
.cid-vtZAJzFT8I .card-title,
.cid-vtZAJzFT8I .card-box {
  color: #1d2c35;
}
.cid-vtZAJzFT8I .mbr-text,
.cid-vtZAJzFT8I .link-wrap {
  color: #1d2c35;
}
.cid-vtZHkokw8F {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #a7e26e;
}
@media (min-width: 1500px) {
  .cid-vtZHkokw8F .container {
    max-width: 1400px;
  }
}
.cid-vtZHkokw8F .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZHkokw8F .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZHkokw8F .svg-top .st0 {
  fill: #a7e26e;
}
@media (max-width: 992px) {
  .cid-vtZHkokw8F .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZHkokw8F .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vtZHkokw8F .card-wrapper {
  margin-top: 3rem;
}
.cid-vtZHkokw8F .row {
  justify-content: center;
}
.cid-vtZHkokw8F .mbr-section-title {
  color: #ffffff;
}
.cid-vtZHkokw8F .card-title,
.cid-vtZHkokw8F .iconfont-wrapper {
  color: #ffffff;
}
.cid-vtZHkokw8F .card-text {
  color: #ffffff;
}
.cid-vtZHkokw8F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vtZLKWbfHC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #b8f078;
}
@media (min-width: 1500px) {
  .cid-vtZLKWbfHC .container {
    max-width: 1400px;
  }
}
.cid-vtZLKWbfHC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZLKWbfHC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZLKWbfHC .svg-top .st0 {
  fill: #b8f078;
}
@media (max-width: 992px) {
  .cid-vtZLKWbfHC .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZLKWbfHC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vtZLKWbfHC .card-wrapper {
  margin-top: 3rem;
}
.cid-vtZLKWbfHC .row {
  justify-content: center;
}
.cid-vtZLKWbfHC .mbr-section-title {
  color: #ffffff;
}
.cid-vtZLKWbfHC .card-title,
.cid-vtZLKWbfHC .iconfont-wrapper {
  color: #ffffff;
}
.cid-vtZLKWbfHC .card-text {
  color: #ffffff;
}
.cid-vtZLKWbfHC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vtZMQXSWSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vtZMQXSWSZ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZMQXSWSZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZMQXSWSZ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-vtZMQXSWSZ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZMQXSWSZ .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-vtZMQXSWSZ .col-12 {
    padding: 0 2rem;
  }
  .cid-vtZMQXSWSZ .row {
    margin: 0 -2rem;
  }
}
.cid-vtZMQXSWSZ .mbr-text,
.cid-vtZMQXSWSZ .mbr-section-btn {
  color: #1a449a;
}
.cid-vtZMKpxi1Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #50db09;
}
.cid-vtZMKpxi1Y svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-vtZMKpxi1Y svg .st0 {
  fill: #50db09;
}
@media (max-width: 992px) {
  .cid-vtZMKpxi1Y svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-vtZMKpxi1Y .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vtZMKpxi1Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtZMKpxi1Y .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vtZMKpxi1Y .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vtZMKpxi1Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtZMKpxi1Y .copyright {
  color: #ffffff;
}
.cid-vtZYhcH3JR .navbar-dropdown {
  position: relative !important;
}
.cid-vtZYhcH3JR .navbar-dropdown {
  position: absolute !important;
}
.cid-vtZYhcH3JR .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-vtZYhcH3JR .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-vtZYhcH3JR .nav-link:hover:before {
  width: 100%;
}
.cid-vtZYhcH3JR .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-vtZYhcH3JR .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-vtZYhcH3JR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtZYhcH3JR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vtZYhcH3JR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vtZYhcH3JR .dropdown-item:hover,
.cid-vtZYhcH3JR .dropdown-item:focus {
  background: #f0ff18 !important;
  color: white !important;
}
.cid-vtZYhcH3JR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtZYhcH3JR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtZYhcH3JR .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-vtZYhcH3JR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtZYhcH3JR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vtZYhcH3JR .dropdown-menu,
.cid-vtZYhcH3JR .navbar.opened {
  background: #1a449a !important;
}
.cid-vtZYhcH3JR .nav-item:focus,
.cid-vtZYhcH3JR .nav-link:focus {
  outline: none;
}
.cid-vtZYhcH3JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtZYhcH3JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vtZYhcH3JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtZYhcH3JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtZYhcH3JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vtZYhcH3JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtZYhcH3JR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-vtZYhcH3JR .navbar.opened {
  transition: all 0.3s;
}
.cid-vtZYhcH3JR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vtZYhcH3JR .navbar .navbar-logo img {
  width: auto;
}
.cid-vtZYhcH3JR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtZYhcH3JR .navbar.collapsed {
  justify-content: center;
}
.cid-vtZYhcH3JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vtZYhcH3JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vtZYhcH3JR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtZYhcH3JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vtZYhcH3JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vtZYhcH3JR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vtZYhcH3JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vtZYhcH3JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtZYhcH3JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vtZYhcH3JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtZYhcH3JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtZYhcH3JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtZYhcH3JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtZYhcH3JR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vtZYhcH3JR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtZYhcH3JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtZYhcH3JR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtZYhcH3JR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vtZYhcH3JR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtZYhcH3JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtZYhcH3JR .navbar.navbar-short {
  min-height: 80px;
}
.cid-vtZYhcH3JR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vtZYhcH3JR .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vtZYhcH3JR .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vtZYhcH3JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vtZYhcH3JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vtZYhcH3JR .dropdown-item.active,
.cid-vtZYhcH3JR .dropdown-item:active {
  background-color: transparent;
}
.cid-vtZYhcH3JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vtZYhcH3JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vtZYhcH3JR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtZYhcH3JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-vtZYhcH3JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vtZYhcH3JR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vtZYhcH3JR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vtZYhcH3JR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vtZYhcH3JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtZYhcH3JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-vtZYhcH3JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vtZYhcH3JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtZYhcH3JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vtZYhcH3JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vtZYhcH3JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtZYhcH3JR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtZYhcH3JR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtZYhcH3JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtZYhcH3JR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vtZYhcH3JR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtZYhcH3JR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vtZYhcH3JR .navbar {
    height: 70px;
  }
  .cid-vtZYhcH3JR .navbar.opened {
    height: auto;
  }
  .cid-vtZYhcH3JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtZYhd4r9N {
  align-items: flex-end;
  background-image: url("../../../assets/images/whatsapp20image202026-09-0120at2012.45.1420pm202-515x388.jpg");
}
.cid-vtZYhd4r9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtZYhd4r9N .card {
  justify-content: flex-end;
}
.cid-vtZYhd4r9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtZYhd4r9N .title-wrapper {
  margin-top: 80px;
}
.cid-vtZYhd4r9N .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vtZYhd4r9N .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vtZYhd4r9N .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vtZYhd4r9N .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtZYhd4r9N .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtZYhd4r9N .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vtZYhd4r9N .title-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vtZYhd4r9N .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vtZYhd4r9N .mbr-section-title {
  color: #ffffff;
}
.cid-vtZYhd4r9N .mbr-text,
.cid-vtZYhd4r9N .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vtZYhd4r9N .mbr-section-title,
.cid-vtZYhd4r9N .mbr-section-btn {
  text-align: center;
}
.cid-vtZYhdFfBp {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-vtZYhdFfBp .row {
  flex-direction: row-reverse;
}
.cid-vtZYhdFfBp .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.cid-vtZYhdFfBp svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-vtZYhdFfBp svg path {
  fill: #f39806;
}
@media (max-width: 992px) {
  .cid-vtZYhdFfBp svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vtZYhdFfBp svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-vtZYhdFfBp .mbr-section-title {
  color: #50db09;
}
@media (min-width: 1400px) {
  .cid-vtZYhdFfBp .col-12 {
    padding: 0 2rem;
  }
  .cid-vtZYhdFfBp .row {
    margin: 0 -2rem;
  }
}
.cid-vtZYhdFfBp .mbr-text,
.cid-vtZYhdFfBp .mbr-section-btn {
  color: #0b2224;
}
.cid-vu005MyeMN {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #50db09;
}
.cid-vu005MyeMN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vu005MyeMN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vu005MyeMN .svg-top .st0 {
  fill: #50db09;
}
@media (max-width: 992px) {
  .cid-vu005MyeMN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-vu005MyeMN .col-12 {
    padding: 0 2rem;
  }
  .cid-vu005MyeMN .row {
    margin: 0 -2rem;
  }
}
.cid-vu005MyeMN .mbr-text,
.cid-vu005MyeMN .mbr-section-btn {
  color: #ffffff;
}
.cid-vu005MyeMN .mbr-section-title {
  color: #ffffff;
}
.cid-vu00r2CQQm {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-vu00r2CQQm .mbr-section-title {
  color: #1a449a;
}
.cid-vu00r2CQQm .mbr-text {
  color: #1a449a;
}
.cid-vu00r2CQQm .mbr-section-subtitle {
  color: #1a449a;
}
.cid-vu00r2CQQm .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vu00r2CQQm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vu00r2CQQm .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-vu00r2CQQm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vu00r2CQQm h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-vu00r2CQQm h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-vu00r2CQQm h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-vu00r2CQQm h5 {
    margin-left: 0px;
  }
  .cid-vu00r2CQQm h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-vu00r2CQQm h5:hover:before {
    animation: none;
  }
}
.cid-vtZYhdXr63 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background: #a7e26e;
}
.cid-vtZYhdXr63 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vtZYhdXr63 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vtZYhdXr63 .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-vtZYhdXr63 .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-vtZYhdXr63 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-vtZYhdXr63 .image-wrap:hover .read,
.cid-vtZYhdXr63 .image-wrap:focus-within .read,
.cid-vtZYhdXr63 .image-wrap:hover .img-svg,
.cid-vtZYhdXr63 .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-vtZYhdXr63 .image-wrap:hover .more,
.cid-vtZYhdXr63 .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-vtZYhdXr63 .image-wrap .read,
  .cid-vtZYhdXr63 .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-vtZYhdXr63 .image-wrap .more {
    transform: scale(1);
  }
}
.cid-vtZYhdXr63 .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-vtZYhdXr63 .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #f0ff18;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-vtZYhdXr63 .img-svg path {
  fill: #f0ff18;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-vtZYhdXr63 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZYhdXr63 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZYhdXr63 .svg-top .st0 {
  fill: #a7e26e;
}
@media (max-width: 992px) {
  .cid-vtZYhdXr63 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vtZYhdXr63 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-vtZYhdXr63 h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-vtZYhdXr63 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vtZYhdXr63 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vtZYhdXr63 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-vtZYhdXr63 .card-title,
.cid-vtZYhdXr63 .social-row {
  color: #1a449a;
}
.cid-vtZYhdXr63 .mbr-role,
.cid-vtZYhdXr63 .social-row {
  color: #1a449a;
}
.cid-vtZYhdXr63 .card-text,
.cid-vtZYhdXr63 .mbr-section-btn,
.cid-vtZYhdXr63 .social-row {
  color: #1a449a;
}
.cid-vtZYhdXr63 .mbr-section-title {
  color: #1a449a;
}
.cid-vtZYhdorSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb43c;
}
.cid-vtZYhdorSU .item:focus,
.cid-vtZYhdorSU span:focus {
  outline: none;
}
.cid-vtZYhdorSU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vtZYhdorSU .content-head {
  max-width: 800px;
}
.cid-vtZYhdorSU .item {
  color: #222f30;
  padding: 10px 0;
}
.cid-vtZYheQRxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtZYheQRxx .mbr-text,
.cid-vtZYheQRxx .mbr-section-btn {
  color: #1d2c35;
}
.cid-vtZYheQRxx .card-title,
.cid-vtZYheQRxx .card-box {
  color: #1d2c35;
}
.cid-vtZYheQRxx .mbr-text,
.cid-vtZYheQRxx .link-wrap {
  color: #1d2c35;
}
.cid-vtZYhfa4NN {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #b8f078;
}
@media (min-width: 1500px) {
  .cid-vtZYhfa4NN .container {
    max-width: 1400px;
  }
}
.cid-vtZYhfa4NN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZYhfa4NN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZYhfa4NN .svg-top .st0 {
  fill: #b8f078;
}
@media (max-width: 992px) {
  .cid-vtZYhfa4NN .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZYhfa4NN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vtZYhfa4NN .card-wrapper {
  margin-top: 3rem;
}
.cid-vtZYhfa4NN .row {
  justify-content: center;
}
.cid-vtZYhfa4NN .mbr-section-title {
  color: #ffffff;
}
.cid-vtZYhfa4NN .card-title,
.cid-vtZYhfa4NN .iconfont-wrapper {
  color: #ffffff;
}
.cid-vtZYhfa4NN .card-text {
  color: #ffffff;
}
.cid-vtZYhfa4NN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vtZYhfDCaB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #b8f078;
}
@media (min-width: 1500px) {
  .cid-vtZYhfDCaB .container {
    max-width: 1400px;
  }
}
.cid-vtZYhfDCaB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZYhfDCaB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZYhfDCaB .svg-top .st0 {
  fill: #b8f078;
}
@media (max-width: 992px) {
  .cid-vtZYhfDCaB .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZYhfDCaB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vtZYhfDCaB .card-wrapper {
  margin-top: 3rem;
}
.cid-vtZYhfDCaB .row {
  justify-content: center;
}
.cid-vtZYhfDCaB .mbr-section-title {
  color: #ffffff;
}
.cid-vtZYhfDCaB .card-title,
.cid-vtZYhfDCaB .iconfont-wrapper {
  color: #ffffff;
}
.cid-vtZYhfDCaB .card-text {
  color: #ffffff;
}
.cid-vtZYhfDCaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vtZYhg7VFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vtZYhg7VFG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vtZYhg7VFG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vtZYhg7VFG .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-vtZYhg7VFG .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vtZYhg7VFG .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-vtZYhg7VFG .col-12 {
    padding: 0 2rem;
  }
  .cid-vtZYhg7VFG .row {
    margin: 0 -2rem;
  }
}
.cid-vtZYhg7VFG .mbr-text,
.cid-vtZYhg7VFG .mbr-section-btn {
  color: #1a449a;
}
.cid-vu4KZpsTKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vu4KZpsTKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu4KZpsTKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu4KZpsTKZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vu4KZpsTKZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vu4KZpsTKZ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vu4KZpsTKZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vu4KZpsTKZ .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vu4KZpsTKZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vu4KZpsTKZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vu4KZpsTKZ .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vu4KZpsTKZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vu4KZpsTKZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 768px) {
  .cid-vu4KZpsTKZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vu4KZpsTKZ .embla__slide .slide-content {
  width: 100%;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: 15px;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 10px 12px;
  border: 1px solid #000000;
  box-shadow: -1px 2px #000000;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-number_1,
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-number_2,
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-number_3 {
  margin-bottom: 0;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-title_1,
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-title_2,
.cid-vu4KZpsTKZ .embla__slide .slide-content .item-wrapper .card-box .item-title_3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .card_1 .card-box {
  background-color: #ddd1ff;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .card_2 .card-box {
  background-color: #deeff8;
}
.cid-vu4KZpsTKZ .embla__slide .slide-content .card_3 .card-box {
  background-color: #f9fae3;
}
.cid-vu4KZpsTKZ .embla__button--next,
.cid-vu4KZpsTKZ .embla__button--prev {
  display: flex;
}
.cid-vu4KZpsTKZ .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #deeff8 !important;
  color: #16526e !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vu4KZpsTKZ .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-vu4KZpsTKZ .embla__button:disabled {
  background-color: #deeff8 !important;
  color: #16526e !important;
  opacity: .5 !important;
  transform: none;
}
.cid-vu4KZpsTKZ .embla__button.embla__button--prev {
  margin-left: -55px;
}
.cid-vu4KZpsTKZ .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-vu4KZpsTKZ .embla__button.embla__button--next {
  margin-right: -55px;
}
.cid-vu4KZpsTKZ .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-vu4KZpsTKZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vu4KZpsTKZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vu4KZpsTKZ .embla__viewport {
    padding: 0;
  }
}
.cid-vu4KZpsTKZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vu4KZpsTKZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vu4KZpsTKZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vu4KZpsTKZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vu4KZpsTKZ .mbr-label,
.cid-vu4KZpsTKZ .label-wrapper {
  color: #116e99;
}
.cid-vu4KZpsTKZ .mbr-section-title,
.cid-vu4KZpsTKZ .title-wrap {
  color: #000000;
}
.cid-vu4KZpsTKZ .mbr-text,
.cid-vu4KZpsTKZ .text-wrapper {
  color: #8b8b8a;
}
.cid-vu4KZpsTKZ .item-number_1 {
  color: #000000;
}
.cid-vu4KZpsTKZ .item-number_2 {
  color: #000000;
}
.cid-vu4KZpsTKZ .item-title_1 {
  color: #000000;
}
.cid-vu4KZpsTKZ .item-title_2 {
  color: #000000;
}
.cid-vu515MGG1m {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffb43c;
}
@media (min-width: 992px) {
  .cid-vu515MGG1m .text-wrapper {
    padding: 2rem;
  }
}
.cid-vu515MGG1m .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vu515MGG1m .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vu515MGG1m .svg-top .st0 {
  fill: #ffb43c;
}
@media (max-width: 992px) {
  .cid-vu515MGG1m .svg-top {
    width: 1000px;
  }
}
.cid-vu515MGG1m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vu515MGG1m .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vu515MGG1m .mbr-text {
  color: #000000;
}
.cid-vu515MGG1m .name {
  color: #1a449a;
}
.cid-vu515MGG1m .position {
  color: #1a449a;
}
.cid-vtZYhgxP8z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #50db09;
}
.cid-vtZYhgxP8z svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-vtZYhgxP8z svg .st0 {
  fill: #50db09;
}
@media (max-width: 992px) {
  .cid-vtZYhgxP8z svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-vtZYhgxP8z .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vtZYhgxP8z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vtZYhgxP8z .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vtZYhgxP8z .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vtZYhgxP8z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vtZYhgxP8z .copyright {
  color: #ffffff;
}
.cid-vvSv2r1OSB .navbar-dropdown {
  position: relative !important;
}
.cid-vvSv2r1OSB .navbar-dropdown {
  position: absolute !important;
}
.cid-vvSv2r1OSB .nav-link {
  padding: 0!important;
  position: relative;
}
.cid-vvSv2r1OSB .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
}
.cid-vvSv2r1OSB .nav-link:hover:before {
  width: 100%;
}
.cid-vvSv2r1OSB .container {
  max-width: 1300px;
  display: flex;
  margin: auto;
}
.cid-vvSv2r1OSB .navbar-caption {
  border: 3px solid currentColor;
  padding: 0.5rem;
  font-weight: 900;
}
.cid-vvSv2r1OSB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvSv2r1OSB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vvSv2r1OSB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vvSv2r1OSB .dropdown-item:hover,
.cid-vvSv2r1OSB .dropdown-item:focus {
  background: #f0ff18 !important;
  color: white !important;
}
.cid-vvSv2r1OSB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vvSv2r1OSB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vvSv2r1OSB .nav-dropdown .link {
  padding: 0!important;
  margin: 0.667em 1em !important;
}
.cid-vvSv2r1OSB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvSv2r1OSB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vvSv2r1OSB .dropdown-menu,
.cid-vvSv2r1OSB .navbar.opened {
  background: #1a449a !important;
}
.cid-vvSv2r1OSB .nav-item:focus,
.cid-vvSv2r1OSB .nav-link:focus {
  outline: none;
}
.cid-vvSv2r1OSB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvSv2r1OSB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvSv2r1OSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvSv2r1OSB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvSv2r1OSB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvSv2r1OSB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vvSv2r1OSB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 68, 154, 0);
}
.cid-vvSv2r1OSB .navbar.opened {
  transition: all 0.3s;
}
.cid-vvSv2r1OSB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvSv2r1OSB .navbar .navbar-logo img {
  width: auto;
}
.cid-vvSv2r1OSB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vvSv2r1OSB .navbar.collapsed {
  justify-content: center;
}
.cid-vvSv2r1OSB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvSv2r1OSB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vvSv2r1OSB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vvSv2r1OSB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vvSv2r1OSB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vvSv2r1OSB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vvSv2r1OSB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vvSv2r1OSB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vvSv2r1OSB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vvSv2r1OSB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvSv2r1OSB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvSv2r1OSB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvSv2r1OSB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvSv2r1OSB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vvSv2r1OSB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvSv2r1OSB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvSv2r1OSB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvSv2r1OSB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvSv2r1OSB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvSv2r1OSB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vvSv2r1OSB .navbar.navbar-short {
  min-height: 80px;
}
.cid-vvSv2r1OSB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vvSv2r1OSB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vvSv2r1OSB .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vvSv2r1OSB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvSv2r1OSB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvSv2r1OSB .dropdown-item.active,
.cid-vvSv2r1OSB .dropdown-item:active {
  background-color: transparent;
}
.cid-vvSv2r1OSB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvSv2r1OSB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvSv2r1OSB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvSv2r1OSB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a449a;
}
.cid-vvSv2r1OSB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvSv2r1OSB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvSv2r1OSB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvSv2r1OSB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vvSv2r1OSB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vvSv2r1OSB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1a449a;
}
.cid-vvSv2r1OSB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vvSv2r1OSB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvSv2r1OSB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vvSv2r1OSB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSv2r1OSB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSv2r1OSB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSv2r1OSB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSv2r1OSB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSv2r1OSB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vvSv2r1OSB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvSv2r1OSB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vvSv2r1OSB .navbar {
    height: 70px;
  }
  .cid-vvSv2r1OSB .navbar.opened {
    height: auto;
  }
  .cid-vvSv2r1OSB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvSv2rysts {
  align-items: flex-end;
  background-image: url("../../../assets/images/whatsapp20image202026-09-0120at2012.48.0220pm202-554x554.jpg");
}
.cid-vvSv2rysts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSv2rysts .card {
  justify-content: flex-end;
}
.cid-vvSv2rysts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSv2rysts .title-wrapper {
  margin-top: 80px;
}
.cid-vvSv2rysts .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vvSv2rysts .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vvSv2rysts .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vvSv2rysts .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvSv2rysts .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvSv2rysts .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vvSv2rysts .title-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vvSv2rysts .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vvSv2rysts .mbr-section-title {
  color: #ffffff;
}
.cid-vvSv2rysts .mbr-text,
.cid-vvSv2rysts .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vvSv2rysts .mbr-section-title,
.cid-vvSv2rysts .mbr-section-btn {
  text-align: center;
}
.cid-vvSv2rX1qb {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-vvSv2rX1qb .row {
  flex-direction: row-reverse;
}
.cid-vvSv2rX1qb .svg-container {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.cid-vvSv2rX1qb svg {
  position: absolute;
  top: 50px;
  width: 1700px;
  right: -80px;
  transform: scaleX(1) scaleY(1.3) rotate(0deg);
  animation: 1.5s ease-in-out infinite alternate svg;
}
.cid-vvSv2rX1qb svg path {
  fill: #f39806;
}
@media (max-width: 992px) {
  .cid-vvSv2rX1qb svg {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-vvSv2rX1qb svg {
    width: 800px;
  }
}
@keyframes svg {
  from {
    transform: scaleX(1.2) scaleY(1.35) rotate(-1deg);
  }
  to {
    transform: scaleX(1) scaleY(1.3) rotate(0deg);
  }
}
.cid-vvSv2rX1qb .mbr-section-title {
  color: #50db09;
}
@media (min-width: 1400px) {
  .cid-vvSv2rX1qb .col-12 {
    padding: 0 2rem;
  }
  .cid-vvSv2rX1qb .row {
    margin: 0 -2rem;
  }
}
.cid-vvSv2rX1qb .mbr-text,
.cid-vvSv2rX1qb .mbr-section-btn {
  color: #0b2224;
}
.cid-vvSv2sliQn {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #50db09;
}
.cid-vvSv2sliQn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2sliQn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2sliQn .svg-top .st0 {
  fill: #50db09;
}
@media (max-width: 992px) {
  .cid-vvSv2sliQn .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-vvSv2sliQn .col-12 {
    padding: 0 2rem;
  }
  .cid-vvSv2sliQn .row {
    margin: 0 -2rem;
  }
}
.cid-vvSv2sliQn .mbr-text,
.cid-vvSv2sliQn .mbr-section-btn {
  color: #ffffff;
}
.cid-vvSv2sliQn .mbr-section-title {
  color: #ffffff;
}
.cid-vvSv2tiuR2 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background: #a7e26e;
}
.cid-vvSv2tiuR2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vvSv2tiuR2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vvSv2tiuR2 .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-vvSv2tiuR2 .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-vvSv2tiuR2 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-vvSv2tiuR2 .image-wrap:hover .read,
.cid-vvSv2tiuR2 .image-wrap:focus-within .read,
.cid-vvSv2tiuR2 .image-wrap:hover .img-svg,
.cid-vvSv2tiuR2 .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-vvSv2tiuR2 .image-wrap:hover .more,
.cid-vvSv2tiuR2 .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-vvSv2tiuR2 .image-wrap .read,
  .cid-vvSv2tiuR2 .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-vvSv2tiuR2 .image-wrap .more {
    transform: scale(1);
  }
}
.cid-vvSv2tiuR2 .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-vvSv2tiuR2 .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #f0ff18;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-vvSv2tiuR2 .img-svg path {
  fill: #f0ff18;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-vvSv2tiuR2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2tiuR2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2tiuR2 .svg-top .st0 {
  fill: #a7e26e;
}
@media (max-width: 992px) {
  .cid-vvSv2tiuR2 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vvSv2tiuR2 h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-vvSv2tiuR2 h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-vvSv2tiuR2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vvSv2tiuR2 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vvSv2tiuR2 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-vvSv2tiuR2 .card-title,
.cid-vvSv2tiuR2 .social-row {
  color: #1a449a;
}
.cid-vvSv2tiuR2 .mbr-role,
.cid-vvSv2tiuR2 .social-row {
  color: #1a449a;
}
.cid-vvSv2tiuR2 .card-text,
.cid-vvSv2tiuR2 .mbr-section-btn,
.cid-vvSv2tiuR2 .social-row {
  color: #1a449a;
}
.cid-vvSv2tiuR2 .mbr-section-title {
  color: #1a449a;
}
.cid-vvSxRzECvG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #a7e26e;
}
.cid-vvSxRzECvG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vvSxRzECvG .team-card:hover {
  transform: translateY(-10px);
}
.cid-vvSxRzECvG .more {
  transform: scale(0) translate(-50%, -50%);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-vvSxRzECvG .image-wrap {
  position: relative;
  height: 350px;
  cursor: pointer;
  padding-bottom: 1rem;
}
.cid-vvSxRzECvG .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-vvSxRzECvG .image-wrap:hover .read,
.cid-vvSxRzECvG .image-wrap:focus-within .read,
.cid-vvSxRzECvG .image-wrap:hover .img-svg,
.cid-vvSxRzECvG .image-wrap:focus-within .img-svg {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.cid-vvSxRzECvG .image-wrap:hover .more,
.cid-vvSxRzECvG .image-wrap:focus-within .more {
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-vvSxRzECvG .image-wrap .read,
  .cid-vvSxRzECvG .image-wrap .img-svg {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-vvSxRzECvG .image-wrap .more {
    transform: scale(1);
  }
}
.cid-vvSxRzECvG .read {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transition: all 0.3s;
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}
.cid-vvSxRzECvG .img-svg {
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  fill: #f0ff18;
  left: 50%;
  animation: 1s ease-in-out infinite alternate curs;
}
.cid-vvSxRzECvG .img-svg path {
  fill: #f0ff18;
}
@keyframes curs {
  from {
    transform: translate(-50%, -50%) skew(3deg, 0deg) scale(1);
  }
  to {
    transform: translate(-50%, -50%) skew(-3deg, 0deg) scale(0.95);
  }
}
.cid-vvSxRzECvG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSxRzECvG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSxRzECvG .svg-top .st0 {
  fill: #a7e26e;
}
@media (max-width: 992px) {
  .cid-vvSxRzECvG .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vvSxRzECvG h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
}
.cid-vvSxRzECvG h5:before {
  content: '';
  position: absolute;
  right: -65px;
  top: 50%;
  transform-origin: left;
  height: 2px;
  width: 45px;
  background: currentColor;
}
@media (max-width: 991px) {
  .cid-vvSxRzECvG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vvSxRzECvG .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-vvSxRzECvG .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-vvSxRzECvG .card-title,
.cid-vvSxRzECvG .social-row {
  color: #1a449a;
}
.cid-vvSxRzECvG .mbr-role,
.cid-vvSxRzECvG .social-row {
  color: #1a449a;
}
.cid-vvSxRzECvG .card-text,
.cid-vvSxRzECvG .mbr-section-btn,
.cid-vvSxRzECvG .social-row {
  color: #1a449a;
}
.cid-vvSxRzECvG .mbr-section-title {
  color: #1a449a;
}
.cid-vvSv2sRyfa {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-vvSv2sRyfa .mbr-section-title {
  color: #1a449a;
}
.cid-vvSv2sRyfa .mbr-text {
  color: #1a449a;
}
.cid-vvSv2sRyfa .mbr-section-subtitle {
  color: #1a449a;
}
.cid-vvSv2sRyfa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2sRyfa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2sRyfa .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-vvSv2sRyfa .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-vvSv2sRyfa h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-vvSv2sRyfa h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-vvSv2sRyfa h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-vvSv2sRyfa h5 {
    margin-left: 0px;
  }
  .cid-vvSv2sRyfa h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-vvSv2sRyfa h5:hover:before {
    animation: none;
  }
}
.cid-vvSv2u2nit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb43c;
}
.cid-vvSv2u2nit .item:focus,
.cid-vvSv2u2nit span:focus {
  outline: none;
}
.cid-vvSv2u2nit .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vvSv2u2nit .content-head {
  max-width: 800px;
}
.cid-vvSv2u2nit .item {
  color: #222f30;
  padding: 10px 0;
}
.cid-vvSv2uRa5V {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #b8f078;
}
@media (min-width: 1500px) {
  .cid-vvSv2uRa5V .container {
    max-width: 1400px;
  }
}
.cid-vvSv2uRa5V .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2uRa5V .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2uRa5V .svg-top .st0 {
  fill: #b8f078;
}
@media (max-width: 992px) {
  .cid-vvSv2uRa5V .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vvSv2uRa5V .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vvSv2uRa5V .card-wrapper {
  margin-top: 3rem;
}
.cid-vvSv2uRa5V .row {
  justify-content: center;
}
.cid-vvSv2uRa5V .mbr-section-title {
  color: #ffffff;
}
.cid-vvSv2uRa5V .card-title,
.cid-vvSv2uRa5V .iconfont-wrapper {
  color: #ffffff;
}
.cid-vvSv2uRa5V .card-text {
  color: #ffffff;
}
.cid-vvSv2uRa5V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vvSv2vxHXd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #b8f078;
}
@media (min-width: 1500px) {
  .cid-vvSv2vxHXd .container {
    max-width: 1400px;
  }
}
.cid-vvSv2vxHXd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2vxHXd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2vxHXd .svg-top .st0 {
  fill: #b8f078;
}
@media (max-width: 992px) {
  .cid-vvSv2vxHXd .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vvSv2vxHXd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-vvSv2vxHXd .card-wrapper {
  margin-top: 3rem;
}
.cid-vvSv2vxHXd .row {
  justify-content: center;
}
.cid-vvSv2vxHXd .mbr-section-title {
  color: #ffffff;
}
.cid-vvSv2vxHXd .card-title,
.cid-vvSv2vxHXd .iconfont-wrapper {
  color: #ffffff;
}
.cid-vvSv2vxHXd .card-text {
  color: #ffffff;
}
.cid-vvSv2vxHXd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vvSv2ur6wH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vvSv2ur6wH .mbr-text,
.cid-vvSv2ur6wH .mbr-section-btn {
  color: #1d2c35;
}
.cid-vvSv2ur6wH .card-title,
.cid-vvSv2ur6wH .card-box {
  color: #1d2c35;
}
.cid-vvSv2ur6wH .mbr-text,
.cid-vvSv2ur6wH .link-wrap {
  color: #1d2c35;
}
.cid-vvSv2whqWJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vvSv2whqWJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2whqWJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2whqWJ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-vvSv2whqWJ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-vvSv2whqWJ .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-vvSv2whqWJ .col-12 {
    padding: 0 2rem;
  }
  .cid-vvSv2whqWJ .row {
    margin: 0 -2rem;
  }
}
.cid-vvSv2whqWJ .mbr-text,
.cid-vvSv2whqWJ .mbr-section-btn {
  color: #1a449a;
}
.cid-vvSv2xNAtG {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffb43c;
}
@media (min-width: 992px) {
  .cid-vvSv2xNAtG .text-wrapper {
    padding: 2rem;
  }
}
.cid-vvSv2xNAtG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-vvSv2xNAtG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f0ff18;
}
.cid-vvSv2xNAtG .svg-top .st0 {
  fill: #ffb43c;
}
@media (max-width: 992px) {
  .cid-vvSv2xNAtG .svg-top {
    width: 1000px;
  }
}
.cid-vvSv2xNAtG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vvSv2xNAtG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vvSv2xNAtG .mbr-text {
  color: #000000;
}
.cid-vvSv2xNAtG .name {
  color: #1a449a;
}
.cid-vvSv2xNAtG .position {
  color: #1a449a;
}
.cid-vvSIhH5MO3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f7f7f5;
}
.cid-vvSIhH5MO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSIhH5MO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSIhH5MO3 .border-wrapper {
  height: 12px;
  border: 1px solid #e7e8e1;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vvSIhH5MO3 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vvSIhH5MO3 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vvSIhH5MO3 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vvSIhH5MO3 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vvSIhH5MO3 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vvSIhH5MO3 .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .image-wrapper img {
    height: 300px;
  }
}
.cid-vvSIhH5MO3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vvSIhH5MO3 .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vvSIhH5MO3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vvSIhH5MO3 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vvSIhH5MO3 .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vvSIhH5MO3 .mbr-label {
  color: #222f30;
}
.cid-vvSIhH5MO3 .mbr-section-title {
  color: #222f30;
}
.cid-vvSIhH5MO3 .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vvSIhH5MO3 .mbr-text {
  color: #4f595a;
}
.cid-vvSv2ywAx7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #50db09;
}
.cid-vvSv2ywAx7 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-vvSv2ywAx7 svg .st0 {
  fill: #50db09;
}
@media (max-width: 992px) {
  .cid-vvSv2ywAx7 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-vvSv2ywAx7 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vvSv2ywAx7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vvSv2ywAx7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vvSv2ywAx7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vvSv2ywAx7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vvSv2ywAx7 .copyright {
  color: #ffffff;
}
