body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.13rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 2.6625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 1.704rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.491rem;
    font-size: calc( 1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20))));
    letter-spacing: -0.038em;
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0b6d3c !important;
}
.bg-success {
  background-color: #4fb380 !important;
}
.bg-info {
  background-color: #4c82a2 !important;
}
.bg-warning {
  background-color: #ffd400 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary:after {
  background: linear-gradient(to right, #0b6d3c 0 25%, transparent 25% 75%, #0b6d3c 75% 100%);
}
.btn-primary,
.btn-primary:active {
  background-color: #12ffb0 !important;
  border-color: #12ffb0 !important;
  color: #0b6d3c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #12ffb0 !important;
  border-color: #12ffb0 !important;
  color: #0b6d3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0b6d3c !important;
  background-color: #12ffb0 !important;
  border-color: #12ffb0 !important;
}
.btn-secondary:after {
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
  color: #9b8db7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #9b8db7 !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info:after {
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info,
.btn-info:active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
  color: #4c82a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4c82a2 !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success:after {
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success,
.btn-success:active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
  color: #4fb380 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4fb380 !important;
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning:after {
  background: linear-gradient(to right, #ffd400 0 25%, transparent 25% 75%, #ffd400 75% 100%);
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff99 !important;
  border-color: #ffff99 !important;
  color: #ffd400 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffff99 !important;
  border-color: #ffff99 !important;
  color: #ffd400 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffd400 !important;
  background-color: #ffff99 !important;
  border-color: #ffff99 !important;
}
.btn-danger:after {
  background: linear-gradient(to right, #ff0000 0 25%, transparent 25% 75%, #ff0000 75% 100%);
}
.btn-danger,
.btn-danger:active {
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
  color: #ff0000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
  color: #ff0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff0000 !important;
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
}
.btn-white:after {
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f6f6f6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f6f6f6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black:after {
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black,
.btn-black:active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #a26457 !important;
  border-color: #a26457 !important;
  color: #303030 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #303030 !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-primary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #0b6d3c 0 25%, transparent 25% 75%, #0b6d3c 75% 100%);
}
.btn-primary-outline,
.btn-primary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #0b6d3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b6d3c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #12ffb0 !important;
  border-color: #12ffb0 !important;
}
.btn-secondary-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #9b8db7 0 25%, transparent 25% 75%, #9b8db7 75% 100%);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #9b8db7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b8db7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #efe6f7 !important;
  border-color: #efe6f7 !important;
}
.btn-info-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4c82a2 0 25%, transparent 25% 75%, #4c82a2 75% 100%);
}
.btn-info-outline,
.btn-info-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4c82a2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4c82a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9cc0eb !important;
  border-color: #9cc0eb !important;
}
.btn-success-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4fb380 0 25%, transparent 25% 75%, #4fb380 75% 100%);
}
.btn-success-outline,
.btn-success-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #4fb380;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4fb380 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #abf0d8 !important;
  border-color: #abf0d8 !important;
}
.btn-warning-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ffd400 0 25%, transparent 25% 75%, #ffd400 75% 100%);
}
.btn-warning-outline,
.btn-warning-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff99 !important;
  border-color: #ffff99 !important;
}
.btn-danger-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #ff0000 0 25%, transparent 25% 75%, #ff0000 75% 100%);
}
.btn-danger-outline,
.btn-danger-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa99 !important;
  border-color: #ffaa99 !important;
}
.btn-black-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #303030 0 25%, transparent 25% 75%, #303030 75% 100%);
}
.btn-black-outline,
.btn-black-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #303030;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #303030 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #a26457 !important;
  border-color: #a26457 !important;
}
.btn-white-outline:after {
  width: 100% !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #f6f6f6 0 25%, transparent 25% 75%, #f6f6f6 75% 100%);
}
.btn-white-outline,
.btn-white-outline:active {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-color: transparent;
  color: #f6f6f6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0b6d3c !important;
}
.text-secondary {
  color: #9b8db7 !important;
}
.text-success {
  color: #4fb380 !important;
}
.text-info {
  color: #4c82a2 !important;
}
.text-warning {
  color: #ffd400 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #f6f6f6 !important;
}
.text-black {
  color: #303030 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #021009 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #675688 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f6d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b4a5d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c3c3c3 !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: #0b6d3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #303030;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4c82a2;
}
.alert-warning {
  background-color: #ffd400;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0b6d3c;
  border-color: #0b6d3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0b6d3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #17e17c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8d9c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbdd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #0b6d3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #0b6d3c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0b6d3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0b6d3c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0b6d3c;
  border-bottom-color: #0b6d3c;
}
.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: #ffffff !important;
  background-color: #0b6d3c !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: #9b8db7 !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='%230b6d3c' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.mbr-fonts-style a:not(.mbr-fonts-style) {
  position: relative;
}
.mbr-fonts-style a:not(.mbr-fonts-style):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background: linear-gradient(to right, currentColor 0 25%, transparent 25% 75%, currentColor 75% 100%);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-fonts-style a:not(.mbr-fonts-style):hover:before {
  background-position: left;
}
.container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 86%;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 86%;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 10px 34px 15px;
  font-weight: 700 !important;
  transition: all 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: -0.025em;
}
.mbr-section-btn .btn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 34px * 2);
  transition: all 0.7s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  background-position: right;
  background-size: 400% 100%;
  overflow: hidden;
}
.mbr-section-btn .btn.btn-primary {
  background-color: #15ce6e !important;
  border-color: #15ce6e !important;
}
.mbr-section-btn .btn.btn-black {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.mbr-section-btn .btn.btn-white {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.mbr-section-btn .btn:hover:after {
  background-position: left;
}
.cid-ttjgGSzu1K .navbar-dropdown {
  position: relative !important;
}
.cid-ttjgGSzu1K .navbar-dropdown {
  position: absolute !important;
}
.cid-ttjgGSzu1K .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-ttjgGSzu1K .dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttjgGSzu1K .dropdown-item {
  position: relative !important;
  padding: 2px 40px !important;
}
.cid-ttjgGSzu1K .dropdown-item:after {
  right: 1rem !important;
}
.cid-ttjgGSzu1K .dropdown-item:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 40px;
  bottom: 2px;
  top: auto !important;
  height: 1px;
  width: 0;
  overflow: visible !important;
  transform: scale(1) !important;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjgGSzu1K .dropdown-item:hover:before,
.cid-ttjgGSzu1K .dropdown-item:focus:before {
  width: calc(100% - 80px);
}
.cid-ttjgGSzu1K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjgGSzu1K .nav-link {
  position: relative;
}
.cid-ttjgGSzu1K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttjgGSzu1K .container {
    flex-wrap: nowrap;
  }
}
.cid-ttjgGSzu1K .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.cid-ttjgGSzu1K .navbar-nav .nav-item {
  margin: 0;
}
.cid-ttjgGSzu1K .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.cid-ttjgGSzu1K .navbar-nav .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjgGSzu1K .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.cid-ttjgGSzu1K .dropdown-menu,
.cid-ttjgGSzu1K .navbar.opened {
  background: #ffd400 !important;
}
.cid-ttjgGSzu1K .nav-item:focus,
.cid-ttjgGSzu1K .nav-link:focus {
  outline: none;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjgGSzu1K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjgGSzu1K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjgGSzu1K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjgGSzu1K .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  background: rgba(255, 212, 0, 0.8);
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-ttjgGSzu1K .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjgGSzu1K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjgGSzu1K .navbar .navbar-logo {
  margin-right: 0.5rem !important;
}
.cid-ttjgGSzu1K .navbar .navbar-logo img {
  width: auto;
}
.cid-ttjgGSzu1K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjgGSzu1K .navbar.collapsed {
  justify-content: center;
}
.cid-ttjgGSzu1K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjgGSzu1K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjgGSzu1K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjgGSzu1K .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-ttjgGSzu1K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjgGSzu1K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjgGSzu1K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjgGSzu1K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjgGSzu1K .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-ttjgGSzu1K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttjgGSzu1K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjgGSzu1K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjgGSzu1K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttjgGSzu1K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjgGSzu1K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttjgGSzu1K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttjgGSzu1K .navbar.navbar-short {
  min-height: 100px;
}
.cid-ttjgGSzu1K .navbar.navbar-short .navbar-brand {
  min-height: 98px;
  padding: 0;
}
.cid-ttjgGSzu1K .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.cid-ttjgGSzu1K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjgGSzu1K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttjgGSzu1K .dropdown-item.active,
.cid-ttjgGSzu1K .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjgGSzu1K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjgGSzu1K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjgGSzu1K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffd400;
}
.cid-ttjgGSzu1K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjgGSzu1K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjgGSzu1K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjgGSzu1K .navbar-buttons {
  text-align: center;
}
.cid-ttjgGSzu1K button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #303030;
  border-radius: 50%;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.cid-ttjgGSzu1K button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(2) {
  top: 10px;
  opacity: 1;
  transform: rotate(45deg);
  background-color: #303030;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transform: rotate(-45deg);
  background-color: #303030;
}
.cid-ttjgGSzu1K nav.opened .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ttjgGSzu1K nav.opened button.navbar-toggler:hover {
  transform: rotate(90deg);
}
.cid-ttjgGSzu1K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttjgGSzu1K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjgGSzu1K .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-ttjgGSzu1K .navbar {
    height: 70px;
  }
  .cid-ttjgGSzu1K .navbar.opened {
    height: auto;
  }
  .cid-ttjgGSzu1K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttjgGSzu1K .container,
.cid-ttjgGSzu1K .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K .container,
  .cid-ttjgGSzu1K .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ttjgGSzu1K .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.cid-ttjgGSzu1K .navbar-collapse {
  min-height: 98px;
}
.cid-ttjgGSzu1K .mbr-section-btn {
  max-width: 35%;
}
.cid-ttjgGSzu1K .mbr-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ttjgGSzu1K {
    min-height: 70px !important;
  }
  .cid-ttjgGSzu1K .navbar {
    min-height: 70px !important;
  }
  .cid-ttjgGSzu1K .container-fluid {
    padding: 0 7%;
  }
  .cid-ttjgGSzu1K .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .cid-ttjgGSzu1K .navbar-nav {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .cid-ttjgGSzu1K .navbar-nav li {
    margin: 0 !important;
  }
  .cid-ttjgGSzu1K .navbar-nav .nav-link {
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu {
    padding: 8px 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item {
    padding: 2px 0 !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:before {
    left: 0 !important;
    bottom: 2px !important;
  }
  .cid-ttjgGSzu1K .navbar .navbar-collapse .dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100% !important;
  }
  .cid-ttjgGSzu1K .mbr-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.cid-ttjgHy7mtK {
  background-image: url("../../../assets/images/enfantssakete.jpg-1471x1500.jpg");
}
.cid-ttjgHy7mtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjgHy7mtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjgHy7mtK .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-ttjgHy7mtK .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ttjgHy7mtK .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ttjgHy7mtK .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ttjgHy7mtK .mbr-text,
.cid-ttjgHy7mtK .mbr-section-btn {
  text-align: center;
}
.cid-uKfsI1DYv3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffd400;
}
.cid-uKfsI1DYv3 img {
  object-fit: cover;
}
.cid-uKfsI1DYv3 .mbr-section-subtitle {
  color: #0b6d3c;
}
.cid-uKfsI1DYv3 .mbr-text,
.cid-uKfsI1DYv3 .mbr-section-btn {
  color: #000000;
}
.cid-uKDB4j2hUo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffd400;
}
.cid-uKDB4j2hUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDB4j2hUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKDB4j2hUo .container {
    padding: 0 15px;
  }
}
.cid-uKDB4j2hUo .row {
  justify-content: space-between;
}
.cid-uKDB4j2hUo .row .card {
  justify-content: flex-end;
}
.cid-uKDB4j2hUo .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKDB4j2hUo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKDB4j2hUo .title-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uKDB4j2hUo .title-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uKDB4j2hUo .title-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uKDB4j2hUo .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 0 !important;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .cid-uKDB4j2hUo .box {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uKDB4j2hUo .box {
    padding: 0;
  }
}
.cid-uKDB4j2hUo .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 560px;
}
@media (max-width: 992px) {
  .cid-uKDB4j2hUo .box .mbr-media {
    height: 350px;
  }
}
.cid-uKDB4j2hUo .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0 !important;
}
.cid-uKDB4j2hUo .box .mbr-media .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uKDB4j2hUo .mbr-media {
  position: relative;
}
.cid-uKDB4j2hUo .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uKDB4j2hUo a:hover {
  background-image: none !important;
}
.cid-uKDB4j2hUo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uKDB4j2hUo .icon-wrap::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-uKDB4j2hUo .icon-wrap::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-uKDB4j2hUo .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uKDB4j2hUo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uKDB4j2hUo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uKDB4j2hUo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uKDB4j2hUo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKDB4j2hUo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKDB4j2hUo .mbr-section-title {
  color: #3f1819;
}
.cid-uKDB4j2hUo .mbr-section-title,
.cid-uKDB4j2hUo .mbr-section-btn {
  color: #0b6d3c;
}
.cid-uKBBVN0gx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b6d3c;
  overflow: hidden;
}
.cid-uKBBVN0gx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBBVN0gx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBBVN0gx2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKBBVN0gx2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBBVN0gx2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKBBVN0gx2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBBVN0gx2 .container {
    padding: 0 16px;
  }
}
.cid-uKBBVN0gx2 .row {
  justify-content: space-between;
}
.cid-uKBBVN0gx2 .row:hover,
.cid-uKBBVN0gx2 .row:focus {
  cursor: pointer;
}
.cid-uKBBVN0gx2 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKBBVN0gx2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBBVN0gx2 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uKBBVN0gx2 .image-wrapper img {
    height: 300px;
  }
}
.cid-uKBBVN0gx2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKBBVN0gx2 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKBBVN0gx2 .mbr-section-title {
  color: #000000;
}
.cid-uKBBVN0gx2 .mbr-text {
  color: #ffffff;
}
.cid-uKBBVN0gx2 .mbr-section-title,
.cid-uKBBVN0gx2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKBBZoCW2S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd400;
  overflow: hidden;
}
.cid-uKBBZoCW2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBBZoCW2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBBZoCW2S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKBBZoCW2S .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBBZoCW2S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKBBZoCW2S .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBBZoCW2S .container {
    padding: 0 16px;
  }
}
.cid-uKBBZoCW2S .row {
  justify-content: space-between;
}
.cid-uKBBZoCW2S .row:hover,
.cid-uKBBZoCW2S .row:focus {
  cursor: pointer;
}
.cid-uKBBZoCW2S .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKBBZoCW2S .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBBZoCW2S .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uKBBZoCW2S .image-wrapper img {
    height: 300px;
  }
}
.cid-uKBBZoCW2S .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKBBZoCW2S .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKBBZoCW2S .mbr-section-title {
  color: #000000;
}
.cid-uKBBZoCW2S .mbr-text {
  color: #000000;
}
.cid-uKBFL43iXy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b6d3c;
  overflow: hidden;
}
.cid-uKBFL43iXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBFL43iXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBFL43iXy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKBFL43iXy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBFL43iXy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKBFL43iXy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBFL43iXy .container {
    padding: 0 16px;
  }
}
.cid-uKBFL43iXy .row {
  justify-content: space-between;
}
.cid-uKBFL43iXy .row:hover,
.cid-uKBFL43iXy .row:focus {
  cursor: pointer;
}
.cid-uKBFL43iXy .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKBFL43iXy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBFL43iXy .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uKBFL43iXy .image-wrapper img {
    height: 300px;
  }
}
.cid-uKBFL43iXy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKBFL43iXy .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKBFL43iXy .mbr-section-title {
  color: #000000;
}
.cid-uKBFL43iXy .mbr-text {
  color: #ffffff;
}
.cid-uKBFL43iXy .mbr-section-title,
.cid-uKBFL43iXy .mbr-section-btn {
  color: #ffffff;
}
.cid-uKHIcfUuip {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffd400;
  overflow: hidden;
}
.cid-uKHIcfUuip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHIcfUuip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHIcfUuip .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKHIcfUuip .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKHIcfUuip .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKHIcfUuip .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKHIcfUuip .container {
    padding: 0 16px;
  }
}
.cid-uKHIcfUuip .row {
  justify-content: space-between;
}
.cid-uKHIcfUuip .row:hover,
.cid-uKHIcfUuip .row:focus {
  cursor: pointer;
}
.cid-uKHIcfUuip .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKHIcfUuip .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKHIcfUuip .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uKHIcfUuip .image-wrapper img {
    height: 300px;
  }
}
.cid-uKHIcfUuip .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKHIcfUuip .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKHIcfUuip .mbr-section-title {
  color: #000000;
}
.cid-uKHIcfUuip .mbr-text {
  color: #000000;
}
.cid-ttjhAC1rdD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b6d3c;
  overflow: hidden;
}
.cid-ttjhAC1rdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjhAC1rdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjhAC1rdD .mbr-section-title {
  color: #ffd400;
}
.cid-ttjhAC1rdD .mbr-section-subtitle {
  color: #303030;
}
.cid-uKBFO7JuzQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0b6d3c;
  overflow: hidden;
}
.cid-uKBFO7JuzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBFO7JuzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBFO7JuzQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uKBFO7JuzQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBFO7JuzQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKBFO7JuzQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uKBFO7JuzQ .container {
    padding: 0 16px;
  }
}
.cid-uKBFO7JuzQ .row {
  justify-content: space-between;
}
.cid-uKBFO7JuzQ .row:hover,
.cid-uKBFO7JuzQ .row:focus {
  cursor: pointer;
}
.cid-uKBFO7JuzQ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKBFO7JuzQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKBFO7JuzQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uKBFO7JuzQ .image-wrapper img {
    height: 300px;
  }
}
.cid-uKBFO7JuzQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKBFO7JuzQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uKBFO7JuzQ .mbr-section-title {
  color: #000000;
}
.cid-uKBFO7JuzQ .mbr-text {
  color: #ffffff;
}
.cid-uKBFO7JuzQ .mbr-section-title,
.cid-uKBFO7JuzQ .mbr-section-btn {
  color: #ffffff;
}
.cid-ttjhGLPdzJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-ttjhGLPdzJ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-ttjhGLPdzJ .row {
    row-gap: 40px;
  }
}
.cid-ttjhGLPdzJ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-ttjhGLPdzJ .mbr-section-title {
  color: #9b8db7;
}
.cid-ttjhGLPdzJ .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-ttjhGLPdzJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ttjhGLPdzJ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-ttjhGLPdzJ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-ttjhGLPdzJ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-ttjhGLPdzJ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-ttjhGLPdzJ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-ttjhGLPdzJ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-ttjhGLPdzJ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-ttjhGLPdzJ .item-content {
  margin-top: 32px;
}
.cid-ttjhGLPdzJ .item-title {
  color: #303030;
}
.cid-ttjhGLPdzJ .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-ttjhGLPdzJ .item-number {
  color: #0b6d3c;
  margin-top: 22px;
}
.cid-ttjhGLPdzJ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-ttjhGLPdzJ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-ttjhGLPdzJ .item-text {
  color: #ff0000;
}
.cid-uKfqw9QYgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKfqw9QYgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKfqw9QYgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKfqw9QYgf .container-fluid {
  max-width: 100%;
}
.cid-uKfqw9QYgf .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uKfqw9QYgf .mbr-section-title {
  color: #9b8db7;
}
.cid-uKfqw9QYgf .mbr-section-subtitle {
  margin-top: 16px;
  color: #303030;
}
.cid-uKfqw9QYgf .google-map {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uKfqw9QYgf .google-map {
    max-height: 75vh;
  }
}
.cid-uKfqw9QYgf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKfqw9QYgf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKfqw9QYgf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKfqw9QYgf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttjjjJAFlg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttjjjJAFlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjjJAFlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjjJAFlg .mbr-section-title {
  color: #303030;
  margin-bottom: 20px;
}
.cid-ttjjjJAFlg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-ttjjjJAFlg .mbr-text {
  color: #FFFFFF;
}
.cid-ttjjjJAFlg .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttjjgj1VkL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttjjgj1VkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjgj1VkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjgj1VkL .cards-row {
  row-gap: 50px;
}
.cid-ttjjgj1VkL .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-ttjjgj1VkL .number-text {
  color: #0b6d3c;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-ttjjgj1VkL .card-box {
  padding-top: 4px;
}
.cid-ttjjgj1VkL .card-title {
  color: #303030;
}
.cid-ttjjgj1VkL .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-ttjjgj1VkL .mbr-section-btn {
  margin-top: 7px;
}
.cid-uKIAO0HR1u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffff5;
}
.cid-uKIAO0HR1u .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uKIAO0HR1u .flex-column {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #ffd400;
  border: 2px solid #000000;
}
.cid-uKIAO0HR1u .flex-column:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #ffd500;
}
.cid-uKIAO0HR1u .flex-column .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uKIAO0HR1u .flex-column .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uKIAO0HR1u .card-text {
  margin-bottom: 2rem;
  text-align: left;
  color: #000000;
}
.cid-uKIAO0HR1u .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uKIAO0HR1u .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uKIAO0HR1u img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uKIAO0HR1u .flex-column .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uKIAO0HR1u .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uKIAO0HR1u .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uKIAO0HR1u .align {
  display: flex;
  align-items: center;
}
.cid-uKIAO0HR1u .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
.cid-uKIAO0HR1u .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uKIAO0HR1u .card-text,
.cid-uKIAO0HR1u .iconfont-wrapper {
  color: #000000;
}
.cid-uKIAO0HR1u .item-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-ttjjDbDXk1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-ttjjDbDXk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjDbDXk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjDbDXk1 .container-fluid {
  max-width: 100%;
}
.cid-ttjjDbDXk1 .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.cid-ttjjDbDXk1 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-ttjjDbDXk1 .col-img {
    order: 2;
  }
}
.cid-ttjjDbDXk1 .item-img {
  height: 100%;
  width: 100%;
}
.cid-ttjjDbDXk1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttjjDbDXk1 .content-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 75px 100px 130px 80px;
}
@media (max-width: 1439px) {
  .cid-ttjjDbDXk1 .content-wrap {
    padding: 55px 50px 100px 50px;
  }
}
@media (max-width: 991px) {
  .cid-ttjjDbDXk1 .content-wrap {
    padding: 75px 80px 70px 80px;
  }
}
@media (max-width: 767px) {
  .cid-ttjjDbDXk1 .content-wrap {
    padding: 70px 25px 70px 25px;
  }
}
.cid-ttjjDbDXk1 .icon-wrap {
  margin-right: 15px;
}
.cid-ttjjDbDXk1 .icon-wrap .mbr-iconfont {
  font-size: 32px;
  color: #303030;
}
.cid-ttjjDbDXk1 .tabs-wrap {
  flex-grow: 1;
}
.cid-ttjjDbDXk1 .mbr-text {
  margin-bottom: 30px;
  color: #303030;
}
.cid-ttjjDbDXk1 .tabs-prof {
  color: #303030;
  text-decoration: underline;
}
.cid-ttjjDbDXk1 .tabs-name {
  margin-top: 6px;
  color: #303030;
}
.cid-ttjjDbDXk1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-ttjjDbDXk1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ttjjDbDXk1 .nav-tabs {
  flex-wrap: wrap;
  margin-top: 40px;
  border: none !important;
}
.cid-ttjjDbDXk1 .nav-item {
  margin-right: 25px;
}
.cid-ttjjDbDXk1 .nav-link {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-ttjjDbDXk1 .nav-link:not(.active) {
  color: #303030;
}
.cid-ttjjDbDXk1 .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.cid-ttjjDbDXk1 .nav-link:hover:before {
  transform: scaleX(1);
}
.cid-ttjjDbDXk1 .nav-tabs .nav-link.active {
  color: #303030;
  background-color: transparent !important;
}
.cid-ttjjDbDXk1 .nav-tabs .nav-link.active:before {
  transform: scaleX(1);
}
.cid-ttjjAS0foH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttjjAS0foH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjjAS0foH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjjAS0foH .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ttjjAS0foH .mbr-section-title {
  color: #0b6d3c;
  margin-bottom: 0;
}
.cid-ttjjAS0foH .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-ttjjAS0foH .col-text {
    margin-bottom: 50px;
  }
}
.cid-ttjjAS0foH .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-ttjjAS0foH .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-ttjjAS0foH .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-ttjjAS0foH .item-wrap {
    width: 100%;
  }
}
.cid-ttjjAS0foH .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-ttjjAS0foH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-ttjjAS0foH .item-text {
  margin-bottom: 6px;
}
.cid-ttjjAS0foH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ttjjAS0foH form {
  width: 100%;
}
.cid-ttjjAS0foH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ttjjAS0foH form p {
  color: #353535;
}
.cid-ttjjAS0foH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-ttjjAS0foH form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-ttjjAS0foH form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-ttjjAS0foH form select {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-ttjjAS0foH form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input,
.cid-ttjjAS0foH form textarea {
  transition: .3s all;
}
.cid-ttjjAS0foH form input:active,
.cid-ttjjAS0foH form textarea:active,
.cid-ttjjAS0foH form input:focus,
.cid-ttjjAS0foH form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-ttjjAS0foH form input:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:active::-webkit-input-placeholder,
.cid-ttjjAS0foH form input:focus::-webkit-input-placeholder,
.cid-ttjjAS0foH form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active::-moz-placeholder,
.cid-ttjjAS0foH form textarea:active::-moz-placeholder,
.cid-ttjjAS0foH form input:focus::-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-moz-placeholder,
.cid-ttjjAS0foH form textarea:active:-moz-placeholder,
.cid-ttjjAS0foH form input:focus:-moz-placeholder,
.cid-ttjjAS0foH form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form input:active:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:active:-ms-input-placeholder,
.cid-ttjjAS0foH form input:focus:-ms-input-placeholder,
.cid-ttjjAS0foH form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-ttjjAS0foH form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ttjjAS0foH form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ttjjAS0foH form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-ttjjAS0foH form .form-check label {
  color: #303030;
}
.cid-ttjjAS0foH form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ttjjAS0foH form .form-check-input:focus,
.cid-ttjjAS0foH form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-ttjjAS0foH form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-ttjjAmuO65 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff0000;
}
.cid-ttjjAmuO65 .mbr-text {
  color: #303030;
}
.cid-ttjjAmuO65 .media-container-row .mbr-text {
  color: #ffffff;
}
