body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Ruge Boogie', sans-serif;
  font-size: 4.8rem;
  line-height: 1.4;
}
.display-6 > .mbr-iconfont {
  font-size: 6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.4rem;
  border-radius: 5px;
}
.btn-md {
  padding: 0.8rem 1.9rem;
  border-radius: 5px;
}
.btn-lg {
  padding: 0.8rem 2.2rem;
  border-radius: 5px;
}
.bg-primary {
  background-color: #47a15d !important;
}
.bg-success {
  background-color: #ffd655 !important;
}
.bg-info {
  background-color: #868378 !important;
}
.bg-warning {
  background-color: #47a15d !important;
}
.bg-danger {
  background-color: #f7f5f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #47a15d !important;
  border-color: #47a15d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-primary:hover {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
  color: #1b2207;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1b2207;
  background-color: #a4c92c !important;
  border-color: #a4c92c !important;
}
.btn-info,
.btn-info:active {
  background-color: #868378 !important;
  border-color: #868378 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #6b6960 !important;
  border-color: #6b6960 !important;
}
.btn-success {
  color: #fff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
  color: #554000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #221a00;
  background-color: #ffca22 !important;
  border-color: #ffca22 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #554000;
  background-color: #ffca22 !important;
  border-color: #ffca22 !important;
}
.btn-success:hover {
  background-color: #47a15d !important;
  border-color: #47a15d !important;
}
.btn-warning {
  color: #fff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #47a15d !important;
  border-color: #47a15d !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #377e49 !important;
  border-color: #377e49 !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  color: #47a15d !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
  color: #978351;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #76663f;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #978351;
  background-color: #e5dfcf !important;
  border-color: #e5dfcf !important;
}
.btn-danger:hover {
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
  color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47a15d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2c653a !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: #47a15d !important;
  border-color: #47a15d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8d94f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8cac25 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1b2207 !important;
  background-color: #b8d94f !important;
  border-color: #b8d94f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #868378;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #58564f !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: #868378 !important;
  border-color: #868378 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd655;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fdc000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #554000 !important;
  background-color: #ffd655 !important;
  border-color: #ffd655 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47a15d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c653a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #47a15d !important;
  border-color: #47a15d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7f5f0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d9cfb7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #978351 !important;
  background-color: #f7f5f0 !important;
  border-color: #f7f5f0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #47a15d !important;
}
.text-secondary {
  color: #b8d94f !important;
}
.text-success {
  color: #ffd655 !important;
}
.text-info {
  color: #868378 !important;
}
.text-warning {
  color: #47a15d !important;
}
.text-danger {
  color: #f7f5f0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffd655 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #82a022 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eeb500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffd655 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #285a34 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d4c9ad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #47a15d !important;
}
a.text-black:hover {
  color: #47a15d !important;
}
a.text-black:focus,
a.text-black.active {
  color: #47a15d !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #47a15d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #868378;
}
.alert-warning {
  background-color: #47a15d;
}
.alert-danger {
  background-color: #f7f5f0;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #47a15d;
  border-color: #47a15d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #47a15d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #97d1a5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c1bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97d1a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-size: 1rem;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  border-color: #b8d94f !important;
  color: #47a15d !important;
}
.form-control:-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
blockquote {
  border-color: #47a15d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #47a15d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #47a15d;
}
.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: #47a15d;
  border-bottom-color: #47a15d;
}
.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: #47a15d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b8d94f !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='%2347a15d' %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;
}
.cid-scxtu0LY7N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .nav-item,
.cid-scxtu0LY7N .nav-link,
.cid-scxtu0LY7N .navbar-caption {
  font-weight: normal;
}
.cid-scxtu0LY7N .nav-item:focus,
.cid-scxtu0LY7N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item,
  .cid-scxtu0LY7N .nav-link:before .nav-link,
  .cid-scxtu0LY7N .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:focus,
  .cid-scxtu0LY7N .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-item.active,
  .cid-scxtu0LY7N .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-scxtu0LY7N .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-scxtu0LY7N .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-scxtu0LY7N .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-scxtu0LY7N .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-scxtu0LY7N .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-scxtu0LY7N .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-scxtu0LY7N .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-scxtu0LY7N .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-scxtu0LY7N .nav-link:before img {
    object-fit: contain;
  }
  .cid-scxtu0LY7N .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-scxtu0LY7N .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .nav-link {
    position: relative;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-item:hover .nav-link:before,
  .cid-scxtu0LY7N .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-scxtu0LY7N .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .nav-link:before .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-scxtu0LY7N .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scxtu0LY7N .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-scxtu0LY7N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-scxtu0LY7N .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-scxtu0LY7N .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-scxtu0LY7N .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-scxtu0LY7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scxtu0LY7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scxtu0LY7N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scxtu0LY7N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scxtu0LY7N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scxtu0LY7N .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scxtu0LY7N .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-scxtu0LY7N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scxtu0LY7N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scxtu0LY7N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scxtu0LY7N .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scxtu0LY7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scxtu0LY7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scxtu0LY7N .dropdown-item.active,
.cid-scxtu0LY7N .dropdown-item:active {
  background-color: transparent;
}
.cid-scxtu0LY7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scxtu0LY7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-scxtu0LY7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-scxtu0LY7N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scxtu0LY7N ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scxtu0LY7N .navbar-buttons {
  text-align: center;
}
.cid-scxtu0LY7N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scxtu0LY7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scxtu0LY7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scxtu0LY7N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scxtu0LY7N a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-scxtu0LY7N .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-scxtu0LY7N .soc-item {
  margin: .5rem .3rem;
}
.cid-scxtu0LY7N .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scxtu0LY7N a.nav-link .mbr-iconfont-btn,
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-scxtu0LY7N a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxtu0LY7N .navbar {
    height: 77px;
  }
  .cid-scxtu0LY7N .navbar.opened {
    height: auto;
  }
  .cid-scxtu0LY7N .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scxtu0LY7N .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-scxtu0LY7N .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-scxtu0LY7N .dropdown-submenu .dropdown-menu::before,
.cid-scxtu0LY7N .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-scxtu0LY7N img {
  object-fit: contain;
}
.cid-scxtvo5umi {
  background-image: url("../../../assets/images/0.webp");
}
.cid-scxtvo5umi .mbr-text,
.cid-scxtvo5umi .mbr-section-btn {
  text-align: center;
}
.cid-scxtvo5umi .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-scxtvo5umi .mbr-section-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-scxHMsYVOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-scxHMsYVOX .mbr-iconfont {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}
.cid-scxHMsYVOX .card-wrapper {
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.cid-scxHMsYVOX .card {
  cursor: pointer;
}
.cid-scxHMsYVOX .card:hover .card-title {
  transform: scale(0.9);
}
.cid-scxHMsYVOX .card:hover .mbr-iconfont {
  animation: icons-zoom 0.25s ease-out;
}
.cid-scxHMsYVOX .card-box {
  background: #47a15d;
  width: 155px;
  height: 155px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: #868378;
  transition: all 0.1s;
}
.cid-scxHMsYVOX .mbr-section-title {
  color: #b8d94f;
}
.cid-scxHMsYVOX .mbr-section-subtitle {
  color: #47a15d;
}
.cid-scxHMsYVOX .subtitle-padding {
  padding-bottom: 3rem;
}
.cid-scxHMsYVOX .card-title {
  color: #868378;
  transition: all 0.3s;
}
.cid-scxHMsYVOX .card-title,
.cid-scxHMsYVOX .card-box {
  text-align: center;
}
@keyframes icons-zoom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.75, 1.75);
  }
}
.cid-scxtBrCFJM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-scxtBrCFJM .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-scxtBrCFJM .row {
    text-align: center;
  }
  .cid-scxtBrCFJM .row > div {
    margin: auto;
  }
  .cid-scxtBrCFJM .social-row {
    justify-content: center;
  }
}
.cid-scxtBrCFJM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-scxtBrCFJM .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-scxtBrCFJM .list {
    margin-bottom: 0rem;
  }
}
.cid-scxtBrCFJM .mbr-text {
  transition: .2s all;
}
.cid-scxtBrCFJM .mbr-text:hover {
  color: #b8d94f;
}
.cid-scxtBrCFJM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-scxtBrCFJM .soc-item:hover {
  background-color: #b8d94f;
}
.cid-scxtBrCFJM .mbr-iconfont {
  color: black;
}
.cid-scxtBrCFJM .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-scxtBrCFJM .flex {
    display: block;
  }
}
.cid-scxtBrCFJM .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .follow {
    margin-right: 0px;
  }
}
.cid-scxtBrCFJM .footer-sotial {
  justify-content: space-between;
}
.cid-scxtBrCFJM .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scxtBrCFJM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-scxtBrCFJM .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .item-wrap {
    text-align: center;
  }
}
.cid-scxtBrCFJM H5 {
  color: #f7f7f7;
}
.cid-scxtBrCFJM .mbr-section-subtitle {
  color: #868378;
}
.cid-scxtBrCFJM .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-scxtBrCFJM .number:hover {
  color: #47a15d;
}
.cid-scxtBrCFJM .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .social_out {
    display: block;
  }
}
.cid-scxtBrCFJM .email {
  transition: .2s all;
}
.cid-scxtBrCFJM .email:hover {
  color: #47a15d;
}
.cid-scxtBrCFJM .copyright {
  color: #000000;
  width: 100%;
}
.cid-scxtBrCFJM .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-scxtBrCFJM .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-scxtBrCFJM .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-scxtBrCFJM .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-scxtBrCFJM .socicon {
  color: #fff;
}
.cid-scxtBrCFJM .icons {
  width: 18px;
  height: 20px;
}
.cid-scxtBrCFJM .href {
  padding-bottom: 1.5rem;
}
.cid-scxIMz390g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #95d3a5;
}
.cid-scxIMz390g .mbr-shop {
  display: table;
  width: 100%;
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-scxIMz390g .mbr-shop .row {
  margin: 0;
}
.cid-scxIMz390g .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-scxIMz390g .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-scxIMz390g .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-scxIMz390g .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-scxIMz390g .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-scxIMz390g .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-scxIMz390g .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-scxIMz390g .mbr-shop .hide-modal {
  display: none;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-scxIMz390g .mbr-shop .filter-by-pu,
.cid-scxIMz390g .mbr-shop .filter-by-pd,
.cid-scxIMz390g .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-scxIMz390g .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-scxIMz390g .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-scxIMz390g .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 50%;
}
.cid-scxIMz390g .mbr-shop .galleryItem h4,
.cid-scxIMz390g .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 30px;
  transition: color 0.5s;
}
.cid-scxIMz390g .mbr-shop .galleryItem h5,
.cid-scxIMz390g .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-scxIMz390g .mbr-shop .galleryItem p,
.cid-scxIMz390g .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-scxIMz390g .mbr-shop .item-button {
  text-align: center;
}
.cid-scxIMz390g .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-scxIMz390g .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-scxIMz390g .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-scxIMz390g .mbr-shop .sidebar-block {
  padding: 25px 25px;
  border: 1px solid #e6e5e1 ;
  position: relative;
}
@media (max-width: 1999px) {
  .cid-scxIMz390g .mbr-shop .sidebar-block {
    border: 0;
  }
}
.cid-scxIMz390g .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: transparent;
  top: -20px;
  right: 3px;
}
.cid-scxIMz390g .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  line-height: 1;
}
.cid-scxIMz390g .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-scxIMz390g .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-scxIMz390g .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-scxIMz390g .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided h4,
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided h5,
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-scxIMz390g .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-scxIMz390g .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  font-size: 1.2rem !important;
  color: #b8d94f;
  font-weight: bold;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: #b8d94f;
  color: #fff;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: #b8d94f;
  color: #fff;
}
.cid-scxIMz390g .mbr-shop .range-slider {
  margin-bottom: 25px !important;
  padding: 25px;
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-scxIMz390g .mbr-shop .range-slider {
    border: 0;
  }
}
.cid-scxIMz390g .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-scxIMz390g .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-scxIMz390g .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-scxIMz390g .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-scxIMz390g .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-scxIMz390g .mbr-shop .range-controls {
  position: relative;
}
.cid-scxIMz390g .mbr-shop .range-controls .scale {
  width: 100%;
  height: 4px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-scxIMz390g .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100% 10px;
  height: 4px;
  background-color: #ffd655;
}
.cid-scxIMz390g .mbr-shop .toggle {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffd655;
  cursor: pointer;
}
.cid-scxIMz390g .mbr-shop .toggle:hover,
.cid-scxIMz390g .mbr-shop .toggle:active {
  background-color: #b8d94f;
}
.cid-scxIMz390g .mbr-shop .min-toggle {
  left: -1;
}
.cid-scxIMz390g .mbr-shop .max-toggle {
  right: 0;
}
.cid-scxIMz390g .mbr-shop .hided-by-price {
  display: none;
}
.cid-scxIMz390g .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-scxIMz390g .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-scxIMz390g .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-scxIMz390g .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-scxIMz390g .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-scxIMz390g .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-scxIMz390g .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-scxIMz390g .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-scxIMz390g .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-scxIMz390g .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-scxIMz390g .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-scxIMz390g .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-scxIMz390g .mbr-shop .price-range {
  display: none;
}
.cid-scxIMz390g .mbr-shop .price-range-reset {
  display: none;
}
.cid-scxIMz390g .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-scxIMz390g .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-scxIMz390g .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-scxIMz390g .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-scxIMz390g .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-scxIMz390g .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-scxIMz390g .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 25px;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-categories .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
.cid-scxIMz390g .mbr-shop .sidebar-categories {
  border: 1px solid #e6e5e1;
}
@media (max-width: 1199px) {
  .cid-scxIMz390g .mbr-shop .sidebar-categories {
    border: 0;
    border-top: 1px solid #e6e5e1;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scxIMz390g .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-scxIMz390g .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-scxIMz390g .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-scxIMz390g .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-scxIMz390g .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-scxIMz390g .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-scxIMz390g .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-scxIMz390g .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-scxIMz390g .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-scxIMz390g .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-scxIMz390g .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-scxIMz390g .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-scxIMz390g .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-scxIMz390g .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scxIMz390g .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-scxIMz390g .range-controls {
  display: block !important;
}
.cid-scxIMz390g .sort-buttons {
  display: block !important;
}
.cid-scxIMz390g .mbr-gallery-item .sidebar_wraper {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-scxIMz390g .sidebar .sidebar_wraper {
  background-color: transparent;
}
.cid-scxIMz390g .mbr-gallery-item .price-block {
  text-align: center;
  padding-top: 15px;
}
.cid-scxIMz390g .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border-radius: 3px;
  background-color: #f7f5f0;
  color: black ;
}
.cid-scxIMz390g .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-scxIMz390g .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 400;
  color: #868378;
  transition: 0.4s all;
  z-index: 1000;
  font-size: 1.4rem !important;
}
.cid-scxIMz390g .mbr-gallery-item:hover .item-title {
  color: #ffd655;
}
.cid-scxIMz390g .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-scxIMz390g .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-scxIMz390g .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-scxIMz390g .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-scxIMz390g .categories {
  padding: 0;
}
.cid-scxIMz390g .sidebar-title {
  font-weight: bold;
  color: #47a15d;
  text-transform: uppercase;
}
.cid-scxIMz390g .mbr-gallery-filter {
  text-align: left !important;
  padding-top: 0 !important;
}
.cid-scxIMz390g .sidebar_wraper {
  background-color: transparent !important;
}
.cid-scxIMz390g .img_wraper {
  border: 1px solid #f7f5f0;
}
.cid-scxJ1oiBgy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scxJ1oiBgy .item-img {
  width: 200px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 2rem;
}
.cid-scxJ1oiBgy img {
  object-fit: cover;
  height: 200px;
  border-radius: 50%;
}
.cid-scxJ1oiBgy .item:focus,
.cid-scxJ1oiBgy span:focus {
  outline: none;
}
.cid-scxJ1oiBgy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-scxJ1oiBgy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-scxJ1oiBgy .item-wrapper .item-content {
    padding: 3.6rem 2.7rem 0;
  }
  .cid-scxJ1oiBgy .item-wrapper .item-footer {
    padding: 2rem 2.7rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-scxJ1oiBgy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-scxJ1oiBgy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-scxJ1oiBgy .item:nth-child(3n+1) .item-wrapper {
  background-color: #25634d;
}
.cid-scxJ1oiBgy .item:nth-child(3n+2) .item-wrapper {
  background-color: #b8d94f;
}
.cid-scxJ1oiBgy .item:nth-child(3n+3) .item-wrapper {
  background-color: #fed34a;
}
.cid-scxJ1oiBgy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-scxJ1oiBgy .mbr-section-title {
  color: #25634d;
}
.cid-scxJ1oiBgy .mbr-text,
.cid-scxJ1oiBgy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-scxJ1oiBgy .mbr-text {
  padding-top: 0.8rem;
  margin-bottom: 0 !important;
}
.cid-scxJ1oiBgy .item-title {
  padding-bottom: 2.35rem;
  margin: 0 !important;
  text-align: center;
  color: #ffffff;
}
.cid-scxJ1oiBgy .item-subtitle {
  margin: 0 !important;
  text-align: center;
  color: #f7f7f7;
}
.cid-vfIatjbgN9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfIatjbgN9 .item-img {
  width: 200px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 2rem;
}
.cid-vfIatjbgN9 img {
  object-fit: cover;
  height: 200px;
  border-radius: 50%;
}
.cid-vfIatjbgN9 .item:focus,
.cid-vfIatjbgN9 span:focus {
  outline: none;
}
.cid-vfIatjbgN9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfIatjbgN9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfIatjbgN9 .item-wrapper .item-content {
    padding: 3.6rem 2.7rem 0;
  }
  .cid-vfIatjbgN9 .item-wrapper .item-footer {
    padding: 2rem 2.7rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-vfIatjbgN9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vfIatjbgN9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vfIatjbgN9 .item:nth-child(3n+1) .item-wrapper {
  background-color: #ffd655;
}
.cid-vfIatjbgN9 .item:nth-child(3n+2) .item-wrapper {
  background-color: #b8d94f;
}
.cid-vfIatjbgN9 .item:nth-child(3n+3) .item-wrapper {
  background-color: #25634d;
}
.cid-vfIatjbgN9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfIatjbgN9 .mbr-section-title {
  color: #25634d;
}
.cid-vfIatjbgN9 .mbr-text,
.cid-vfIatjbgN9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfIatjbgN9 .mbr-text {
  padding-top: 0.8rem;
  margin-bottom: 0 !important;
}
.cid-vfIatjbgN9 .item-title {
  padding-bottom: 2.35rem;
  margin: 0 !important;
  text-align: center;
  color: #ffffff;
}
.cid-vfIatjbgN9 .item-subtitle {
  margin: 0 !important;
  text-align: center;
  color: #f7f7f7;
}
.cid-scxJ4LnRVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
@media (min-width: 992px) {
  .cid-scxJ4LnRVw .text-wrapper {
    padding: 2rem;
  }
}
.cid-scxJ4LnRVw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-scxJ4LnRVw .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-scxJ4LnRVw .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #b8d94f;
}
.cid-scxJ4LnRVw .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-scxJ4LnRVw .name b,
.cid-scxJ4LnRVw .name strong {
  font-weight: 500;
}
.cid-scxJ4LnRVw .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-data {
  text-align: left;
}
.cid-scxJ4LnRVw .mbr-text,
.cid-scxJ4LnRVw .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-scxJ4LnRVw .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-scxJ7YC2xF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-scxJ7YC2xF .video-wrapper iframe {
  width: 100%;
}
.cid-scxJ7YC2xF .mbr-section-title,
.cid-scxJ7YC2xF .mbr-section-subtitle,
.cid-scxJ7YC2xF .mbr-text {
  text-align: center;
}
.cid-scxJ7YC2xF .mbr-section-title {
  color: #b8d94f;
}
.cid-scxJ7YC2xF .video {
  padding-top: 4rem;
}
.cid-scxJ7YC2xF .mbr-section-subtitle {
  color: #47a15d;
}
.cid-scxJjQ37iO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d1e0be;
}
.cid-scxJjQ37iO .mbr-text {
  color: #47a15d;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-scxJjQ37iO .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-scxJjQ37iO .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-scxJkkVEtB {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #47a15d;
}
.cid-scxJkkVEtB .carousel {
  z-index: 0;
}
.cid-scxJkkVEtB .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scxJkkVEtB .carousel-item.active,
.cid-scxJkkVEtB .carousel-item-next,
.cid-scxJkkVEtB .carousel-item-prev {
  display: flex;
}
.cid-scxJkkVEtB .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-scxJkkVEtB .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-scxJkkVEtB .carousel-controls a {
  font-size: 2rem;
}
.cid-scxJkkVEtB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-scxJkkVEtB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-scxJkkVEtB ol {
  margin-bottom: 0;
  bottom: -7rem;
}
.cid-scxJkkVEtB .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  background: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-scxJkkVEtB .carousel-indicators .active {
  background: #47a15d;
}
.cid-scxJkkVEtB .user_text,
.cid-scxJkkVEtB .user_desk {
  color: #767676;
}
.cid-scxJkkVEtB .user_text {
  color: #f7f5f0;
  font-weight: 500;
}
.cid-scxJkkVEtB .user_desk {
  color: #f7f5f0;
}
.cid-scxJkkVEtB .title,
.cid-scxJkkVEtB .line-align {
  color: #47a15d;
}
.cid-scxJkkVEtB .title {
  text-transform: uppercase;
  padding-bottom: 2.35rem !important;
  margin: 0 !important;
}
.cid-vfOt27pYdE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfOt27pYdE .nav-item,
.cid-vfOt27pYdE .nav-link,
.cid-vfOt27pYdE .navbar-caption {
  font-weight: normal;
}
.cid-vfOt27pYdE .nav-item:focus,
.cid-vfOt27pYdE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfOt27pYdE .nav-link {
    position: relative;
  }
  .cid-vfOt27pYdE .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-item,
  .cid-vfOt27pYdE .nav-link:before .nav-link,
  .cid-vfOt27pYdE .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-item:focus,
  .cid-vfOt27pYdE .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown-item.active,
  .cid-vfOt27pYdE .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfOt27pYdE .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfOt27pYdE .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfOt27pYdE .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfOt27pYdE .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfOt27pYdE .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfOt27pYdE .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfOt27pYdE .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfOt27pYdE .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfOt27pYdE .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfOt27pYdE .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfOt27pYdE .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfOt27pYdE .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfOt27pYdE .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfOt27pYdE .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfOt27pYdE .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfOt27pYdE .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfOt27pYdE .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfOt27pYdE .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfOt27pYdE .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfOt27pYdE .nav-item:hover .nav-link:before,
  .cid-vfOt27pYdE .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOt27pYdE .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfOt27pYdE .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOt27pYdE .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfOt27pYdE .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfOt27pYdE .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfOt27pYdE .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfOt27pYdE .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOt27pYdE .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOt27pYdE .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfOt27pYdE .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfOt27pYdE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfOt27pYdE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfOt27pYdE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfOt27pYdE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfOt27pYdE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfOt27pYdE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfOt27pYdE .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfOt27pYdE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfOt27pYdE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfOt27pYdE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfOt27pYdE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfOt27pYdE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfOt27pYdE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfOt27pYdE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfOt27pYdE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfOt27pYdE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfOt27pYdE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfOt27pYdE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfOt27pYdE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfOt27pYdE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfOt27pYdE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfOt27pYdE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfOt27pYdE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfOt27pYdE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfOt27pYdE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfOt27pYdE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfOt27pYdE .dropdown-item.active,
.cid-vfOt27pYdE .dropdown-item:active {
  background-color: transparent;
}
.cid-vfOt27pYdE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfOt27pYdE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfOt27pYdE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfOt27pYdE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfOt27pYdE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfOt27pYdE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfOt27pYdE .navbar-buttons {
  text-align: center;
}
.cid-vfOt27pYdE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfOt27pYdE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfOt27pYdE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfOt27pYdE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfOt27pYdE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfOt27pYdE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfOt27pYdE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfOt27pYdE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfOt27pYdE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfOt27pYdE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfOt27pYdE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfOt27pYdE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfOt27pYdE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfOt27pYdE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfOt27pYdE .soc-item {
  margin: .5rem .3rem;
}
.cid-vfOt27pYdE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfOt27pYdE a.nav-link .mbr-iconfont-btn,
.cid-vfOt27pYdE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfOt27pYdE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfOt27pYdE .navbar {
    height: 77px;
  }
  .cid-vfOt27pYdE .navbar.opened {
    height: auto;
  }
  .cid-vfOt27pYdE .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfOt27pYdE .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfOt27pYdE .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfOt27pYdE .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfOt27pYdE .dropdown-submenu .dropdown-menu::before,
.cid-vfOt27pYdE .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfOt27pYdE img {
  object-fit: contain;
}
.cid-vfOuCkomf3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfOuCkomf3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfOuCkomf3 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfOuCkomf3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfOuCkomf3 .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-vfOuCkomf3 .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #25634d;
}
.cid-vfOuCkomf3 .mbr-section-title {
  color: #b8d94f;
  text-align: left;
}
.cid-vfOuCkomf3 .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-vfOuCkomf3 .mbr-text,
.cid-vfOuCkomf3 .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-vfOuCkomf3 .mbr-text {
  line-height: 1.4;
}
.cid-vfOuCkomf3 .mbr-text {
  padding-top: 2rem;
}
.cid-vfOuCkomf3 .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-vfOuCkomf3 .mbr-section-title P {
  text-align: left;
}
.cid-vfOuCkomf3 .sub-title P {
  text-align: left;
}
.cid-vfOuCkomf3 .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-vfOuCkomf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfOuCkomf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOuQYLx2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vfOuQYLx2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfOuQYLx2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOuQYLx2u .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfOuQYLx2u .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vfOuQYLx2u .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item {
    margin-bottom: 20px;
  }
}
.cid-vfOuQYLx2u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-title_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-title_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-text_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-text_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #5c834f;
  margin-bottom: 20px;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #1e4d2b;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #df6d2d;
}
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-vfOuQYLx2u .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #5c834f;
}
.cid-vfOuQYLx2u .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vfOuQYLx2u .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-vfOuQYLx2u .item .card_1 {
  background-color: #d1e0be;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item .card_1 {
    transform: none;
  }
}
.cid-vfOuQYLx2u .item .card_2 {
  background-color: #1e4d2b;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item .card_2 {
    transform: none;
  }
}
.cid-vfOuQYLx2u .item .card_3 {
  background-color: #e6eddc;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-vfOuQYLx2u .item .card_3 {
    transform: none;
  }
}
.cid-vfOuQYLx2u .btn-wrapper {
  margin-top: -6%;
}
.cid-vfOuQYLx2u .mbr-section-title,
.cid-vfOuQYLx2u .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vfOuQYLx2u .card-title_1 {
  color: #323432;
}
.cid-vfOuQYLx2u .card-text_1 {
  color: #323432;
}
.cid-vfOuQYLx2u .list_1 {
  color: #323432;
}
.cid-vfOuQYLx2u .card-title_2 {
  color: #f1f5eb;
}
.cid-vfOuQYLx2u .card-text_2 {
  color: #f1f5eb;
}
.cid-vfOuQYLx2u .list_2 {
  color: #f1f5eb;
}
.cid-vfOuQYLx2u .card-title_3 {
  color: #323432;
}
.cid-vfOuQYLx2u .card-text_3 {
  color: #323432;
}
.cid-vfOuQYLx2u .list_3 {
  color: #323432;
}
.cid-vfOvTzVBc3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-vfOvTzVBc3 .row {
  justify-content: space-between;
}
.cid-vfOvTzVBc3 .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-vfOvTzVBc3 .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vfOvTzVBc3 .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vfOvTzVBc3 .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
}
.cid-vfOvTzVBc3 .wrapper .icon1 {
  color: #6592e6;
}
.cid-vfOvTzVBc3 .wrapper .icon2 {
  color: #72dfe9;
}
.cid-vfOvTzVBc3 .wrapper .icon3 {
  color: #ff6666;
}
.cid-vfOvTzVBc3 .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-vfOvTzVBc3 .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-vfOvTzVBc3 .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-vfOvTzVBc3 .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-vfOvTzVBc3 .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-vfOvTzVBc3 .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-vfOvTzVBc3 .wrapper {
    justify-content: center;
  }
}
.cid-vfOvTzVBc3 .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-vfOvTzVBc3 .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-vfOvTzVBc3 .inline-wrapper {
  display: inline-block;
}
.cid-vfOvTzVBc3 .align-wrapper {
  width: 100%;
}
.cid-vfOvTzVBc3 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-vfOvTzVBc3 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-vfOvTzVBc3 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-vfOvTzVBc3 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-vfOvTzVBc3 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-vfOvTzVBc3 .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-vfOvTzVBc3 img {
  border-radius: 8px;
}
.cid-vfOvTzVBc3 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-vfOvTzVBc3 .mbr-section-subtitle {
  color: #767676;
}
.cid-vfOvTzVBc3 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-vfOvTzVBc3 .card-text {
  color: #767676;
}
.cid-vfOvTzVBc3 .main-sub-title,
.cid-vfOvTzVBc3 .align-wrapper {
  color: #33358c;
}
.cid-vfOvTzVBc3 .main-text {
  color: #777d74;
}
.cid-vfOvTzVBc3 .hover:hover .main-text-title {
  color: #b8d94f !important;
}
.cid-vfOvTzVBc3 .main-text-title {
  color: #1c1c25;
  transition: all 0.3s;
}
.cid-vfOvTzVBc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfOvTzVBc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOt295nWD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfOt295nWD .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfOt295nWD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfOt295nWD .row {
    text-align: center;
  }
  .cid-vfOt295nWD .row > div {
    margin: auto;
  }
  .cid-vfOt295nWD .social-row {
    justify-content: center;
  }
}
.cid-vfOt295nWD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfOt295nWD .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfOt295nWD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfOt295nWD .list {
    margin-bottom: 0rem;
  }
}
.cid-vfOt295nWD .mbr-text {
  transition: .2s all;
}
.cid-vfOt295nWD .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfOt295nWD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfOt295nWD .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfOt295nWD .mbr-iconfont {
  color: black;
}
.cid-vfOt295nWD .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfOt295nWD .flex {
    display: block;
  }
}
.cid-vfOt295nWD .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .follow {
    margin-right: 0px;
  }
}
.cid-vfOt295nWD .footer-sotial {
  justify-content: space-between;
}
.cid-vfOt295nWD .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfOt295nWD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfOt295nWD .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .item-wrap {
    text-align: center;
  }
}
.cid-vfOt295nWD H5 {
  color: #f7f7f7;
}
.cid-vfOt295nWD .mbr-section-subtitle {
  color: #868378;
}
.cid-vfOt295nWD .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfOt295nWD .number:hover {
  color: #47a15d;
}
.cid-vfOt295nWD .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .social_out {
    display: block;
  }
}
.cid-vfOt295nWD .email {
  transition: .2s all;
}
.cid-vfOt295nWD .email:hover {
  color: #47a15d;
}
.cid-vfOt295nWD .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfOt295nWD .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfOt295nWD .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOt295nWD .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfOt295nWD .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfOt295nWD .socicon {
  color: #fff;
}
.cid-vfOt295nWD .icons {
  width: 18px;
  height: 20px;
}
.cid-vfOt295nWD .href {
  padding-bottom: 1.5rem;
}
.cid-vfOw8pDAjG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfOw8pDAjG .nav-item,
.cid-vfOw8pDAjG .nav-link,
.cid-vfOw8pDAjG .navbar-caption {
  font-weight: normal;
}
.cid-vfOw8pDAjG .nav-item:focus,
.cid-vfOw8pDAjG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfOw8pDAjG .nav-link {
    position: relative;
  }
  .cid-vfOw8pDAjG .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-item,
  .cid-vfOw8pDAjG .nav-link:before .nav-link,
  .cid-vfOw8pDAjG .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-item:focus,
  .cid-vfOw8pDAjG .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown-item.active,
  .cid-vfOw8pDAjG .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfOw8pDAjG .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfOw8pDAjG .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfOw8pDAjG .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfOw8pDAjG .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfOw8pDAjG .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfOw8pDAjG .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfOw8pDAjG .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfOw8pDAjG .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfOw8pDAjG .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfOw8pDAjG .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfOw8pDAjG .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfOw8pDAjG .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfOw8pDAjG .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfOw8pDAjG .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfOw8pDAjG .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfOw8pDAjG .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfOw8pDAjG .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfOw8pDAjG .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfOw8pDAjG .nav-item:hover .nav-link:before,
  .cid-vfOw8pDAjG .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOw8pDAjG .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfOw8pDAjG .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOw8pDAjG .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfOw8pDAjG .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfOw8pDAjG .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfOw8pDAjG .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfOw8pDAjG .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOw8pDAjG .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfOw8pDAjG .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfOw8pDAjG .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfOw8pDAjG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfOw8pDAjG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfOw8pDAjG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfOw8pDAjG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfOw8pDAjG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfOw8pDAjG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfOw8pDAjG .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfOw8pDAjG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfOw8pDAjG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfOw8pDAjG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfOw8pDAjG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfOw8pDAjG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfOw8pDAjG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfOw8pDAjG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfOw8pDAjG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfOw8pDAjG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfOw8pDAjG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfOw8pDAjG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfOw8pDAjG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfOw8pDAjG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfOw8pDAjG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfOw8pDAjG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfOw8pDAjG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfOw8pDAjG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfOw8pDAjG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfOw8pDAjG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfOw8pDAjG .dropdown-item.active,
.cid-vfOw8pDAjG .dropdown-item:active {
  background-color: transparent;
}
.cid-vfOw8pDAjG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfOw8pDAjG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfOw8pDAjG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfOw8pDAjG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfOw8pDAjG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfOw8pDAjG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfOw8pDAjG .navbar-buttons {
  text-align: center;
}
.cid-vfOw8pDAjG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfOw8pDAjG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfOw8pDAjG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfOw8pDAjG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfOw8pDAjG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfOw8pDAjG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfOw8pDAjG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfOw8pDAjG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfOw8pDAjG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfOw8pDAjG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfOw8pDAjG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfOw8pDAjG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfOw8pDAjG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfOw8pDAjG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfOw8pDAjG .soc-item {
  margin: .5rem .3rem;
}
.cid-vfOw8pDAjG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfOw8pDAjG a.nav-link .mbr-iconfont-btn,
.cid-vfOw8pDAjG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfOw8pDAjG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfOw8pDAjG .navbar {
    height: 77px;
  }
  .cid-vfOw8pDAjG .navbar.opened {
    height: auto;
  }
  .cid-vfOw8pDAjG .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfOw8pDAjG .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfOw8pDAjG .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfOw8pDAjG .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfOw8pDAjG .dropdown-submenu .dropdown-menu::before,
.cid-vfOw8pDAjG .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfOw8pDAjG img {
  object-fit: contain;
}
.cid-vfP9uDkC14 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfP9uDkC14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP9uDkC14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vfP9uDkC14 .col-content {
    text-align: center;
  }
}
.cid-vfP9uDkC14 .label-container {
  margin-bottom: 16px;
}
.cid-vfP9uDkC14 .label-text {
  color: #24262b;
}
.cid-vfP9uDkC14 .label-text-2 {
  color: #24262b;
}
.cid-vfP9uDkC14 .mbr-section-title {
  color: #24262b;
}
.cid-vfP9uDkC14 .text-container {
  margin-top: 24px;
}
.cid-vfP9uDkC14 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vfP9uDkC14 .mbr-text {
  color: #b79b6c;
}
.cid-vfP9uDkC14 .mbr-section-btn {
  margin-top: 28px;
}
.cid-vfP9QjYUbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vfP9QjYUbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP9QjYUbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfP9QjYUbs .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ededee;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-vfP9QjYUbs .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-vfP9QjYUbs .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vfP9QjYUbs .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-vfP9QjYUbs .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfP9QjYUbs .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-vfP9QjYUbs .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item {
  border-bottom: 1px solid #bac0cc;
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item:first-child {
  border-top: 1px solid #bac0cc;
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item:nth-child(2) {
  border-top: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-vfP9QjYUbs .card-wrapper .items-wrapper .item:nth-child(2) {
    border-top: none;
  }
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-vfP9QjYUbs .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-vfP9QjYUbs .btn-wrapper {
  margin-top: -5%;
}
.cid-vfP9QjYUbs .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-vfP9QjYUbs .item-title {
  color: #093388;
}
.cid-vfP9CjNKVr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfP9CjNKVr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vfP9CjNKVr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-vfP9CjNKVr .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vfP9CjNKVr textarea.form-control {
  min-height: 214.5px;
}
.cid-vfP9CjNKVr .btn {
  margin: 0 auto !important;
}
.cid-vfP9CjNKVr .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-vfP9CjNKVr h4,
.cid-vfP9CjNKVr p {
  margin: 0;
}
.cid-vfP9CjNKVr h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-vfP9CjNKVr h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfP9CjNKVr h2 {
    text-align: center;
  }
  .cid-vfP9CjNKVr h3 {
    text-align: center;
  }
  .cid-vfP9CjNKVr .input-group-btn {
    text-align: center;
  }
  .cid-vfP9CjNKVr .social-list {
    text-align: center;
  }
  .cid-vfP9CjNKVr .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-vfP9CjNKVr H2 {
  color: #656565;
}
.cid-vfP9CjNKVr .content {
  text-align: left;
  color: #656565;
}
.cid-vfP9CjNKVr .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-vfP9CjNKVr .title1 {
  text-align: center;
  color: #b8d94f;
  margin-bottom: 0.7rem;
}
.cid-vfP9CjNKVr .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-vfP9CjNKVr .title2 {
  margin-bottom: 1.30rem;
  color: #47a15d;
  text-align: center;
}
.cid-vfP9CjNKVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfP9CjNKVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOw8shQpV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfOw8shQpV .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfOw8shQpV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfOw8shQpV .row {
    text-align: center;
  }
  .cid-vfOw8shQpV .row > div {
    margin: auto;
  }
  .cid-vfOw8shQpV .social-row {
    justify-content: center;
  }
}
.cid-vfOw8shQpV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfOw8shQpV .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfOw8shQpV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfOw8shQpV .list {
    margin-bottom: 0rem;
  }
}
.cid-vfOw8shQpV .mbr-text {
  transition: .2s all;
}
.cid-vfOw8shQpV .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfOw8shQpV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfOw8shQpV .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfOw8shQpV .mbr-iconfont {
  color: black;
}
.cid-vfOw8shQpV .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfOw8shQpV .flex {
    display: block;
  }
}
.cid-vfOw8shQpV .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .follow {
    margin-right: 0px;
  }
}
.cid-vfOw8shQpV .footer-sotial {
  justify-content: space-between;
}
.cid-vfOw8shQpV .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfOw8shQpV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfOw8shQpV .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .item-wrap {
    text-align: center;
  }
}
.cid-vfOw8shQpV H5 {
  color: #f7f7f7;
}
.cid-vfOw8shQpV .mbr-section-subtitle {
  color: #868378;
}
.cid-vfOw8shQpV .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfOw8shQpV .number:hover {
  color: #47a15d;
}
.cid-vfOw8shQpV .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .social_out {
    display: block;
  }
}
.cid-vfOw8shQpV .email {
  transition: .2s all;
}
.cid-vfOw8shQpV .email:hover {
  color: #47a15d;
}
.cid-vfOw8shQpV .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfOw8shQpV .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfOw8shQpV .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfOw8shQpV .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfOw8shQpV .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfOw8shQpV .socicon {
  color: #fff;
}
.cid-vfOw8shQpV .icons {
  width: 18px;
  height: 20px;
}
.cid-vfOw8shQpV .href {
  padding-bottom: 1.5rem;
}
.cid-vfSEUHHOq7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfSEUHHOq7 .nav-item,
.cid-vfSEUHHOq7 .nav-link,
.cid-vfSEUHHOq7 .navbar-caption {
  font-weight: normal;
}
.cid-vfSEUHHOq7 .nav-item:focus,
.cid-vfSEUHHOq7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfSEUHHOq7 .nav-link {
    position: relative;
  }
  .cid-vfSEUHHOq7 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-item,
  .cid-vfSEUHHOq7 .nav-link:before .nav-link,
  .cid-vfSEUHHOq7 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-item:focus,
  .cid-vfSEUHHOq7 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-item.active,
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfSEUHHOq7 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfSEUHHOq7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfSEUHHOq7 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfSEUHHOq7 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfSEUHHOq7 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfSEUHHOq7 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfSEUHHOq7 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfSEUHHOq7 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfSEUHHOq7 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfSEUHHOq7 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfSEUHHOq7 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfSEUHHOq7 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfSEUHHOq7 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfSEUHHOq7 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfSEUHHOq7 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfSEUHHOq7 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfSEUHHOq7 .nav-item:hover .nav-link:before,
  .cid-vfSEUHHOq7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfSEUHHOq7 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfSEUHHOq7 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfSEUHHOq7 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfSEUHHOq7 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfSEUHHOq7 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfSEUHHOq7 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfSEUHHOq7 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfSEUHHOq7 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfSEUHHOq7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfSEUHHOq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfSEUHHOq7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfSEUHHOq7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfSEUHHOq7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfSEUHHOq7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfSEUHHOq7 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfSEUHHOq7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfSEUHHOq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfSEUHHOq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfSEUHHOq7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfSEUHHOq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfSEUHHOq7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfSEUHHOq7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfSEUHHOq7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfSEUHHOq7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfSEUHHOq7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfSEUHHOq7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfSEUHHOq7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfSEUHHOq7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfSEUHHOq7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfSEUHHOq7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfSEUHHOq7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfSEUHHOq7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfSEUHHOq7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfSEUHHOq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfSEUHHOq7 .dropdown-item.active,
.cid-vfSEUHHOq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfSEUHHOq7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfSEUHHOq7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfSEUHHOq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfSEUHHOq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfSEUHHOq7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfSEUHHOq7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfSEUHHOq7 .navbar-buttons {
  text-align: center;
}
.cid-vfSEUHHOq7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfSEUHHOq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfSEUHHOq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfSEUHHOq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfSEUHHOq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfSEUHHOq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfSEUHHOq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfSEUHHOq7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfSEUHHOq7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfSEUHHOq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfSEUHHOq7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfSEUHHOq7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfSEUHHOq7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfSEUHHOq7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfSEUHHOq7 .soc-item {
  margin: .5rem .3rem;
}
.cid-vfSEUHHOq7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfSEUHHOq7 a.nav-link .mbr-iconfont-btn,
.cid-vfSEUHHOq7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfSEUHHOq7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfSEUHHOq7 .navbar {
    height: 77px;
  }
  .cid-vfSEUHHOq7 .navbar.opened {
    height: auto;
  }
  .cid-vfSEUHHOq7 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfSEUHHOq7 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfSEUHHOq7 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfSEUHHOq7 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfSEUHHOq7 .dropdown-submenu .dropdown-menu::before,
.cid-vfSEUHHOq7 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfSEUHHOq7 img {
  object-fit: contain;
}
.cid-vfUyEXhmQl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUyEXhmQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUyEXhmQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUyEXhmQl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUyEXhmQl .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUyEXhmQl .row {
  margin: 0;
}
.cid-vfUyEXhmQl .row .card {
  padding: 0;
}
.cid-vfUyEXhmQl .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUyEXhmQl .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUyEXhmQl .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUyEXhmQl .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUyEXhmQl .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUyEXhmQl .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUyEXhmQl .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUyEXhmQl .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUyEXhmQl .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUyEXhmQl .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUyEXhmQl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUyEXhmQl .mbr-label {
  color: #000000;
}
.cid-vfUyEXhmQl .mbr-section-title {
  color: #000000;
}
.cid-vfUyEXhmQl .mbr-text,
.cid-vfUyEXhmQl .text-wrapper {
  color: #000000;
}
.cid-vfSICHQIMh {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfSICHQIMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfSICHQIMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfSICHQIMh .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfSICHQIMh .card-wrapper {
    padding: 24px;
  }
}
.cid-vfSICHQIMh .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfSICHQIMh .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfSICHQIMh .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfSICHQIMh .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfSICHQIMh .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfSICHQIMh .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfSICHQIMh .mbr-label {
  color: #0027ba;
}
.cid-vfSICHQIMh .mbr-section-title {
  color: #25634d;
}
.cid-vfSICHQIMh .mbr-text {
  color: #0027ba;
}
.cid-vfSHyQGqlO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfSHyQGqlO .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8f8f8;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-vfSHyQGqlO .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-vfSHyQGqlO p {
  line-height: 1.6;
}
.cid-vfSHyQGqlO .rev,
.cid-vfSHyQGqlO .mbr-iconfont {
  display: inline-block;
}
.cid-vfSHyQGqlO mbr-iconfont {
  width: 20px !important;
}
.cid-vfSHyQGqlO .item-title {
  color: #25634d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: left;
  transition: .3s;
}
.cid-vfSHyQGqlO .item-title:hover {
  color: #b8d94f;
}
.cid-vfSHyQGqlO .item-box {
  padding-top: 2rem;
}
.cid-vfSHyQGqlO .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-vfSHyQGqlO .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-vfSHyQGqlO .mbr-section-title,
.cid-vfSHyQGqlO .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-vfSHyQGqlO .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-vfSHyQGqlO .item-text,
.cid-vfSHyQGqlO .mbr-section-btn,
.cid-vfSHyQGqlO .ico-line {
  color: #8d8d8d;
}
.cid-vfSHyQGqlO .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-vfSHyQGqlO .item {
  background-color: transparent;
}
.cid-vfSHyQGqlO .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfSHyQGqlO .item-img {
  position: relative;
}
.cid-vfSHyQGqlO .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-vfSHyQGqlO .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-vfSHyQGqlO .mbr-section-subtitle,
.cid-vfSHyQGqlO .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-vfSHyQGqlO .time {
  color: #47a15d;
  margin: 0 !important;
}
.cid-vfSHyQGqlO .time P {
  text-align: left;
}
.cid-vfSHyQGqlO .time .mbr-fonts-style P {
  text-align: center;
}
.cid-vfSHyQGqlO .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-vfSHyQGqlO .content {
  margin-top: 3.5rem !important;
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-vfSHyQGqlO .content {
    margin-top: 1.75rem !important;
  }
}
.cid-vfSHyQGqlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfSHyQGqlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfSEUJ5JMs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfSEUJ5JMs .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfSEUJ5JMs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfSEUJ5JMs .row {
    text-align: center;
  }
  .cid-vfSEUJ5JMs .row > div {
    margin: auto;
  }
  .cid-vfSEUJ5JMs .social-row {
    justify-content: center;
  }
}
.cid-vfSEUJ5JMs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfSEUJ5JMs .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfSEUJ5JMs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfSEUJ5JMs .list {
    margin-bottom: 0rem;
  }
}
.cid-vfSEUJ5JMs .mbr-text {
  transition: .2s all;
}
.cid-vfSEUJ5JMs .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfSEUJ5JMs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfSEUJ5JMs .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfSEUJ5JMs .mbr-iconfont {
  color: black;
}
.cid-vfSEUJ5JMs .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfSEUJ5JMs .flex {
    display: block;
  }
}
.cid-vfSEUJ5JMs .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .follow {
    margin-right: 0px;
  }
}
.cid-vfSEUJ5JMs .footer-sotial {
  justify-content: space-between;
}
.cid-vfSEUJ5JMs .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfSEUJ5JMs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfSEUJ5JMs .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .item-wrap {
    text-align: center;
  }
}
.cid-vfSEUJ5JMs H5 {
  color: #f7f7f7;
}
.cid-vfSEUJ5JMs .mbr-section-subtitle {
  color: #868378;
}
.cid-vfSEUJ5JMs .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfSEUJ5JMs .number:hover {
  color: #47a15d;
}
.cid-vfSEUJ5JMs .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .social_out {
    display: block;
  }
}
.cid-vfSEUJ5JMs .email {
  transition: .2s all;
}
.cid-vfSEUJ5JMs .email:hover {
  color: #47a15d;
}
.cid-vfSEUJ5JMs .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfSEUJ5JMs .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfSEUJ5JMs .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfSEUJ5JMs .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfSEUJ5JMs .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfSEUJ5JMs .socicon {
  color: #fff;
}
.cid-vfSEUJ5JMs .icons {
  width: 18px;
  height: 20px;
}
.cid-vfSEUJ5JMs .href {
  padding-bottom: 1.5rem;
}
.cid-vfU2IsMLtF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfU2IsMLtF .nav-item,
.cid-vfU2IsMLtF .nav-link,
.cid-vfU2IsMLtF .navbar-caption {
  font-weight: normal;
}
.cid-vfU2IsMLtF .nav-item:focus,
.cid-vfU2IsMLtF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfU2IsMLtF .nav-link {
    position: relative;
  }
  .cid-vfU2IsMLtF .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-item,
  .cid-vfU2IsMLtF .nav-link:before .nav-link,
  .cid-vfU2IsMLtF .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-item:focus,
  .cid-vfU2IsMLtF .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown-item.active,
  .cid-vfU2IsMLtF .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfU2IsMLtF .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfU2IsMLtF .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfU2IsMLtF .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfU2IsMLtF .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfU2IsMLtF .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfU2IsMLtF .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfU2IsMLtF .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfU2IsMLtF .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfU2IsMLtF .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfU2IsMLtF .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfU2IsMLtF .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfU2IsMLtF .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfU2IsMLtF .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfU2IsMLtF .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfU2IsMLtF .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfU2IsMLtF .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfU2IsMLtF .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfU2IsMLtF .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfU2IsMLtF .nav-item:hover .nav-link:before,
  .cid-vfU2IsMLtF .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfU2IsMLtF .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfU2IsMLtF .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfU2IsMLtF .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfU2IsMLtF .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfU2IsMLtF .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfU2IsMLtF .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfU2IsMLtF .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfU2IsMLtF .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfU2IsMLtF .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfU2IsMLtF .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfU2IsMLtF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfU2IsMLtF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfU2IsMLtF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfU2IsMLtF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfU2IsMLtF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfU2IsMLtF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfU2IsMLtF .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfU2IsMLtF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfU2IsMLtF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfU2IsMLtF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfU2IsMLtF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfU2IsMLtF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfU2IsMLtF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfU2IsMLtF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfU2IsMLtF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfU2IsMLtF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfU2IsMLtF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfU2IsMLtF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfU2IsMLtF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfU2IsMLtF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfU2IsMLtF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfU2IsMLtF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfU2IsMLtF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfU2IsMLtF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfU2IsMLtF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfU2IsMLtF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfU2IsMLtF .dropdown-item.active,
.cid-vfU2IsMLtF .dropdown-item:active {
  background-color: transparent;
}
.cid-vfU2IsMLtF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfU2IsMLtF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfU2IsMLtF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfU2IsMLtF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfU2IsMLtF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfU2IsMLtF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfU2IsMLtF .navbar-buttons {
  text-align: center;
}
.cid-vfU2IsMLtF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfU2IsMLtF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfU2IsMLtF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfU2IsMLtF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfU2IsMLtF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfU2IsMLtF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfU2IsMLtF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfU2IsMLtF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfU2IsMLtF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfU2IsMLtF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfU2IsMLtF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfU2IsMLtF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfU2IsMLtF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfU2IsMLtF .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfU2IsMLtF .soc-item {
  margin: .5rem .3rem;
}
.cid-vfU2IsMLtF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfU2IsMLtF a.nav-link .mbr-iconfont-btn,
.cid-vfU2IsMLtF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfU2IsMLtF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfU2IsMLtF .navbar {
    height: 77px;
  }
  .cid-vfU2IsMLtF .navbar.opened {
    height: auto;
  }
  .cid-vfU2IsMLtF .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfU2IsMLtF .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfU2IsMLtF .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfU2IsMLtF .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfU2IsMLtF .dropdown-submenu .dropdown-menu::before,
.cid-vfU2IsMLtF .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfU2IsMLtF img {
  object-fit: contain;
}
.cid-vfU4P6HoVF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfU4P6HoVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU4P6HoVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfU4P6HoVF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfU4P6HoVF .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfU4P6HoVF .row {
  margin: 0;
}
.cid-vfU4P6HoVF .row .card {
  padding: 0;
}
.cid-vfU4P6HoVF .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfU4P6HoVF .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfU4P6HoVF .card-wrapper {
    padding: 15px;
  }
}
.cid-vfU4P6HoVF .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfU4P6HoVF .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfU4P6HoVF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfU4P6HoVF .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfU4P6HoVF .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfU4P6HoVF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfU4P6HoVF .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfU4P6HoVF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfU4P6HoVF .mbr-label {
  color: #000000;
}
.cid-vfU4P6HoVF .mbr-section-title {
  color: #000000;
}
.cid-vfU4P6HoVF .mbr-text,
.cid-vfU4P6HoVF .text-wrapper {
  color: #000000;
}
.cid-vfU2ItMOV2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfU2ItMOV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU2ItMOV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfU2ItMOV2 .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfU2ItMOV2 .card-wrapper {
    padding: 24px;
  }
}
.cid-vfU2ItMOV2 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfU2ItMOV2 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfU2ItMOV2 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfU2ItMOV2 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfU2ItMOV2 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfU2ItMOV2 .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfU2ItMOV2 .mbr-label {
  color: #0027ba;
}
.cid-vfU2ItMOV2 .mbr-section-title {
  color: #25634d;
}
.cid-vfU2ItMOV2 .mbr-text {
  color: #0027ba;
}
.cid-vfU6Bvz7nc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfU6Bvz7nc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfU6Bvz7nc p {
  color: #767676;
  text-align: left;
}
.cid-vfU6Bvz7nc .card-wrapper {
  height: 100%;
}
.cid-vfU6Bvz7nc .container-fluid {
  max-width: 1600px;
}
.cid-vfU6Bvz7nc .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfU6Bvz7nc img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfU6Bvz7nc .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfU6Bvz7nc .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfU6Bvz7nc .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfU6Bvz7nc .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfU6Bvz7nc .second-img {
    opacity: 0.5;
  }
}
.cid-vfU6Bvz7nc .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfU6Bvz7nc .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfU6Bvz7nc .button {
  padding-top: 1rem;
}
.cid-vfU6Bvz7nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU6Bvz7nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfU6vVTBXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfU6vVTBXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU6vVTBXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfU6vVTBXG .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfU6vVTBXG .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfU6vVTBXG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfU6vVTBXG .mbr-section-title {
  color: #ffffff;
}
.cid-vfU7z1od6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfU7z1od6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU7z1od6S .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-vfU7z1od6S .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfU7z1od6S .container {
    padding: 0 12px;
  }
}
.cid-vfU7z1od6S .row {
  justify-content: center;
}
.cid-vfU7z1od6S .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfU7z1od6S .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfU7z1od6S .card {
    margin-bottom: 32px;
  }
}
.cid-vfU7z1od6S .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfU7z1od6S .card .card-wrapper {
    display: block;
  }
}
.cid-vfU7z1od6S .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfU7z1od6S .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfU7z1od6S .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfU7z1od6S .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfU7z1od6S .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfU7z1od6S .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfU7z1od6S .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfU7z1od6S .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfU7z1od6S .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfU7z1od6S .mbr-card-title {
  color: #222222;
}
.cid-vfU8bu4pHt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfU8bu4pHt .mbr-text {
  color: #000000;
}
.cid-vfU8bu4pHt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfU8bu4pHt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfU8bu4pHt .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfU8bu4pHt .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfU8bu4pHt p {
  line-height: 1.3;
}
.cid-vfU8bu4pHt .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfU8bu4pHt .mbr-iconfont {
    display: none;
  }
}
.cid-vfU8bu4pHt .wrapper {
  position: relative;
}
.cid-vfU8bu4pHt .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfU8bu4pHt .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfU8bu4pHt .img-wrapper {
  display: flex;
}
.cid-vfU8bu4pHt .card-text {
  text-align: center;
}
.cid-vfU8bu4pHt .card-title,
.cid-vfU8bu4pHt .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vgb7rx4LCz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vgb7rx4LCz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgb7rx4LCz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgb7rx4LCz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgb7rx4LCz .row {
  align-items: center;
  height: 100%;
}
.cid-vgb7rx4LCz .col-10 {
  margin: auto;
}
.cid-vfU8WZNU3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfU8WZNU3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfU8WZNU3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfU8WZNU3x .row {
  margin: 0 -20px;
}
.cid-vfU8WZNU3x .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vfU8WZNU3x .content-wrapper {
  margin-bottom: 40px;
}
.cid-vfU8WZNU3x .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vfU8WZNU3x .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vfU8WZNU3x .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfU8WZNU3x .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfU8WZNU3x .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfU8WZNU3x .mbr-label {
  color: #a8a8a8;
}
.cid-vfU8WZNU3x .mbr-section-title {
  color: #ffffff;
}
.cid-vfU8WZNU3x .mbr-text {
  color: #ffffff;
}
.cid-vfU2IuXTa9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfU2IuXTa9 .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfU2IuXTa9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfU2IuXTa9 .row {
    text-align: center;
  }
  .cid-vfU2IuXTa9 .row > div {
    margin: auto;
  }
  .cid-vfU2IuXTa9 .social-row {
    justify-content: center;
  }
}
.cid-vfU2IuXTa9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfU2IuXTa9 .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfU2IuXTa9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfU2IuXTa9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfU2IuXTa9 .mbr-text {
  transition: .2s all;
}
.cid-vfU2IuXTa9 .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfU2IuXTa9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfU2IuXTa9 .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfU2IuXTa9 .mbr-iconfont {
  color: black;
}
.cid-vfU2IuXTa9 .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfU2IuXTa9 .flex {
    display: block;
  }
}
.cid-vfU2IuXTa9 .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .follow {
    margin-right: 0px;
  }
}
.cid-vfU2IuXTa9 .footer-sotial {
  justify-content: space-between;
}
.cid-vfU2IuXTa9 .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfU2IuXTa9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfU2IuXTa9 .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .item-wrap {
    text-align: center;
  }
}
.cid-vfU2IuXTa9 H5 {
  color: #f7f7f7;
}
.cid-vfU2IuXTa9 .mbr-section-subtitle {
  color: #868378;
}
.cid-vfU2IuXTa9 .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfU2IuXTa9 .number:hover {
  color: #47a15d;
}
.cid-vfU2IuXTa9 .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .social_out {
    display: block;
  }
}
.cid-vfU2IuXTa9 .email {
  transition: .2s all;
}
.cid-vfU2IuXTa9 .email:hover {
  color: #47a15d;
}
.cid-vfU2IuXTa9 .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfU2IuXTa9 .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfU2IuXTa9 .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfU2IuXTa9 .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfU2IuXTa9 .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfU2IuXTa9 .socicon {
  color: #fff;
}
.cid-vfU2IuXTa9 .icons {
  width: 18px;
  height: 20px;
}
.cid-vfU2IuXTa9 .href {
  padding-bottom: 1.5rem;
}
.cid-vfUaqO6bXX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUaqO6bXX .nav-item,
.cid-vfUaqO6bXX .nav-link,
.cid-vfUaqO6bXX .navbar-caption {
  font-weight: normal;
}
.cid-vfUaqO6bXX .nav-item:focus,
.cid-vfUaqO6bXX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfUaqO6bXX .nav-link {
    position: relative;
  }
  .cid-vfUaqO6bXX .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-item,
  .cid-vfUaqO6bXX .nav-link:before .nav-link,
  .cid-vfUaqO6bXX .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-item:focus,
  .cid-vfUaqO6bXX .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown-item.active,
  .cid-vfUaqO6bXX .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfUaqO6bXX .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUaqO6bXX .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfUaqO6bXX .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUaqO6bXX .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfUaqO6bXX .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfUaqO6bXX .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfUaqO6bXX .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUaqO6bXX .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfUaqO6bXX .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfUaqO6bXX .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfUaqO6bXX .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUaqO6bXX .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfUaqO6bXX .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfUaqO6bXX .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfUaqO6bXX .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfUaqO6bXX .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfUaqO6bXX .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfUaqO6bXX .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfUaqO6bXX .nav-item:hover .nav-link:before,
  .cid-vfUaqO6bXX .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUaqO6bXX .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfUaqO6bXX .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUaqO6bXX .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfUaqO6bXX .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfUaqO6bXX .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfUaqO6bXX .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfUaqO6bXX .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUaqO6bXX .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUaqO6bXX .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfUaqO6bXX .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfUaqO6bXX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfUaqO6bXX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUaqO6bXX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfUaqO6bXX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUaqO6bXX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfUaqO6bXX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfUaqO6bXX .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfUaqO6bXX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfUaqO6bXX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUaqO6bXX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUaqO6bXX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUaqO6bXX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUaqO6bXX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUaqO6bXX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUaqO6bXX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUaqO6bXX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUaqO6bXX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUaqO6bXX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUaqO6bXX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUaqO6bXX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfUaqO6bXX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfUaqO6bXX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfUaqO6bXX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfUaqO6bXX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUaqO6bXX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUaqO6bXX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUaqO6bXX .dropdown-item.active,
.cid-vfUaqO6bXX .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUaqO6bXX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUaqO6bXX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUaqO6bXX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfUaqO6bXX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfUaqO6bXX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUaqO6bXX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfUaqO6bXX .navbar-buttons {
  text-align: center;
}
.cid-vfUaqO6bXX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfUaqO6bXX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfUaqO6bXX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfUaqO6bXX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUaqO6bXX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUaqO6bXX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfUaqO6bXX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUaqO6bXX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfUaqO6bXX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfUaqO6bXX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUaqO6bXX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfUaqO6bXX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUaqO6bXX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfUaqO6bXX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfUaqO6bXX .soc-item {
  margin: .5rem .3rem;
}
.cid-vfUaqO6bXX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUaqO6bXX a.nav-link .mbr-iconfont-btn,
.cid-vfUaqO6bXX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfUaqO6bXX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUaqO6bXX .navbar {
    height: 77px;
  }
  .cid-vfUaqO6bXX .navbar.opened {
    height: auto;
  }
  .cid-vfUaqO6bXX .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUaqO6bXX .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfUaqO6bXX .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfUaqO6bXX .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfUaqO6bXX .dropdown-submenu .dropdown-menu::before,
.cid-vfUaqO6bXX .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfUaqO6bXX img {
  object-fit: contain;
}
.cid-vfUaqPnSLd {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUaqPnSLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqPnSLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUaqPnSLd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUaqPnSLd .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUaqPnSLd .row {
  margin: 0;
}
.cid-vfUaqPnSLd .row .card {
  padding: 0;
}
.cid-vfUaqPnSLd .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUaqPnSLd .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUaqPnSLd .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUaqPnSLd .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUaqPnSLd .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUaqPnSLd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUaqPnSLd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUaqPnSLd .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUaqPnSLd .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUaqPnSLd .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUaqPnSLd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUaqPnSLd .mbr-label {
  color: #000000;
}
.cid-vfUaqPnSLd .mbr-section-title {
  color: #000000;
}
.cid-vfUaqPnSLd .mbr-text,
.cid-vfUaqPnSLd .text-wrapper {
  color: #000000;
}
.cid-vfUaqQ7RXW {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfUaqQ7RXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqQ7RXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUaqQ7RXW .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfUaqQ7RXW .card-wrapper {
    padding: 24px;
  }
}
.cid-vfUaqQ7RXW .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfUaqQ7RXW .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUaqQ7RXW .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfUaqQ7RXW .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUaqQ7RXW .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfUaqQ7RXW .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUaqQ7RXW .mbr-label {
  color: #0027ba;
}
.cid-vfUaqQ7RXW .mbr-section-title {
  color: #25634d;
}
.cid-vfUaqQ7RXW .mbr-text {
  color: #0027ba;
}
.cid-vfUaqQQaum {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfUaqQQaum h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfUaqQQaum p {
  color: #767676;
  text-align: left;
}
.cid-vfUaqQQaum .card-wrapper {
  height: 100%;
}
.cid-vfUaqQQaum .container-fluid {
  max-width: 1600px;
}
.cid-vfUaqQQaum .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfUaqQQaum img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfUaqQQaum .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfUaqQQaum .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfUaqQQaum .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfUaqQQaum .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfUaqQQaum .second-img {
    opacity: 0.5;
  }
}
.cid-vfUaqQQaum .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfUaqQQaum .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfUaqQQaum .button {
  padding-top: 1rem;
}
.cid-vfUaqQQaum .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqQQaum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUaqRED1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2.webp");
}
.cid-vfUaqRED1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqRED1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUaqRED1S .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfUaqRED1S .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfUaqRED1S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUaqRED1S .mbr-section-title {
  color: #000000;
}
.cid-vfUaqSkHQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfUaqSkHQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqSkHQt .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-vfUaqSkHQt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfUaqSkHQt .container {
    padding: 0 12px;
  }
}
.cid-vfUaqSkHQt .row {
  justify-content: center;
}
.cid-vfUaqSkHQt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUaqSkHQt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfUaqSkHQt .card {
    margin-bottom: 32px;
  }
}
.cid-vfUaqSkHQt .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfUaqSkHQt .card .card-wrapper {
    display: block;
  }
}
.cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfUaqSkHQt .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfUaqSkHQt .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUaqSkHQt .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfUaqSkHQt .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfUaqSkHQt .mbr-card-title {
  color: #222222;
}
.cid-vfUaqU4h2C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfUaqU4h2C .mbr-text {
  color: #000000;
}
.cid-vfUaqU4h2C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfUaqU4h2C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfUaqU4h2C .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfUaqU4h2C .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfUaqU4h2C p {
  line-height: 1.3;
}
.cid-vfUaqU4h2C .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfUaqU4h2C .mbr-iconfont {
    display: none;
  }
}
.cid-vfUaqU4h2C .wrapper {
  position: relative;
}
.cid-vfUaqU4h2C .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfUaqU4h2C .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfUaqU4h2C .img-wrapper {
  display: flex;
}
.cid-vfUaqU4h2C .card-text {
  text-align: center;
}
.cid-vfUaqU4h2C .card-title,
.cid-vfUaqU4h2C .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vgb8vmssLG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vgb8vmssLG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgb8vmssLG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8vmssLG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8vmssLG .row {
  align-items: center;
  height: 100%;
}
.cid-vgb8vmssLG .col-10 {
  margin: auto;
}
.cid-vfUaqUQ8n4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfUaqUQ8n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUaqUQ8n4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUaqUQ8n4 .row {
  margin: 0 -20px;
}
.cid-vfUaqUQ8n4 .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vfUaqUQ8n4 .content-wrapper {
  margin-bottom: 40px;
}
.cid-vfUaqUQ8n4 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vfUaqUQ8n4 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vfUaqUQ8n4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUaqUQ8n4 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfUaqUQ8n4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUaqUQ8n4 .mbr-label {
  color: #a8a8a8;
}
.cid-vfUaqUQ8n4 .mbr-section-title {
  color: #ffffff;
}
.cid-vfUaqUQ8n4 .mbr-text {
  color: #ffffff;
}
.cid-vfUaqVA3Kt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfUaqVA3Kt .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfUaqVA3Kt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfUaqVA3Kt .row {
    text-align: center;
  }
  .cid-vfUaqVA3Kt .row > div {
    margin: auto;
  }
  .cid-vfUaqVA3Kt .social-row {
    justify-content: center;
  }
}
.cid-vfUaqVA3Kt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfUaqVA3Kt .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfUaqVA3Kt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfUaqVA3Kt .list {
    margin-bottom: 0rem;
  }
}
.cid-vfUaqVA3Kt .mbr-text {
  transition: .2s all;
}
.cid-vfUaqVA3Kt .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfUaqVA3Kt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfUaqVA3Kt .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfUaqVA3Kt .mbr-iconfont {
  color: black;
}
.cid-vfUaqVA3Kt .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfUaqVA3Kt .flex {
    display: block;
  }
}
.cid-vfUaqVA3Kt .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .follow {
    margin-right: 0px;
  }
}
.cid-vfUaqVA3Kt .footer-sotial {
  justify-content: space-between;
}
.cid-vfUaqVA3Kt .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfUaqVA3Kt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfUaqVA3Kt .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .item-wrap {
    text-align: center;
  }
}
.cid-vfUaqVA3Kt H5 {
  color: #f7f7f7;
}
.cid-vfUaqVA3Kt .mbr-section-subtitle {
  color: #868378;
}
.cid-vfUaqVA3Kt .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfUaqVA3Kt .number:hover {
  color: #47a15d;
}
.cid-vfUaqVA3Kt .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .social_out {
    display: block;
  }
}
.cid-vfUaqVA3Kt .email {
  transition: .2s all;
}
.cid-vfUaqVA3Kt .email:hover {
  color: #47a15d;
}
.cid-vfUaqVA3Kt .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfUaqVA3Kt .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfUaqVA3Kt .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUaqVA3Kt .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfUaqVA3Kt .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfUaqVA3Kt .socicon {
  color: #fff;
}
.cid-vfUaqVA3Kt .icons {
  width: 18px;
  height: 20px;
}
.cid-vfUaqVA3Kt .href {
  padding-bottom: 1.5rem;
}
.cid-vfUl7rbNCU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUl7rbNCU .nav-item,
.cid-vfUl7rbNCU .nav-link,
.cid-vfUl7rbNCU .navbar-caption {
  font-weight: normal;
}
.cid-vfUl7rbNCU .nav-item:focus,
.cid-vfUl7rbNCU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfUl7rbNCU .nav-link {
    position: relative;
  }
  .cid-vfUl7rbNCU .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-item,
  .cid-vfUl7rbNCU .nav-link:before .nav-link,
  .cid-vfUl7rbNCU .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-item:focus,
  .cid-vfUl7rbNCU .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown-item.active,
  .cid-vfUl7rbNCU .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfUl7rbNCU .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUl7rbNCU .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfUl7rbNCU .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUl7rbNCU .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfUl7rbNCU .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfUl7rbNCU .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfUl7rbNCU .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUl7rbNCU .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfUl7rbNCU .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfUl7rbNCU .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfUl7rbNCU .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUl7rbNCU .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfUl7rbNCU .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfUl7rbNCU .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfUl7rbNCU .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfUl7rbNCU .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfUl7rbNCU .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfUl7rbNCU .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfUl7rbNCU .nav-item:hover .nav-link:before,
  .cid-vfUl7rbNCU .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUl7rbNCU .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfUl7rbNCU .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUl7rbNCU .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfUl7rbNCU .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfUl7rbNCU .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfUl7rbNCU .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfUl7rbNCU .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUl7rbNCU .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUl7rbNCU .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfUl7rbNCU .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfUl7rbNCU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfUl7rbNCU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUl7rbNCU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfUl7rbNCU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUl7rbNCU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfUl7rbNCU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfUl7rbNCU .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfUl7rbNCU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfUl7rbNCU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUl7rbNCU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUl7rbNCU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUl7rbNCU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUl7rbNCU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUl7rbNCU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUl7rbNCU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUl7rbNCU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUl7rbNCU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUl7rbNCU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUl7rbNCU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUl7rbNCU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfUl7rbNCU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfUl7rbNCU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfUl7rbNCU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfUl7rbNCU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUl7rbNCU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUl7rbNCU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUl7rbNCU .dropdown-item.active,
.cid-vfUl7rbNCU .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUl7rbNCU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUl7rbNCU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUl7rbNCU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfUl7rbNCU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfUl7rbNCU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUl7rbNCU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfUl7rbNCU .navbar-buttons {
  text-align: center;
}
.cid-vfUl7rbNCU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfUl7rbNCU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfUl7rbNCU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfUl7rbNCU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUl7rbNCU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUl7rbNCU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfUl7rbNCU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUl7rbNCU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfUl7rbNCU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfUl7rbNCU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUl7rbNCU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfUl7rbNCU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUl7rbNCU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfUl7rbNCU .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfUl7rbNCU .soc-item {
  margin: .5rem .3rem;
}
.cid-vfUl7rbNCU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUl7rbNCU a.nav-link .mbr-iconfont-btn,
.cid-vfUl7rbNCU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfUl7rbNCU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUl7rbNCU .navbar {
    height: 77px;
  }
  .cid-vfUl7rbNCU .navbar.opened {
    height: auto;
  }
  .cid-vfUl7rbNCU .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUl7rbNCU .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfUl7rbNCU .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfUl7rbNCU .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfUl7rbNCU .dropdown-submenu .dropdown-menu::before,
.cid-vfUl7rbNCU .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfUl7rbNCU img {
  object-fit: contain;
}
.cid-vfUl7shn06 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUl7shn06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7shn06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUl7shn06 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUl7shn06 .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUl7shn06 .row {
  margin: 0;
}
.cid-vfUl7shn06 .row .card {
  padding: 0;
}
.cid-vfUl7shn06 .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUl7shn06 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUl7shn06 .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUl7shn06 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUl7shn06 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUl7shn06 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUl7shn06 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUl7shn06 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUl7shn06 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUl7shn06 .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUl7shn06 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUl7shn06 .mbr-label {
  color: #000000;
}
.cid-vfUl7shn06 .mbr-section-title {
  color: #000000;
}
.cid-vfUl7shn06 .mbr-text,
.cid-vfUl7shn06 .text-wrapper {
  color: #000000;
}
.cid-vfUl7t6x4f {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfUl7t6x4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7t6x4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUl7t6x4f .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfUl7t6x4f .card-wrapper {
    padding: 24px;
  }
}
.cid-vfUl7t6x4f .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfUl7t6x4f .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUl7t6x4f .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfUl7t6x4f .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUl7t6x4f .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfUl7t6x4f .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUl7t6x4f .mbr-label {
  color: #0027ba;
}
.cid-vfUl7t6x4f .mbr-section-title {
  color: #25634d;
}
.cid-vfUl7t6x4f .mbr-text {
  color: #0027ba;
}
.cid-vfUl7tS4fX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfUl7tS4fX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfUl7tS4fX p {
  color: #767676;
  text-align: left;
}
.cid-vfUl7tS4fX .card-wrapper {
  height: 100%;
}
.cid-vfUl7tS4fX .container-fluid {
  max-width: 1600px;
}
.cid-vfUl7tS4fX .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfUl7tS4fX img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfUl7tS4fX .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfUl7tS4fX .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfUl7tS4fX .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfUl7tS4fX .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfUl7tS4fX .second-img {
    opacity: 0.5;
  }
}
.cid-vfUl7tS4fX .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfUl7tS4fX .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfUl7tS4fX .button {
  padding-top: 1rem;
}
.cid-vfUl7tS4fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7tS4fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUl7uHGw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfUl7uHGw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7uHGw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUl7uHGw3 .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfUl7uHGw3 .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfUl7uHGw3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUl7uHGw3 .mbr-section-title {
  color: #000000;
}
.cid-vfUl7vmrPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfUl7vmrPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7vmrPf .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-vfUl7vmrPf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfUl7vmrPf .container {
    padding: 0 12px;
  }
}
.cid-vfUl7vmrPf .row {
  justify-content: center;
}
.cid-vfUl7vmrPf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUl7vmrPf .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfUl7vmrPf .card {
    margin-bottom: 32px;
  }
}
.cid-vfUl7vmrPf .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfUl7vmrPf .card .card-wrapper {
    display: block;
  }
}
.cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfUl7vmrPf .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfUl7vmrPf .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUl7vmrPf .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfUl7vmrPf .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfUl7vmrPf .mbr-card-title {
  color: #222222;
}
.cid-vfUl7w8dtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-vfUl7w8dtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUl7w8dtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfUl7w8dtd .row {
    padding: 0 24px;
  }
}
.cid-vfUl7w8dtd .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfUl7w8dtd .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vfUl7w8dtd .items {
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .cid-vfUl7w8dtd .items {
    grid-template-columns: 1fr;
  }
}
.cid-vfUl7w8dtd .item {
  margin-bottom: 20px;
  height: 420px;
}
@media (max-width: 768px) {
  .cid-vfUl7w8dtd .item {
    margin-bottom: 10px;
  }
}
.cid-vfUl7w8dtd .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-vfUl7w8dtd .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-vfUl7w8dtd .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfUl7w8dtd .item .item-wrapper .item-content {
  padding: 24px 15px 26px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfUl7w8dtd .item .item-wrapper .item-content {
    padding: 19px 13px 21px;
  }
}
.cid-vfUl7w8dtd .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-vfUl7w8dtd .items-card:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.cid-vfUl7w8dtd .items-card:nth-child(1) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUl7w8dtd .items-card:nth-child(1) .item {
    height: 420px;
  }
}
.cid-vfUl7w8dtd .items-card:nth-child(1) .item:last-child {
  height: 330px;
}
.cid-vfUl7w8dtd .items-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.cid-vfUl7w8dtd .items-card:nth-child(2) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUl7w8dtd .items-card:nth-child(2) .item {
    height: 420px;
  }
}
.cid-vfUl7w8dtd .items-card:nth-child(2) .item:first-child {
  height: 330px;
}
.cid-vfUl7w8dtd .items-card:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.cid-vfUl7w8dtd .items-card:nth-child(3) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUl7w8dtd .items-card:nth-child(3) .item {
    height: 420px;
  }
}
.cid-vfUl7w8dtd .items-card:nth-child(3) .item:last-child {
  height: 330px;
}
.cid-vfUl7w8dtd .items-card:nth-child(4) {
  display: flex;
  flex-direction: column;
}
.cid-vfUl7w8dtd .items-card:nth-child(4) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUl7w8dtd .items-card:nth-child(4) .item {
    height: 420px;
  }
}
.cid-vfUl7w8dtd .items-card:nth-child(4) .item:first-child {
  height: 330px;
}
.cid-vfUl7w8dtd .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-vfUl7x0iLS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfUl7x0iLS .mbr-text {
  color: #000000;
}
.cid-vfUl7x0iLS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfUl7x0iLS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfUl7x0iLS .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfUl7x0iLS .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfUl7x0iLS p {
  line-height: 1.3;
}
.cid-vfUl7x0iLS .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfUl7x0iLS .mbr-iconfont {
    display: none;
  }
}
.cid-vfUl7x0iLS .wrapper {
  position: relative;
}
.cid-vfUl7x0iLS .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfUl7x0iLS .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfUl7x0iLS .img-wrapper {
  display: flex;
}
.cid-vfUl7x0iLS .card-text {
  text-align: center;
}
.cid-vfUl7x0iLS .card-title,
.cid-vfUl7x0iLS .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vfUoevh06W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vfUoevh06W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfUoevh06W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfUoevh06W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfUoevh06W .row {
  align-items: center;
  height: 100%;
}
.cid-vfUoevh06W .col-10 {
  margin: auto;
}
.cid-vfUl7yrNsq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfUl7yrNsq .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfUl7yrNsq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfUl7yrNsq .row {
    text-align: center;
  }
  .cid-vfUl7yrNsq .row > div {
    margin: auto;
  }
  .cid-vfUl7yrNsq .social-row {
    justify-content: center;
  }
}
.cid-vfUl7yrNsq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfUl7yrNsq .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfUl7yrNsq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfUl7yrNsq .list {
    margin-bottom: 0rem;
  }
}
.cid-vfUl7yrNsq .mbr-text {
  transition: .2s all;
}
.cid-vfUl7yrNsq .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfUl7yrNsq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfUl7yrNsq .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfUl7yrNsq .mbr-iconfont {
  color: black;
}
.cid-vfUl7yrNsq .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfUl7yrNsq .flex {
    display: block;
  }
}
.cid-vfUl7yrNsq .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .follow {
    margin-right: 0px;
  }
}
.cid-vfUl7yrNsq .footer-sotial {
  justify-content: space-between;
}
.cid-vfUl7yrNsq .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfUl7yrNsq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfUl7yrNsq .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .item-wrap {
    text-align: center;
  }
}
.cid-vfUl7yrNsq H5 {
  color: #f7f7f7;
}
.cid-vfUl7yrNsq .mbr-section-subtitle {
  color: #868378;
}
.cid-vfUl7yrNsq .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfUl7yrNsq .number:hover {
  color: #47a15d;
}
.cid-vfUl7yrNsq .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .social_out {
    display: block;
  }
}
.cid-vfUl7yrNsq .email {
  transition: .2s all;
}
.cid-vfUl7yrNsq .email:hover {
  color: #47a15d;
}
.cid-vfUl7yrNsq .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfUl7yrNsq .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfUl7yrNsq .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUl7yrNsq .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfUl7yrNsq .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfUl7yrNsq .socicon {
  color: #fff;
}
.cid-vfUl7yrNsq .icons {
  width: 18px;
  height: 20px;
}
.cid-vfUl7yrNsq .href {
  padding-bottom: 1.5rem;
}
.cid-vfUpu8mnE5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUpu8mnE5 .nav-item,
.cid-vfUpu8mnE5 .nav-link,
.cid-vfUpu8mnE5 .navbar-caption {
  font-weight: normal;
}
.cid-vfUpu8mnE5 .nav-item:focus,
.cid-vfUpu8mnE5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfUpu8mnE5 .nav-link {
    position: relative;
  }
  .cid-vfUpu8mnE5 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-item,
  .cid-vfUpu8mnE5 .nav-link:before .nav-link,
  .cid-vfUpu8mnE5 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-item:focus,
  .cid-vfUpu8mnE5 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-item.active,
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfUpu8mnE5 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUpu8mnE5 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfUpu8mnE5 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUpu8mnE5 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfUpu8mnE5 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfUpu8mnE5 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfUpu8mnE5 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUpu8mnE5 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfUpu8mnE5 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfUpu8mnE5 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfUpu8mnE5 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUpu8mnE5 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfUpu8mnE5 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfUpu8mnE5 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfUpu8mnE5 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfUpu8mnE5 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfUpu8mnE5 .nav-item:hover .nav-link:before,
  .cid-vfUpu8mnE5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUpu8mnE5 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfUpu8mnE5 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfUpu8mnE5 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfUpu8mnE5 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfUpu8mnE5 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfUpu8mnE5 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUpu8mnE5 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfUpu8mnE5 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfUpu8mnE5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfUpu8mnE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUpu8mnE5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfUpu8mnE5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUpu8mnE5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfUpu8mnE5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfUpu8mnE5 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfUpu8mnE5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfUpu8mnE5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUpu8mnE5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUpu8mnE5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUpu8mnE5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUpu8mnE5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUpu8mnE5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUpu8mnE5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUpu8mnE5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUpu8mnE5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUpu8mnE5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUpu8mnE5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUpu8mnE5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfUpu8mnE5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfUpu8mnE5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfUpu8mnE5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfUpu8mnE5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUpu8mnE5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUpu8mnE5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUpu8mnE5 .dropdown-item.active,
.cid-vfUpu8mnE5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUpu8mnE5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUpu8mnE5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUpu8mnE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfUpu8mnE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfUpu8mnE5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUpu8mnE5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfUpu8mnE5 .navbar-buttons {
  text-align: center;
}
.cid-vfUpu8mnE5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfUpu8mnE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfUpu8mnE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfUpu8mnE5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUpu8mnE5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUpu8mnE5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfUpu8mnE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUpu8mnE5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfUpu8mnE5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfUpu8mnE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUpu8mnE5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfUpu8mnE5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUpu8mnE5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfUpu8mnE5 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfUpu8mnE5 .soc-item {
  margin: .5rem .3rem;
}
.cid-vfUpu8mnE5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUpu8mnE5 a.nav-link .mbr-iconfont-btn,
.cid-vfUpu8mnE5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfUpu8mnE5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUpu8mnE5 .navbar {
    height: 77px;
  }
  .cid-vfUpu8mnE5 .navbar.opened {
    height: auto;
  }
  .cid-vfUpu8mnE5 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUpu8mnE5 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfUpu8mnE5 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfUpu8mnE5 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfUpu8mnE5 .dropdown-submenu .dropdown-menu::before,
.cid-vfUpu8mnE5 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfUpu8mnE5 img {
  object-fit: contain;
}
.cid-vfUpu9rTXz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUpu9rTXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpu9rTXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUpu9rTXz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUpu9rTXz .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUpu9rTXz .row {
  margin: 0;
}
.cid-vfUpu9rTXz .row .card {
  padding: 0;
}
.cid-vfUpu9rTXz .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUpu9rTXz .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUpu9rTXz .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUpu9rTXz .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUpu9rTXz .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUpu9rTXz .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUpu9rTXz .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUpu9rTXz .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUpu9rTXz .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUpu9rTXz .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUpu9rTXz .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUpu9rTXz .mbr-label {
  color: #000000;
}
.cid-vfUpu9rTXz .mbr-section-title {
  color: #000000;
}
.cid-vfUpu9rTXz .mbr-text,
.cid-vfUpu9rTXz .text-wrapper {
  color: #000000;
}
.cid-vfUpuabvqO {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfUpuabvqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpuabvqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUpuabvqO .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfUpuabvqO .card-wrapper {
    padding: 24px;
  }
}
.cid-vfUpuabvqO .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfUpuabvqO .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUpuabvqO .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfUpuabvqO .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUpuabvqO .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfUpuabvqO .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUpuabvqO .mbr-label {
  color: #0027ba;
}
.cid-vfUpuabvqO .mbr-section-title {
  color: #25634d;
}
.cid-vfUpuabvqO .mbr-text {
  color: #0027ba;
}
.cid-vfUpuaUnGr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfUpuaUnGr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfUpuaUnGr p {
  color: #767676;
  text-align: left;
}
.cid-vfUpuaUnGr .card-wrapper {
  height: 100%;
}
.cid-vfUpuaUnGr .container-fluid {
  max-width: 1600px;
}
.cid-vfUpuaUnGr .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfUpuaUnGr img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfUpuaUnGr .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfUpuaUnGr .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfUpuaUnGr .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfUpuaUnGr .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfUpuaUnGr .second-img {
    opacity: 0.5;
  }
}
.cid-vfUpuaUnGr .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfUpuaUnGr .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfUpuaUnGr .button {
  padding-top: 1rem;
}
.cid-vfUpuaUnGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpuaUnGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUpubKztW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfUpubKztW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpubKztW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUpubKztW .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfUpubKztW .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfUpubKztW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUpubKztW .mbr-section-title {
  color: #000000;
}
.cid-vfUpucrdNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfUpucrdNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpucrdNU .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-vfUpucrdNU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfUpucrdNU .container {
    padding: 0 12px;
  }
}
.cid-vfUpucrdNU .row {
  justify-content: center;
}
.cid-vfUpucrdNU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUpucrdNU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfUpucrdNU .card {
    margin-bottom: 32px;
  }
}
.cid-vfUpucrdNU .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfUpucrdNU .card .card-wrapper {
    display: block;
  }
}
.cid-vfUpucrdNU .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfUpucrdNU .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfUpucrdNU .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfUpucrdNU .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfUpucrdNU .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfUpucrdNU .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfUpucrdNU .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUpucrdNU .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfUpucrdNU .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfUpucrdNU .mbr-card-title {
  color: #222222;
}
.cid-vfUpudQVwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-vfUpudQVwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUpudQVwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfUpudQVwc .row {
    padding: 0 24px;
  }
}
.cid-vfUpudQVwc .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfUpudQVwc .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vfUpudQVwc .items {
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .cid-vfUpudQVwc .items {
    grid-template-columns: 1fr;
  }
}
.cid-vfUpudQVwc .item {
  margin-bottom: 20px;
  height: 420px;
}
@media (max-width: 768px) {
  .cid-vfUpudQVwc .item {
    margin-bottom: 10px;
  }
}
.cid-vfUpudQVwc .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-vfUpudQVwc .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-vfUpudQVwc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfUpudQVwc .item .item-wrapper .item-content {
  padding: 24px 15px 26px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfUpudQVwc .item .item-wrapper .item-content {
    padding: 19px 13px 21px;
  }
}
.cid-vfUpudQVwc .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-vfUpudQVwc .items-card:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.cid-vfUpudQVwc .items-card:nth-child(1) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUpudQVwc .items-card:nth-child(1) .item {
    height: 420px;
  }
}
.cid-vfUpudQVwc .items-card:nth-child(1) .item:last-child {
  height: 330px;
}
.cid-vfUpudQVwc .items-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.cid-vfUpudQVwc .items-card:nth-child(2) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUpudQVwc .items-card:nth-child(2) .item {
    height: 420px;
  }
}
.cid-vfUpudQVwc .items-card:nth-child(2) .item:first-child {
  height: 330px;
}
.cid-vfUpudQVwc .items-card:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.cid-vfUpudQVwc .items-card:nth-child(3) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUpudQVwc .items-card:nth-child(3) .item {
    height: 420px;
  }
}
.cid-vfUpudQVwc .items-card:nth-child(3) .item:last-child {
  height: 330px;
}
.cid-vfUpudQVwc .items-card:nth-child(4) {
  display: flex;
  flex-direction: column;
}
.cid-vfUpudQVwc .items-card:nth-child(4) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUpudQVwc .items-card:nth-child(4) .item {
    height: 420px;
  }
}
.cid-vfUpudQVwc .items-card:nth-child(4) .item:first-child {
  height: 330px;
}
.cid-vfUpudQVwc .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-vfUpufiT0I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfUpufiT0I .mbr-text {
  color: #000000;
}
.cid-vfUpufiT0I .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfUpufiT0I .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfUpufiT0I .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfUpufiT0I .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfUpufiT0I p {
  line-height: 1.3;
}
.cid-vfUpufiT0I .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfUpufiT0I .mbr-iconfont {
    display: none;
  }
}
.cid-vfUpufiT0I .wrapper {
  position: relative;
}
.cid-vfUpufiT0I .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfUpufiT0I .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfUpufiT0I .img-wrapper {
  display: flex;
}
.cid-vfUpufiT0I .card-text {
  text-align: center;
}
.cid-vfUpufiT0I .card-title,
.cid-vfUpufiT0I .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vgb8G5xMi5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vgb8G5xMi5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgb8G5xMi5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8G5xMi5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8G5xMi5 .row {
  align-items: center;
  height: 100%;
}
.cid-vgb8G5xMi5 .col-10 {
  margin: auto;
}
.cid-vfUpugD9W2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfUpugD9W2 .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfUpugD9W2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfUpugD9W2 .row {
    text-align: center;
  }
  .cid-vfUpugD9W2 .row > div {
    margin: auto;
  }
  .cid-vfUpugD9W2 .social-row {
    justify-content: center;
  }
}
.cid-vfUpugD9W2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfUpugD9W2 .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfUpugD9W2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfUpugD9W2 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfUpugD9W2 .mbr-text {
  transition: .2s all;
}
.cid-vfUpugD9W2 .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfUpugD9W2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfUpugD9W2 .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfUpugD9W2 .mbr-iconfont {
  color: black;
}
.cid-vfUpugD9W2 .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfUpugD9W2 .flex {
    display: block;
  }
}
.cid-vfUpugD9W2 .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .follow {
    margin-right: 0px;
  }
}
.cid-vfUpugD9W2 .footer-sotial {
  justify-content: space-between;
}
.cid-vfUpugD9W2 .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfUpugD9W2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfUpugD9W2 .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .item-wrap {
    text-align: center;
  }
}
.cid-vfUpugD9W2 H5 {
  color: #f7f7f7;
}
.cid-vfUpugD9W2 .mbr-section-subtitle {
  color: #868378;
}
.cid-vfUpugD9W2 .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfUpugD9W2 .number:hover {
  color: #47a15d;
}
.cid-vfUpugD9W2 .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .social_out {
    display: block;
  }
}
.cid-vfUpugD9W2 .email {
  transition: .2s all;
}
.cid-vfUpugD9W2 .email:hover {
  color: #47a15d;
}
.cid-vfUpugD9W2 .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfUpugD9W2 .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfUpugD9W2 .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUpugD9W2 .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfUpugD9W2 .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfUpugD9W2 .socicon {
  color: #fff;
}
.cid-vfUpugD9W2 .icons {
  width: 18px;
  height: 20px;
}
.cid-vfUpugD9W2 .href {
  padding-bottom: 1.5rem;
}
.cid-vfUqEfL9x0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUqEfL9x0 .nav-item,
.cid-vfUqEfL9x0 .nav-link,
.cid-vfUqEfL9x0 .navbar-caption {
  font-weight: normal;
}
.cid-vfUqEfL9x0 .nav-item:focus,
.cid-vfUqEfL9x0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfUqEfL9x0 .nav-link {
    position: relative;
  }
  .cid-vfUqEfL9x0 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-item,
  .cid-vfUqEfL9x0 .nav-link:before .nav-link,
  .cid-vfUqEfL9x0 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-item:focus,
  .cid-vfUqEfL9x0 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-item.active,
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfUqEfL9x0 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUqEfL9x0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfUqEfL9x0 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUqEfL9x0 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfUqEfL9x0 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfUqEfL9x0 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfUqEfL9x0 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUqEfL9x0 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfUqEfL9x0 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfUqEfL9x0 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfUqEfL9x0 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUqEfL9x0 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfUqEfL9x0 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfUqEfL9x0 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfUqEfL9x0 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfUqEfL9x0 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfUqEfL9x0 .nav-item:hover .nav-link:before,
  .cid-vfUqEfL9x0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUqEfL9x0 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfUqEfL9x0 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfUqEfL9x0 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfUqEfL9x0 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfUqEfL9x0 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfUqEfL9x0 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUqEfL9x0 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfUqEfL9x0 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfUqEfL9x0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfUqEfL9x0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUqEfL9x0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfUqEfL9x0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUqEfL9x0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfUqEfL9x0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfUqEfL9x0 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfUqEfL9x0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfUqEfL9x0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUqEfL9x0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUqEfL9x0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUqEfL9x0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUqEfL9x0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUqEfL9x0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUqEfL9x0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUqEfL9x0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUqEfL9x0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUqEfL9x0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUqEfL9x0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUqEfL9x0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfUqEfL9x0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfUqEfL9x0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfUqEfL9x0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfUqEfL9x0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUqEfL9x0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUqEfL9x0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUqEfL9x0 .dropdown-item.active,
.cid-vfUqEfL9x0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUqEfL9x0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUqEfL9x0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUqEfL9x0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfUqEfL9x0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfUqEfL9x0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUqEfL9x0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfUqEfL9x0 .navbar-buttons {
  text-align: center;
}
.cid-vfUqEfL9x0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfUqEfL9x0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfUqEfL9x0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfUqEfL9x0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUqEfL9x0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUqEfL9x0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfUqEfL9x0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUqEfL9x0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfUqEfL9x0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfUqEfL9x0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUqEfL9x0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfUqEfL9x0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUqEfL9x0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfUqEfL9x0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfUqEfL9x0 .soc-item {
  margin: .5rem .3rem;
}
.cid-vfUqEfL9x0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUqEfL9x0 a.nav-link .mbr-iconfont-btn,
.cid-vfUqEfL9x0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfUqEfL9x0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUqEfL9x0 .navbar {
    height: 77px;
  }
  .cid-vfUqEfL9x0 .navbar.opened {
    height: auto;
  }
  .cid-vfUqEfL9x0 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUqEfL9x0 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfUqEfL9x0 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfUqEfL9x0 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfUqEfL9x0 .dropdown-submenu .dropdown-menu::before,
.cid-vfUqEfL9x0 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfUqEfL9x0 img {
  object-fit: contain;
}
.cid-vfUqEgPqVd {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUqEgPqVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEgPqVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUqEgPqVd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUqEgPqVd .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUqEgPqVd .row {
  margin: 0;
}
.cid-vfUqEgPqVd .row .card {
  padding: 0;
}
.cid-vfUqEgPqVd .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUqEgPqVd .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUqEgPqVd .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUqEgPqVd .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUqEgPqVd .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUqEgPqVd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUqEgPqVd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUqEgPqVd .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUqEgPqVd .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUqEgPqVd .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUqEgPqVd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUqEgPqVd .mbr-label {
  color: #000000;
}
.cid-vfUqEgPqVd .mbr-section-title {
  color: #000000;
}
.cid-vfUqEgPqVd .mbr-text,
.cid-vfUqEgPqVd .text-wrapper {
  color: #000000;
}
.cid-vfUqEhDX7X {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfUqEhDX7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEhDX7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUqEhDX7X .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfUqEhDX7X .card-wrapper {
    padding: 24px;
  }
}
.cid-vfUqEhDX7X .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfUqEhDX7X .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUqEhDX7X .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfUqEhDX7X .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUqEhDX7X .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfUqEhDX7X .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUqEhDX7X .mbr-label {
  color: #0027ba;
}
.cid-vfUqEhDX7X .mbr-section-title {
  color: #25634d;
}
.cid-vfUqEhDX7X .mbr-text {
  color: #0027ba;
}
.cid-vfUqEingu0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfUqEingu0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfUqEingu0 p {
  color: #767676;
  text-align: left;
}
.cid-vfUqEingu0 .card-wrapper {
  height: 100%;
}
.cid-vfUqEingu0 .container-fluid {
  max-width: 1600px;
}
.cid-vfUqEingu0 .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfUqEingu0 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfUqEingu0 .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfUqEingu0 .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfUqEingu0 .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfUqEingu0 .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfUqEingu0 .second-img {
    opacity: 0.5;
  }
}
.cid-vfUqEingu0 .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfUqEingu0 .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfUqEingu0 .button {
  padding-top: 1rem;
}
.cid-vfUqEingu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEingu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUqEjaDDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfUqEjaDDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEjaDDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUqEjaDDb .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfUqEjaDDb .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfUqEjaDDb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUqEjaDDb .mbr-section-title {
  color: #000000;
}
.cid-vfUqEjQpr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfUqEjQpr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEjQpr7 .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-vfUqEjQpr7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfUqEjQpr7 .container {
    padding: 0 12px;
  }
}
.cid-vfUqEjQpr7 .row {
  justify-content: center;
}
.cid-vfUqEjQpr7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUqEjQpr7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfUqEjQpr7 .card {
    margin-bottom: 32px;
  }
}
.cid-vfUqEjQpr7 .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfUqEjQpr7 .card .card-wrapper {
    display: block;
  }
}
.cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfUqEjQpr7 .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfUqEjQpr7 .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUqEjQpr7 .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfUqEjQpr7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfUqEjQpr7 .mbr-card-title {
  color: #222222;
}
.cid-vfUqEkDDeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-vfUqEkDDeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUqEkDDeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfUqEkDDeJ .row {
    padding: 0 24px;
  }
}
.cid-vfUqEkDDeJ .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfUqEkDDeJ .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vfUqEkDDeJ .items {
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .cid-vfUqEkDDeJ .items {
    grid-template-columns: 1fr;
  }
}
.cid-vfUqEkDDeJ .item {
  margin-bottom: 20px;
  height: 420px;
}
@media (max-width: 768px) {
  .cid-vfUqEkDDeJ .item {
    margin-bottom: 10px;
  }
}
.cid-vfUqEkDDeJ .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-vfUqEkDDeJ .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-vfUqEkDDeJ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfUqEkDDeJ .item .item-wrapper .item-content {
  padding: 24px 15px 26px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfUqEkDDeJ .item .item-wrapper .item-content {
    padding: 19px 13px 21px;
  }
}
.cid-vfUqEkDDeJ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-vfUqEkDDeJ .items-card:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.cid-vfUqEkDDeJ .items-card:nth-child(1) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUqEkDDeJ .items-card:nth-child(1) .item {
    height: 420px;
  }
}
.cid-vfUqEkDDeJ .items-card:nth-child(1) .item:last-child {
  height: 330px;
}
.cid-vfUqEkDDeJ .items-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.cid-vfUqEkDDeJ .items-card:nth-child(2) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUqEkDDeJ .items-card:nth-child(2) .item {
    height: 420px;
  }
}
.cid-vfUqEkDDeJ .items-card:nth-child(2) .item:first-child {
  height: 330px;
}
.cid-vfUqEkDDeJ .items-card:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.cid-vfUqEkDDeJ .items-card:nth-child(3) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUqEkDDeJ .items-card:nth-child(3) .item {
    height: 420px;
  }
}
.cid-vfUqEkDDeJ .items-card:nth-child(3) .item:last-child {
  height: 330px;
}
.cid-vfUqEkDDeJ .items-card:nth-child(4) {
  display: flex;
  flex-direction: column;
}
.cid-vfUqEkDDeJ .items-card:nth-child(4) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUqEkDDeJ .items-card:nth-child(4) .item {
    height: 420px;
  }
}
.cid-vfUqEkDDeJ .items-card:nth-child(4) .item:first-child {
  height: 330px;
}
.cid-vfUqEkDDeJ .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-vfUqElxxds {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfUqElxxds .mbr-text {
  color: #000000;
}
.cid-vfUqElxxds .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfUqElxxds .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfUqElxxds .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfUqElxxds .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfUqElxxds p {
  line-height: 1.3;
}
.cid-vfUqElxxds .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfUqElxxds .mbr-iconfont {
    display: none;
  }
}
.cid-vfUqElxxds .wrapper {
  position: relative;
}
.cid-vfUqElxxds .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfUqElxxds .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfUqElxxds .img-wrapper {
  display: flex;
}
.cid-vfUqElxxds .card-text {
  text-align: center;
}
.cid-vfUqElxxds .card-title,
.cid-vfUqElxxds .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vgb8VWLCAS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vgb8VWLCAS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgb8VWLCAS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8VWLCAS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgb8VWLCAS .row {
  align-items: center;
  height: 100%;
}
.cid-vgb8VWLCAS .col-10 {
  margin: auto;
}
.cid-vfUqEnCpTC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfUqEnCpTC .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfUqEnCpTC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfUqEnCpTC .row {
    text-align: center;
  }
  .cid-vfUqEnCpTC .row > div {
    margin: auto;
  }
  .cid-vfUqEnCpTC .social-row {
    justify-content: center;
  }
}
.cid-vfUqEnCpTC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfUqEnCpTC .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfUqEnCpTC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfUqEnCpTC .list {
    margin-bottom: 0rem;
  }
}
.cid-vfUqEnCpTC .mbr-text {
  transition: .2s all;
}
.cid-vfUqEnCpTC .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfUqEnCpTC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfUqEnCpTC .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfUqEnCpTC .mbr-iconfont {
  color: black;
}
.cid-vfUqEnCpTC .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfUqEnCpTC .flex {
    display: block;
  }
}
.cid-vfUqEnCpTC .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .follow {
    margin-right: 0px;
  }
}
.cid-vfUqEnCpTC .footer-sotial {
  justify-content: space-between;
}
.cid-vfUqEnCpTC .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfUqEnCpTC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfUqEnCpTC .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .item-wrap {
    text-align: center;
  }
}
.cid-vfUqEnCpTC H5 {
  color: #f7f7f7;
}
.cid-vfUqEnCpTC .mbr-section-subtitle {
  color: #868378;
}
.cid-vfUqEnCpTC .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfUqEnCpTC .number:hover {
  color: #47a15d;
}
.cid-vfUqEnCpTC .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .social_out {
    display: block;
  }
}
.cid-vfUqEnCpTC .email {
  transition: .2s all;
}
.cid-vfUqEnCpTC .email:hover {
  color: #47a15d;
}
.cid-vfUqEnCpTC .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfUqEnCpTC .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfUqEnCpTC .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUqEnCpTC .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfUqEnCpTC .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfUqEnCpTC .socicon {
  color: #fff;
}
.cid-vfUqEnCpTC .icons {
  width: 18px;
  height: 20px;
}
.cid-vfUqEnCpTC .href {
  padding-bottom: 1.5rem;
}
.cid-vfUrrBPRhc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffe161;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUrrBPRhc .nav-item,
.cid-vfUrrBPRhc .nav-link,
.cid-vfUrrBPRhc .navbar-caption {
  font-weight: normal;
}
.cid-vfUrrBPRhc .nav-item:focus,
.cid-vfUrrBPRhc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfUrrBPRhc .nav-link {
    position: relative;
  }
  .cid-vfUrrBPRhc .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #ffe161;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-item,
  .cid-vfUrrBPRhc .nav-link:before .nav-link,
  .cid-vfUrrBPRhc .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-item:focus,
  .cid-vfUrrBPRhc .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown-item.active,
  .cid-vfUrrBPRhc .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #25634d;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-vfUrrBPRhc .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-vfUrrBPRhc .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-vfUrrBPRhc .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUrrBPRhc .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-vfUrrBPRhc .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-vfUrrBPRhc .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-vfUrrBPRhc .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUrrBPRhc .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #b8d94f;
    display: inline-flex;
  }
  .cid-vfUrrBPRhc .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-vfUrrBPRhc .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-vfUrrBPRhc .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfUrrBPRhc .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-vfUrrBPRhc .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-vfUrrBPRhc .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-vfUrrBPRhc .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-vfUrrBPRhc .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vfUrrBPRhc .nav-link:before img {
    object-fit: contain;
  }
  .cid-vfUrrBPRhc .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-vfUrrBPRhc .nav-item:hover .nav-link:before,
  .cid-vfUrrBPRhc .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUrrBPRhc .nav-link:before .nav-link {
    position: relative;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffe161;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-item:hover .nav-link:before,
  .cid-vfUrrBPRhc .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUrrBPRhc .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vfUrrBPRhc .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-vfUrrBPRhc .nav-link:before .navbar {
    height: 77px;
  }
  .cid-vfUrrBPRhc .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-vfUrrBPRhc .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUrrBPRhc .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vfUrrBPRhc .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-vfUrrBPRhc .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-vfUrrBPRhc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfUrrBPRhc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfUrrBPRhc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfUrrBPRhc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfUrrBPRhc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vfUrrBPRhc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vfUrrBPRhc .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-vfUrrBPRhc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfUrrBPRhc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfUrrBPRhc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfUrrBPRhc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfUrrBPRhc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfUrrBPRhc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfUrrBPRhc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vfUrrBPRhc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfUrrBPRhc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfUrrBPRhc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfUrrBPRhc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfUrrBPRhc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfUrrBPRhc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfUrrBPRhc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vfUrrBPRhc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfUrrBPRhc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfUrrBPRhc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfUrrBPRhc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfUrrBPRhc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfUrrBPRhc .dropdown-item.active,
.cid-vfUrrBPRhc .dropdown-item:active {
  background-color: transparent;
}
.cid-vfUrrBPRhc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfUrrBPRhc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfUrrBPRhc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #25634d;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-vfUrrBPRhc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-vfUrrBPRhc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfUrrBPRhc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfUrrBPRhc .navbar-buttons {
  text-align: center;
}
.cid-vfUrrBPRhc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfUrrBPRhc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vfUrrBPRhc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfUrrBPRhc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUrrBPRhc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfUrrBPRhc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfUrrBPRhc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUrrBPRhc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfUrrBPRhc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfUrrBPRhc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfUrrBPRhc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfUrrBPRhc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUrrBPRhc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b8d94f;
  display: inline-flex;
}
.cid-vfUrrBPRhc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfUrrBPRhc .soc-item {
  margin: .5rem .3rem;
}
.cid-vfUrrBPRhc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfUrrBPRhc a.nav-link .mbr-iconfont-btn,
.cid-vfUrrBPRhc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfUrrBPRhc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfUrrBPRhc .navbar {
    height: 77px;
  }
  .cid-vfUrrBPRhc .navbar.opened {
    height: auto;
  }
  .cid-vfUrrBPRhc .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfUrrBPRhc .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vfUrrBPRhc .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-vfUrrBPRhc .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #25634d;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-vfUrrBPRhc .dropdown-submenu .dropdown-menu::before,
.cid-vfUrrBPRhc .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-vfUrrBPRhc img {
  object-fit: contain;
}
.cid-vfUrrCUUXo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfUrrCUUXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrCUUXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUrrCUUXo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vfUrrCUUXo .container-fluid {
    padding: 0 15px;
  }
}
.cid-vfUrrCUUXo .row {
  margin: 0;
}
.cid-vfUrrCUUXo .row .card {
  padding: 0;
}
.cid-vfUrrCUUXo .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-vfUrrCUUXo .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vfUrrCUUXo .card-wrapper {
    padding: 15px;
  }
}
.cid-vfUrrCUUXo .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vfUrrCUUXo .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfUrrCUUXo .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vfUrrCUUXo .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfUrrCUUXo .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUrrCUUXo .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfUrrCUUXo .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vfUrrCUUXo .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfUrrCUUXo .mbr-label {
  color: #000000;
}
.cid-vfUrrCUUXo .mbr-section-title {
  color: #000000;
}
.cid-vfUrrCUUXo .mbr-text,
.cid-vfUrrCUUXo .text-wrapper {
  color: #000000;
}
.cid-vfUrrDDJQA {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #b8d94f;
}
.cid-vfUrrDDJQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrDDJQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUrrDDJQA .card-wrapper {
  background-color: #b8d94f;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-vfUrrDDJQA .card-wrapper {
    padding: 24px;
  }
}
.cid-vfUrrDDJQA .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vfUrrDDJQA .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUrrDDJQA .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfUrrDDJQA .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfUrrDDJQA .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-vfUrrDDJQA .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUrrDDJQA .mbr-label {
  color: #0027ba;
}
.cid-vfUrrDDJQA .mbr-section-title {
  color: #25634d;
}
.cid-vfUrrDDJQA .mbr-text {
  color: #0027ba;
}
.cid-vfUrrEj2hz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vfUrrEj2hz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vfUrrEj2hz p {
  color: #767676;
  text-align: left;
}
.cid-vfUrrEj2hz .card-wrapper {
  height: 100%;
}
.cid-vfUrrEj2hz .container-fluid {
  max-width: 1600px;
}
.cid-vfUrrEj2hz .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 0 !important;
}
.cid-vfUrrEj2hz img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-vfUrrEj2hz .card:hover .second-img {
  opacity: 0.15;
}
.cid-vfUrrEj2hz .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vfUrrEj2hz .title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0.70rem;
  color: #b8d94f;
}
@media (max-width: 767px) {
  .cid-vfUrrEj2hz .mbr-iconfont {
    opacity: 1;
  }
  .cid-vfUrrEj2hz .second-img {
    opacity: 0.5;
  }
}
.cid-vfUrrEj2hz .subtitle {
  text-align: center;
  margin-bottom: 0 !important;
  color: #47a15d;
  padding-bottom: 3rem !important;
}
.cid-vfUrrEj2hz .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-vfUrrEj2hz .button {
  padding-top: 1rem;
}
.cid-vfUrrEj2hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrEj2hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUrrF9BaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0.webp");
}
.cid-vfUrrF9BaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrF9BaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfUrrF9BaJ .title-wrapper {
  margin-bottom: 660px;
}
@media (max-width: 992px) {
  .cid-vfUrrF9BaJ .title-wrapper {
    margin-bottom: 200px;
  }
}
.cid-vfUrrF9BaJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUrrF9BaJ .mbr-section-title {
  color: #000000;
}
.cid-vfUrrFNGtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-vfUrrFNGtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrFNGtq .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-vfUrrFNGtq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfUrrFNGtq .container {
    padding: 0 12px;
  }
}
.cid-vfUrrFNGtq .row {
  justify-content: center;
}
.cid-vfUrrFNGtq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfUrrFNGtq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vfUrrFNGtq .card {
    margin-bottom: 32px;
  }
}
.cid-vfUrrFNGtq .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vfUrrFNGtq .card .card-wrapper {
    display: block;
  }
}
.cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #b4dcfa;
}
.cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #ffcd9f;
}
.cid-vfUrrFNGtq .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-vfUrrFNGtq .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfUrrFNGtq .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vfUrrFNGtq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vfUrrFNGtq .mbr-card-title {
  color: #222222;
}
.cid-vfUrrGzCaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-vfUrrGzCaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUrrGzCaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfUrrGzCaX .row {
    padding: 0 24px;
  }
}
.cid-vfUrrGzCaX .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfUrrGzCaX .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vfUrrGzCaX .items {
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .cid-vfUrrGzCaX .items {
    grid-template-columns: 1fr;
  }
}
.cid-vfUrrGzCaX .item {
  margin-bottom: 20px;
  height: 420px;
}
@media (max-width: 768px) {
  .cid-vfUrrGzCaX .item {
    margin-bottom: 10px;
  }
}
.cid-vfUrrGzCaX .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-vfUrrGzCaX .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-vfUrrGzCaX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfUrrGzCaX .item .item-wrapper .item-content {
  padding: 24px 15px 26px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfUrrGzCaX .item .item-wrapper .item-content {
    padding: 19px 13px 21px;
  }
}
.cid-vfUrrGzCaX .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-vfUrrGzCaX .items-card:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.cid-vfUrrGzCaX .items-card:nth-child(1) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUrrGzCaX .items-card:nth-child(1) .item {
    height: 420px;
  }
}
.cid-vfUrrGzCaX .items-card:nth-child(1) .item:last-child {
  height: 330px;
}
.cid-vfUrrGzCaX .items-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.cid-vfUrrGzCaX .items-card:nth-child(2) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUrrGzCaX .items-card:nth-child(2) .item {
    height: 420px;
  }
}
.cid-vfUrrGzCaX .items-card:nth-child(2) .item:first-child {
  height: 330px;
}
.cid-vfUrrGzCaX .items-card:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.cid-vfUrrGzCaX .items-card:nth-child(3) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUrrGzCaX .items-card:nth-child(3) .item {
    height: 420px;
  }
}
.cid-vfUrrGzCaX .items-card:nth-child(3) .item:last-child {
  height: 330px;
}
.cid-vfUrrGzCaX .items-card:nth-child(4) {
  display: flex;
  flex-direction: column;
}
.cid-vfUrrGzCaX .items-card:nth-child(4) .item {
  height: 420px;
}
@media (max-width: 425px) {
  .cid-vfUrrGzCaX .items-card:nth-child(4) .item {
    height: 420px;
  }
}
.cid-vfUrrGzCaX .items-card:nth-child(4) .item:first-child {
  height: 330px;
}
.cid-vfUrrGzCaX .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-vfUrrHskL5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfUrrHskL5 .mbr-text {
  color: #000000;
}
.cid-vfUrrHskL5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfUrrHskL5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfUrrHskL5 .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfUrrHskL5 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-vfUrrHskL5 p {
  line-height: 1.3;
}
.cid-vfUrrHskL5 .mbr-iconfont {
  font-size: 5rem;
  color: #47a15d;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-vfUrrHskL5 .mbr-iconfont {
    display: none;
  }
}
.cid-vfUrrHskL5 .wrapper {
  position: relative;
}
.cid-vfUrrHskL5 .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-vfUrrHskL5 .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-vfUrrHskL5 .img-wrapper {
  display: flex;
}
.cid-vfUrrHskL5 .card-text {
  text-align: center;
}
.cid-vfUrrHskL5 .card-title,
.cid-vfUrrHskL5 .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-vgb92U0jUZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-vgb92U0jUZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgb92U0jUZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgb92U0jUZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgb92U0jUZ .row {
  align-items: center;
  height: 100%;
}
.cid-vgb92U0jUZ .col-10 {
  margin: auto;
}
.cid-vfUrrIRhbw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #b8d94f;
}
.cid-vfUrrIRhbw .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfUrrIRhbw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfUrrIRhbw .row {
    text-align: center;
  }
  .cid-vfUrrIRhbw .row > div {
    margin: auto;
  }
  .cid-vfUrrIRhbw .social-row {
    justify-content: center;
  }
}
.cid-vfUrrIRhbw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfUrrIRhbw .list {
  list-style: none;
  padding-left: 0;
  color: #868378;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfUrrIRhbw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfUrrIRhbw .list {
    margin-bottom: 0rem;
  }
}
.cid-vfUrrIRhbw .mbr-text {
  transition: .2s all;
}
.cid-vfUrrIRhbw .mbr-text:hover {
  color: #b8d94f;
}
.cid-vfUrrIRhbw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd655;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-vfUrrIRhbw .soc-item:hover {
  background-color: #b8d94f;
}
.cid-vfUrrIRhbw .mbr-iconfont {
  color: black;
}
.cid-vfUrrIRhbw .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-vfUrrIRhbw .flex {
    display: block;
  }
}
.cid-vfUrrIRhbw .follow {
  vertical-align: sub;
  color: #868378;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .follow {
    margin-right: 0px;
  }
}
.cid-vfUrrIRhbw .footer-sotial {
  justify-content: space-between;
}
.cid-vfUrrIRhbw .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vfUrrIRhbw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfUrrIRhbw .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .item-wrap {
    text-align: center;
  }
}
.cid-vfUrrIRhbw H5 {
  color: #f7f7f7;
}
.cid-vfUrrIRhbw .mbr-section-subtitle {
  color: #868378;
}
.cid-vfUrrIRhbw .number {
  color: #b8d94f;
  font-weight: bold;
}
.cid-vfUrrIRhbw .number:hover {
  color: #47a15d;
}
.cid-vfUrrIRhbw .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .social_out {
    display: block;
  }
}
.cid-vfUrrIRhbw .email {
  transition: .2s all;
}
.cid-vfUrrIRhbw .email:hover {
  color: #47a15d;
}
.cid-vfUrrIRhbw .copyright {
  color: #000000;
  width: 100%;
}
.cid-vfUrrIRhbw .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-vfUrrIRhbw .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-vfUrrIRhbw .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-vfUrrIRhbw .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-vfUrrIRhbw .socicon {
  color: #fff;
}
.cid-vfUrrIRhbw .icons {
  width: 18px;
  height: 20px;
}
.cid-vfUrrIRhbw .href {
  padding-bottom: 1.5rem;
}
