@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);






body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.8rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.4rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 1199x) {
  .display-1 {
    font-size: 2.324rem;
  }
  .display-2 {
    font-size: 1.456rem;
  }
  .display-5 {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 2.1rem;
  }
  .display-2 {
    font-size: 1.456rem;
  }
  .display-5 {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .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.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.148rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #94b354 !important;
}
.bg-success {
  background-color: #529b9c !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #f77c47 !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #94b354 !important;
  border-color: #94b354 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(148, 179, 84, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #647a36 !important;
  border-color: #647a36 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #577515 !important;
  border-color: #577515 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(87, 117, 21, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #202b08 !important;
  border-color: #202b08 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #529b9c !important;
  border-color: #529b9c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(82, 155, 156, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #346363 !important;
  border-color: #346363 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #f77c47 !important;
  border-color: #f77c47 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(247, 124, 71, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de490a !important;
  border-color: #de490a !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #94b354;
  color: #94b354;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #94b354;
  box-shadow: -4px 4px 0 0 rgba(148, 179, 84, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #94b354 !important;
  border-color: #94b354 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #577515;
  color: #577515;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #577515;
  box-shadow: -4px 4px 0 0 rgba(87, 117, 21, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #577515 !important;
  border-color: #577515 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #529b9c;
  color: #529b9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #529b9c;
  box-shadow: -4px 4px 0 0 rgba(82, 155, 156, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #529b9c !important;
  border-color: #529b9c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #f77c47;
  color: #f77c47;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f77c47;
  box-shadow: -4px 4px 0 0 rgba(247, 124, 71, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f77c47 !important;
  border-color: #f77c47 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #94b354 !important;
}
.text-secondary {
  color: #577515 !important;
}
.text-success {
  color: #529b9c !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #f77c47 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5b6f32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #171f05 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f5959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cf4509 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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: #94b354;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #f77c47;
}
.mbr-gallery-filter li.active .btn {
  background-color: #94b354;
  border-color: #94b354;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #94b354;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbdaac;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0cdcd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #94b354 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #94b354 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #94b354;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #94b354;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #94b354;
}
.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: #94b354;
  border-bottom-color: #94b354;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #94b354 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #577515 !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='%2394b354' %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-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #adadad !important;
  /* background: #1d1e22 !important; */
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 4px solid #FFCE00;
  /* background: #94b354; */
  background: #000; 
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* background-color: transparent;  */
  background-color: #000; 
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #94b354;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  /* background-color: transparent;  */
  background-color: #94b354; 
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  /* background-color: #1d1e22; */
  background-color: #474747;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened . span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss5Pm8miB3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-ss5Pm8miB3 .content__block {
  padding: 80px 15px;
}
.cid-ss5Pm8miB3 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #94b354;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-ss5Pm8miB3 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ss5Pm8miB3 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-ss5Pm8miB3 .image {
  perspective: 3500px;
  position: relative;
}
.cid-ss5Pm8miB3 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
}
.cid-ss5Pm8miB3 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ss5Pm8miB3 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ss5Pm8miB3 .mbr-section-btn .btn-white-outline:hover {
  color: #94b354 !important;
}
@media (max-width: 991px) {
  .cid-ss5Pm8miB3 .content__block {
    padding: 30px 15px;
  }
  .cid-ss5Pm8miB3 .mbr-figure {
    padding: 0;
  }
  .cid-ss5Pm8miB3 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-ss5Pm8miB3 .lg-push {
    right: 1%;
  }
  .cid-ss5Pm8miB3 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-ss5Pm8miB3 .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-ss5Pm8miB3 .lg-push {
    left: 1%;
  }
  .cid-ss5Pm8miB3 .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-ss5Pm8miB3 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ss5Pm8miB3 .mbr-text,
.cid-ss5Pm8miB3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ss5Pm8miB3 .mbr-section-title {
  color: #8aae3d;
}
.cid-ss5RX7w9F3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss5RX7w9F3 .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #94b354;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}
.cid-ss5RX7w9F3 .card-link,
.cid-ss5RX7w9F3 .link-wrap,
.cid-ss5RX7w9F3 .card-link:before {
  color: #121212;
}
.cid-ss5RX7w9F3 .card-wrapper {
  overflow: visible;
}
.cid-ss5RX7w9F3 .card-link {
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
  transition: all 0.3s;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
}
.cid-ss5RX7w9F3 .card-link:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  right: -1.5rem;
}
.cid-ss5RX7w9F3 .card-link:hover {
  color: #94b354;
  transition: all 0.3s;
}
.cid-ss5RX7w9F3 .card-link:hover:before {
  right: -2rem;
  color: #94b354;
  transition: all 0.3s;
}
.cid-ss5RX7w9F3 .card-text {
  color: #454545;
  text-align: center;
}
.cid-ss5RX7w9F3 .card-title,
.cid-ss5RX7w9F3 .icon-wrap {
  color: #121212;
  text-align: center;
}
.cid-ss6cPRGUrT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss6cPRGUrT .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-ss6cPRGUrT .content_block:hover .mbr-section-title a {
  color: #577515 !important;
}
.cid-ss6cPRGUrT .card_topic,
.cid-ss6cPRGUrT .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-ss6cPRGUrT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #577515;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ss6cPRGUrT .image {
  position: relative;
}
.cid-ss6cPRGUrT .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.cid-ss6cPRGUrT .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ss6cPRGUrT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ss6cPRGUrT .mbr-section-btn .btn-secondary-outline:hover,
.cid-ss6cPRGUrT .mbr-section-btn .btn-secondary-outline .active,
.cid-ss6cPRGUrT .mbr-section-btn .btn-secondary-outline:focus {
  color: #94b354 !important;
}
.cid-ss6cPRGUrT .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-ss6cPRGUrT .content_block {
    padding: 30px 15px;
    margin-top: 5rem;
  }
  .cid-ss6cPRGUrT .mbr-figure {
    padding: 0;
  }
  .cid-ss6cPRGUrT .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-ss6cPRGUrT .category_content,
.cid-ss6cPRGUrT .card_topic {
  color: #e73b3d;
}
.cid-ss6cPRGUrT .mbr-section-title {
  color: #e73b3d;
}
.cid-ss60Uk434p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss60Uk434p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ss60Uk434p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ss60Uk434p .text-wrapper {
    padding: 2rem;
  }
}
.cid-ss60Uk434p .mbr-section-title {
  color: #8aae3d;
}
.cid-ss6dN1qpOX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss6dN1qpOX blockquote {
  border-color: #94b354;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ss6dN1qpOX .mbr-section-title {
  color: #94b354;
}
.cid-ss5VSG8s61 {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/video-1-1900x1192.jpeg");
}
.cid-ss5VSG8s61 .mbr-media {
  position: relative;
}
.cid-ss5VSG8s61 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ss5VSG8s61 .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #94b354;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ss5VSG8s61 .icon-wrap a {
  height: 20px;
}
.cid-ss5VSG8s61 .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #94b354;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-ss5VSG8s61 .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #121212;
}
.cid-ss5VSG8s61 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ss5VSG8s61 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ss5VSG8s61 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ss5VSG8s61 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ss5VSG8s61 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ss67zhSfV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-ss67zhSfV0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ss67zhSfV0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ss67zhSfV0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ss67zhSfV0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ss67zhSfV0 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-ss67zhSfV0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ss67zhSfV0 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-ss67zhSfV0 .social-row .soc-item .mbr-iconfont:hover {
  color: #94b354;
}
.cid-ss67zhSfV0 .content-wrap {
  padding-top: 2rem;
}
.cid-ss67zhSfV0 .mbr-role,
.cid-ss67zhSfV0 .social-row {
  color: #bbbbbb;
}
.cid-ss67zhSfV0 .mbr-section-subtitle {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-ss67zhSfV0 .card-title,
.cid-ss67zhSfV0 .social-row {
  color: #121212;
}
.cid-ss67zhSfV0 .mbr-section-text {
  color: #5e5e5e;
}
.cid-ss67zhSfV0 .mbr-section-title {
  color: #8aae3d;
}
.cid-ss6kAYHLlI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ss6kAYHLlI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ss6kAYHLlI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6kAYHLlI .content-wrapper {
    padding: 1rem;
  }
  .cid-ss5VSG8s61 .modalWindow .modalWindow-video {
    height: calc(100vw);
    width: 80vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ss6kAYHLlI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ss6kAYHLlI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ss6kAYHLlI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ss6kAYHLlI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ss6kAYHLlI .card-title {
  color: #94b354;
}
.cid-ss6oxWq2f3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss6oxWq2f3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ss6oxWq2f3 .row {
  flex-direction: row-reverse;
}
.cid-ss6oxWq2f3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ss6oxWq2f3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ss6oxWq2f3 .mbr-section-title {
  color: #94b354;
}
.cid-ss6oxWq2f3 .mbr-text {
  color: #2c2d2e;
}
.cid-ss6p5QorsK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94b354;
}
.cid-ss6p5QorsK .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-ss6p5QorsK .card-wrapper {
    padding: 0;
  }
}
.cid-ss6p5QorsK .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-ss6p5QorsK .content {
    padding: 0 1rem;
  }
}
.cid-ss6p5QorsK .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ss6p5QorsK .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #94b354;
  z-index: 2;
  pointer-events: none;
}
.cid-ss6p5QorsK img {
  width: 100%;
}
.cid-ss6p5QorsK .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #577515, #94b354);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ss6p5QorsK .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #577515, #94b354);
}
.cid-ss6p5QorsK .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-ss6p5QorsK h4 {
  margin: 0;
}
.cid-ss6p5QorsK .card-text {
  color: #ffffff;
}
.cid-ss6p5QorsK .mbr-text {
  color: #000000;
}
.cid-ss6p5QorsK .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-ss6p5QorsK .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-ss6p5QorsK .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-ss6p5QorsK .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ss6p5QorsK .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-ss6p5QorsK .icon-wrap {
  background: linear-gradient(to left, #577515, #94b354);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-ss6p5QorsK .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-ss6p5QorsK H3 {
  color: #787324;
}
.cid-ss6p5QorsK .mbr-section-title,
.cid-ss6p5QorsK .title-wrapper {
  color: #1f532c;
}
.cid-ss6p5QorsK .mbr-text,
.cid-ss6p5QorsK .mbr-section-btn {
  color: #ffffff;
}
.cid-ss6p5QorsK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ss6p5QorsK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ss6p5QorsK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ss6p5QorsK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ss6p5QorsK a.close:hover {
  color: #ffffff;
}
.cid-ss5Wbp1w9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss5Wbp1w9H .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-ss5Wbp1w9H .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-ss5Wbp1w9H .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-ss5Wbp1w9H .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-ss5Wbp1w9H .mbr-section-btn .btn-secondary-outline:hover {
  color: #94b354 !important;
}
.cid-ss5Wbp1w9H .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-ss5Wbp1w9H .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ss5Wbp1w9H .image {
    max-height: 350px;
  }
  .cid-ss5Wbp1w9H .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-ss5Wbp1w9H .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-ss5Wbp1w9H .image {
    width: 100%;
    float: none;
  }
  .cid-ss5Wbp1w9H .title__block {
    height: auto;
    position: static;
    padding: 25px;
    width: 100%;
    max-width: none;
  }
}
.cid-ss5Wbp1w9H .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ss5Wbp1w9H .mbr-section-title,
.cid-ss5Wbp1w9H .mbr-section-btn {
  color: #94b354;
}
.cid-ss6v1ai7ov {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-ss6v1ai7ov .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ss6v1ai7ov .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ss6v1ai7ov .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ss6v1ai7ov .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ss6v1ai7ov .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-ss6v1ai7ov .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-ss6v1ai7ov .brown {
  color: #94b354;
}
.cid-ss6v1ai7ov .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ss6v1ai7ov .paragraphs-wrapper .first-paragraph,
.cid-ss6v1ai7ov .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ss6v1ai7ov .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ss6v1ai7ov .text-element {
    padding-top: 0;
  }
  .cid-ss6v1ai7ov .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ss6v1ai7ov .paragraphs-wrapper .first-paragraph,
  .cid-ss6v1ai7ov .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ss6v1ai7ov .first-paragraph,
  .cid-ss6v1ai7ov .second-paragraph {
    width: 50%;
  }
  .cid-ss6v1ai7ov .first-paragraph {
    padding-right: .5rem;
  }
  .cid-ss6v1ai7ov .second-paragraph {
    padding-left: .5rem;
  }
  .cid-ss6v1ai7ov .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6v1ai7ov .mbr-section-title,
  .cid-ss6v1ai7ov .mbr-section-btn {
    text-align: left;
  }
}
.cid-ss6v1ai7ov .mbr-text,
.cid-ss6v1ai7ov .mbr-section-btn {
  color: #5e5e5e;
  text-align: center;
}
.cid-ss6v1ai7ov .title,
.cid-ss6v1ai7ov .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ss6v1ai7ov .title,
.cid-ss6v1ai7ov .brown {
  color: #232323;
}
.cid-ss6viXP7gW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ss6viXP7gW .item {
  padding-bottom: 2rem;
}
.cid-ss6viXP7gW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ss6viXP7gW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ss6viXP7gW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ss6viXP7gW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ss6viXP7gW .carousel-control,
.cid-ss6viXP7gW .close {
  background: #1b1b1b;
}
.cid-ss6viXP7gW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ss6viXP7gW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ss6viXP7gW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ss6viXP7gW .carousel-control-next span {
  margin-left: 5px;
}
.cid-ss6viXP7gW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ss6viXP7gW .close::before {
  content: '\e91a';
}
.cid-ss6viXP7gW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ss6viXP7gW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ss6viXP7gW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss6viXP7gW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ss6viXP7gW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ss6viXP7gW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ss6viXP7gW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ss6viXP7gW .carousel-indicators li.active,
.cid-ss6viXP7gW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ss6viXP7gW .carousel-indicators li::after,
.cid-ss6viXP7gW .carousel-indicators li::before {
  content: none;
}
.cid-ss6viXP7gW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ss6viXP7gW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ss6viXP7gW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ss6viXP7gW .carousel-indicators {
    display: none;
  }
}
.cid-ss6viXP7gW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ss6viXP7gW .carousel-inner > .active {
  display: block;
}
.cid-ss6viXP7gW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss6viXP7gW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ss6viXP7gW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ss6viXP7gW .carousel-control,
  .cid-ss6viXP7gW .carousel-indicators,
  .cid-ss6viXP7gW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ss6viXP7gW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ss6viXP7gW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ss6viXP7gW .carousel-indicators .active,
.cid-ss6viXP7gW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ss6viXP7gW .carousel-indicators .active {
  background: #fff;
}
.cid-ss6viXP7gW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ss6viXP7gW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ss6viXP7gW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ss6viXP7gW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ss6viXP7gW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ss6viXP7gW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ss6viXP7gW .carousel {
  width: 100%;
}
.cid-ss6viXP7gW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ss6viXP7gW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ss6viXP7gW .modal.fade .modal-dialog,
.cid-ss6viXP7gW .modal.in .modal-dialog {
  transform: none;
}
.cid-ss6viXP7gW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ss6viXP7gW H6 {
  text-align: center;
}
.cid-ss6viXP7gW H3 {
  color: #94b354;
}
.cid-ss6yDgH2tx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ss6yDgH2tx .carousel-item {
  justify-content: center;
}
.cid-ss6yDgH2tx .carousel-item.active,
.cid-ss6yDgH2tx .carousel-item-next,
.cid-ss6yDgH2tx .carousel-item-prev {
  display: flex;
}
.cid-ss6yDgH2tx .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-ss6yDgH2tx .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-ss6yDgH2tx .carousel-control-next span {
  padding-left: 5px;
}
.cid-ss6yDgH2tx .carousel-control-prev span {
  padding-right: 5px;
}
.cid-ss6yDgH2tx .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ss6yDgH2tx .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-ss6yDgH2tx .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ss6yDgH2tx H3 {
  color: #94b354;
}
.cid-ss6I4c4zm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-ss6I4c4zm5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ss6I4c4zm5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ss6I4c4zm5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #7ebc56;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ss6I4c4zm5 H3 {
  color: #94b354;
}
.cid-ss6KDLoocm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1d1e22;
}
.cid-ss6KDLoocm .mbr-text,
.cid-ss6KDLoocm .mbr-section-subtitle {
  color: #767676;
}
.cid-ss6KDLoocm .card-title {
  color: #66458e;
}
.cid-ss6KDLoocm .card .card-img span {
  color: #94b354;
  font-size: 60px;
  background: linear-gradient(45deg, #94b354, #f7e047);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-ss6KDLoocm .mbr-section-subtitle,
  .cid-ss6KDLoocm .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss6KDLoocm .card .card-img span {
    background: none;
  }
}
.cid-ss6KDLoocm .mbr-text {
  color: #ffffff;
}
.cid-ss6JWcwglY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1e22;
}
.cid-ss6JWcwglY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ss6JWcwglY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ss6JWcwglY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ss6JWcwglY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ss6JWcwglY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ss6JWcwglY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ss6JWcwglY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ss6JWcwglY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ss6JWcwglY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ss6JWcwglY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ss6JWcwglY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ss6JWcwglY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ss6JWcwglY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ss6JWcwglY .media-container-row .row-copirayt p {
  width: 100%;
}

/*========================================== FOOTER TOP WITH ICONS======================= */
        .footer-top{
            padding: 20px 0;
            background: rgba(148, 179, 84, 0.4);
        }
        @media screen and (max-width:768px){
          .footer-top{
            margin-top: -71px !important;
          }
        }
        @media screen and (min-width:1024px) and (max-width:1302px){
          .footer-top{
            margin-top: -118px !important;
          }
        }
        .footer-top .container{
            width: 80%;
            margin: 0 auto;
        }
        .footer-top .container .row-footer{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .footer-top .container .row-footer .col-footer{
            width: 25%;
            color: #f8f9fa;
            text-align: center !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .footer-top .container .row-footer .col-footer h4{
            font-size: 14px;
            font-family: 'IBM Plex Mono', monospace;
            color: #f8f8f8 !important;
            font-weight: bold;
        }
        .footer-top .box-image{
            width: 40px !important;
            margin-bottom: 10px;
        }
        .footer-top .box-image img{
            width: 100%;
        }
        @media screen and (max-width: 992px){
            .footer-top .container .row-footer .col-footer{
                width: 50%;
            }
        }
        @media screen and (max-width: 768px){
            .footer-top .container .row-footer .col-footer{
                width: 50%;
            }
            .footer-top .container .row-footer .col-footer h4{
            font-size: 10px;
            font-family: 'IBM Plex Mono', monospace;
        }
        .footer-top {
    padding: 40px 0;
    background:rgba(148, 179, 84, 0.6);
    margin-top: -245px;

    padding: 50px 0;
    background: rgba(148, 179, 84, 0.6);
    margin-top: -200px;
    z-index: 100000;
}
            
        }
        /*========================================== END FOOTER TOP WITH ICONS======================= */

/* ORDEN HEADER EN MOBILE */
@media screen and (max-width: 990px){
  .cid-ss6cPRGUrT .mb-cc {
  order: 2 !important;
  }  
  } 

     /*===================SECTION FORM =========================================*/
     /* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
    .cid-snhz20VR9d{
        background: url('../../../assets/images/video-1-1900x1192.jpeg');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        padding-top: 5rem;
padding-bottom: 5rem;
    }
    .cid-snhz20VR9d:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: -1;
    }
    /* END SECTION */

    /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
    .cid-snhz20VR9d .div-container-form{
        -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
    }
    /* END CONTAINER FORM */

    /* BOX FORM HEADER */
    .cid-snhz20VR9d .header-form{
        font-family: 'Nunito', sans-serif !important;
        /* background: #f5f3f4; */
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 1rem;
    }
    /* END BOX FORM HEADER */

    /* BOX FORM BODY */
    .cid-snhz20VR9d form.mbr-form{
        /* background: #274c77; */
        background: rgba(124, 123, 137, 0.9);
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    /*END BOX FORM BODY */

    /* INPUTS FORM-CONTROL */
    .cid-snhz20VR9d .form-control{
        color: #656565;
        background-color: #f5f5f5;
        border-radius: .25rem;
        padding-left: 8px !important;
    }
    /* END INPUTS FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label{
        color: #f5f5f5;
    }
    /* END LABEL FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label a:hover{
        color: #b9d5fd;
    }
    /* END LABEL FORM-CONTROL */
    
    /* 1 TEXT OFFER*/
    .cid-snhz20VR9d .text-offer-form{
        color: #000;
        font-size: 2.8rem;
        font-weight: bold;
        padding-top: 15px;
        text-align: center !important;
        margin: 0;
    }
    /* END TEXT OFFER */
    
    /* 2 TEXT TIME YOU RECIVE ORDER */
    .cid-snhz20VR9d .text-hours-form{
        text-align: center !important;
        font-size: 1.4rem;
    }
    /* TEXT TIME YOU RECIVE ORDER */

    /* 3 TEXT FINISH SOON */
    .cid-snhz20VR9d .text-soon-form{
        text-align: center !important;
        font-weight: lighter;
        /* background: #0b7fab; */
        background: #94b354;
        color: white;
        padding: 4px 4px;
        border-radius: 2px;
        margin: 10px 0;
        font-size: 1.3rem;
    }
    /* END TEXT FINISH SOON */

    /* 4 TEXT PRODUCT */
    .cid-snhz20VR9d .text-product-form{
        text-align: center;
        padding: 10px 0;
        font-size: 1.3rem !important;
    }
    .cid-snhz20VR9d .text-product-form .form-price{
        font-weight: bolder !important;
    }
    /* END TEXT PRODUCT */
   
    /* 5 TEXT ICONS FREE SHIPPING */
    .cid-snhz20VR9d .box-icons{
        /* background: #0b7fab; */
        background: rgba(11, 127, 171, 0.9);
        color: white;
        padding: 20px;
        margin-bottom: 20px;

    }
    .cid-snhz20VR9d .text-icons{
        font-size: 1.1rem;
        text-align: center;
    }
    /* END TEXT ICONS FREE SHIPPING */  
        
    /* MEDIA QUERIES */
    @media screen and (max-width:768px){
        .cid-snhz20VR9d .text-offer-form{
            font-size: 2.2rem !important;
            letter-spacing: 5px !important;
        }
        .cid-snhz20VR9d .text-hours-form{
            font-size: 0.9rem !important;
        }
        .cid-snhz20VR9d .text-soon-form{
            font-size: 1rem !important;
            letter-spacing: 0px !important;
        }
        .cid-snhz20VR9d .text-product-form{
            font-size: 1.1rem !important;
        }
    }
    /* END MEDIA QUERIES */

    /*========================================== FOOTER TOP WITH ICONS======================= */
    .footer-top{
        padding: 50px 0 20px 0;
        background: #000;
    }
    .footer-top .container{
        width: 80%;
        margin: 0 auto;
    }
    .footer-top .container .row-footer{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer-top .container .row-footer .col-footer{
        width: 25%;
        color: #f8f9fa;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-top .container .row-footer .col-footer h4{
        font-size: 14px;
    
    }
    .footer-top .box-image{
        width: 40px !important;
        margin-bottom: 10px;
    }
    .footer-top .box-image img{
        width: 100%;
    }
    @media screen and (max-width: 992px){
        .footer-top .container .row-footer .col-footer{
            width: 50%;
        }
    }
    @media screen and (max-width: 768px){
        .footer-top .container .row-footer .col-footer{
            width: 50%;
        }
        .footer-top .container .row-footer .col-footer h4{
        font-size: 12px;
    
    }
    }
    /*========================================== END FOOTER TOP WITH ICONS======================= */
    .footer-middle, .footer-middle .container{
        width: 100%;
        background: #000000;
    }
    .footer-middle .row-footer{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }
    .footer-middle .col-footer-12{
        width: 50%;
        text-align: center;
    }
    @media screen and (max-width: 768px){
        .footer-middle .col-footer-12 {
            width: 100% !important;
        }
        .footer-middle a, .footer-middle p{
            font-size: 12px !important;
        }
    }
    .footer-middle a{
        text-decoration: none;
        padding: 0 3px;
        transition-duration: 0.3s;
    }
    .footer-middle a:hover{
        color: #ffffff;
    }
    .footer-middle a, .footer-middle p{
        color: #e9ecef;
        font-size: 16px;
    
    }
          