body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #aafc75 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aafc75 !important;
  border-color: #aafc75 !important;
  color: #2d7002 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0b1b01 !important;
  background-color: #76fa20 !important;
  border-color: #76fa20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d7002 !important;
  background-color: #76fa20 !important;
  border-color: #76fa20 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aafc75;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #76fa20 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d7002 !important;
  background-color: #aafc75 !important;
  border-color: #aafc75 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #aafc75 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6dfa11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #aafc75;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #aafc75;
  border-color: #aafc75;
  color: #378903;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #aafc75;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #aafc75 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #aafc75;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #aafc75;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aafc75;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #aafc75;
  border-bottom-color: #aafc75;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #aafc75 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23aafc75' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uxBD4WMNi0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxBD4WMNi0 nav.navbar {
  position: fixed;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxBD4WMNi0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxBD4WMNi0 .dropdown-item:hover,
.cid-uxBD4WMNi0 .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxBD4WMNi0 .dropdown-item:hover span {
  color: white;
}
.cid-uxBD4WMNi0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxBD4WMNi0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxBD4WMNi0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxBD4WMNi0 .nav-link {
  position: relative;
}
.cid-uxBD4WMNi0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown-menu,
.cid-uxBD4WMNi0 .navbar.opened {
  background: #173d33 !important;
}
.cid-uxBD4WMNi0 .nav-item:focus,
.cid-uxBD4WMNi0 .nav-link:focus {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxBD4WMNi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxBD4WMNi0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxBD4WMNi0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxBD4WMNi0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxBD4WMNi0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxBD4WMNi0 .navbar.collapsed {
  justify-content: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxBD4WMNi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxBD4WMNi0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxBD4WMNi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxBD4WMNi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxBD4WMNi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxBD4WMNi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxBD4WMNi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown-item.active,
.cid-uxBD4WMNi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxBD4WMNi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxBD4WMNi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxBD4WMNi0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxBD4WMNi0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxBD4WMNi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxBD4WMNi0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar {
    height: 70px;
  }
  .cid-uxBD4WMNi0 .navbar.opened {
    height: auto;
  }
  .cid-uxBD4WMNi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxEMRYT7d2 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxEMRYT7d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEMRYT7d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEMRYT7d2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxEMRYT7d2 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uxEOIz2CqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxEOIz2CqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEOIz2CqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEOIz2CqV .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .container {
    padding: 0 6px;
  }
}
.cid-uxEOIz2CqV .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uxEOIz2CqV .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uxEOIz2CqV .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uxEOIz2CqV .row {
    padding: 0 30px;
  }
}
.cid-uxEOIz2CqV .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uxEOIz2CqV .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uxEOIz2CqV .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uxEOIz2CqV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxEOIz2CqV .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uxEOIz2CqV .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uxEOIz2CqV .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uxEOIz2CqV .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uxEOIz2CqV .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxEOIz2CqV .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxEOIz2CqV .list {
  color: #131313;
}
.cid-uxEOIz2CqV .list,
.cid-uxEOIz2CqV .item-wrap {
  color: #fafafa;
}
.cid-uxEQQPGBRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxEQQPGBRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxEQQPGBRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxEQQPGBRY .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxEQQPGBRY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxEQQPGBRY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxEQQPGBRY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxEQQPGBRY .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxEQQPGBRY .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxEQQPGBRY .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxEQQPGBRY .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxEQQPGBRY .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxEQQPGBRY .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxEQQPGBRY .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxERFMJO8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxERFMJO8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxERFMJO8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxERFMJO8v .content-wrapper {
  padding: 80px 90px;
  background-color: #d4f5ce;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #173d33;
}
@media (max-width: 1200px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uxERFMJO8v .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxERFMJO8v .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxERFMJO8v .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxERFMJO8v .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxERFMJO8v .mbr-section-title {
  color: #050f0f;
}
.cid-uxERFMJO8v .mbr-text {
  color: #ffffff;
}
.cid-uxERFMJO8v .mbr-section-btn {
  text-align: center;
}
.cid-uxERFMJO8v .icon-wrapper {
  text-align: right;
}
.cid-uxERFMJO8v .mbr-section-title,
.cid-uxERFMJO8v .mbr-section-btn,
.cid-uxERFMJO8v .icon-wrapper {
  color: #fafafa;
}
.cid-uxzpecRgCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxzpecRgCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzpecRgCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzpecRgCA .container,
.cid-uxzpecRgCA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .container,
  .cid-uxzpecRgCA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxzpecRgCA .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #173d33;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxzpecRgCA .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .card {
    margin-bottom: 20px;
  }
}
.cid-uxzpecRgCA .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxzpecRgCA .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxzpecRgCA .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzpecRgCA .mbr-card-title {
  color: #3d4045;
}
.cid-uxzpecRgCA .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxzpecRgCA .mbr-card-title,
.cid-uxzpecRgCA .mbr-section-btn {
  text-align: center;
}
.cid-uxzGYJDtsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxzGYJDtsJ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uxzGYJDtsJ .mbr-text {
  color: #fafafa;
}
.cid-uxET1uyMqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxET1uyMqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxET1uyMqF .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-uxET1uyMqF .container {
    padding: 0 22px;
  }
}
.cid-uxET1uyMqF .row {
  justify-content: center;
}
.cid-uxET1uyMqF .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxET1uyMqF .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxET1uyMqF .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uxET1uyMqF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxET1uyMqF .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uxET1uyMqF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxET1uyMqF .mbr-section-title {
  color: #ffffff;
}
.cid-uxET1uyMqF .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-uxET1uyMqF .mbr-section-title,
.cid-uxET1uyMqF .icon-wrapper {
  text-align: center;
  color: #353535;
}
.cid-uxzmWME1Wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxzmWME1Wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzmWME1Wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzmWME1Wg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxzmWME1Wg .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .container {
    padding: 0 16px;
  }
}
.cid-uxzmWME1Wg .row {
  justify-content: space-between;
}
.cid-uxzmWME1Wg .title-wrapper {
  position: sticky;
}
.cid-uxzmWME1Wg .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxzmWME1Wg .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #d4f5ce;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000);
  border-radius: 50%;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxzmWME1Wg .mbr-section-title {
  color: #fafafa;
}
.cid-uxzmWME1Wg .panel-title-edit {
  color: #080808;
}
.cid-uxzmWME1Wg .panel-text {
  color: #333333;
}
.cid-uxBJhtpLHa {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uxBJhtpLHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBJhtpLHa .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxBJhtpLHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBJhtpLHa h1 {
  max-width: 800px;
}
.cid-uxBJhtpLHa p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uxBJhtpLHa .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #aafc75 !important;
}
.cid-uxBJhtpLHa .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uxBJhtpLHa .btn div {
  overflow: hidden;
}
.cid-uxBJhtpLHa .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uxBJhtpLHa {
    align-items: center;
  }
  .cid-uxBJhtpLHa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxBJhtpLHa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxBJhtpLHa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxBJhtpLHa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxBJhtpLHa .content-wrap {
    width: 100%;
  }
}
.cid-uxBJhtpLHa .mbr-section-subtitle,
.cid-uxBJhtpLHa .line {
  color: #291f1e;
}
.cid-uxBJhtpLHa .mbr-text,
.cid-uxBJhtpLHa .mbr-section-btn {
  text-align: left;
  color: #d4f5ce;
}
.cid-uxBJhtpLHa .mbr-section-title {
  color: #ffffff;
}
.cid-umRrtRiGAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #173d33;
}
.cid-umRrtRiGAW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-umRrtRiGAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRrtRiGAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRrtRiGAW .content-wrap {
  margin: 0;
}
.cid-umRrtRiGAW .content-wrap .card {
  padding: 0;
}
.cid-umRrtRiGAW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #d4f5ce;
  padding: 40px 32px;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-umRrtRiGAW .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-umRrtRiGAW .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-umRrtRiGAW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umRrtRiGAW .mbr-section-title {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-text {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-section-title,
.cid-umRrtRiGAW .mbr-section-btn {
  color: #ffffff;
}
.cid-umRrtRiGAW .mbr-text,
.cid-umRrtRiGAW .text-wrap {
  color: #ffffff;
}
.cid-uxBJHNfufn {
  overflow: hidden;
  background-color: #d4f5ce;
}
.cid-uxBJHNfufn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBJHNfufn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxBJHNfufn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxBJHNfufn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxBJHNfufn .container {
    padding: 0 24px;
  }
}
.cid-uxBJHNfufn .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxBJHNfufn .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uxBJHNfufn .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uxBJHNfufn .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxBJHNfufn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxBJHNfufn .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uxBJHNfufn .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uxBJHNfufn .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uxBJHNfufn .mbr-section-title {
  color: #ffffff;
}
.cid-uxBJHNfufn .mbr-text,
.cid-uxBJHNfufn .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uxBJHNfufn .mbr-section-title,
.cid-uxBJHNfufn .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxzFLJbsc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxzFLJbsc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzFLJbsc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzFLJbsc2 .container,
.cid-uxzFLJbsc2 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .container,
  .cid-uxzFLJbsc2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxzFLJbsc2 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxzFLJbsc2 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .card {
    margin-bottom: 20px;
  }
}
.cid-uxzFLJbsc2 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxzFLJbsc2 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxzFLJbsc2 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzFLJbsc2 .mbr-card-title {
  color: #3d4045;
}
.cid-uxzFLJbsc2 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxzFLJbsc2 .mbr-card-title,
.cid-uxzFLJbsc2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxzHZgpsCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxzHZgpsCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHZgpsCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzHZgpsCl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .container {
    padding: 0 26px;
  }
}
.cid-uxzHZgpsCl .row {
  justify-content: center;
}
.cid-uxzHZgpsCl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #173d33;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxzHZgpsCl .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxzHZgpsCl .mbr-section-title {
  color: #fafafa;
}
.cid-uxzHZgpsCl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxzHZgpsCl .mbr-desc {
  color: #ffffff;
}
.cid-uxzHZgpsCl .mbr-text {
  color: #fafafa;
}
.cid-uxzHZgpsCl .mbr-link {
  color: #ffffff;
}
.cid-umRtCDD7ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-umRtCDD7ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRtCDD7ao .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-umRtCDD7ao .container {
    padding: 0 30px;
  }
}
.cid-umRtCDD7ao .row {
  justify-content: center;
}
.cid-umRtCDD7ao .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umRtCDD7ao .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umRtCDD7ao .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-umRtCDD7ao .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxB660Qm7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d4f5ce;
}
.cid-uxB660Qm7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB660Qm7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB660Qm7o .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB660Qm7o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB660Qm7o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxB660Qm7o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB660Qm7o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxG4tO5rF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxG4tO5rF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxG4tO5rF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxG4tO5rF7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxG4tO5rF7 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxG4tO5rF7 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:hover,
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxG4tO5rF7 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxG4tO5rF7 .mbr-desc {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .text-wrapper {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .list {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxG4tO5rF7 .list,
.cid-uxG4tO5rF7 .item-wrap {
  color: #ffffff;
}
.cid-uxI1woV4Zp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4f5ce;
}
.cid-uxI1woV4Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxI1woV4Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxI1woV4Zp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxI1woV4Zp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uxI1woV4Zp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umUpbRtRxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-umUpbRtRxG blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxB7F7l0Br {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uxB7F7l0Br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7F7l0Br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB7F7l0Br .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB7F7l0Br .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB7F7l0Br .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxB7F7l0Br .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB7F7l0Br .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBD4WMNi0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxBD4WMNi0 nav.navbar {
  position: fixed;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxBD4WMNi0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxBD4WMNi0 .dropdown-item:hover,
.cid-uxBD4WMNi0 .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxBD4WMNi0 .dropdown-item:hover span {
  color: white;
}
.cid-uxBD4WMNi0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxBD4WMNi0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxBD4WMNi0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxBD4WMNi0 .nav-link {
  position: relative;
}
.cid-uxBD4WMNi0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown-menu,
.cid-uxBD4WMNi0 .navbar.opened {
  background: #173d33 !important;
}
.cid-uxBD4WMNi0 .nav-item:focus,
.cid-uxBD4WMNi0 .nav-link:focus {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxBD4WMNi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxBD4WMNi0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxBD4WMNi0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxBD4WMNi0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxBD4WMNi0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxBD4WMNi0 .navbar.collapsed {
  justify-content: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxBD4WMNi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxBD4WMNi0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxBD4WMNi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxBD4WMNi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxBD4WMNi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxBD4WMNi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxBD4WMNi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown-item.active,
.cid-uxBD4WMNi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxBD4WMNi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxBD4WMNi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxBD4WMNi0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxBD4WMNi0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxBD4WMNi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxBD4WMNi0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar {
    height: 70px;
  }
  .cid-uxBD4WMNi0 .navbar.opened {
    height: auto;
  }
  .cid-uxBD4WMNi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxG4tO5rF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxG4tO5rF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxG4tO5rF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxG4tO5rF7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxG4tO5rF7 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxG4tO5rF7 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:hover,
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxG4tO5rF7 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxG4tO5rF7 .mbr-desc {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .text-wrapper {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .list {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxG4tO5rF7 .list,
.cid-uxG4tO5rF7 .item-wrap {
  color: #ffffff;
}
.cid-uxI2pSPEk3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4f5ce;
}
.cid-uxI2pSPEk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxI2pSPEk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxI2pSPEk3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxI2pSPEk3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uxI2pSPEk3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uxB7V2Iki3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxB7V2Iki3 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxB7V2Uckh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uxB7V2Uckh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7V2Uckh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB7V2Uckh .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB7V2Uckh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB7V2Uckh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxB7V2Uckh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB7V2Uckh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBD4WMNi0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxBD4WMNi0 nav.navbar {
  position: fixed;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxBD4WMNi0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxBD4WMNi0 .dropdown-item:hover,
.cid-uxBD4WMNi0 .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxBD4WMNi0 .dropdown-item:hover span {
  color: white;
}
.cid-uxBD4WMNi0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxBD4WMNi0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxBD4WMNi0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxBD4WMNi0 .nav-link {
  position: relative;
}
.cid-uxBD4WMNi0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxBD4WMNi0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown-menu,
.cid-uxBD4WMNi0 .navbar.opened {
  background: #173d33 !important;
}
.cid-uxBD4WMNi0 .nav-item:focus,
.cid-uxBD4WMNi0 .nav-link:focus {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxBD4WMNi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxBD4WMNi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxBD4WMNi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxBD4WMNi0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxBD4WMNi0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxBD4WMNi0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxBD4WMNi0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxBD4WMNi0 .navbar.collapsed {
  justify-content: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxBD4WMNi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxBD4WMNi0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxBD4WMNi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxBD4WMNi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxBD4WMNi0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxBD4WMNi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxBD4WMNi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxBD4WMNi0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxBD4WMNi0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxBD4WMNi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxBD4WMNi0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxBD4WMNi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxBD4WMNi0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxBD4WMNi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxBD4WMNi0 .dropdown-item.active,
.cid-uxBD4WMNi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxBD4WMNi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxBD4WMNi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxBD4WMNi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxBD4WMNi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxBD4WMNi0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxBD4WMNi0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxBD4WMNi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxBD4WMNi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxBD4WMNi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxBD4WMNi0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxBD4WMNi0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxBD4WMNi0 .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-uxBD4WMNi0 .navbar {
    height: 70px;
  }
  .cid-uxBD4WMNi0 .navbar.opened {
    height: auto;
  }
  .cid-uxBD4WMNi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxG4tO5rF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxG4tO5rF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxG4tO5rF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxG4tO5rF7 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxG4tO5rF7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxG4tO5rF7 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxG4tO5rF7 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:hover,
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxG4tO5rF7 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxG4tO5rF7 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxG4tO5rF7 .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxG4tO5rF7 .mbr-desc {
  color: #ffffff;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .text-wrapper {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .list {
  color: #9aa0a6;
}
.cid-uxG4tO5rF7 .mbr-text,
.cid-uxG4tO5rF7 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxG4tO5rF7 .list,
.cid-uxG4tO5rF7 .item-wrap {
  color: #ffffff;
}
.cid-uxHoIXf1QJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxHoIXf1QJ nav.navbar {
  position: fixed;
}
.cid-uxHoIXf1QJ .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-uxHoIXf1QJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxHoIXf1QJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxHoIXf1QJ .dropdown-item:hover,
.cid-uxHoIXf1QJ .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxHoIXf1QJ .dropdown-item:hover span {
  color: white;
}
.cid-uxHoIXf1QJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxHoIXf1QJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxHoIXf1QJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxHoIXf1QJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxHoIXf1QJ .nav-link {
  position: relative;
}
.cid-uxHoIXf1QJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHoIXf1QJ .container {
    flex-wrap: wrap;
  }
}
.cid-uxHoIXf1QJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHoIXf1QJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxHoIXf1QJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxHoIXf1QJ .dropdown-menu,
.cid-uxHoIXf1QJ .navbar.opened {
  background: #173d33 !important;
}
.cid-uxHoIXf1QJ .nav-item:focus,
.cid-uxHoIXf1QJ .nav-link:focus {
  outline: none;
}
.cid-uxHoIXf1QJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxHoIXf1QJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxHoIXf1QJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxHoIXf1QJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHoIXf1QJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxHoIXf1QJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxHoIXf1QJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxHoIXf1QJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uxHoIXf1QJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxHoIXf1QJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uxHoIXf1QJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxHoIXf1QJ .navbar.collapsed {
  justify-content: center;
}
.cid-uxHoIXf1QJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxHoIXf1QJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxHoIXf1QJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxHoIXf1QJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxHoIXf1QJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxHoIXf1QJ .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-uxHoIXf1QJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxHoIXf1QJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxHoIXf1QJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxHoIXf1QJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxHoIXf1QJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxHoIXf1QJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxHoIXf1QJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxHoIXf1QJ .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-uxHoIXf1QJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxHoIXf1QJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxHoIXf1QJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxHoIXf1QJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxHoIXf1QJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxHoIXf1QJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxHoIXf1QJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxHoIXf1QJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxHoIXf1QJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxHoIXf1QJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxHoIXf1QJ .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-uxHoIXf1QJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHoIXf1QJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHoIXf1QJ .dropdown-item.active,
.cid-uxHoIXf1QJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uxHoIXf1QJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxHoIXf1QJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxHoIXf1QJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxHoIXf1QJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxHoIXf1QJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxHoIXf1QJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxHoIXf1QJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxHoIXf1QJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxHoIXf1QJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxHoIXf1QJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxHoIXf1QJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxHoIXf1QJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHoIXf1QJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHoIXf1QJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxHoIXf1QJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHoIXf1QJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxHoIXf1QJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxHoIXf1QJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHoIXf1QJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxHoIXf1QJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxHoIXf1QJ .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-uxHoIXf1QJ .navbar {
    height: 70px;
  }
  .cid-uxHoIXf1QJ .navbar.opened {
    height: auto;
  }
  .cid-uxHoIXf1QJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxHoIYIlEj {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxHoIYIlEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoIYIlEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoIYIlEj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxHoIYIlEj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uxHoIZsANi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoIZsANi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoIZsANi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoIZsANi .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .container {
    padding: 0 6px;
  }
}
.cid-uxHoIZsANi .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uxHoIZsANi .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHoIZsANi .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uxHoIZsANi .row {
    padding: 0 30px;
  }
}
.cid-uxHoIZsANi .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uxHoIZsANi .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uxHoIZsANi .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uxHoIZsANi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxHoIZsANi .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uxHoIZsANi .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uxHoIZsANi .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uxHoIZsANi .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uxHoIZsANi .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHoIZsANi .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxHoIZsANi .list {
  color: #131313;
}
.cid-uxHoIZsANi .list,
.cid-uxHoIZsANi .item-wrap {
  color: #fafafa;
}
.cid-uxHoJ05wQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHoJ05wQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ05wQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ05wQV .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxHoJ05wQV .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHoJ05wQV .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxHoJ05wQV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxHoJ05wQV .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxHoJ05wQV .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxHoJ05wQV .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHoJ05wQV .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHoJ05wQV .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHoJ05wQV .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxHoJ05wQV .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxHoJ0DVWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoJ0DVWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ0DVWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ0DVWk .content-wrapper {
  padding: 80px 90px;
  background-color: #d4f5ce;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #173d33;
}
@media (max-width: 1200px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxHoJ0DVWk .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHoJ0DVWk .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxHoJ0DVWk .mbr-section-title {
  color: #050f0f;
}
.cid-uxHoJ0DVWk .mbr-text {
  color: #ffffff;
}
.cid-uxHoJ0DVWk .mbr-section-btn {
  text-align: center;
}
.cid-uxHoJ0DVWk .icon-wrapper {
  text-align: right;
}
.cid-uxHoJ0DVWk .mbr-section-title,
.cid-uxHoJ0DVWk .mbr-section-btn,
.cid-uxHoJ0DVWk .icon-wrapper {
  color: #fafafa;
}
.cid-uxHoJ1cwEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHoJ1cwEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ1cwEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ1cwEf .container,
.cid-uxHoJ1cwEf .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHoJ1cwEf .container,
  .cid-uxHoJ1cwEf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHoJ1cwEf .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #173d33;
}
@media (max-width: 992px) {
  .cid-uxHoJ1cwEf .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHoJ1cwEf .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHoJ1cwEf .card {
    margin-bottom: 20px;
  }
}
.cid-uxHoJ1cwEf .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHoJ1cwEf .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHoJ1cwEf .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHoJ1cwEf .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHoJ1cwEf .mbr-card-title {
  color: #3d4045;
}
.cid-uxHoJ1cwEf .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHoJ1cwEf .mbr-card-title,
.cid-uxHoJ1cwEf .mbr-section-btn {
  text-align: center;
}
.cid-uxHoJ209N7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoJ209N7 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uxHoJ209N7 .mbr-text {
  color: #fafafa;
}
.cid-uxHoJ2zd4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uxHoJ2zd4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ2zd4d .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-uxHoJ2zd4d .container {
    padding: 0 22px;
  }
}
.cid-uxHoJ2zd4d .row {
  justify-content: center;
}
.cid-uxHoJ2zd4d .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxHoJ2zd4d .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxHoJ2zd4d .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uxHoJ2zd4d .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHoJ2zd4d .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uxHoJ2zd4d .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHoJ2zd4d .mbr-section-title {
  color: #ffffff;
}
.cid-uxHoJ2zd4d .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-uxHoJ2zd4d .mbr-section-title,
.cid-uxHoJ2zd4d .icon-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uxHoJ3fqnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoJ3fqnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ3fqnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ3fqnj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxHoJ3fqnj .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ3fqnj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ3fqnj .container {
    padding: 0 16px;
  }
}
.cid-uxHoJ3fqnj .row {
  justify-content: space-between;
}
.cid-uxHoJ3fqnj .title-wrapper {
  position: sticky;
}
.cid-uxHoJ3fqnj .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHoJ3fqnj .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxHoJ3fqnj .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHoJ3fqnj .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #d4f5ce;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxHoJ3fqnj .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000);
  border-radius: 50%;
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxHoJ3fqnj .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxHoJ3fqnj .mbr-section-title {
  color: #fafafa;
}
.cid-uxHoJ3fqnj .panel-title-edit {
  color: #080808;
}
.cid-uxHoJ3fqnj .panel-text {
  color: #333333;
}
.cid-uxHoJ4d6yN {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxHoJ4d6yN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ4d6yN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxHoJ4d6yN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ4d6yN h1 {
  max-width: 800px;
}
.cid-uxHoJ4d6yN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uxHoJ4d6yN .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #aafc75 !important;
}
.cid-uxHoJ4d6yN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uxHoJ4d6yN .btn div {
  overflow: hidden;
}
.cid-uxHoJ4d6yN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uxHoJ4d6yN {
    align-items: center;
  }
  .cid-uxHoJ4d6yN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxHoJ4d6yN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxHoJ4d6yN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxHoJ4d6yN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxHoJ4d6yN .content-wrap {
    width: 100%;
  }
}
.cid-uxHoJ4d6yN .mbr-section-subtitle,
.cid-uxHoJ4d6yN .line {
  color: #291f1e;
}
.cid-uxHoJ4d6yN .mbr-text,
.cid-uxHoJ4d6yN .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uxHoJ4d6yN .mbr-section-title {
  color: #000000;
}
.cid-uxHoJ51tYW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uxHoJ51tYW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxHoJ51tYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ51tYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ51tYW .content-wrap {
  margin: 0;
}
.cid-uxHoJ51tYW .content-wrap .card {
  padding: 0;
}
.cid-uxHoJ51tYW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #d4f5ce;
  padding: 40px 32px;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uxHoJ51tYW .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ51tYW .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ51tYW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ51tYW .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uxHoJ51tYW .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxHoJ51tYW .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHoJ51tYW .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxHoJ51tYW .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxHoJ51tYW .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxHoJ51tYW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ51tYW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxHoJ51tYW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxHoJ51tYW .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxHoJ51tYW .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxHoJ51tYW .mbr-section-title {
  color: #150764;
}
.cid-uxHoJ51tYW .mbr-text {
  color: #150764;
}
.cid-uxHoJ51tYW .mbr-section-title,
.cid-uxHoJ51tYW .mbr-section-btn {
  color: #ffffff;
}
.cid-uxHoJ51tYW .mbr-text,
.cid-uxHoJ51tYW .text-wrap {
  color: #ffffff;
}
.cid-uxHoJ5P2bo {
  overflow: hidden;
  background-color: #d4f5ce;
}
.cid-uxHoJ5P2bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ5P2bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ5P2bo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxHoJ5P2bo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ5P2bo .container {
    padding: 0 24px;
  }
}
.cid-uxHoJ5P2bo .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxHoJ5P2bo .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uxHoJ5P2bo .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uxHoJ5P2bo .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxHoJ5P2bo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHoJ5P2bo .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uxHoJ5P2bo .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ5P2bo .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uxHoJ5P2bo .mbr-section-title {
  color: #ffffff;
}
.cid-uxHoJ5P2bo .mbr-text,
.cid-uxHoJ5P2bo .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uxHoJ5P2bo .mbr-section-title,
.cid-uxHoJ5P2bo .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxHoJ6AGer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoJ6AGer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ6AGer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ6AGer .container,
.cid-uxHoJ6AGer .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHoJ6AGer .container,
  .cid-uxHoJ6AGer .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHoJ6AGer .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uxHoJ6AGer .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHoJ6AGer .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHoJ6AGer .card {
    margin-bottom: 20px;
  }
}
.cid-uxHoJ6AGer .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHoJ6AGer .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHoJ6AGer .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHoJ6AGer .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHoJ6AGer .mbr-card-title {
  color: #3d4045;
}
.cid-uxHoJ6AGer .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHoJ6AGer .mbr-card-title,
.cid-uxHoJ6AGer .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxHoJ7F1lP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHoJ7F1lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ7F1lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ7F1lP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxHoJ7F1lP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ7F1lP .container {
    padding: 0 26px;
  }
}
.cid-uxHoJ7F1lP .row {
  justify-content: center;
}
.cid-uxHoJ7F1lP .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #173d33;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxHoJ7F1lP .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxHoJ7F1lP .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxHoJ7F1lP .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxHoJ7F1lP .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxHoJ7F1lP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxHoJ7F1lP .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHoJ7F1lP .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxHoJ7F1lP .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxHoJ7F1lP .mbr-section-title {
  color: #fafafa;
}
.cid-uxHoJ7F1lP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxHoJ7F1lP .mbr-desc {
  color: #ffffff;
}
.cid-uxHoJ7F1lP .mbr-text {
  color: #fafafa;
}
.cid-uxHoJ7F1lP .mbr-link {
  color: #ffffff;
}
.cid-uxHoJ8p2Om {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHoJ8p2Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ8p2Om .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-uxHoJ8p2Om .container {
    padding: 0 30px;
  }
}
.cid-uxHoJ8p2Om .row {
  justify-content: center;
}
.cid-uxHoJ8p2Om .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxHoJ8p2Om .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHoJ8p2Om .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxHoJ8p2Om .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxHoJ8p2Om .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHoJ8p2Om .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxHoJ8p2Om .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxI2YrrnzP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uxI2YrrnzP .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxI2YrrnzP .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uxI2YrrnzP .panel-group {
  border: none;
}
.cid-uxI2YrrnzP .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxI2YrrnzP .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uxI2YrrnzP .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxI2YrrnzP .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uxI2YrrnzP .content {
  margin: 5rem auto;
}
.cid-uxI2YrrnzP .img-col {
  padding: 0;
}
.cid-uxI2YrrnzP .img-item {
  height: 100%;
}
.cid-uxI2YrrnzP img {
  height: 100%;
  object-fit: cover;
}
.cid-uxI2YrrnzP .collapsed span {
  transform: rotate(0deg);
}
.cid-uxI2YrrnzP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxI2YrrnzP p {
  margin-bottom: 0.3rem;
}
.cid-uxI2YrrnzP .panel-title-edit {
  color: #1b1818;
  text-align: center;
}
.cid-uxI2YrrnzP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uxI2YrrnzP .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uxI2YrrnzP .card {
    padding: 1rem;
  }
}
.cid-uxI2YrrnzP .panel-text {
  color: #1b1818;
}
.cid-uxI2YrrnzP H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uxI2YrrnzP H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uxHoJ9eaCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d4f5ce;
}
.cid-uxHoJ9eaCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJ9eaCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJ9eaCV .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxHoJ9eaCV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxHoJ9eaCV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxHoJ9eaCV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxHoJ9eaCV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxHoJa3hFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxHoJa3hFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHoJa3hFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxHoJa3hFU .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxHoJa3hFU .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxHoJa3hFU .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxHoJa3hFU .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxHoJa3hFU .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxHoJa3hFU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxHoJa3hFU .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxHoJa3hFU .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHoJa3hFU .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHoJa3hFU .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHoJa3hFU .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxHoJa3hFU .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxHoJa3hFU .list-wrapper .list .item-wrap:hover,
.cid-uxHoJa3hFU .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxHoJa3hFU .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHoJa3hFU .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHoJa3hFU .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHoJa3hFU .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHoJa3hFU .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxHoJa3hFU .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxHoJa3hFU .mbr-desc {
  color: #ffffff;
}
.cid-uxHoJa3hFU .mbr-text,
.cid-uxHoJa3hFU .text-wrapper {
  color: #9aa0a6;
}
.cid-uxHoJa3hFU .list {
  color: #9aa0a6;
}
.cid-uxHoJa3hFU .mbr-text,
.cid-uxHoJa3hFU .mbr-section-btn {
  color: #fafafa;
}
.cid-uxHoJa3hFU .list,
.cid-uxHoJa3hFU .item-wrap {
  color: #ffffff;
}
.cid-uxHHRYXK0M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxHHRYXK0M nav.navbar {
  position: fixed;
}
.cid-uxHHRYXK0M .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-uxHHRYXK0M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxHHRYXK0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxHHRYXK0M .dropdown-item:hover,
.cid-uxHHRYXK0M .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxHHRYXK0M .dropdown-item:hover span {
  color: white;
}
.cid-uxHHRYXK0M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxHHRYXK0M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxHHRYXK0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxHHRYXK0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxHHRYXK0M .nav-link {
  position: relative;
}
.cid-uxHHRYXK0M .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHHRYXK0M .container {
    flex-wrap: wrap;
  }
}
.cid-uxHHRYXK0M .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHHRYXK0M .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxHHRYXK0M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxHHRYXK0M .dropdown-menu,
.cid-uxHHRYXK0M .navbar.opened {
  background: #173d33 !important;
}
.cid-uxHHRYXK0M .nav-item:focus,
.cid-uxHHRYXK0M .nav-link:focus {
  outline: none;
}
.cid-uxHHRYXK0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxHHRYXK0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxHHRYXK0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxHHRYXK0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHHRYXK0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxHHRYXK0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxHHRYXK0M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxHHRYXK0M .navbar.opened {
  transition: all 0.3s;
}
.cid-uxHHRYXK0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxHHRYXK0M .navbar .navbar-logo img {
  width: auto;
}
.cid-uxHHRYXK0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxHHRYXK0M .navbar.collapsed {
  justify-content: center;
}
.cid-uxHHRYXK0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxHHRYXK0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxHHRYXK0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxHHRYXK0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxHHRYXK0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxHHRYXK0M .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-uxHHRYXK0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxHHRYXK0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxHHRYXK0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxHHRYXK0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxHHRYXK0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxHHRYXK0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxHHRYXK0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxHHRYXK0M .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-uxHHRYXK0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxHHRYXK0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxHHRYXK0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxHHRYXK0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxHHRYXK0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxHHRYXK0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxHHRYXK0M .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxHHRYXK0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxHHRYXK0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxHHRYXK0M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxHHRYXK0M .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-uxHHRYXK0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHHRYXK0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHHRYXK0M .dropdown-item.active,
.cid-uxHHRYXK0M .dropdown-item:active {
  background-color: transparent;
}
.cid-uxHHRYXK0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxHHRYXK0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxHHRYXK0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxHHRYXK0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxHHRYXK0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxHHRYXK0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxHHRYXK0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxHHRYXK0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxHHRYXK0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxHHRYXK0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxHHRYXK0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxHHRYXK0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHHRYXK0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHHRYXK0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxHHRYXK0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHHRYXK0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxHHRYXK0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxHHRYXK0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHHRYXK0M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxHHRYXK0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxHHRYXK0M .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-uxHHRYXK0M .navbar {
    height: 70px;
  }
  .cid-uxHHRYXK0M .navbar.opened {
    height: auto;
  }
  .cid-uxHHRYXK0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxHHS11SjR {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxHHS11SjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS11SjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS11SjR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxHHS11SjR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uxHHS29ZT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHS29ZT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS29ZT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS29ZT6 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .container {
    padding: 0 6px;
  }
}
.cid-uxHHS29ZT6 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uxHHS29ZT6 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHHS29ZT6 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uxHHS29ZT6 .row {
    padding: 0 30px;
  }
}
.cid-uxHHS29ZT6 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uxHHS29ZT6 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uxHHS29ZT6 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uxHHS29ZT6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxHHS29ZT6 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uxHHS29ZT6 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uxHHS29ZT6 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uxHHS29ZT6 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uxHHS29ZT6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHHS29ZT6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxHHS29ZT6 .list {
  color: #131313;
}
.cid-uxHHS29ZT6 .list,
.cid-uxHHS29ZT6 .item-wrap {
  color: #fafafa;
}
.cid-uxHHS31U2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHHS31U2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS31U2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS31U2Y .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxHHS31U2Y .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHHS31U2Y .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxHHS31U2Y .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxHHS31U2Y .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxHHS31U2Y .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxHHS31U2Y .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHHS31U2Y .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHHS31U2Y .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHHS31U2Y .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxHHS31U2Y .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxHHS4bmWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHS4bmWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS4bmWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS4bmWH .content-wrapper {
  padding: 80px 90px;
  background-color: #d4f5ce;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #173d33;
}
@media (max-width: 1200px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uxHHS4bmWH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxHHS4bmWH .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxHHS4bmWH .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHHS4bmWH .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxHHS4bmWH .mbr-section-title {
  color: #050f0f;
}
.cid-uxHHS4bmWH .mbr-text {
  color: #ffffff;
}
.cid-uxHHS4bmWH .mbr-section-btn {
  text-align: center;
}
.cid-uxHHS4bmWH .icon-wrapper {
  text-align: right;
}
.cid-uxHHS4bmWH .mbr-section-title,
.cid-uxHHS4bmWH .mbr-section-btn,
.cid-uxHHS4bmWH .icon-wrapper {
  color: #fafafa;
}
.cid-uxHHS5dw9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHHS5dw9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS5dw9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS5dw9y .container,
.cid-uxHHS5dw9y .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHHS5dw9y .container,
  .cid-uxHHS5dw9y .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHHS5dw9y .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #173d33;
}
@media (max-width: 992px) {
  .cid-uxHHS5dw9y .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHHS5dw9y .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHHS5dw9y .card {
    margin-bottom: 20px;
  }
}
.cid-uxHHS5dw9y .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHHS5dw9y .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHHS5dw9y .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHHS5dw9y .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHHS5dw9y .mbr-card-title {
  color: #3d4045;
}
.cid-uxHHS5dw9y .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHHS5dw9y .mbr-card-title,
.cid-uxHHS5dw9y .mbr-section-btn {
  text-align: center;
}
.cid-uxHHS6xP2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHS6xP2A .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uxHHS6xP2A .mbr-text {
  color: #fafafa;
}
.cid-uxHHS76fR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uxHHS76fR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS76fR9 .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-uxHHS76fR9 .container {
    padding: 0 22px;
  }
}
.cid-uxHHS76fR9 .row {
  justify-content: center;
}
.cid-uxHHS76fR9 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxHHS76fR9 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxHHS76fR9 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uxHHS76fR9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHHS76fR9 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uxHHS76fR9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHHS76fR9 .mbr-section-title {
  color: #ffffff;
}
.cid-uxHHS76fR9 .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-uxHHS76fR9 .mbr-section-title,
.cid-uxHHS76fR9 .icon-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uxHHS7NJIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHS7NJIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS7NJIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS7NJIL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxHHS7NJIL .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS7NJIL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS7NJIL .container {
    padding: 0 16px;
  }
}
.cid-uxHHS7NJIL .row {
  justify-content: space-between;
}
.cid-uxHHS7NJIL .title-wrapper {
  position: sticky;
}
.cid-uxHHS7NJIL .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHHS7NJIL .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxHHS7NJIL .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHHS7NJIL .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #d4f5ce;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxHHS7NJIL .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000);
  border-radius: 50%;
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxHHS7NJIL .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxHHS7NJIL .mbr-section-title {
  color: #fafafa;
}
.cid-uxHHS7NJIL .panel-title-edit {
  color: #080808;
}
.cid-uxHHS7NJIL .panel-text {
  color: #333333;
}
.cid-uxHHS8VtPN {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uxHHS8VtPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS8VtPN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxHHS8VtPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS8VtPN h1 {
  max-width: 800px;
}
.cid-uxHHS8VtPN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uxHHS8VtPN .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #aafc75 !important;
}
.cid-uxHHS8VtPN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uxHHS8VtPN .btn div {
  overflow: hidden;
}
.cid-uxHHS8VtPN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uxHHS8VtPN {
    align-items: center;
  }
  .cid-uxHHS8VtPN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxHHS8VtPN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxHHS8VtPN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxHHS8VtPN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxHHS8VtPN .content-wrap {
    width: 100%;
  }
}
.cid-uxHHS8VtPN .mbr-section-subtitle,
.cid-uxHHS8VtPN .line {
  color: #291f1e;
}
.cid-uxHHS8VtPN .mbr-text,
.cid-uxHHS8VtPN .mbr-section-btn {
  text-align: left;
  color: #d4f5ce;
}
.cid-uxHHS8VtPN .mbr-section-title {
  color: #ffffff;
}
.cid-uxHHS9Au8s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uxHHS9Au8s .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxHHS9Au8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHS9Au8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHS9Au8s .content-wrap {
  margin: 0;
}
.cid-uxHHS9Au8s .content-wrap .card {
  padding: 0;
}
.cid-uxHHS9Au8s .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #d4f5ce;
  padding: 40px 32px;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uxHHS9Au8s .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS9Au8s .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS9Au8s .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS9Au8s .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uxHHS9Au8s .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxHHS9Au8s .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHHS9Au8s .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxHHS9Au8s .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxHHS9Au8s .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxHHS9Au8s .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHS9Au8s .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxHHS9Au8s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxHHS9Au8s .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxHHS9Au8s .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxHHS9Au8s .mbr-section-title {
  color: #150764;
}
.cid-uxHHS9Au8s .mbr-text {
  color: #150764;
}
.cid-uxHHS9Au8s .mbr-section-title,
.cid-uxHHS9Au8s .mbr-section-btn {
  color: #ffffff;
}
.cid-uxHHS9Au8s .mbr-text,
.cid-uxHHS9Au8s .text-wrap {
  color: #ffffff;
}
.cid-uxHHSapl6j {
  overflow: hidden;
  background-color: #d4f5ce;
}
.cid-uxHHSapl6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSapl6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHSapl6j .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxHHSapl6j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHSapl6j .container {
    padding: 0 24px;
  }
}
.cid-uxHHSapl6j .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxHHSapl6j .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uxHHSapl6j .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uxHHSapl6j .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxHHSapl6j .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHHSapl6j .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uxHHSapl6j .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uxHHSapl6j .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uxHHSapl6j .mbr-section-title {
  color: #ffffff;
}
.cid-uxHHSapl6j .mbr-text,
.cid-uxHHSapl6j .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uxHHSapl6j .mbr-section-title,
.cid-uxHHSapl6j .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxHHSbgPBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHSbgPBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSbgPBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHSbgPBQ .container,
.cid-uxHHSbgPBQ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHHSbgPBQ .container,
  .cid-uxHHSbgPBQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHHSbgPBQ .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uxHHSbgPBQ .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHHSbgPBQ .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHHSbgPBQ .card {
    margin-bottom: 20px;
  }
}
.cid-uxHHSbgPBQ .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHHSbgPBQ .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHHSbgPBQ .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHHSbgPBQ .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHHSbgPBQ .mbr-card-title {
  color: #3d4045;
}
.cid-uxHHSbgPBQ .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHHSbgPBQ .mbr-card-title,
.cid-uxHHSbgPBQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxHHSc8men {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHHSc8men .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSc8men .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHSc8men .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxHHSc8men .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHSc8men .container {
    padding: 0 26px;
  }
}
.cid-uxHHSc8men .row {
  justify-content: center;
}
.cid-uxHHSc8men .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #173d33;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxHHSc8men .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxHHSc8men .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxHHSc8men .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxHHSc8men .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxHHSc8men .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxHHSc8men .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxHHSc8men .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHHSc8men .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxHHSc8men .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxHHSc8men .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHHSc8men .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxHHSc8men .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxHHSc8men .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxHHSc8men .mbr-section-title {
  color: #fafafa;
}
.cid-uxHHSc8men .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxHHSc8men .mbr-desc {
  color: #ffffff;
}
.cid-uxHHSc8men .mbr-text {
  color: #fafafa;
}
.cid-uxHHSc8men .mbr-link {
  color: #ffffff;
}
.cid-uxHHSd8vIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHHSd8vIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSd8vIA .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-uxHHSd8vIA .container {
    padding: 0 30px;
  }
}
.cid-uxHHSd8vIA .row {
  justify-content: center;
}
.cid-uxHHSd8vIA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxHHSd8vIA .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHHSd8vIA .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxHHSd8vIA .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxHHSd8vIA .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHHSd8vIA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxHHSd8vIA .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxI3KZPJe3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uxI3KZPJe3 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxI3KZPJe3 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uxI3KZPJe3 .panel-group {
  border: none;
}
.cid-uxI3KZPJe3 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxI3KZPJe3 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uxI3KZPJe3 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxI3KZPJe3 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uxI3KZPJe3 .content {
  margin: 5rem auto;
}
.cid-uxI3KZPJe3 .img-col {
  padding: 0;
}
.cid-uxI3KZPJe3 .img-item {
  height: 100%;
}
.cid-uxI3KZPJe3 img {
  height: 100%;
  object-fit: cover;
}
.cid-uxI3KZPJe3 .collapsed span {
  transform: rotate(0deg);
}
.cid-uxI3KZPJe3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxI3KZPJe3 p {
  margin-bottom: 0.3rem;
}
.cid-uxI3KZPJe3 .panel-title-edit {
  color: #1b1818;
  text-align: center;
}
.cid-uxI3KZPJe3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uxI3KZPJe3 .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uxI3KZPJe3 .card {
    padding: 1rem;
  }
}
.cid-uxI3KZPJe3 .panel-text {
  color: #1b1818;
}
.cid-uxI3KZPJe3 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uxI3KZPJe3 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uxHHSdSwMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d4f5ce;
}
.cid-uxHHSdSwMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSdSwMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHSdSwMP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxHHSdSwMP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxHHSdSwMP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxHHSdSwMP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxHHSdSwMP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxHHSeN5hB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxHHSeN5hB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHHSeN5hB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxHHSeN5hB .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxHHSeN5hB .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxHHSeN5hB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxHHSeN5hB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxHHSeN5hB .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxHHSeN5hB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxHHSeN5hB .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxHHSeN5hB .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHHSeN5hB .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHHSeN5hB .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHHSeN5hB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxHHSeN5hB .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxHHSeN5hB .list-wrapper .list .item-wrap:hover,
.cid-uxHHSeN5hB .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxHHSeN5hB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHHSeN5hB .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHHSeN5hB .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHHSeN5hB .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHHSeN5hB .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxHHSeN5hB .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxHHSeN5hB .mbr-desc {
  color: #ffffff;
}
.cid-uxHHSeN5hB .mbr-text,
.cid-uxHHSeN5hB .text-wrapper {
  color: #9aa0a6;
}
.cid-uxHHSeN5hB .list {
  color: #9aa0a6;
}
.cid-uxHHSeN5hB .mbr-text,
.cid-uxHHSeN5hB .mbr-section-btn {
  color: #fafafa;
}
.cid-uxHHSeN5hB .list,
.cid-uxHHSeN5hB .item-wrap {
  color: #ffffff;
}
.cid-uxHTcIiEa8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxHTcIiEa8 nav.navbar {
  position: fixed;
}
.cid-uxHTcIiEa8 .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-uxHTcIiEa8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxHTcIiEa8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxHTcIiEa8 .dropdown-item:hover,
.cid-uxHTcIiEa8 .dropdown-item:focus {
  background: #aafc75 !important;
  color: white !important;
}
.cid-uxHTcIiEa8 .dropdown-item:hover span {
  color: white;
}
.cid-uxHTcIiEa8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxHTcIiEa8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxHTcIiEa8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxHTcIiEa8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxHTcIiEa8 .nav-link {
  position: relative;
}
.cid-uxHTcIiEa8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHTcIiEa8 .container {
    flex-wrap: wrap;
  }
}
.cid-uxHTcIiEa8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uxHTcIiEa8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uxHTcIiEa8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxHTcIiEa8 .dropdown-menu,
.cid-uxHTcIiEa8 .navbar.opened {
  background: #173d33 !important;
}
.cid-uxHTcIiEa8 .nav-item:focus,
.cid-uxHTcIiEa8 .nav-link:focus {
  outline: none;
}
.cid-uxHTcIiEa8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxHTcIiEa8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxHTcIiEa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxHTcIiEa8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHTcIiEa8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxHTcIiEa8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxHTcIiEa8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #173d33;
}
.cid-uxHTcIiEa8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxHTcIiEa8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxHTcIiEa8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxHTcIiEa8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxHTcIiEa8 .navbar.collapsed {
  justify-content: center;
}
.cid-uxHTcIiEa8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxHTcIiEa8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxHTcIiEa8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxHTcIiEa8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxHTcIiEa8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxHTcIiEa8 .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-uxHTcIiEa8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxHTcIiEa8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxHTcIiEa8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxHTcIiEa8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxHTcIiEa8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxHTcIiEa8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxHTcIiEa8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxHTcIiEa8 .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-uxHTcIiEa8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxHTcIiEa8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxHTcIiEa8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxHTcIiEa8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxHTcIiEa8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxHTcIiEa8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxHTcIiEa8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxHTcIiEa8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxHTcIiEa8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxHTcIiEa8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxHTcIiEa8 .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-uxHTcIiEa8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHTcIiEa8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHTcIiEa8 .dropdown-item.active,
.cid-uxHTcIiEa8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxHTcIiEa8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxHTcIiEa8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxHTcIiEa8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxHTcIiEa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uxHTcIiEa8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxHTcIiEa8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxHTcIiEa8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxHTcIiEa8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxHTcIiEa8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxHTcIiEa8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxHTcIiEa8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxHTcIiEa8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHTcIiEa8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHTcIiEa8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxHTcIiEa8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHTcIiEa8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxHTcIiEa8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxHTcIiEa8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHTcIiEa8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxHTcIiEa8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxHTcIiEa8 .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-uxHTcIiEa8 .navbar {
    height: 70px;
  }
  .cid-uxHTcIiEa8 .navbar.opened {
    height: auto;
  }
  .cid-uxHTcIiEa8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxHTcKlLUr {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxHTcKlLUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcKlLUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcKlLUr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxHTcKlLUr .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uxHTcLkRxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcLkRxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcLkRxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcLkRxT .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .container {
    padding: 0 6px;
  }
}
.cid-uxHTcLkRxT .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uxHTcLkRxT .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHTcLkRxT .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uxHTcLkRxT .row {
    padding: 0 30px;
  }
}
.cid-uxHTcLkRxT .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uxHTcLkRxT .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uxHTcLkRxT .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uxHTcLkRxT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uxHTcLkRxT .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uxHTcLkRxT .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uxHTcLkRxT .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uxHTcLkRxT .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uxHTcLkRxT .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHTcLkRxT .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxHTcLkRxT .list {
  color: #131313;
}
.cid-uxHTcLkRxT .list,
.cid-uxHTcLkRxT .item-wrap {
  color: #fafafa;
}
.cid-uxHTcMaVEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHTcMaVEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcMaVEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcMaVEz .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxHTcMaVEz .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHTcMaVEz .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxHTcMaVEz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxHTcMaVEz .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxHTcMaVEz .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxHTcMaVEz .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHTcMaVEz .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHTcMaVEz .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHTcMaVEz .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxHTcMaVEz .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxHTcN8rzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcN8rzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcN8rzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcN8rzr .content-wrapper {
  padding: 80px 90px;
  background-color: #d4f5ce;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #173d33;
}
@media (max-width: 1200px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uxHTcN8rzr .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxHTcN8rzr .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxHTcN8rzr .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHTcN8rzr .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxHTcN8rzr .mbr-section-title {
  color: #050f0f;
}
.cid-uxHTcN8rzr .mbr-text {
  color: #ffffff;
}
.cid-uxHTcN8rzr .mbr-section-btn {
  text-align: center;
}
.cid-uxHTcN8rzr .icon-wrapper {
  text-align: right;
}
.cid-uxHTcN8rzr .mbr-section-title,
.cid-uxHTcN8rzr .mbr-section-btn,
.cid-uxHTcN8rzr .icon-wrapper {
  color: #fafafa;
}
.cid-uxHTcO4xfg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHTcO4xfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcO4xfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcO4xfg .container,
.cid-uxHTcO4xfg .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHTcO4xfg .container,
  .cid-uxHTcO4xfg .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHTcO4xfg .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #173d33;
}
@media (max-width: 992px) {
  .cid-uxHTcO4xfg .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHTcO4xfg .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHTcO4xfg .card {
    margin-bottom: 20px;
  }
}
.cid-uxHTcO4xfg .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHTcO4xfg .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHTcO4xfg .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHTcO4xfg .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHTcO4xfg .mbr-card-title {
  color: #3d4045;
}
.cid-uxHTcO4xfg .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHTcO4xfg .mbr-card-title,
.cid-uxHTcO4xfg .mbr-section-btn {
  text-align: center;
}
.cid-uxHTcPh3wp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcPh3wp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uxHTcPh3wp .mbr-text {
  color: #fafafa;
}
.cid-uxHTcQctMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uxHTcQctMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcQctMI .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-uxHTcQctMI .container {
    padding: 0 22px;
  }
}
.cid-uxHTcQctMI .row {
  justify-content: center;
}
.cid-uxHTcQctMI .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxHTcQctMI .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxHTcQctMI .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uxHTcQctMI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHTcQctMI .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uxHTcQctMI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxHTcQctMI .mbr-section-title {
  color: #ffffff;
}
.cid-uxHTcQctMI .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-uxHTcQctMI .mbr-section-title,
.cid-uxHTcQctMI .icon-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uxHTcR7ThO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcR7ThO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcR7ThO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcR7ThO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxHTcR7ThO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcR7ThO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcR7ThO .container {
    padding: 0 16px;
  }
}
.cid-uxHTcR7ThO .row {
  justify-content: space-between;
}
.cid-uxHTcR7ThO .title-wrapper {
  position: sticky;
}
.cid-uxHTcR7ThO .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHTcR7ThO .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxHTcR7ThO .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHTcR7ThO .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #d4f5ce;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxHTcR7ThO .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #fafafa;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #000000 34%, #000000 67%, #000000);
  border-radius: 50%;
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxHTcR7ThO .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxHTcR7ThO .mbr-section-title {
  color: #fafafa;
}
.cid-uxHTcR7ThO .panel-title-edit {
  color: #080808;
}
.cid-uxHTcR7ThO .panel-text {
  color: #333333;
}
.cid-uxHTcSp5wy {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d4f5ce;
}
.cid-uxHTcSp5wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcSp5wy .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxHTcSp5wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcSp5wy h1 {
  max-width: 800px;
}
.cid-uxHTcSp5wy p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uxHTcSp5wy .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #aafc75 !important;
}
.cid-uxHTcSp5wy .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uxHTcSp5wy .btn div {
  overflow: hidden;
}
.cid-uxHTcSp5wy .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uxHTcSp5wy {
    align-items: center;
  }
  .cid-uxHTcSp5wy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxHTcSp5wy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxHTcSp5wy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxHTcSp5wy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxHTcSp5wy .content-wrap {
    width: 100%;
  }
}
.cid-uxHTcSp5wy .mbr-section-subtitle,
.cid-uxHTcSp5wy .line {
  color: #291f1e;
}
.cid-uxHTcSp5wy .mbr-text,
.cid-uxHTcSp5wy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uxHTcSp5wy .mbr-section-title {
  color: #000000;
}
.cid-uxHTcTy2vJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #173d33;
}
.cid-uxHTcTy2vJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uxHTcTy2vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcTy2vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcTy2vJ .content-wrap {
  margin: 0;
}
.cid-uxHTcTy2vJ .content-wrap .card {
  padding: 0;
}
.cid-uxHTcTy2vJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #d4f5ce;
  padding: 40px 32px;
  border-right: 1px solid #000000;
  border-right: none;
  border-left: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uxHTcTy2vJ .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcTy2vJ .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcTy2vJ .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcTy2vJ .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uxHTcTy2vJ .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxHTcTy2vJ .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxHTcTy2vJ .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxHTcTy2vJ .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxHTcTy2vJ .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxHTcTy2vJ .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcTy2vJ .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxHTcTy2vJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxHTcTy2vJ .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxHTcTy2vJ .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxHTcTy2vJ .mbr-section-title {
  color: #150764;
}
.cid-uxHTcTy2vJ .mbr-text {
  color: #150764;
}
.cid-uxHTcTy2vJ .mbr-section-title,
.cid-uxHTcTy2vJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uxHTcTy2vJ .mbr-text,
.cid-uxHTcTy2vJ .text-wrap {
  color: #ffffff;
}
.cid-uxHTcULsIW {
  overflow: hidden;
  background-color: #d4f5ce;
}
.cid-uxHTcULsIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcULsIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcULsIW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uxHTcULsIW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcULsIW .container {
    padding: 0 24px;
  }
}
.cid-uxHTcULsIW .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uxHTcULsIW .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uxHTcULsIW .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uxHTcULsIW .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxHTcULsIW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxHTcULsIW .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uxHTcULsIW .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcULsIW .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uxHTcULsIW .mbr-section-title {
  color: #ffffff;
}
.cid-uxHTcULsIW .mbr-text,
.cid-uxHTcULsIW .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uxHTcULsIW .mbr-section-title,
.cid-uxHTcULsIW .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uxHTcVJp3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcVJp3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcVJp3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcVJp3W .container,
.cid-uxHTcVJp3W .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxHTcVJp3W .container,
  .cid-uxHTcVJp3W .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxHTcVJp3W .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uxHTcVJp3W .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxHTcVJp3W .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxHTcVJp3W .card {
    margin-bottom: 20px;
  }
}
.cid-uxHTcVJp3W .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #d4f5ce;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxHTcVJp3W .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxHTcVJp3W .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxHTcVJp3W .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHTcVJp3W .mbr-card-title {
  color: #3d4045;
}
.cid-uxHTcVJp3W .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxHTcVJp3W .mbr-card-title,
.cid-uxHTcVJp3W .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uxHTcX2hRH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4f5ce;
}
.cid-uxHTcX2hRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcX2hRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcX2hRH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxHTcX2hRH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcX2hRH .container {
    padding: 0 26px;
  }
}
.cid-uxHTcX2hRH .row {
  justify-content: center;
}
.cid-uxHTcX2hRH .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #173d33;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxHTcX2hRH .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxHTcX2hRH .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxHTcX2hRH .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxHTcX2hRH .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxHTcX2hRH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxHTcX2hRH .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxHTcX2hRH .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxHTcX2hRH .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxHTcX2hRH .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxHTcX2hRH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxHTcX2hRH .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxHTcX2hRH .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxHTcX2hRH .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxHTcX2hRH .mbr-section-title {
  color: #fafafa;
}
.cid-uxHTcX2hRH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxHTcX2hRH .mbr-desc {
  color: #ffffff;
}
.cid-uxHTcX2hRH .mbr-text {
  color: #fafafa;
}
.cid-uxHTcX2hRH .mbr-link {
  color: #ffffff;
}
.cid-uxHTcY6wCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uxHTcY6wCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcY6wCF .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-uxHTcY6wCF .container {
    padding: 0 30px;
  }
}
.cid-uxHTcY6wCF .row {
  justify-content: center;
}
.cid-uxHTcY6wCF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxHTcY6wCF .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHTcY6wCF .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxHTcY6wCF .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxHTcY6wCF .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxHTcY6wCF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxHTcY6wCF .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxI4iyTaJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uxI4iyTaJ3 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxI4iyTaJ3 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uxI4iyTaJ3 .panel-group {
  border: none;
}
.cid-uxI4iyTaJ3 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uxI4iyTaJ3 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uxI4iyTaJ3 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uxI4iyTaJ3 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uxI4iyTaJ3 .content {
  margin: 5rem auto;
}
.cid-uxI4iyTaJ3 .img-col {
  padding: 0;
}
.cid-uxI4iyTaJ3 .img-item {
  height: 100%;
}
.cid-uxI4iyTaJ3 img {
  height: 100%;
  object-fit: cover;
}
.cid-uxI4iyTaJ3 .collapsed span {
  transform: rotate(0deg);
}
.cid-uxI4iyTaJ3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxI4iyTaJ3 p {
  margin-bottom: 0.3rem;
}
.cid-uxI4iyTaJ3 .panel-title-edit {
  color: #1b1818;
  text-align: center;
}
.cid-uxI4iyTaJ3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uxI4iyTaJ3 .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uxI4iyTaJ3 .card {
    padding: 1rem;
  }
}
.cid-uxI4iyTaJ3 .panel-text {
  color: #1b1818;
}
.cid-uxI4iyTaJ3 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uxI4iyTaJ3 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uxHTcZ8rh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d4f5ce;
}
.cid-uxHTcZ8rh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTcZ8rh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTcZ8rh9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxHTcZ8rh9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxHTcZ8rh9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxHTcZ8rh9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxHTcZ8rh9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxHTd0ie42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uxHTd0ie42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHTd0ie42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxHTd0ie42 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxHTd0ie42 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uxHTd0ie42 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uxHTd0ie42 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxHTd0ie42 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uxHTd0ie42 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uxHTd0ie42 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uxHTd0ie42 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHTd0ie42 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHTd0ie42 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHTd0ie42 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxHTd0ie42 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxHTd0ie42 .list-wrapper .list .item-wrap:hover,
.cid-uxHTd0ie42 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uxHTd0ie42 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxHTd0ie42 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxHTd0ie42 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uxHTd0ie42 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxHTd0ie42 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uxHTd0ie42 .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-uxHTd0ie42 .mbr-desc {
  color: #ffffff;
}
.cid-uxHTd0ie42 .mbr-text,
.cid-uxHTd0ie42 .text-wrapper {
  color: #9aa0a6;
}
.cid-uxHTd0ie42 .list {
  color: #9aa0a6;
}
.cid-uxHTd0ie42 .mbr-text,
.cid-uxHTd0ie42 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxHTd0ie42 .list,
.cid-uxHTd0ie42 .item-wrap {
  color: #ffffff;
}
