.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.78rem;
  line-height: 35px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.225rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.424rem;
    font-size: calc( 1.2730000000000001rem + (1.78 - 1.2730000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2730000000000001rem + (1.78 - 1.2730000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #075a10 !important;
}
.bg-success {
  background-color: #51df9d !important;
}
.bg-info {
  background-color: #3cd5f4 !important;
}
.bg-warning {
  background-color: #ffcc31 !important;
}
.bg-danger {
  background-color: #e14f5d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0b8918 !important;
  border-color: #0b8918 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b8918 !important;
  border-color: #0b8918 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0b8918 !important;
  border-color: #0b8918 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b8918 !important;
  border-color: #0b8918 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3cd5f4 !important;
  border-color: #3cd5f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6cdff7 !important;
  border-color: #6cdff7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6cdff7 !important;
  border-color: #6cdff7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #51df9d !important;
  border-color: #51df9d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7ce7b5 !important;
  border-color: #7ce7b5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7ce7b5 !important;
  border-color: #7ce7b5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc31 !important;
  border-color: #ffcc31 !important;
  color: #312500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd964 !important;
  border-color: #ffd964 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #312500 !important;
  background-color: #ffd964 !important;
  border-color: #ffd964 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e14f5d !important;
  border-color: #e14f5d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e87b85 !important;
  border-color: #e87b85 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e87b85 !important;
  border-color: #e87b85 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #075a10;
  color: #075a10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010a02 !important;
  background-color: transparent !important;
  border-color: #010a02 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #075a10;
  color: #075a10;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010a02 !important;
  background-color: transparent !important;
  border-color: #010a02 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3cd5f4;
  color: #3cd5f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cadce !important;
  background-color: transparent !important;
  border-color: #0cadce !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3cd5f4 !important;
  border-color: #3cd5f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #51df9d;
  color: #51df9d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #22b872 !important;
  background-color: transparent !important;
  border-color: #22b872 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51df9d !important;
  border-color: #51df9d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcc31;
  color: #ffcc31;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d9a400 !important;
  background-color: transparent !important;
  border-color: #d9a400 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #312500 !important;
  background-color: #ffcc31 !important;
  border-color: #ffcc31 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e14f5d;
  color: #e14f5d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba202e !important;
  background-color: transparent !important;
  border-color: #ba202e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e14f5d !important;
  border-color: #e14f5d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  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: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  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: #cfcfcf !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: #075a10 !important;
}
.text-secondary {
  color: #075a10 !important;
}
.text-success {
  color: #51df9d !important;
}
.text-info {
  color: #3cd5f4 !important;
}
.text-warning {
  color: #ffcc31 !important;
}
.text-danger {
  color: #e14f5d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1fab6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0ba1bf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ca9800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ad1d2b !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]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #075a10;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3cd5f4;
}
.alert-warning {
  background-color: #ffcc31;
}
.alert-danger {
  background-color: #e14f5d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #075a10;
  border-color: #075a10;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #075a10;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #10d025;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffffd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.78rem;
  line-height: 35px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.225rem;
}
.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: #075a10 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.78rem;
  line-height: 35px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.225rem;
}
blockquote {
  border-color: #075a10;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #075a10;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #075a10;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #075a10;
  border-bottom-color: #075a10;
}
.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: #075a10 !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: #075a10 !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='%23075a10' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-v11ihXmMbE {
  z-index: 1000;
  width: 100%;
}
.cid-v11ihXmMbE nav.navbar {
  position: fixed;
}
.cid-v11ihXmMbE .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-v11ihXmMbE .container-fluid {
    padding: 0 8px;
  }
}
.cid-v11ihXmMbE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-v11ihXmMbE .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-v11ihXmMbE .container {
    flex-wrap: wrap;
  }
}
.cid-v11ihXmMbE .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-v11ihXmMbE .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-v11ihXmMbE .dropdown-item:hover span {
  color: white;
}
.cid-v11ihXmMbE .dropdown-item:last-child {
  border-bottom: none;
}
.cid-v11ihXmMbE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v11ihXmMbE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v11ihXmMbE .nav-link {
  position: relative;
}
.cid-v11ihXmMbE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v11ihXmMbE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v11ihXmMbE .dropdown-menu,
.cid-v11ihXmMbE .navbar.opened {
  background: #ffffff !important;
}
.cid-v11ihXmMbE .nav-item:focus,
.cid-v11ihXmMbE .nav-link:focus {
  outline: none;
}
.cid-v11ihXmMbE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v11ihXmMbE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v11ihXmMbE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v11ihXmMbE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v11ihXmMbE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v11ihXmMbE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v11ihXmMbE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.cid-v11ihXmMbE .navbar.opened {
  transition: all 0.3s;
}
.cid-v11ihXmMbE .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-v11ihXmMbE .navbar .navbar-logo img {
  width: auto;
}
.cid-v11ihXmMbE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v11ihXmMbE .navbar.collapsed {
  justify-content: center;
}
.cid-v11ihXmMbE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v11ihXmMbE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v11ihXmMbE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v11ihXmMbE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v11ihXmMbE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v11ihXmMbE .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-v11ihXmMbE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-v11ihXmMbE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-v11ihXmMbE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v11ihXmMbE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v11ihXmMbE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v11ihXmMbE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v11ihXmMbE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v11ihXmMbE .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-v11ihXmMbE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v11ihXmMbE .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-v11ihXmMbE .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-v11ihXmMbE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v11ihXmMbE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v11ihXmMbE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v11ihXmMbE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v11ihXmMbE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v11ihXmMbE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v11ihXmMbE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v11ihXmMbE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v11ihXmMbE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v11ihXmMbE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v11ihXmMbE .dropdown-item.active,
.cid-v11ihXmMbE .dropdown-item:active {
  background-color: transparent;
}
.cid-v11ihXmMbE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-v11ihXmMbE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v11ihXmMbE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v11ihXmMbE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v11ihXmMbE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v11ihXmMbE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v11ihXmMbE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v11ihXmMbE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v11ihXmMbE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v11ihXmMbE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #075a10;
}
.cid-v11ihXmMbE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v11ihXmMbE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v11ihXmMbE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v11ihXmMbE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v11ihXmMbE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v11ihXmMbE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v11ihXmMbE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v11ihXmMbE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v11ihXmMbE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v11ihXmMbE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v11ihXmMbE .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-v11ihXmMbE .navbar {
    height: 70px;
  }
  .cid-v11ihXmMbE .navbar.opened {
    height: auto;
  }
  .cid-v11ihXmMbE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-v11ihXmMbE .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-v11ihXmMbE .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-v11ihXmMbE .dropdown-menu {
    padding: 0px;
  }
}
.cid-v11kQ46nFT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/eeo-2026-2000x1333.jpg");
}
.cid-v11kQ46nFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11kQ46nFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11kQ46nFT .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v11kQ46nFT .container-fluid {
    padding: 0 20px;
  }
}
.cid-v11kQ46nFT .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v11kQ46nFT .content-wrapper {
    padding: 0 20px;
  }
}
.cid-v11kQ46nFT .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-v11kQ46nFT .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-v11kQ46nFT .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-v11kQ46nFT .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-v11kQ46nFT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v11kQ46nFT .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v11kQ46nFT .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v11kQ46nFT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-v11kQ46nFT .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-v11kQ46nFT .mbr-section-title {
  color: #ffffff;
}
.cid-v11kQ46nFT .mbr-text,
.cid-v11kQ46nFT .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-v11kQ46nFT .mbr-section-title,
.cid-v11kQ46nFT .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v11kQ46nFT .content-wrapper {
    min-height: 480px;
  }
}
.cid-v11xJtK2qq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #075a10;
}
.cid-v11xJtK2qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11xJtK2qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11xJtK2qq .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v11xJtK2qq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v11xJtK2qq .container {
    padding: 0 20px;
  }
}
.cid-v11xJtK2qq .content-wrapper {
  padding: 60px;
  background-color: #075a10;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v11xJtK2qq .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-v11xJtK2qq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v11xJtK2qq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v11xJtK2qq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v11xJtK2qq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v11xJtK2qq .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v11xJtK2qq .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-v11xJtK2qq .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-v11xJtK2qq .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-v11xJtK2qq .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-v11xJtK2qq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v11xJtK2qq .mbr-section-title {
  color: #ffffff;
}
.cid-v11xJtK2qq .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v11xJtK2qq .mbr-text,
.cid-v11xJtK2qq .text-wrapper {
  color: #075a10;
  text-align: center;
}
.cid-v11xJtK2qq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-v11xJtK2qq .mbr-section-title,
.cid-v11xJtK2qq .mbr-section-btn,
.cid-v11xJtK2qq .items-wrapper {
  text-align: center;
  color: #075a10;
}
.cid-v11xJtK2qq .mbr-section-title,
.cid-v11xJtK2qq .mbr-section-btn,
.cid-v11xJtK2qq .items-wrapper DIV {
  text-align: left;
}
.cid-v11ihXo7IE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #075a10;
}
.cid-v11ihXo7IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11ihXo7IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11ihXo7IE .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v11ihXo7IE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v11ihXo7IE .container {
    padding: 0 20px;
  }
}
.cid-v11ihXo7IE .content-wrapper {
  padding: 60px;
  background-color: #075a10;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v11ihXo7IE .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-v11ihXo7IE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v11ihXo7IE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v11ihXo7IE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v11ihXo7IE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v11ihXo7IE .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v11ihXo7IE .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-v11ihXo7IE .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-v11ihXo7IE .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-v11ihXo7IE .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border-left: 10px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-v11ihXo7IE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v11ihXo7IE .mbr-section-title {
  color: #ffffff;
}
.cid-v11ihXo7IE .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v11ihXo7IE .mbr-text,
.cid-v11ihXo7IE .text-wrapper {
  color: #075a10;
  text-align: center;
}
.cid-v11ihXo7IE .card-title {
  color: #075a10;
  text-align: center;
}
.cid-v11ihXo7IE .mbr-section-title,
.cid-v11ihXo7IE .mbr-section-btn,
.cid-v11ihXo7IE .items-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v11ihXo7IE .mbr-section-title,
.cid-v11ihXo7IE .mbr-section-btn,
.cid-v11ihXo7IE .items-wrapper DIV {
  text-align: left;
}
.cid-v11vYiovE3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-v11vYiovE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11vYiovE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11vYiovE3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v11vYiovE3 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #075a10;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-v11vYiovE3 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v11vYiovE3 .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-v11vYiovE3 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v11vYiovE3 .card-title {
  color: #0f0f0f;
}
.cid-v11vYiovE3 .card-text {
  color: #ffffff;
}
.cid-v11vYiovE3 .card-title,
.cid-v11vYiovE3 .mbr-section-btn {
  color: #ffffff;
}
.cid-v11I0hmeHN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7989-2000x1333.jpg");
}
.cid-v11I0hmeHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11I0hmeHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11I0hmeHN .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v11I0hmeHN .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v11I0hmeHN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v11I0hmeHN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v11I0hmeHN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v11I0hmeHN .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v11I0hmeHN .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_1 {
  background-color: #075a10;
  border-color: #197123;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_2 {
  background-color: #075a10;
  border-color: #000000;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_3 {
  background-color: #075a10;
  border-color: #000000;
}
.cid-v11I0hmeHN .items-wrapper .item .item-wrapper .card_4 {
  background-color: #075a10;
  border-color: #197123;
}
.cid-v11I0hmeHN .btn-wrapper {
  margin-right: 9%;
}
.cid-v11I0hmeHN .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v11I0hmeHN .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v11I0hmeHN .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v11I0hmeHN .mbr-text,
.cid-v11I0hmeHN .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v11I0hmeHN .card-title_1 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-title_2 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-title_3 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-title_4 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-text_1 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-text_2 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-text_3 {
  color: #ffffff;
}
.cid-v11I0hmeHN .card-text_4 {
  color: #ffffff;
}
.cid-v11N8CEmHe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #075a10;
}
.cid-v11N8CEmHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11N8CEmHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11N8CEmHe .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v11N8CEmHe .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v11N8CEmHe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v11N8CEmHe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v11N8CEmHe .mbr-section-title {
  color: #f5f8ff;
}
.cid-v11N8CEmHe .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v11N8CEmHe .mbr-section-title,
.cid-v11N8CEmHe .title-wrapper,
.cid-v11N8CEmHe .mbr-section-btn {
  text-align: center;
}
.cid-v11kAM4U9u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #075a10;
}
.cid-v11kAM4U9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11kAM4U9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11kAM4U9u .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v11kAM4U9u .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .container {
    padding: 0 20px;
  }
}
.cid-v11kAM4U9u .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .row {
    padding: 46px 0;
  }
}
.cid-v11kAM4U9u .item {
  margin-bottom: 32px;
}
.cid-v11kAM4U9u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #1e1e1e;
  overflow: hidden;
}
.cid-v11kAM4U9u .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper {
    display: block;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .title-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .title-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 8px;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .title-wrap .item-text {
  margin-bottom: 0;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .social-wrapper {
  display: flex;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.cid-v11kAM4U9u .item .item-wrapper .item-content .title-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-v11kAM4U9u .item-title {
  color: #ffffff;
}
.cid-v11kAM4U9u .item-text {
  color: #ffffff;
}
.cid-v11kAM4U9u .list {
  color: #000000;
}
.cid-v16LMRkwOi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7682-2000x1333.jpg");
}
.cid-v16LMRkwOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16LMRkwOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16LMRkwOi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .container {
    padding: 0 30px;
  }
}
.cid-v16LMRkwOi .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v16LMRkwOi .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #075a10;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-v16LMRkwOi .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-v16LMRkwOi .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v16LMRkwOi .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-v16LMRkwOi .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v16LMRkwOi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v16LMRkwOi .mbr-card-title {
  color: #2b2b2b;
}
.cid-v16LMRkwOi .mbr-text {
  color: #ffffff;
}
.cid-v16LMRkwOi .mbr-number {
  color: #ffffff;
}
.cid-v16mxFeKoj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7682-2000x1333.jpg");
}
.cid-v16mxFeKoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16mxFeKoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16mxFeKoj .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v16mxFeKoj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .container {
    padding: 0 20px;
  }
}
.cid-v16mxFeKoj .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v16mxFeKoj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v16mxFeKoj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v16mxFeKoj .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v16mxFeKoj .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v16mxFeKoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v16mxFeKoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v16mxFeKoj .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v16mxFeKoj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v16mxFeKoj .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v16mxFeKoj .mbr-section-title {
  color: #000000;
}
.cid-v16mxFeKoj .mbr-desc,
.cid-v16mxFeKoj .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16mxFeKoj .card-number {
  color: #ffffff;
}
.cid-v16mxFeKoj .card-title {
  color: #000000;
}
.cid-v16mxFeKoj .mbr-text,
.cid-v16mxFeKoj .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16mxFeKoj .mbr-section-title,
.cid-v16mxFeKoj .mbr-section-btn {
  text-align: center;
}
.cid-v16mxFeKoj .mbr-section-title,
.cid-v16mxFeKoj .mbr-section-btn,
.cid-v16mxFeKoj .image-wrapper {
  color: #ffffff;
}
.cid-v16mxFeKoj .card-title,
.cid-v16mxFeKoj .icon-wrapper {
  color: #ffffff;
}
.cid-v16BMNuZty {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7775-2000x1333.jpg");
}
.cid-v16BMNuZty .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16BMNuZty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16BMNuZty .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v16BMNuZty .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-v16BMNuZty .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v16BMNuZty .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v16BMNuZty .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #ffffff;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-v16BMNuZty .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #ffffff;
    padding-left: 0;
    width: 100%;
  }
}
.cid-v16BMNuZty .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-v16BMNuZty .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v16BMNuZty .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v16BMNuZty .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-v16BMNuZty .mbr-section-title {
  color: #050f0f;
}
.cid-v16BMNuZty .mbr-text {
  color: #ffffff;
}
.cid-v16BMNuZty .item-title {
  color: #ffffff;
}
.cid-v16BMNuZty .item-text {
  color: #ffffff;
}
.cid-v16BMNuZty .mbr-section-title,
.cid-v16BMNuZty .icon-wrapper {
  color: #ffffff;
}
.cid-v4pzTzN40U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3f6f9;
}
.cid-v4pzTzN40U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4pzTzN40U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4pzTzN40U .row {
  justify-content: center;
}
.cid-v4pzTzN40U .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4pzTzN40U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v4pzTzN40U .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4pzTzN40U .item {
    margin-bottom: 20px;
  }
}
.cid-v4pzTzN40U .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
@media (max-width: 425px) {
  .cid-v4pzTzN40U .item .item-wrapper .item-img img {
    height: 100px;
    object-fit: cover;
  }
}
.cid-v4pzTzN40U .mbr-section-title {
  color: #0f0f0f;
}
.cid-v4pzTzN40U .mbr-section-title,
.cid-v4pzTzN40U .mbr-section-btn {
  text-align: center;
  color: #075a10;
}
.cid-v24a2epwMu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #075a10;
}
.cid-v24a2epwMu .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-v24a2epwMu img,
.cid-v24a2epwMu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v24a2epwMu .item:focus,
.cid-v24a2epwMu span:focus {
  outline: none;
}
.cid-v24a2epwMu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v24a2epwMu .item {
    margin-bottom: 1rem;
  }
}
.cid-v24a2epwMu .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v24a2epwMu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v24a2epwMu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v24a2epwMu .mbr-text,
.cid-v24a2epwMu .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-v24a2epwMu .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v24a2epwMu .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-v17GtvC7OJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #075a10;
}
.cid-v17GtvC7OJ .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-v17GtvC7OJ .price {
  margin-top: 5px;
}
.cid-v17GtvC7OJ .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-v17GtvC7OJ .mbr-section-btn {
  margin-top: 10px;
}
.cid-v17GtvC7OJ .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-v17GtvC7OJ .btn-md:hover {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.cid-v17GtvC7OJ .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-v17GtvC7OJ .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-v17GtvC7OJ .content__block,
  .cid-v17GtvC7OJ .price__block {
    margin-bottom: 30px;
  }
}
.cid-v17GtvC7OJ .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-v17GtvC7OJ .mbr-text,
.cid-v17GtvC7OJ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v17GtvC7OJ .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-v23XRXPIe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v23XRXPIe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23XRXPIe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23XRXPIe1 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v23XRXPIe1 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v23XRXPIe1 .content-wrapper {
    padding: 0;
  }
}
.cid-v23XRXPIe1 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v23XRXPIe1 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v23XRXPIe1 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v23XRXPIe1 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v23XRXPIe1 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v23XRXPIe1 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v23XRXPIe1 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v23XRXPIe1 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v23XRXPIe1 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v23XRXPIe1 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v23XRXPIe1 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v23XRXPIe1 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v23XRXPIe1 .mbr-section-title {
  color: #2C2625;
}
.cid-v23XRXPIe1 .mbr-date {
  color: #2C2625;
}
.cid-v23XRXPIe1 .mbr-tag {
  color: #ffffff;
}
.cid-v23XRXPIe1 .mbr-text {
  color: #ffffff;
}
.cid-v23XRXPIe1 .mbr-section-title,
.cid-v23XRXPIe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-v240mZRAC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v240mZRAC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v240mZRAC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v240mZRAC0 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v240mZRAC0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v240mZRAC0 .content-wrapper {
    padding: 0;
  }
}
.cid-v240mZRAC0 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v240mZRAC0 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v240mZRAC0 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v240mZRAC0 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v240mZRAC0 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v240mZRAC0 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v240mZRAC0 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v240mZRAC0 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v240mZRAC0 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v240mZRAC0 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v240mZRAC0 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v240mZRAC0 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v240mZRAC0 .mbr-section-title {
  color: #2C2625;
}
.cid-v240mZRAC0 .mbr-date {
  color: #2C2625;
}
.cid-v240mZRAC0 .mbr-tag {
  color: #ffffff;
}
.cid-v240mZRAC0 .mbr-text {
  color: #ffffff;
}
.cid-v240mZRAC0 .mbr-section-title,
.cid-v240mZRAC0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v241yWb3JE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v241yWb3JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v241yWb3JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v241yWb3JE .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v241yWb3JE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v241yWb3JE .content-wrapper {
    padding: 0;
  }
}
.cid-v241yWb3JE .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v241yWb3JE .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v241yWb3JE .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v241yWb3JE .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v241yWb3JE .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v241yWb3JE .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v241yWb3JE .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v241yWb3JE .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v241yWb3JE .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v241yWb3JE .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v241yWb3JE .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v241yWb3JE .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v241yWb3JE .mbr-section-title {
  color: #2C2625;
}
.cid-v241yWb3JE .mbr-date {
  color: #2C2625;
}
.cid-v241yWb3JE .mbr-tag {
  color: #ffffff;
}
.cid-v241yWb3JE .mbr-text {
  color: #ffffff;
}
.cid-v241yWb3JE .mbr-section-title,
.cid-v241yWb3JE .mbr-section-btn {
  color: #ffffff;
}
.cid-v242qK2TyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v242qK2TyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v242qK2TyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v242qK2TyV .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v242qK2TyV .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v242qK2TyV .content-wrapper {
    padding: 0;
  }
}
.cid-v242qK2TyV .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v242qK2TyV .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v242qK2TyV .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v242qK2TyV .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v242qK2TyV .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v242qK2TyV .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v242qK2TyV .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v242qK2TyV .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v242qK2TyV .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v242qK2TyV .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v242qK2TyV .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v242qK2TyV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v242qK2TyV .mbr-section-title {
  color: #2C2625;
}
.cid-v242qK2TyV .mbr-date {
  color: #2C2625;
}
.cid-v242qK2TyV .mbr-tag {
  color: #ffffff;
}
.cid-v242qK2TyV .mbr-text {
  color: #ffffff;
}
.cid-v242qK2TyV .mbr-section-title,
.cid-v242qK2TyV .mbr-section-btn {
  color: #ffffff;
}
.cid-v242YzvYw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v242YzvYw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v242YzvYw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v242YzvYw4 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v242YzvYw4 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v242YzvYw4 .content-wrapper {
    padding: 0;
  }
}
.cid-v242YzvYw4 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v242YzvYw4 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v242YzvYw4 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v242YzvYw4 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v242YzvYw4 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v242YzvYw4 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v242YzvYw4 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v242YzvYw4 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v242YzvYw4 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v242YzvYw4 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v242YzvYw4 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v242YzvYw4 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v242YzvYw4 .mbr-section-title {
  color: #2C2625;
}
.cid-v242YzvYw4 .mbr-date {
  color: #2C2625;
}
.cid-v242YzvYw4 .mbr-tag {
  color: #ffffff;
}
.cid-v242YzvYw4 .mbr-text {
  color: #ffffff;
}
.cid-v242YzvYw4 .mbr-section-title,
.cid-v242YzvYw4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v243AqtTmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v243AqtTmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v243AqtTmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v243AqtTmq .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v243AqtTmq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v243AqtTmq .content-wrapper {
    padding: 0;
  }
}
.cid-v243AqtTmq .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v243AqtTmq .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v243AqtTmq .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v243AqtTmq .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v243AqtTmq .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v243AqtTmq .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v243AqtTmq .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v243AqtTmq .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v243AqtTmq .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v243AqtTmq .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v243AqtTmq .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v243AqtTmq .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v243AqtTmq .mbr-section-title {
  color: #2C2625;
}
.cid-v243AqtTmq .mbr-date {
  color: #2C2625;
}
.cid-v243AqtTmq .mbr-tag {
  color: #ffffff;
}
.cid-v243AqtTmq .mbr-text {
  color: #ffffff;
}
.cid-v243AqtTmq .mbr-section-title,
.cid-v243AqtTmq .mbr-section-btn {
  color: #ffffff;
}
.cid-v244GHGiw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v244GHGiw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v244GHGiw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v244GHGiw6 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v244GHGiw6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v244GHGiw6 .content-wrapper {
    padding: 0;
  }
}
.cid-v244GHGiw6 .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v244GHGiw6 .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v244GHGiw6 .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v244GHGiw6 .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v244GHGiw6 .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v244GHGiw6 .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v244GHGiw6 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v244GHGiw6 .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v244GHGiw6 .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v244GHGiw6 .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v244GHGiw6 .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v244GHGiw6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v244GHGiw6 .mbr-section-title {
  color: #2C2625;
}
.cid-v244GHGiw6 .mbr-date {
  color: #2C2625;
}
.cid-v244GHGiw6 .mbr-tag {
  color: #ffffff;
}
.cid-v244GHGiw6 .mbr-text {
  color: #ffffff;
}
.cid-v244GHGiw6 .mbr-section-title,
.cid-v244GHGiw6 .mbr-section-btn {
  color: #ffffff;
}
.cid-v17Kdyp9dy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #075a10;
}
.cid-v17Kdyp9dy .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-v17Kdyp9dy .price {
  margin-top: 5px;
}
.cid-v17Kdyp9dy .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-v17Kdyp9dy .mbr-section-btn {
  margin-top: 10px;
}
.cid-v17Kdyp9dy .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-v17Kdyp9dy .btn-md:hover {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.cid-v17Kdyp9dy .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-v17Kdyp9dy .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-v17Kdyp9dy .content__block,
  .cid-v17Kdyp9dy .price__block {
    margin-bottom: 30px;
  }
}
.cid-v17Kdyp9dy .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-v17Kdyp9dy .mbr-text,
.cid-v17Kdyp9dy .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v17Kdyp9dy .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-v245tR71SJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245tR71SJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245tR71SJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245tR71SJ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245tR71SJ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245tR71SJ .content-wrapper {
    padding: 0;
  }
}
.cid-v245tR71SJ .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245tR71SJ .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245tR71SJ .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245tR71SJ .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245tR71SJ .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245tR71SJ .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245tR71SJ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245tR71SJ .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245tR71SJ .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245tR71SJ .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245tR71SJ .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245tR71SJ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245tR71SJ .mbr-section-title {
  color: #2C2625;
}
.cid-v245tR71SJ .mbr-date {
  color: #2C2625;
}
.cid-v245tR71SJ .mbr-tag {
  color: #ffffff;
}
.cid-v245tR71SJ .mbr-text {
  color: #ffffff;
}
.cid-v245tR71SJ .mbr-section-title,
.cid-v245tR71SJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v245uWYUae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245uWYUae .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245uWYUae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245uWYUae .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245uWYUae .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245uWYUae .content-wrapper {
    padding: 0;
  }
}
.cid-v245uWYUae .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245uWYUae .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245uWYUae .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245uWYUae .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245uWYUae .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245uWYUae .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245uWYUae .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245uWYUae .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245uWYUae .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245uWYUae .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245uWYUae .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245uWYUae .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245uWYUae .mbr-section-title {
  color: #2C2625;
}
.cid-v245uWYUae .mbr-date {
  color: #2C2625;
}
.cid-v245uWYUae .mbr-tag {
  color: #ffffff;
}
.cid-v245uWYUae .mbr-text {
  color: #ffffff;
}
.cid-v245uWYUae .mbr-section-title,
.cid-v245uWYUae .mbr-section-btn {
  color: #ffffff;
}
.cid-v245vGYykB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245vGYykB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245vGYykB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245vGYykB .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245vGYykB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245vGYykB .content-wrapper {
    padding: 0;
  }
}
.cid-v245vGYykB .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245vGYykB .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245vGYykB .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245vGYykB .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245vGYykB .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245vGYykB .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245vGYykB .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245vGYykB .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245vGYykB .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245vGYykB .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245vGYykB .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245vGYykB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245vGYykB .mbr-section-title {
  color: #2C2625;
}
.cid-v245vGYykB .mbr-date {
  color: #2C2625;
}
.cid-v245vGYykB .mbr-tag {
  color: #ffffff;
}
.cid-v245vGYykB .mbr-text {
  color: #ffffff;
}
.cid-v245vGYykB .mbr-section-title,
.cid-v245vGYykB .mbr-section-btn {
  color: #ffffff;
}
.cid-v245wzWtTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245wzWtTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245wzWtTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245wzWtTI .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245wzWtTI .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245wzWtTI .content-wrapper {
    padding: 0;
  }
}
.cid-v245wzWtTI .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245wzWtTI .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245wzWtTI .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245wzWtTI .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245wzWtTI .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245wzWtTI .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245wzWtTI .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245wzWtTI .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245wzWtTI .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245wzWtTI .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245wzWtTI .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245wzWtTI .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245wzWtTI .mbr-section-title {
  color: #2C2625;
}
.cid-v245wzWtTI .mbr-date {
  color: #2C2625;
}
.cid-v245wzWtTI .mbr-tag {
  color: #ffffff;
}
.cid-v245wzWtTI .mbr-text {
  color: #ffffff;
}
.cid-v245wzWtTI .mbr-section-title,
.cid-v245wzWtTI .mbr-section-btn {
  color: #ffffff;
}
.cid-v245xD8nsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245xD8nsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245xD8nsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245xD8nsv .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245xD8nsv .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245xD8nsv .content-wrapper {
    padding: 0;
  }
}
.cid-v245xD8nsv .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245xD8nsv .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245xD8nsv .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245xD8nsv .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245xD8nsv .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245xD8nsv .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245xD8nsv .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245xD8nsv .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245xD8nsv .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245xD8nsv .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245xD8nsv .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245xD8nsv .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245xD8nsv .mbr-section-title {
  color: #2C2625;
}
.cid-v245xD8nsv .mbr-date {
  color: #2C2625;
}
.cid-v245xD8nsv .mbr-tag {
  color: #ffffff;
}
.cid-v245xD8nsv .mbr-text {
  color: #ffffff;
}
.cid-v245xD8nsv .mbr-section-title,
.cid-v245xD8nsv .mbr-section-btn {
  color: #ffffff;
}
.cid-v245yxHwem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v245yxHwem .mbr-fallback-image.disabled {
  display: none;
}
.cid-v245yxHwem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v245yxHwem .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v245yxHwem .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245yxHwem .content-wrapper {
    padding: 0;
  }
}
.cid-v245yxHwem .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v245yxHwem .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245yxHwem .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v245yxHwem .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v245yxHwem .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v245yxHwem .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v245yxHwem .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v245yxHwem .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v245yxHwem .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v245yxHwem .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v245yxHwem .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v245yxHwem .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v245yxHwem .mbr-section-title {
  color: #2C2625;
}
.cid-v245yxHwem .mbr-date {
  color: #2C2625;
}
.cid-v245yxHwem .mbr-tag {
  color: #ffffff;
}
.cid-v245yxHwem .mbr-text {
  color: #ffffff;
}
.cid-v245yxHwem .mbr-section-title,
.cid-v245yxHwem .mbr-section-btn {
  color: #ffffff;
}
.cid-v248xFu8qQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e1e1e;
  background-color: #075a10;
}
.cid-v248xFu8qQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v248xFu8qQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v248xFu8qQ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v248xFu8qQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v248xFu8qQ .content-wrapper {
    padding: 0;
  }
}
.cid-v248xFu8qQ .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-v248xFu8qQ .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #075a10;
  border: 2px solid #1e1e1e;
  box-shadow: -10px 10px 0 #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v248xFu8qQ .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #1e1e1e;
  }
}
@media (max-width: 1440px) {
  .cid-v248xFu8qQ .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v248xFu8qQ .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-v248xFu8qQ .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-v248xFu8qQ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v248xFu8qQ .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-v248xFu8qQ .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-v248xFu8qQ .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-v248xFu8qQ .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #1e1e1e;
}
@media (max-width: 992px) {
  .cid-v248xFu8qQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v248xFu8qQ .mbr-section-title {
  color: #2C2625;
}
.cid-v248xFu8qQ .mbr-date {
  color: #2C2625;
}
.cid-v248xFu8qQ .mbr-tag {
  color: #ffffff;
}
.cid-v248xFu8qQ .mbr-text {
  color: #ffffff;
}
.cid-v248xFu8qQ .mbr-section-title,
.cid-v248xFu8qQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v16EAFq3kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16EAFq3kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16EAFq3kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16EAFq3kw .row {
  margin: 0 -8px;
}
.cid-v16EAFq3kw .row .card {
  padding: 0 8px;
}
.cid-v16EAFq3kw .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #075a10;
}
@media (max-width: 1440px) {
  .cid-v16EAFq3kw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v16EAFq3kw .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v16EAFq3kw .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v16EAFq3kw .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v16EAFq3kw .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v16EAFq3kw .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v16EAFq3kw .image-wrapper {
  height: 100%;
}
.cid-v16EAFq3kw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v16EAFq3kw .image-wrapper img {
    height: 300px;
  }
}
.cid-v16EAFq3kw .mbr-section-title {
  color: #2c2c26;
}
.cid-v16EAFq3kw .mbr-text,
.cid-v16EAFq3kw .text-wrapper {
  color: #ffffff;
}
.cid-v16GkruGiM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16GkruGiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16GkruGiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16GkruGiM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v16GkruGiM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .container {
    padding: 0 20px;
  }
}
.cid-v16GkruGiM .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v16GkruGiM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v16GkruGiM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v16GkruGiM .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v16GkruGiM .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v16GkruGiM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v16GkruGiM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v16GkruGiM .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v16GkruGiM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v16GkruGiM .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v16GkruGiM .mbr-section-title {
  color: #000000;
}
.cid-v16GkruGiM .mbr-desc,
.cid-v16GkruGiM .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16GkruGiM .card-number {
  color: #ffffff;
}
.cid-v16GkruGiM .card-title {
  color: #000000;
}
.cid-v16GkruGiM .mbr-text,
.cid-v16GkruGiM .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16GkruGiM .mbr-section-title,
.cid-v16GkruGiM .mbr-section-btn {
  text-align: center;
}
.cid-v16GkruGiM .mbr-section-title,
.cid-v16GkruGiM .mbr-section-btn,
.cid-v16GkruGiM .image-wrapper {
  color: #ffffff;
}
.cid-v16GkruGiM .card-title,
.cid-v16GkruGiM .icon-wrapper {
  color: #ffffff;
}
.cid-v16yX03sVU {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16yX03sVU .wrap {
  height: 520px;
}
.cid-v16yX03sVU .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-v16yX03sVU .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-v16yX03sVU .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v16yX03sVU .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-v16yX03sVU .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-v16yX03sVU .parallax__image {
  perspective: 700px;
}
.cid-v16yX03sVU .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-v16yX03sVU .image:hover {
  transform: rotateX(-10deg);
}
.cid-v16yX03sVU .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v16yX03sVU .minwidth {
  background-image: url("../../../assets/images/dsc-3425-760x507.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-v16yX03sVU .minwidth {
    height: 200px;
  }
}
.cid-v16yX03sVU .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-v16yX03sVU .push-lg {
    left: 8.33333333%;
  }
  .cid-v16yX03sVU .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-v16yX03sVU .wrap {
    height: auto;
  }
  .cid-v16yX03sVU .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-v16yX03sVU .minwidth {
    margin-bottom: 30px;
  }
}
.cid-v16yX03sVU .mbr-text,
.cid-v16yX03sVU .mbr-section-btn {
  color: #ffffff;
}
.cid-v16yX03sVU .mbr-section-title {
  color: #ffffff;
}
.cid-v16JQlmTTa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16JQlmTTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16JQlmTTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16JQlmTTa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v16JQlmTTa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .container {
    padding: 0 20px;
  }
}
.cid-v16JQlmTTa .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v16JQlmTTa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v16JQlmTTa .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v16JQlmTTa .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v16JQlmTTa .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v16JQlmTTa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v16JQlmTTa .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v16JQlmTTa .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v16JQlmTTa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v16JQlmTTa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v16JQlmTTa .mbr-section-title {
  color: #000000;
}
.cid-v16JQlmTTa .mbr-desc,
.cid-v16JQlmTTa .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16JQlmTTa .card-number {
  color: #ffffff;
}
.cid-v16JQlmTTa .card-title {
  color: #000000;
}
.cid-v16JQlmTTa .mbr-text,
.cid-v16JQlmTTa .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16JQlmTTa .mbr-section-title,
.cid-v16JQlmTTa .mbr-section-btn {
  text-align: center;
}
.cid-v16JQlmTTa .mbr-section-title,
.cid-v16JQlmTTa .mbr-section-btn,
.cid-v16JQlmTTa .image-wrapper {
  color: #ffffff;
}
.cid-v16JQlmTTa .card-title,
.cid-v16JQlmTTa .icon-wrapper {
  color: #ffffff;
}
.cid-v1758P1jlN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v1758P1jlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1758P1jlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1758P1jlN .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v1758P1jlN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .container {
    padding: 0 20px;
  }
}
.cid-v1758P1jlN .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v1758P1jlN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1758P1jlN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v1758P1jlN .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v1758P1jlN .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v1758P1jlN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v1758P1jlN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v1758P1jlN .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v1758P1jlN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1758P1jlN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v1758P1jlN .mbr-section-title {
  color: #000000;
}
.cid-v1758P1jlN .mbr-desc,
.cid-v1758P1jlN .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v1758P1jlN .card-number {
  color: #ffffff;
}
.cid-v1758P1jlN .card-title {
  color: #000000;
}
.cid-v1758P1jlN .mbr-text,
.cid-v1758P1jlN .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v1758P1jlN .mbr-section-title,
.cid-v1758P1jlN .mbr-section-btn {
  text-align: center;
}
.cid-v1758P1jlN .mbr-section-title,
.cid-v1758P1jlN .mbr-section-btn,
.cid-v1758P1jlN .image-wrapper {
  color: #ffffff;
}
.cid-v1758P1jlN .card-title,
.cid-v1758P1jlN .icon-wrapper {
  color: #ffffff;
}
.cid-v176viW6Gc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v176viW6Gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v176viW6Gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v176viW6Gc .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v176viW6Gc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .container {
    padding: 0 20px;
  }
}
.cid-v176viW6Gc .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v176viW6Gc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v176viW6Gc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v176viW6Gc .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v176viW6Gc .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v176viW6Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v176viW6Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v176viW6Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v176viW6Gc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v176viW6Gc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v176viW6Gc .mbr-section-title {
  color: #000000;
}
.cid-v176viW6Gc .mbr-desc,
.cid-v176viW6Gc .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v176viW6Gc .card-number {
  color: #ffffff;
}
.cid-v176viW6Gc .card-title {
  color: #000000;
}
.cid-v176viW6Gc .mbr-text,
.cid-v176viW6Gc .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v176viW6Gc .mbr-section-title,
.cid-v176viW6Gc .mbr-section-btn {
  text-align: center;
}
.cid-v176viW6Gc .mbr-section-title,
.cid-v176viW6Gc .mbr-section-btn,
.cid-v176viW6Gc .image-wrapper {
  color: #ffffff;
}
.cid-v176viW6Gc .card-title,
.cid-v176viW6Gc .icon-wrapper {
  color: #ffffff;
}
.cid-v16Bv3BCqO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16Bv3BCqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16Bv3BCqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16Bv3BCqO .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v16Bv3BCqO .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v16Bv3BCqO .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-v16Bv3BCqO .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16Bv3BCqO .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v16Bv3BCqO .mbr-desc,
.cid-v16Bv3BCqO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v16Bv3BCqO .mbr-text,
.cid-v16Bv3BCqO .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v173ASSNxd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v173ASSNxd .progress {
  width: 100%;
}
.cid-v173ASSNxd p {
  margin-bottom: 0.4rem;
}
.cid-v173ASSNxd .progressbar-title {
  padding-bottom: 1rem;
}
.cid-v173ASSNxd .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-v173ASSNxd progress {
  height: 10px;
}
.cid-v173ASSNxd .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-v173ASSNxd .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-v173ASSNxd .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v173ASSNxd .progress_value {
  position: relative;
}
.cid-v173ASSNxd .progress1 .progressbar-number:before,
.cid-v173ASSNxd .progress2 .progressbar-number:before,
.cid-v173ASSNxd .progress3 .progressbar-number:before,
.cid-v173ASSNxd .progress4 .progressbar-number:before,
.cid-v173ASSNxd .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-v173ASSNxd progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-v173ASSNxd progress::-webkit-progress-value {
  background: #075a10;
}
.cid-v173ASSNxd progress[value]::-moz-progress-bar {
  background: #075a10;
}
.cid-v173ASSNxd progress::-ms-fill {
  background: #075a10;
}
.cid-v173ASSNxd .progress1 .progressbar-number:before {
  content: "25";
}
.cid-v173ASSNxd .progress2 .progressbar-number:before {
  content: "46";
}
.cid-v173ASSNxd .progress3 .progressbar-number:before {
  content: "65";
}
.cid-v173ASSNxd .progress4 .progressbar-number:before {
  content: "80";
}
.cid-v173ASSNxd .progress5 .progressbar-number:before {
  content: "89";
}
.cid-v173ASSNxd .section-content-text {
  color: #454545;
}
.cid-v173ASSNxd .progressbar-title p,
.cid-v173ASSNxd .progress_value {
  color: #ffffff;
}
.cid-v173ASSNxd .mbr-section-subtitle {
  color: #454545;
}
.cid-v173ASSNxd .section-content-title {
  text-align: center;
  color: #ffffff;
}
.cid-v173ASSNxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v173ASSNxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16yBKMCdt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v16yBKMCdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16yBKMCdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16yBKMCdt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .container {
    padding: 0 30px;
  }
}
.cid-v16yBKMCdt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v16yBKMCdt .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #075a10;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-v16yBKMCdt .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-v16yBKMCdt .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v16yBKMCdt .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-v16yBKMCdt .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v16yBKMCdt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v16yBKMCdt .mbr-card-title {
  color: #2b2b2b;
}
.cid-v16yBKMCdt .mbr-text {
  color: #ffffff;
}
.cid-v16yBKMCdt .mbr-number {
  color: #ffffff;
}
.cid-v16Lge6ZEo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-9017-2000x1333.jpg");
}
.cid-v16Lge6ZEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16Lge6ZEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16Lge6ZEo .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v16Lge6ZEo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .container {
    padding: 0 20px;
  }
}
.cid-v16Lge6ZEo .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v16Lge6ZEo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v16Lge6ZEo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v16Lge6ZEo .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-v16Lge6ZEo .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #075a10;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-v16Lge6ZEo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-v16Lge6ZEo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-v16Lge6ZEo .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-v16Lge6ZEo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v16Lge6ZEo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v16Lge6ZEo .mbr-section-title {
  color: #000000;
}
.cid-v16Lge6ZEo .mbr-desc,
.cid-v16Lge6ZEo .desc-wrapper {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16Lge6ZEo .card-number {
  color: #ffffff;
}
.cid-v16Lge6ZEo .card-title {
  color: #000000;
}
.cid-v16Lge6ZEo .mbr-text,
.cid-v16Lge6ZEo .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v16Lge6ZEo .mbr-section-title,
.cid-v16Lge6ZEo .mbr-section-btn {
  text-align: center;
}
.cid-v16Lge6ZEo .mbr-section-title,
.cid-v16Lge6ZEo .mbr-section-btn,
.cid-v16Lge6ZEo .image-wrapper {
  color: #ffffff;
}
.cid-v16Lge6ZEo .card-title,
.cid-v16Lge6ZEo .icon-wrapper {
  color: #ffffff;
}
.cid-v16Zoy7EXu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-7989-2000x1333.jpg");
}
.cid-v16Zoy7EXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16Zoy7EXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16Zoy7EXu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v16Zoy7EXu .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v16Zoy7EXu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v16Zoy7EXu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v16Zoy7EXu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v16Zoy7EXu .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v16Zoy7EXu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_1 {
  background-color: #075a10;
  border-color: #197123;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_2 {
  background-color: #075a10;
  border-color: #000000;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_3 {
  background-color: #075a10;
  border-color: #000000;
}
.cid-v16Zoy7EXu .items-wrapper .item .item-wrapper .card_4 {
  background-color: #075a10;
  border-color: #197123;
}
.cid-v16Zoy7EXu .btn-wrapper {
  margin-right: 9%;
}
.cid-v16Zoy7EXu .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v16Zoy7EXu .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v16Zoy7EXu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v16Zoy7EXu .mbr-text,
.cid-v16Zoy7EXu .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v16Zoy7EXu .card-title_1 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-title_2 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-title_3 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-title_4 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-text_1 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-text_2 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-text_3 {
  color: #ffffff;
}
.cid-v16Zoy7EXu .card-text_4 {
  color: #ffffff;
}
.cid-v179UbD9G7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v179UbD9G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v179UbD9G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v179UbD9G7 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v179UbD9G7 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v179UbD9G7 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v179UbD9G7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v179UbD9G7 .content-wrapper .mbr-section-title span {
  color: #004e29;
}
.cid-v179UbD9G7 .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v179UbD9G7 .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v179UbD9G7 .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #ffffff;
  height: 100%;
  box-shadow: 1px 0 1px #ffffff;
}
@media (max-width: 992px) {
  .cid-v179UbD9G7 .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v179UbD9G7 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #075a10;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v179UbD9G7 .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-v179UbD9G7 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v179UbD9G7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v179UbD9G7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v179UbD9G7 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v179UbD9G7 .item-title,
.cid-v179UbD9G7 .title-wrap {
  color: #ffffff;
}
.cid-v17k8pdAvf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.cid-v17k8pdAvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17k8pdAvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17k8pdAvf .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-v17k8pdAvf .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-v17k8pdAvf .content-wrapper {
    padding: 0;
  }
}
.cid-v17k8pdAvf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v17k8pdAvf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v17k8pdAvf .mbr-section-title,
.cid-v17k8pdAvf .title-wrapper {
  color: #ffffff;
}
.cid-v17k8pdAvf .mbr-section-title,
.cid-v17k8pdAvf .mbr-section-btn,
.cid-v17k8pdAvf .title-wrapper {
  text-align: center;
}
.cid-v17kztA6pt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/tpps-1200x778.jpg");
}
.cid-v17kztA6pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17kztA6pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17kztA6pt .row {
  justify-content: center;
}
.cid-v17kztA6pt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v17kztA6pt .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v17kztA6pt .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v17kztA6pt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v17kztA6pt .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .image-wrapper {
    display: block;
  }
}
.cid-v17kztA6pt .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v17kztA6pt .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v17kztA6pt .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v17kztA6pt .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v17kztA6pt .mbr-label {
  color: #ffffff;
}
.cid-v17kztA6pt .mbr-section-title {
  color: #ffffff;
}
.cid-v17kztA6pt .mbr-text,
.cid-v17kztA6pt .text-wrapper {
  color: #ffffff;
}
.cid-v17mxD9Q6j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17mxD9Q6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17mxD9Q6j .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-v17mxD9Q6j .container {
    padding: 0 22px;
  }
}
.cid-v17mxD9Q6j .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17mxD9Q6j .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17mxD9Q6j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17mxD9Q6j .mbr-section-title {
  color: #ffffff;
}
.cid-v17mxD9Q6j .mbr-text {
  color: #ffffff;
}
.cid-v17mZcAtH6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17mZcAtH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17mZcAtH6 .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-v17mZcAtH6 .container {
    padding: 0 22px;
  }
}
.cid-v17mZcAtH6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17mZcAtH6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17mZcAtH6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17mZcAtH6 .mbr-section-title {
  color: #ffffff;
}
.cid-v17mZcAtH6 .mbr-text {
  color: #ffffff;
}
.cid-v17mZVxi4M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17mZVxi4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17mZVxi4M .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-v17mZVxi4M .container {
    padding: 0 22px;
  }
}
.cid-v17mZVxi4M .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17mZVxi4M .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17mZVxi4M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17mZVxi4M .mbr-section-title {
  color: #ffffff;
}
.cid-v17mZVxi4M .mbr-text {
  color: #ffffff;
}
.cid-v17n1u69R3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n1u69R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n1u69R3 .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-v17n1u69R3 .container {
    padding: 0 22px;
  }
}
.cid-v17n1u69R3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n1u69R3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n1u69R3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n1u69R3 .mbr-section-title {
  color: #ffffff;
}
.cid-v17n1u69R3 .mbr-text {
  color: #ffffff;
}
.cid-v17n2h7PXh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n2h7PXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n2h7PXh .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-v17n2h7PXh .container {
    padding: 0 22px;
  }
}
.cid-v17n2h7PXh .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n2h7PXh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n2h7PXh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n2h7PXh .mbr-section-title {
  color: #ffffff;
}
.cid-v17n2h7PXh .mbr-text {
  color: #ffffff;
}
.cid-v17n3blpZF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n3blpZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n3blpZF .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-v17n3blpZF .container {
    padding: 0 22px;
  }
}
.cid-v17n3blpZF .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n3blpZF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n3blpZF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n3blpZF .mbr-section-title {
  color: #ffffff;
}
.cid-v17n3blpZF .mbr-text {
  color: #ffffff;
}
.cid-v17n3PRBoJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n3PRBoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n3PRBoJ .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-v17n3PRBoJ .container {
    padding: 0 22px;
  }
}
.cid-v17n3PRBoJ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n3PRBoJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n3PRBoJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n3PRBoJ .mbr-section-title {
  color: #ffffff;
}
.cid-v17n3PRBoJ .mbr-text {
  color: #ffffff;
}
.cid-v17n4GMsxJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n4GMsxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n4GMsxJ .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-v17n4GMsxJ .container {
    padding: 0 22px;
  }
}
.cid-v17n4GMsxJ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n4GMsxJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n4GMsxJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n4GMsxJ .mbr-section-title {
  color: #ffffff;
}
.cid-v17n4GMsxJ .mbr-text {
  color: #ffffff;
}
.cid-v17n5lzx6U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n5lzx6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n5lzx6U .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-v17n5lzx6U .container {
    padding: 0 22px;
  }
}
.cid-v17n5lzx6U .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n5lzx6U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n5lzx6U .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n5lzx6U .mbr-section-title {
  color: #ffffff;
}
.cid-v17n5lzx6U .mbr-text {
  color: #ffffff;
}
.cid-v17n6hwPfV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17n6hwPfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17n6hwPfV .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-v17n6hwPfV .container {
    padding: 0 22px;
  }
}
.cid-v17n6hwPfV .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17n6hwPfV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17n6hwPfV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17n6hwPfV .mbr-section-title {
  color: #ffffff;
}
.cid-v17n6hwPfV .mbr-text {
  color: #ffffff;
}
.cid-v17p7O2FUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ccts-mandatory-800x800.jpg");
}
.cid-v17p7O2FUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17p7O2FUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17p7O2FUS .row {
  justify-content: center;
}
.cid-v17p7O2FUS .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v17p7O2FUS .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v17p7O2FUS .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v17p7O2FUS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v17p7O2FUS .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .image-wrapper {
    display: block;
  }
}
.cid-v17p7O2FUS .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v17p7O2FUS .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v17p7O2FUS .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v17p7O2FUS .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v17p7O2FUS .mbr-label {
  color: #ffffff;
}
.cid-v17p7O2FUS .mbr-section-title {
  color: #ffffff;
}
.cid-v17p7O2FUS .mbr-text,
.cid-v17p7O2FUS .text-wrapper {
  color: #ffffff;
}
.cid-v17sxC0AxS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sxC0AxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sxC0AxS .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-v17sxC0AxS .container {
    padding: 0 22px;
  }
}
.cid-v17sxC0AxS .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sxC0AxS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sxC0AxS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sxC0AxS .mbr-section-title {
  color: #ffffff;
}
.cid-v17sxC0AxS .mbr-text {
  color: #ffffff;
}
.cid-v17sK63rdh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sK63rdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sK63rdh .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-v17sK63rdh .container {
    padding: 0 22px;
  }
}
.cid-v17sK63rdh .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sK63rdh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sK63rdh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sK63rdh .mbr-section-title {
  color: #ffffff;
}
.cid-v17sK63rdh .mbr-text {
  color: #ffffff;
}
.cid-v17sKYjNBz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sKYjNBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sKYjNBz .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-v17sKYjNBz .container {
    padding: 0 22px;
  }
}
.cid-v17sKYjNBz .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sKYjNBz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sKYjNBz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sKYjNBz .mbr-section-title {
  color: #ffffff;
}
.cid-v17sKYjNBz .mbr-text {
  color: #ffffff;
}
.cid-v17sLQBf0K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sLQBf0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sLQBf0K .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-v17sLQBf0K .container {
    padding: 0 22px;
  }
}
.cid-v17sLQBf0K .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sLQBf0K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sLQBf0K .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sLQBf0K .mbr-section-title {
  color: #ffffff;
}
.cid-v17sLQBf0K .mbr-text {
  color: #ffffff;
}
.cid-v17sNxsZB6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sNxsZB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sNxsZB6 .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-v17sNxsZB6 .container {
    padding: 0 22px;
  }
}
.cid-v17sNxsZB6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sNxsZB6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sNxsZB6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sNxsZB6 .mbr-section-title {
  color: #ffffff;
}
.cid-v17sNxsZB6 .mbr-text {
  color: #ffffff;
}
.cid-v17sOeF9Y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sOeF9Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sOeF9Y7 .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-v17sOeF9Y7 .container {
    padding: 0 22px;
  }
}
.cid-v17sOeF9Y7 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sOeF9Y7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sOeF9Y7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sOeF9Y7 .mbr-section-title {
  color: #ffffff;
}
.cid-v17sOeF9Y7 .mbr-text {
  color: #ffffff;
}
.cid-v17sP2lBwt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sP2lBwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sP2lBwt .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-v17sP2lBwt .container {
    padding: 0 22px;
  }
}
.cid-v17sP2lBwt .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sP2lBwt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sP2lBwt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sP2lBwt .mbr-section-title {
  color: #ffffff;
}
.cid-v17sP2lBwt .mbr-text {
  color: #ffffff;
}
.cid-v17sPJCY3E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17sPJCY3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17sPJCY3E .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-v17sPJCY3E .container {
    padding: 0 22px;
  }
}
.cid-v17sPJCY3E .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17sPJCY3E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17sPJCY3E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17sPJCY3E .mbr-section-title {
  color: #ffffff;
}
.cid-v17sPJCY3E .mbr-text {
  color: #ffffff;
}
.cid-v17tZN6Avz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17tZN6Avz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17tZN6Avz .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-v17tZN6Avz .container {
    padding: 0 22px;
  }
}
.cid-v17tZN6Avz .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17tZN6Avz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17tZN6Avz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17tZN6Avz .mbr-section-title {
  color: #ffffff;
}
.cid-v17tZN6Avz .mbr-text {
  color: #ffffff;
}
.cid-v17u16CIZ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17u16CIZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17u16CIZ4 .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-v17u16CIZ4 .container {
    padding: 0 22px;
  }
}
.cid-v17u16CIZ4 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17u16CIZ4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17u16CIZ4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17u16CIZ4 .mbr-section-title {
  color: #ffffff;
}
.cid-v17u16CIZ4 .mbr-text {
  color: #ffffff;
}
.cid-v17uQGJgG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/innov-311x162.jpg");
}
.cid-v17uQGJgG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17uQGJgG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17uQGJgG1 .row {
  justify-content: center;
}
.cid-v17uQGJgG1 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v17uQGJgG1 .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v17uQGJgG1 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v17uQGJgG1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v17uQGJgG1 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .image-wrapper {
    display: block;
  }
}
.cid-v17uQGJgG1 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ffffff, transparent);
  filter: blur(100px);
}
.cid-v17uQGJgG1 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-v17uQGJgG1 .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v17uQGJgG1 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v17uQGJgG1 .mbr-label {
  color: #ffffff;
}
.cid-v17uQGJgG1 .mbr-section-title {
  color: #ffffff;
}
.cid-v17uQGJgG1 .mbr-text,
.cid-v17uQGJgG1 .text-wrapper {
  color: #ffffff;
}
.cid-v17vsisNqd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17vsisNqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17vsisNqd .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-v17vsisNqd .container {
    padding: 0 22px;
  }
}
.cid-v17vsisNqd .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17vsisNqd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17vsisNqd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17vsisNqd .mbr-section-title {
  color: #ffffff;
}
.cid-v17vsisNqd .mbr-text {
  color: #ffffff;
}
.cid-v17vtPMGyZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17vtPMGyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17vtPMGyZ .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-v17vtPMGyZ .container {
    padding: 0 22px;
  }
}
.cid-v17vtPMGyZ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17vtPMGyZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17vtPMGyZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17vtPMGyZ .mbr-section-title {
  color: #ffffff;
}
.cid-v17vtPMGyZ .mbr-text {
  color: #ffffff;
}
.cid-v17vuMhmx3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v17vuMhmx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17vuMhmx3 .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-v17vuMhmx3 .container {
    padding: 0 22px;
  }
}
.cid-v17vuMhmx3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17vuMhmx3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v17vuMhmx3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v17vuMhmx3 .mbr-section-title {
  color: #ffffff;
}
.cid-v17vuMhmx3 .mbr-text {
  color: #ffffff;
}
.cid-v17iYAKxTF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-v17iYAKxTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17iYAKxTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17iYAKxTF .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-v17iYAKxTF .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
.cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v17iYAKxTF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v17iYAKxTF .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #ffffff;
  width: 50%;
  padding-left: 0;
  padding-right: 80px;
  border-left: none;
  border-right: 3px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #ffffff;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper {
    padding-left: 0;
    border-right: none;
    border-top: 3px solid #ffffff;
  }
}
.cid-v17iYAKxTF .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-v17iYAKxTF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v17iYAKxTF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v17iYAKxTF .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-v17iYAKxTF .mbr-section-title {
  color: #050f0f;
}
.cid-v17iYAKxTF .mbr-text {
  color: #ffffff;
}
.cid-v17iYAKxTF .item-title {
  color: #ffffff;
}
.cid-v17iYAKxTF .item-text {
  color: #ffffff;
}
.cid-v17iYAKxTF .mbr-section-title,
.cid-v17iYAKxTF .icon-wrapper {
  color: #ffffff;
}
.cid-v17bSLFnWO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17bSLFnWO .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-v17bSLFnWO .price {
  margin-top: 5px;
}
.cid-v17bSLFnWO .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-v17bSLFnWO .mbr-section-btn {
  margin-top: 10px;
}
.cid-v17bSLFnWO .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-v17bSLFnWO .btn-md:hover {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.cid-v17bSLFnWO .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-v17bSLFnWO .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-v17bSLFnWO .content__block,
  .cid-v17bSLFnWO .price__block {
    margin-bottom: 30px;
  }
}
.cid-v17bSLFnWO .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-v17bSLFnWO .mbr-text,
.cid-v17bSLFnWO .mbr-section-btn {
  color: #075a10;
  text-align: center;
}
.cid-v17bSLFnWO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v17bP3kQoj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17bP3kQoj .item__head {
  width: 100%;
}
.cid-v17bP3kQoj .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-v17bP3kQoj .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-v17bP3kQoj .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(7, 90, 16, 0.1);
  padding-bottom: 15px;
}
.cid-v17bP3kQoj .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-v17bP3kQoj .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(7, 90, 16, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v17bP3kQoj .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-v17bP3kQoj .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-v17bP3kQoj .content__block {
    margin-bottom: 50px;
  }
}
.cid-v17bP3kQoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17bP3kQoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17bP3kQoj .item__head {
  text-align: center;
  color: #075a10;
}
.cid-v17bP3kQoj .bot__text {
  color: #075a10;
}
.cid-v17RKNqCe0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17RKNqCe0 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-v17RKNqCe0 .price {
  margin-top: 5px;
}
.cid-v17RKNqCe0 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-v17RKNqCe0 .mbr-section-btn {
  margin-top: 10px;
}
.cid-v17RKNqCe0 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-v17RKNqCe0 .btn-md:hover {
  background-color: #075a10 !important;
  border-color: #075a10 !important;
}
.cid-v17RKNqCe0 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-v17RKNqCe0 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-v17RKNqCe0 .content__block,
  .cid-v17RKNqCe0 .price__block {
    margin-bottom: 30px;
  }
}
.cid-v17RKNqCe0 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-v17RKNqCe0 .mbr-text,
.cid-v17RKNqCe0 .mbr-section-btn {
  color: #075a10;
  text-align: center;
}
.cid-v17RKNqCe0 .mbr-section-title {
  text-align: center;
  color: #075a10;
}
.cid-v17OBFFu1K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v17OBFFu1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17OBFFu1K .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-v17OBFFu1K .container {
    padding: 0 30px;
  }
}
.cid-v17OBFFu1K .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v17OBFFu1K .item {
  margin-bottom: 40px;
}
.cid-v17OBFFu1K .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v17OBFFu1K .item .item-wrapper .card-box .item-price {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #075a10;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-v17OBFFu1K .item .item-wrapper .card-box .item-price {
    padding: 20px;
  }
}
.cid-v17OBFFu1K .item .item-wrapper .card-box .item-title {
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #075a10;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v17OBFFu1K .item .item-wrapper .card-box .item-title {
    padding: 0 20px 20px 20px;
  }
}
.cid-v17OBFFu1K .item .item-wrapper .card-box .item-text {
  padding: 0 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v17OBFFu1K .item .item-wrapper .card-box .item-text {
    padding: 0 20px;
  }
}
.cid-v17OBFFu1K .item .mbr-section-btn {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-v17OBFFu1K .item .mbr-section-btn {
    padding: 0 20px;
  }
}
.cid-v17OBFFu1K .item .mbr-section-btn .btn {
  width: 100%;
}
.cid-v17OBFFu1K .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-v17OBFFu1K .item-title {
  color: #144031;
}
.cid-v17OBFFu1K .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v17OBFFu1K .item-title,
.cid-v17OBFFu1K .mbr-section-btn {
  color: #075a10;
  text-align: center;
}
.cid-v17c3ZN2s4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v17c3ZN2s4 .image {
  width: 100%;
  perspective: 700px;
}
.cid-v17c3ZN2s4 .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-v17c3ZN2s4 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-v17c3ZN2s4 .image2 {
  width: 100%;
}
.cid-v17c3ZN2s4 .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-v17c3ZN2s4 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-v17c3ZN2s4 .mbr-section-btn {
  margin-top: 30px;
}
.cid-v17c3ZN2s4 .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-v17c3ZN2s4 .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-v17c3ZN2s4 .image {
    margin-bottom: 20px;
  }
}
.cid-v17c3ZN2s4 .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-v17c3ZN2s4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v17c3ZN2s4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v17c3ZN2s4 .mbr-text,
.cid-v17c3ZN2s4 .mbr-section-btn {
  color: #075a10;
  text-align: center;
}
.cid-v17c3ZN2s4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v17c6uXLJS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v17c6uXLJS .content__block {
  padding: 50px 15px;
}
.cid-v17c6uXLJS .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #075a10;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-v17c6uXLJS .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v17c6uXLJS .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-v17c6uXLJS .image {
  perspective: 3500px;
  position: relative;
}
.cid-v17c6uXLJS .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-v17c6uXLJS .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v17c6uXLJS .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-v17c6uXLJS .mbr-section-btn .btn-white-outline:hover {
  color: #075a10 !important;
}
@media (max-width: 991px) {
  .cid-v17c6uXLJS .content__block {
    padding: 30px 15px;
  }
  .cid-v17c6uXLJS .mbr-figure {
    padding: 0;
  }
  .cid-v17c6uXLJS .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-v17c6uXLJS .lg-push {
    right: 1%;
  }
  .cid-v17c6uXLJS .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v17c6uXLJS .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-v17c6uXLJS .lg-push {
    left: 1%;
  }
  .cid-v17c6uXLJS .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-v17c6uXLJS .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-v17c6uXLJS .mbr-text,
.cid-v17c6uXLJS .mbr-section-btn {
  color: #075a10;
  text-align: left;
}
.cid-v16yy50hkI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v16yy50hkI .item-img,
.cid-v16yy50hkI .img-wrap,
.cid-v16yy50hkI img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v16yy50hkI img,
.cid-v16yy50hkI .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v16yy50hkI img,
  .cid-v16yy50hkI .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v16yy50hkI .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v16yy50hkI .item:focus,
.cid-v16yy50hkI span:focus {
  outline: none;
}
.cid-v16yy50hkI .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v16yy50hkI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v16yy50hkI .item {
    margin-bottom: 1rem;
  }
}
.cid-v16yy50hkI h5 {
  margin: 0;
}
.cid-v16yy50hkI .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v16yy50hkI .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v16yy50hkI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v16yy50hkI .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v16yy50hkI .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v16yy50hkI .item-wrapper {
    height: auto;
  }
}
.cid-v16yy50hkI .mbr-section-title {
  color: #075a10;
  text-align: center;
}
.cid-v16yy50hkI .item-title {
  text-align: center;
  color: #075a10;
}
.cid-v16yy50hkI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v16yy50hkI .mbr-text,
.cid-v16yy50hkI .item .mbr-section-btn {
  text-align: center;
  color: #075a10;
}
.cid-v16yy50hkI .mbr-section-subtitle,
.cid-v16yy50hkI .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v17cmAI7g6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v17cmAI7g6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-v17cmAI7g6 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-v17cmAI7g6 .col + .mbr-section-btn .btn,
.cid-v17cmAI7g6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-v17cmAI7g6 .col + .mbr-section-btn .btn,
  .cid-v17cmAI7g6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-v17cmAI7g6 .dragArea > *:nth-last-child(2).col,
  .cid-v17cmAI7g6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-v17cmAI7g6 .col + .mbr-section-btn,
  .cid-v17cmAI7g6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-v17cmAI7g6 .dragArea {
    flex-direction: column;
  }
}
.cid-v17cmAI7g6 .btn-primary {
  border: 1px solid #075a10 !important;
}
.cid-v17cmAI7g6 .btn-primary:hover {
  border: 1px solid #075a10 !important;
}
.cid-v17cmAI7g6 .stripe {
  border-bottom: 1px solid #075a10;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-v17cmAI7g6 .form-group {
  max-width: 220px;
}
.cid-v17cmAI7g6 .mbr-section-btn {
  padding-left: 0;
}
.cid-v17cmAI7g6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v17cmAI7g6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #075a10;
  width: 85%;
}
.cid-v17cmAI7g6 .mbr-text {
  color: #444;
}
.cid-v17cmAI7g6 h5 {
  margin-bottom: 0;
}
.cid-v17cmAI7g6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-v17cmAI7g6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v17cmAI7g6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-v17cmAI7g6 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v17cmAI7g6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v17cmAI7g6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v17cmAI7g6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v17cmAI7g6 .social-list a:hover {
  opacity: 0.4;
}
.cid-v17cmAI7g6 .media-container-row > div {
  padding: 0px;
}
.cid-v17cmAI7g6 .text2 {
  color: #075a10;
  text-align: left;
}
.cid-v17cmAI7g6 .group-title {
  text-align: left;
  color: #075a10;
  padding-bottom: 0.2rem;
}
.cid-v17cmAI7g6 .links {
  color: #075a10;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v17cmAI7g6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v17cmAI7g6 .social-list,
  .cid-v17cmAI7g6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-v17cmAI7g6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-v17cmAI7g6 .form-group {
    max-width: 180px;
  }
}
.cid-v17cmAI7g6 .links span {
  color: #9e9e9e;
}
.cid-v17cmAI7g6 .logo-sub-title {
  text-align: center;
  color: #075a10;
}
.cid-v17cmAI7g6 .logo-title {
  text-align: center;
}
.cid-v17cmAI7g6 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-v17cmAI7g6 .logo-title,
.cid-v17cmAI7g6 .logo {
  color: #075a10;
}
#custom-html-3y {
  /* Type valid CSS here */
}
#custom-html-3y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3y p {
  font-size: 60px;
  color: #777;
}
