.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  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: #cdfb0a !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: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #473a00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cdfb0a !important;
}
.text-secondary {
  color: #cdfb0a !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: #7f9c03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !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: #cdfb0a;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cdfb0a;
  border-color: #cdfb0a;
  color: #191f01;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cdfb0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6fed3;
}
.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: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #cdfb0a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #cdfb0a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cdfb0a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cdfb0a;
}
.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: #cdfb0a;
  border-bottom-color: #cdfb0a;
}
.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: #cdfb0a !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: #cdfb0a !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='%23cdfb0a' %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-tBnM1aClNb {
  z-index: 1000;
  width: 100%;
}
.cid-tBnM1aClNb nav.navbar {
  position: fixed;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnM1aClNb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnM1aClNb .dropdown-item:hover,
.cid-tBnM1aClNb .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-tBnM1aClNb .dropdown-item:hover span {
  color: white;
}
.cid-tBnM1aClNb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnM1aClNb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnM1aClNb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnM1aClNb .nav-link {
  position: relative;
}
.cid-tBnM1aClNb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnM1aClNb .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnM1aClNb .navbar-caption {
  font-weight: 500;
}
.cid-tBnM1aClNb .dropdown-menu,
.cid-tBnM1aClNb .navbar.opened {
  background: #fafaf9 !important;
}
.cid-tBnM1aClNb .nav-item:focus,
.cid-tBnM1aClNb .nav-link:focus {
  outline: none;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnM1aClNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnM1aClNb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-tBnM1aClNb .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnM1aClNb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnM1aClNb .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnM1aClNb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar.collapsed {
  justify-content: center;
}
.cid-tBnM1aClNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnM1aClNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnM1aClNb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnM1aClNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnM1aClNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnM1aClNb .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-tBnM1aClNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnM1aClNb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnM1aClNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnM1aClNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnM1aClNb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnM1aClNb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnM1aClNb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnM1aClNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnM1aClNb .dropdown-item.active,
.cid-tBnM1aClNb .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnM1aClNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnM1aClNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnM1aClNb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnM1aClNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnM1aClNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnM1aClNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar {
    height: 70px;
  }
  .cid-tBnM1aClNb .navbar.opened {
    height: auto;
  }
  .cid-tBnM1aClNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBnM9yQwvx {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-tBnM9yQwvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnM9yQwvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnM9yQwvx img {
  border-radius: 2rem;
}
.cid-tBnM9yQwvx .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnM9yQwvx .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnM9yQwvx .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnM9yQwvx .mbr-section-title {
  color: #ffffff;
}
.cid-tBnM9yQwvx .mbr-text,
.cid-tBnM9yQwvx .mbr-section-btn {
  color: #ffffff;
}
.cid-tBnM9yQwvx .mbr-section-subtitle,
.cid-tBnM9yQwvx .align-wrapper {
  color: #04492e;
}
.cid-udYhV8Ihui {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYhV8Ihui .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYhV8Ihui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYhV8Ihui .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYhV8Ihui .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYhV8Ihui .container {
    padding: 0 26px;
  }
}
.cid-udYhV8Ihui .row {
  justify-content: center;
}
.cid-udYhV8Ihui .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-udYhV8Ihui .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udYhV8Ihui .list .item-wrap:hover,
.cid-udYhV8Ihui .list .item-wrap:focus {
  color: #baab99;
}
.cid-udYhV8Ihui .list,
.cid-udYhV8Ihui .mbr-section-btn {
  text-align: center;
}
.cid-udYhV8Ihui .list,
.cid-udYhV8Ihui .item-wrap,
.cid-udYhV8Ihui .mbr-section-btn {
  text-align: center;
}
.cid-udYgE7wjDy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafaf9;
}
.cid-udYgE7wjDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgE7wjDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgE7wjDy .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYgE7wjDy .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYgE7wjDy .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYgE7wjDy .mbr-section-title {
  color: #04492e;
}
.cid-udYgE7wjDy .mbr-text,
.cid-udYgE7wjDy .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYgE7wjDy .mbr-section-subtitle,
.cid-udYgE7wjDy .align-wrapper {
  color: #04492e;
}
.cid-udYgCUh3P8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYgCUh3P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgCUh3P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgCUh3P8 .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYgCUh3P8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYgCUh3P8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYgCUh3P8 .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYgCUh3P8 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYgCUh3P8 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYgCUh3P8 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYgCUh3P8 .mbr-text,
.cid-udYgCUh3P8 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYgCUh3P8 .mbr-section-subtitle2,
.cid-udYgCUh3P8 .align-wrapper {
  color: #04492e;
}
.cid-udYgCUh3P8 .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-tBnZ2WkWKw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-tBnZ2WkWKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ2WkWKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnZ2WkWKw .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ2WkWKw .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ2WkWKw .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ2WkWKw .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tBnZ2WkWKw .mbr-text,
.cid-tBnZ2WkWKw .mbr-section-btn {
  color: #fafaf9;
  text-align: right;
}
.cid-tBnZso1HPz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-tBnZso1HPz .mbr-text {
  color: #fafaf9;
}
.cid-tBnZso1HPz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBnZso1HPz p {
  opacity: 0.7;
}
.cid-tBnZso1HPz .wrapper {
  background: #033b25;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZso1HPz .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZso1HPz .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnZ0ZjYbh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-tBnZ0ZjYbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ0ZjYbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnZ0ZjYbh p {
    max-width: 95%;
  }
}
.cid-tBnZ0ZjYbh .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ0ZjYbh .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ0ZjYbh .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ0ZjYbh .mbr-section-title {
  color: #04492e;
}
.cid-tBnZ0ZjYbh .mbr-text,
.cid-tBnZ0ZjYbh .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ0ZjYbh .mbr-section-subtitle,
.cid-tBnZ0ZjYbh .align-wrapper {
  color: #04492e;
}
.cid-tBnZ0ZjYbh .mbr-section-title2 {
  color: #04492e;
}
.cid-tBnZ0ZjYbh .mbr-text2,
.cid-tBnZ0ZjYbh .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ7XFeqH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-tBnZ7XFeqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ7XFeqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnZ7XFeqH .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnZ7XFeqH .card-wrapper .mbr-section-subtitle2 {
  background: #cdfb0a;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-tBnZ7XFeqH .mbr-text,
.cid-tBnZ7XFeqH .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle,
.cid-tBnZ7XFeqH .align-wrapper {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle3,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle2,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #ffffff;
}
.cid-tBnZ7XFeqH .mbr-section-cardtitle {
  color: #04492e;
  text-align: left;
}
.cid-tBnZ7XFeqH .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udYgVdlCKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-udYgVdlCKN .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYgVdlCKN .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYgVdlCKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgVdlCKN .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-udYgVdlCKN .container {
    padding: 0 30px;
  }
}
.cid-udYgVdlCKN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udYgVdlCKN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYgVdlCKN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYgVdlCKN .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udYgVdlCKN .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udYgVdlCKN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYgVdlCKN .mbr-section-title {
  color: #ffffff;
}
.cid-udYgVdlCKN .mbr-text {
  color: #ffffff;
}
.cid-udYgXyvOUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYgXyvOUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgXyvOUP .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-udYgXyvOUP .container {
    padding: 0 30px;
  }
}
.cid-udYgXyvOUP .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper {
    display: block;
  }
}
.cid-udYgXyvOUP .content-wrapper .card {
  justify-content: center;
}
.cid-udYgXyvOUP .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-udYgXyvOUP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-udYgXyvOUP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYgXyvOUP .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-udYgXyvOUP .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-udYgXyvOUP .mbr-section-title {
  color: #144031;
}
.cid-udYgXyvOUP .mbr-text {
  color: #144031;
}
.cid-udYgXyvOUP .list {
  color: #144031;
}
.cid-udYztmkTzr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYztmkTzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYztmkTzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYztmkTzr .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYztmkTzr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYztmkTzr .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYztmkTzr .mbr-section-title {
  color: #04492e;
}
.cid-udYztmkTzr .mbr-text,
.cid-udYztmkTzr .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYztmkTzr .mbr-section-subtitle,
.cid-udYztmkTzr .align-wrapper {
  color: #04492e;
}
.cid-udYwUz1Xt7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYwUz1Xt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYwUz1Xt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYwUz1Xt7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udYwUz1Xt7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-udYwUz1Xt7 .container-fluid .row {
  padding: 0;
}
.cid-udYwUz1Xt7 .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udYwUz1Xt7 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udYwUz1Xt7 .card {
    padding: 48px 20px;
  }
}
.cid-udYwUz1Xt7 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udYwUz1Xt7 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYwUz1Xt7 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udYwUz1Xt7 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udYwUz1Xt7 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYzFEoh9U {
  background-color: #e1e7e4;
}
.cid-udYzFEoh9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYzFEoh9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYzFEoh9U .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .container {
    padding: 0 26px;
  }
}
.cid-udYzFEoh9U .row {
  justify-content: center;
}
.cid-udYzFEoh9U .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-udYzFEoh9U .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYzFEoh9U .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-udYzFEoh9U .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-udYzFEoh9U .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYzFEoh9U .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYzFEoh9U .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udYzFEoh9U .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udYzFEoh9U .mbr-section-title {
  color: #ffffff;
}
.cid-udYzFEoh9U .mbr-section-subtitle {
  color: #000000;
}
.cid-udYzFEoh9U .mbr-text {
  color: #000000;
}
.cid-udYzFEoh9U .mbr-text,
.cid-udYzFEoh9U .mbr-section-btn {
  color: #ffffff;
}
.cid-udYgsCIw6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYgsCIw6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgsCIw6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgsCIw6r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .container {
    padding: 0 25px;
  }
}
.cid-udYgsCIw6r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udYgsCIw6r .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udYgsCIw6r .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udYgsCIw6r .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYgsCIw6r .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYgsCIw6r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udYgsCIw6r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYgsCIw6r .panel-title-edit {
  color: #000000;
}
.cid-udYgsCIw6r .panel-text {
  color: #000000;
}
.cid-udYzTIchB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYzTIchB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYzTIchB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYzTIchB4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYzTIchB4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYzTIchB4 .container {
    padding: 0 26px;
  }
}
.cid-udYzTIchB4 .row {
  justify-content: center;
}
.cid-udYzTIchB4 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-udYzTIchB4 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udYzTIchB4 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-udYzTIchB4 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-udYzTIchB4 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYzTIchB4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYzTIchB4 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udYzTIchB4 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udYzTIchB4 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-udYzTIchB4 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYzTIchB4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-udYzTIchB4 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-udYzTIchB4 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-udYzTIchB4 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYzTIchB4 .mbr-section-title {
  color: #ffffff;
}
.cid-udYzTIchB4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYzTIchB4 .mbr-desc {
  color: #ffffff;
}
.cid-udYzTIchB4 .mbr-text {
  color: #ffffff;
}
.cid-udYzTIchB4 .mbr-link {
  color: #ffffff;
}
.cid-tBnYUulbUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .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-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #ffffff;
}
.cid-udYguNzSvM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYguNzSvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYguNzSvM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYguNzSvM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYguNzSvM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYguNzSvM a {
  font-weight: 600;
}
.cid-udYguNzSvM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYguNzSvM .col-lg-3,
  .cid-udYguNzSvM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYguNzSvM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYguNzSvM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYguNzSvM h5 {
  margin: 0;
}
.cid-udYguNzSvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYguNzSvM .iconfont-wrapper {
  position: relative;
}
.cid-udYguNzSvM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYguNzSvM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYguNzSvM .sociconfont-wrapper {
  display: flex;
}
.cid-udYguNzSvM .card-title,
.cid-udYguNzSvM .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYguNzSvM .card-text {
  color: #ffffff;
}
.cid-udYguNzSvM .mbr-section-title {
  color: #000000;
}
.cid-udYguNzSvM .main-title,
.cid-udYguNzSvM .iconfont-wrapper {
  text-align: left;
}
.cid-tBnYV8Mwlc {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-tBnYV8Mwlc .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tBnYV8Mwlc .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tBnYV8Mwlc .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYDfG18X8 {
  z-index: 1000;
  width: 100%;
}
.cid-udYDfG18X8 nav.navbar {
  position: fixed;
}
.cid-udYDfG18X8 .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-udYDfG18X8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYDfG18X8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYDfG18X8 .dropdown-item:hover,
.cid-udYDfG18X8 .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-udYDfG18X8 .dropdown-item:hover span {
  color: white;
}
.cid-udYDfG18X8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYDfG18X8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYDfG18X8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYDfG18X8 .nav-link {
  position: relative;
}
.cid-udYDfG18X8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udYDfG18X8 .container {
    flex-wrap: nowrap;
  }
}
.cid-udYDfG18X8 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYDfG18X8 .navbar-caption {
  font-weight: 500;
}
.cid-udYDfG18X8 .dropdown-menu,
.cid-udYDfG18X8 .navbar.opened {
  background: #fafaf9 !important;
}
.cid-udYDfG18X8 .nav-item:focus,
.cid-udYDfG18X8 .nav-link:focus {
  outline: none;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDfG18X8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYDfG18X8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYDfG18X8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-udYDfG18X8 .navbar.opened {
  transition: all 0.3s;
}
.cid-udYDfG18X8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYDfG18X8 .navbar .navbar-logo img {
  width: auto;
}
.cid-udYDfG18X8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYDfG18X8 .navbar.collapsed {
  justify-content: center;
}
.cid-udYDfG18X8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYDfG18X8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYDfG18X8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYDfG18X8 .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-udYDfG18X8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYDfG18X8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYDfG18X8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYDfG18X8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYDfG18X8 .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-udYDfG18X8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYDfG18X8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYDfG18X8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYDfG18X8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYDfG18X8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYDfG18X8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYDfG18X8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYDfG18X8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYDfG18X8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYDfG18X8 .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-udYDfG18X8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYDfG18X8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYDfG18X8 .dropdown-item.active,
.cid-udYDfG18X8 .dropdown-item:active {
  background-color: transparent;
}
.cid-udYDfG18X8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYDfG18X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-udYDfG18X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYDfG18X8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYDfG18X8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYDfG18X8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYDfG18X8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDfG18X8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYDfG18X8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYDfG18X8 .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-udYDfG18X8 .navbar {
    height: 70px;
  }
  .cid-udYDfG18X8 .navbar.opened {
    height: auto;
  }
  .cid-udYDfG18X8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYDfGE4Yk {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYDfGE4Yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfGE4Yk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfGE4Yk img {
  border-radius: 2rem;
}
.cid-udYDfGE4Yk .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDfGE4Yk .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDfGE4Yk .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDfGE4Yk .mbr-section-title {
  color: #ffffff;
}
.cid-udYDfGE4Yk .mbr-text,
.cid-udYDfGE4Yk .mbr-section-btn {
  color: #ffffff;
}
.cid-udYDfGE4Yk .mbr-section-subtitle,
.cid-udYDfGE4Yk .align-wrapper {
  color: #04492e;
}
.cid-udYDfHSwnv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYDfHSwnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfHSwnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfHSwnv .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDfHSwnv .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDfHSwnv .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDfHSwnv .mbr-section-title {
  color: #04492e;
}
.cid-udYDfHSwnv .mbr-text,
.cid-udYDfHSwnv .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYDfHSwnv .mbr-section-subtitle,
.cid-udYDfHSwnv .align-wrapper {
  color: #04492e;
}
.cid-udYDfOBOPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-udYDfOBOPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfOBOPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfOBOPs .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYDfOBOPs .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYDfOBOPs .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-udYDfOBOPs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYDfOBOPs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYDfOBOPs .mbr-section-title {
  color: #ffffff;
}
.cid-udYDfP50xD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYDfP50xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfP50xD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYDfP50xD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYDfP50xD .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYDfP50xD a {
  font-weight: 600;
}
.cid-udYDfP50xD a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYDfP50xD .col-lg-3,
  .cid-udYDfP50xD .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYDfP50xD .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYDfP50xD .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYDfP50xD h5 {
  margin: 0;
}
.cid-udYDfP50xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfP50xD .iconfont-wrapper {
  position: relative;
}
.cid-udYDfP50xD .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYDfP50xD .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYDfP50xD .sociconfont-wrapper {
  display: flex;
}
.cid-udYDfP50xD .card-title,
.cid-udYDfP50xD .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYDfP50xD .card-text {
  color: #ffffff;
}
.cid-udYDfP50xD .mbr-section-title {
  color: #000000;
}
.cid-udYDfP50xD .main-title,
.cid-udYDfP50xD .iconfont-wrapper {
  text-align: left;
}
.cid-udYDfPFV0L {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-udYDfPFV0L .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYDfPFV0L .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYDfPFV0L .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYDR16gEe {
  z-index: 1000;
  width: 100%;
}
.cid-udYDR16gEe nav.navbar {
  position: fixed;
}
.cid-udYDR16gEe .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-udYDR16gEe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYDR16gEe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYDR16gEe .dropdown-item:hover,
.cid-udYDR16gEe .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-udYDR16gEe .dropdown-item:hover span {
  color: white;
}
.cid-udYDR16gEe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYDR16gEe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYDR16gEe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYDR16gEe .nav-link {
  position: relative;
}
.cid-udYDR16gEe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udYDR16gEe .container {
    flex-wrap: nowrap;
  }
}
.cid-udYDR16gEe .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYDR16gEe .navbar-caption {
  font-weight: 500;
}
.cid-udYDR16gEe .dropdown-menu,
.cid-udYDR16gEe .navbar.opened {
  background: #fafaf9 !important;
}
.cid-udYDR16gEe .nav-item:focus,
.cid-udYDR16gEe .nav-link:focus {
  outline: none;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDR16gEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYDR16gEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYDR16gEe .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-udYDR16gEe .navbar.opened {
  transition: all 0.3s;
}
.cid-udYDR16gEe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYDR16gEe .navbar .navbar-logo img {
  width: auto;
}
.cid-udYDR16gEe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYDR16gEe .navbar.collapsed {
  justify-content: center;
}
.cid-udYDR16gEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYDR16gEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYDR16gEe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYDR16gEe .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-udYDR16gEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYDR16gEe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYDR16gEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYDR16gEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYDR16gEe .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-udYDR16gEe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYDR16gEe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYDR16gEe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYDR16gEe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYDR16gEe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYDR16gEe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYDR16gEe .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYDR16gEe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYDR16gEe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYDR16gEe .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-udYDR16gEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYDR16gEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYDR16gEe .dropdown-item.active,
.cid-udYDR16gEe .dropdown-item:active {
  background-color: transparent;
}
.cid-udYDR16gEe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYDR16gEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-udYDR16gEe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYDR16gEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYDR16gEe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYDR16gEe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYDR16gEe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDR16gEe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYDR16gEe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYDR16gEe .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-udYDR16gEe .navbar {
    height: 70px;
  }
  .cid-udYDR16gEe .navbar.opened {
    height: auto;
  }
  .cid-udYDR16gEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYDR1B29s {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYDR1B29s .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR1B29s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR1B29s img {
  border-radius: 2rem;
}
.cid-udYDR1B29s .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDR1B29s .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDR1B29s .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDR1B29s .mbr-section-title {
  color: #ffffff;
}
.cid-udYDR1B29s .mbr-text,
.cid-udYDR1B29s .mbr-section-btn {
  color: #ffffff;
}
.cid-udYDR1B29s .mbr-section-subtitle,
.cid-udYDR1B29s .align-wrapper {
  color: #04492e;
}
.cid-udYDR1Vcoz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYDR1Vcoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR1Vcoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR1Vcoz .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDR1Vcoz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDR1Vcoz .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDR1Vcoz .mbr-section-title {
  color: #04492e;
}
.cid-udYDR1Vcoz .mbr-text,
.cid-udYDR1Vcoz .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYDR1Vcoz .mbr-section-subtitle,
.cid-udYDR1Vcoz .align-wrapper {
  color: #04492e;
}
.cid-udYDR2r75e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-udYDR2r75e .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR2r75e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR2r75e .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYDR2r75e .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYDR2r75e .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-udYDR2r75e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYDR2r75e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYDR2r75e .mbr-section-title {
  color: #ffffff;
}
.cid-udYDR2RhJV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYDR2RhJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR2RhJV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYDR2RhJV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYDR2RhJV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYDR2RhJV a {
  font-weight: 600;
}
.cid-udYDR2RhJV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYDR2RhJV .col-lg-3,
  .cid-udYDR2RhJV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYDR2RhJV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYDR2RhJV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYDR2RhJV h5 {
  margin: 0;
}
.cid-udYDR2RhJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR2RhJV .iconfont-wrapper {
  position: relative;
}
.cid-udYDR2RhJV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYDR2RhJV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYDR2RhJV .sociconfont-wrapper {
  display: flex;
}
.cid-udYDR2RhJV .card-title,
.cid-udYDR2RhJV .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYDR2RhJV .card-text {
  color: #ffffff;
}
.cid-udYDR2RhJV .mbr-section-title {
  color: #000000;
}
.cid-udYDR2RhJV .main-title,
.cid-udYDR2RhJV .iconfont-wrapper {
  text-align: left;
}
.cid-udYDR3ocUg {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-udYDR3ocUg .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYDR3ocUg .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYDR3ocUg .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYBOVlNvj {
  z-index: 1000;
  width: 100%;
}
.cid-udYBOVlNvj nav.navbar {
  position: fixed;
}
.cid-udYBOVlNvj .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-udYBOVlNvj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYBOVlNvj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYBOVlNvj .dropdown-item:hover,
.cid-udYBOVlNvj .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-udYBOVlNvj .dropdown-item:hover span {
  color: white;
}
.cid-udYBOVlNvj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYBOVlNvj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYBOVlNvj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYBOVlNvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYBOVlNvj .nav-link {
  position: relative;
}
.cid-udYBOVlNvj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udYBOVlNvj .container {
    flex-wrap: nowrap;
  }
}
.cid-udYBOVlNvj .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYBOVlNvj .navbar-caption {
  font-weight: 500;
}
.cid-udYBOVlNvj .dropdown-menu,
.cid-udYBOVlNvj .navbar.opened {
  background: #fafaf9 !important;
}
.cid-udYBOVlNvj .nav-item:focus,
.cid-udYBOVlNvj .nav-link:focus {
  outline: none;
}
.cid-udYBOVlNvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYBOVlNvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYBOVlNvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYBOVlNvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYBOVlNvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYBOVlNvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYBOVlNvj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-udYBOVlNvj .navbar.opened {
  transition: all 0.3s;
}
.cid-udYBOVlNvj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYBOVlNvj .navbar .navbar-logo img {
  width: auto;
}
.cid-udYBOVlNvj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYBOVlNvj .navbar.collapsed {
  justify-content: center;
}
.cid-udYBOVlNvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYBOVlNvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYBOVlNvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYBOVlNvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYBOVlNvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYBOVlNvj .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-udYBOVlNvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYBOVlNvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYBOVlNvj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYBOVlNvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYBOVlNvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYBOVlNvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYBOVlNvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYBOVlNvj .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-udYBOVlNvj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYBOVlNvj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYBOVlNvj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYBOVlNvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYBOVlNvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYBOVlNvj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYBOVlNvj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYBOVlNvj .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYBOVlNvj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYBOVlNvj .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYBOVlNvj .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-udYBOVlNvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYBOVlNvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYBOVlNvj .dropdown-item.active,
.cid-udYBOVlNvj .dropdown-item:active {
  background-color: transparent;
}
.cid-udYBOVlNvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYBOVlNvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYBOVlNvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYBOVlNvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-udYBOVlNvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYBOVlNvj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYBOVlNvj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYBOVlNvj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYBOVlNvj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYBOVlNvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-udYBOVlNvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYBOVlNvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYBOVlNvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYBOVlNvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYBOVlNvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYBOVlNvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYBOVlNvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYBOVlNvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYBOVlNvj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYBOVlNvj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYBOVlNvj .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-udYBOVlNvj .navbar {
    height: 70px;
  }
  .cid-udYBOVlNvj .navbar.opened {
    height: auto;
  }
  .cid-udYBOVlNvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYBOW3Lt9 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYBOW3Lt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOW3Lt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOW3Lt9 img {
  border-radius: 2rem;
}
.cid-udYBOW3Lt9 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOW3Lt9 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOW3Lt9 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOW3Lt9 .mbr-section-title {
  color: #ffffff;
}
.cid-udYBOW3Lt9 .mbr-text,
.cid-udYBOW3Lt9 .mbr-section-btn {
  color: #ffffff;
}
.cid-udYBOW3Lt9 .mbr-section-subtitle,
.cid-udYBOW3Lt9 .align-wrapper {
  color: #04492e;
}
.cid-udYBOX2Wvd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYBOX2Wvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOX2Wvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOX2Wvd .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYBOX2Wvd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYBOX2Wvd .container {
    padding: 0 26px;
  }
}
.cid-udYBOX2Wvd .row {
  justify-content: center;
}
.cid-udYBOX2Wvd .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-udYBOX2Wvd .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udYBOX2Wvd .list .item-wrap:hover,
.cid-udYBOX2Wvd .list .item-wrap:focus {
  color: #baab99;
}
.cid-udYBOX2Wvd .list,
.cid-udYBOX2Wvd .mbr-section-btn {
  text-align: center;
}
.cid-udYBOXmwsF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafaf9;
}
.cid-udYBOXmwsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOXmwsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOXmwsF .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOXmwsF .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOXmwsF .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOXmwsF .mbr-section-title {
  color: #04492e;
}
.cid-udYBOXmwsF .mbr-text,
.cid-udYBOXmwsF .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBOXmwsF .mbr-section-subtitle,
.cid-udYBOXmwsF .align-wrapper {
  color: #04492e;
}
.cid-udYBOXJqsy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYBOXJqsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOXJqsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOXJqsy .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYBOXJqsy .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYBOXJqsy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYBOXJqsy .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOXJqsy .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOXJqsy .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOXJqsy .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYBOXJqsy .mbr-text,
.cid-udYBOXJqsy .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBOXJqsy .mbr-section-subtitle2,
.cid-udYBOXJqsy .align-wrapper {
  color: #04492e;
}
.cid-udYBOXJqsy .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-udYBOYmxdP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYBOYmxdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOYmxdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOYmxdP .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOYmxdP .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOYmxdP .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOYmxdP .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-udYBOYmxdP .mbr-text,
.cid-udYBOYmxdP .mbr-section-btn {
  color: #fafaf9;
  text-align: left;
}
.cid-udYBOYLyRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYBOYLyRO .mbr-text {
  color: #fafaf9;
}
.cid-udYBOYLyRO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYBOYLyRO p {
  opacity: 0.7;
}
.cid-udYBOYLyRO .wrapper {
  background: #033b25;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYBOYLyRO .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYBOYLyRO .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYBOZf1dv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYBOZf1dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOZf1dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYBOZf1dv p {
    max-width: 95%;
  }
}
.cid-udYBOZf1dv .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOZf1dv .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOZf1dv .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOZf1dv .mbr-section-title {
  color: #04492e;
}
.cid-udYBOZf1dv .mbr-text,
.cid-udYBOZf1dv .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBOZf1dv .mbr-section-subtitle,
.cid-udYBOZf1dv .align-wrapper {
  color: #04492e;
}
.cid-udYBOZf1dv .mbr-section-title2 {
  color: #04492e;
}
.cid-udYBOZf1dv .mbr-text2,
.cid-udYBOZf1dv .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBOZBCj8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYBOZBCj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBOZBCj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBOZBCj8 .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYBOZBCj8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYBOZBCj8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYBOZBCj8 .card-wrapper .mbr-section-subtitle2 {
  background: #cdfb0a;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOZBCj8 .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOZBCj8 .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOZBCj8 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBOZBCj8 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBOZBCj8 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBOZBCj8 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYBOZBCj8 .mbr-text,
.cid-udYBOZBCj8 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBOZBCj8 .mbr-section-subtitle,
.cid-udYBOZBCj8 .align-wrapper {
  color: #04492e;
}
.cid-udYBOZBCj8 .mbr-section-subtitle3,
.cid-udYBOZBCj8 .align-wrapper2 {
  color: #04492e;
}
.cid-udYBOZBCj8 .mbr-section-subtitle2,
.cid-udYBOZBCj8 .align-wrapper2 {
  color: #ffffff;
}
.cid-udYBOZBCj8 .mbr-section-cardtitle {
  color: #04492e;
  text-align: left;
}
.cid-udYBOZBCj8 .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udYBP07tJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-udYBP07tJm .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYBP07tJm .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYBP07tJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP07tJm .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-udYBP07tJm .container {
    padding: 0 30px;
  }
}
.cid-udYBP07tJm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udYBP07tJm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYBP07tJm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYBP07tJm .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udYBP07tJm .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udYBP07tJm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYBP07tJm .mbr-section-title {
  color: #ffffff;
}
.cid-udYBP07tJm .mbr-text {
  color: #ffffff;
}
.cid-udYBP0tA2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYBP0tA2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP0tA2H .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-udYBP0tA2H .container {
    padding: 0 30px;
  }
}
.cid-udYBP0tA2H .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper {
    display: block;
  }
}
.cid-udYBP0tA2H .content-wrapper .card {
  justify-content: center;
}
.cid-udYBP0tA2H .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-udYBP0tA2H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-udYBP0tA2H .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYBP0tA2H .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-udYBP0tA2H .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-udYBP0tA2H .mbr-section-title {
  color: #144031;
}
.cid-udYBP0tA2H .mbr-text {
  color: #144031;
}
.cid-udYBP0tA2H .list {
  color: #144031;
}
.cid-udYBP0YrnY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYBP0YrnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP0YrnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP0YrnY .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYBP0YrnY .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYBP0YrnY .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYBP0YrnY .mbr-section-title {
  color: #04492e;
}
.cid-udYBP0YrnY .mbr-text,
.cid-udYBP0YrnY .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYBP0YrnY .mbr-section-subtitle,
.cid-udYBP0YrnY .align-wrapper {
  color: #04492e;
}
.cid-udYBP1nUat {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYBP1nUat .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP1nUat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP1nUat .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udYBP1nUat .container-fluid {
    padding: 0 12px;
  }
}
.cid-udYBP1nUat .container-fluid .row {
  padding: 0;
}
.cid-udYBP1nUat .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udYBP1nUat .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udYBP1nUat .card {
    padding: 48px 20px;
  }
}
.cid-udYBP1nUat .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udYBP1nUat .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYBP1nUat .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udYBP1nUat .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udYBP1nUat .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYBP1Kuws {
  background-color: #e1e7e4;
}
.cid-udYBP1Kuws .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP1Kuws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP1Kuws .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .container {
    padding: 0 26px;
  }
}
.cid-udYBP1Kuws .row {
  justify-content: center;
}
.cid-udYBP1Kuws .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-udYBP1Kuws .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYBP1Kuws .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-udYBP1Kuws .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-udYBP1Kuws .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYBP1Kuws .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYBP1Kuws .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udYBP1Kuws .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udYBP1Kuws .mbr-section-title {
  color: #ffffff;
}
.cid-udYBP1Kuws .mbr-section-subtitle {
  color: #000000;
}
.cid-udYBP1Kuws .mbr-text {
  color: #000000;
}
.cid-udYBP1Kuws .mbr-text,
.cid-udYBP1Kuws .mbr-section-btn {
  color: #ffffff;
}
.cid-udYBP29Wt0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYBP29Wt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP29Wt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP29Wt0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYBP29Wt0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYBP29Wt0 .container {
    padding: 0 25px;
  }
}
.cid-udYBP29Wt0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYBP29Wt0 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udYBP29Wt0 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udYBP29Wt0 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udYBP29Wt0 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udYBP29Wt0 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYBP29Wt0 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udYBP29Wt0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYBP29Wt0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYBP29Wt0 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYBP29Wt0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYBP29Wt0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYBP29Wt0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udYBP29Wt0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYBP29Wt0 .panel-title-edit {
  color: #04492e;
}
.cid-udYBP29Wt0 .panel-text {
  color: #000000;
}
.cid-udYBP2NBqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYBP2NBqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP2NBqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP2NBqv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYBP2NBqv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYBP2NBqv .container {
    padding: 0 26px;
  }
}
.cid-udYBP2NBqv .row {
  justify-content: center;
}
.cid-udYBP2NBqv .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-udYBP2NBqv .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udYBP2NBqv .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-udYBP2NBqv .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-udYBP2NBqv .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYBP2NBqv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYBP2NBqv .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udYBP2NBqv .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udYBP2NBqv .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-udYBP2NBqv .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYBP2NBqv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-udYBP2NBqv .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-udYBP2NBqv .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-udYBP2NBqv .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYBP2NBqv .mbr-section-title {
  color: #ffffff;
}
.cid-udYBP2NBqv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYBP2NBqv .mbr-desc {
  color: #ffffff;
}
.cid-udYBP2NBqv .mbr-text {
  color: #ffffff;
}
.cid-udYBP2NBqv .mbr-link {
  color: #ffffff;
}
.cid-udYI8kKEZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYI8kKEZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYI8kKEZs .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-udYI8kKEZs .container {
    padding: 0 30px;
  }
}
.cid-udYI8kKEZs .row {
  justify-content: center;
}
.cid-udYI8kKEZs .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYI8kKEZs .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0 40px;
}
.cid-udYI8kKEZs .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-udYI8kKEZs .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-udYI8kKEZs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYI8kKEZs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYI8kKEZs .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-udYI8kKEZs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYI8kKEZs .mbr-section-btn {
  text-align: center;
}
.cid-udYI8kKEZs .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-udYI8kKEZs .mbr-section-btn .btn:hover,
.cid-udYI8kKEZs .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-udYI8kKEZs .mbr-section-title {
  color: #212529;
}
.cid-udYI8kKEZs .panel-title-edit {
  color: #ffffff;
}
.cid-udYI8kKEZs .panel-text {
  color: #ffffff;
}
.cid-udYI8kKEZs .mbr-section-title,
.cid-udYI8kKEZs .mbr-section-btn {
  color: #e1e7e4;
}
.cid-udYBP3iVOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-udYBP3iVOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP3iVOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP3iVOn .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYBP3iVOn .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYBP3iVOn .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-udYBP3iVOn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYBP3iVOn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYBP3iVOn .mbr-section-title {
  color: #ffffff;
}
.cid-udYBP3Ovzs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYBP3Ovzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYBP3Ovzs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYBP3Ovzs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYBP3Ovzs .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYBP3Ovzs a {
  font-weight: 600;
}
.cid-udYBP3Ovzs a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYBP3Ovzs .col-lg-3,
  .cid-udYBP3Ovzs .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYBP3Ovzs .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYBP3Ovzs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYBP3Ovzs h5 {
  margin: 0;
}
.cid-udYBP3Ovzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYBP3Ovzs .iconfont-wrapper {
  position: relative;
}
.cid-udYBP3Ovzs .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYBP3Ovzs .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYBP3Ovzs .sociconfont-wrapper {
  display: flex;
}
.cid-udYBP3Ovzs .card-title,
.cid-udYBP3Ovzs .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYBP3Ovzs .card-text {
  color: #ffffff;
}
.cid-udYBP3Ovzs .mbr-section-title {
  color: #000000;
}
.cid-udYBP3Ovzs .main-title,
.cid-udYBP3Ovzs .iconfont-wrapper {
  text-align: left;
}
.cid-udYBP4kvk4 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-udYBP4kvk4 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYBP4kvk4 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYBP4kvk4 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYB3a3DbX {
  z-index: 1000;
  width: 100%;
}
.cid-udYB3a3DbX nav.navbar {
  position: fixed;
}
.cid-udYB3a3DbX .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-udYB3a3DbX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYB3a3DbX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYB3a3DbX .dropdown-item:hover,
.cid-udYB3a3DbX .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-udYB3a3DbX .dropdown-item:hover span {
  color: white;
}
.cid-udYB3a3DbX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYB3a3DbX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYB3a3DbX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYB3a3DbX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYB3a3DbX .nav-link {
  position: relative;
}
.cid-udYB3a3DbX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udYB3a3DbX .container {
    flex-wrap: nowrap;
  }
}
.cid-udYB3a3DbX .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYB3a3DbX .navbar-caption {
  font-weight: 500;
}
.cid-udYB3a3DbX .dropdown-menu,
.cid-udYB3a3DbX .navbar.opened {
  background: #fafaf9 !important;
}
.cid-udYB3a3DbX .nav-item:focus,
.cid-udYB3a3DbX .nav-link:focus {
  outline: none;
}
.cid-udYB3a3DbX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYB3a3DbX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYB3a3DbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYB3a3DbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYB3a3DbX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYB3a3DbX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYB3a3DbX .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-udYB3a3DbX .navbar.opened {
  transition: all 0.3s;
}
.cid-udYB3a3DbX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYB3a3DbX .navbar .navbar-logo img {
  width: auto;
}
.cid-udYB3a3DbX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYB3a3DbX .navbar.collapsed {
  justify-content: center;
}
.cid-udYB3a3DbX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYB3a3DbX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYB3a3DbX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYB3a3DbX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYB3a3DbX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYB3a3DbX .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-udYB3a3DbX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYB3a3DbX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYB3a3DbX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYB3a3DbX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYB3a3DbX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYB3a3DbX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYB3a3DbX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYB3a3DbX .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-udYB3a3DbX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYB3a3DbX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYB3a3DbX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYB3a3DbX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYB3a3DbX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYB3a3DbX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYB3a3DbX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYB3a3DbX .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYB3a3DbX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYB3a3DbX .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYB3a3DbX .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-udYB3a3DbX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYB3a3DbX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYB3a3DbX .dropdown-item.active,
.cid-udYB3a3DbX .dropdown-item:active {
  background-color: transparent;
}
.cid-udYB3a3DbX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYB3a3DbX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYB3a3DbX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYB3a3DbX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-udYB3a3DbX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYB3a3DbX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYB3a3DbX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYB3a3DbX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYB3a3DbX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYB3a3DbX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-udYB3a3DbX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYB3a3DbX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYB3a3DbX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYB3a3DbX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYB3a3DbX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYB3a3DbX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYB3a3DbX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYB3a3DbX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYB3a3DbX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYB3a3DbX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYB3a3DbX .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-udYB3a3DbX .navbar {
    height: 70px;
  }
  .cid-udYB3a3DbX .navbar.opened {
    height: auto;
  }
  .cid-udYB3a3DbX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYB3aRVep {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYB3aRVep .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3aRVep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3aRVep img {
  border-radius: 2rem;
}
.cid-udYB3aRVep .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3aRVep .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3aRVep .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3aRVep .mbr-section-title {
  color: #ffffff;
}
.cid-udYB3aRVep .mbr-text,
.cid-udYB3aRVep .mbr-section-btn {
  color: #ffffff;
}
.cid-udYB3aRVep .mbr-section-subtitle,
.cid-udYB3aRVep .align-wrapper {
  color: #04492e;
}
.cid-udYB3bZZ9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udYB3bZZ9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3bZZ9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3bZZ9M .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYB3bZZ9M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3bZZ9M .container {
    padding: 0 26px;
  }
}
.cid-udYB3bZZ9M .row {
  justify-content: center;
}
.cid-udYB3bZZ9M .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-udYB3bZZ9M .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udYB3bZZ9M .list .item-wrap:hover,
.cid-udYB3bZZ9M .list .item-wrap:focus {
  color: #baab99;
}
.cid-udYB3bZZ9M .list,
.cid-udYB3bZZ9M .mbr-section-btn {
  text-align: center;
}
.cid-udYB3bZZ9M .list,
.cid-udYB3bZZ9M .item-wrap,
.cid-udYB3bZZ9M .mbr-section-btn {
  text-align: center;
}
.cid-udYB3cKcGQ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fafaf9;
}
.cid-udYB3cKcGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3cKcGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3cKcGQ .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3cKcGQ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3cKcGQ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3cKcGQ .mbr-section-title {
  color: #04492e;
}
.cid-udYB3cKcGQ .mbr-text,
.cid-udYB3cKcGQ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3cKcGQ .mbr-section-subtitle,
.cid-udYB3cKcGQ .align-wrapper {
  color: #04492e;
}
.cid-udYB3dztkJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYB3dztkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3dztkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3dztkJ .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYB3dztkJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYB3dztkJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYB3dztkJ .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3dztkJ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3dztkJ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3dztkJ .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYB3dztkJ .mbr-text,
.cid-udYB3dztkJ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3dztkJ .mbr-section-subtitle2,
.cid-udYB3dztkJ .align-wrapper {
  color: #04492e;
}
.cid-udYB3dztkJ .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-udYB3eqabg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYB3eqabg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3eqabg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3eqabg .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3eqabg .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3eqabg .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3eqabg .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-udYB3eqabg .mbr-text,
.cid-udYB3eqabg .mbr-section-btn {
  color: #fafaf9;
  text-align: right;
}
.cid-udYB3f1zTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYB3f1zTQ .mbr-text {
  color: #fafaf9;
}
.cid-udYB3f1zTQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYB3f1zTQ p {
  opacity: 0.7;
}
.cid-udYB3f1zTQ .wrapper {
  background: #033b25;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYB3f1zTQ .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYB3f1zTQ .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYB3fA6x0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYB3fA6x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3fA6x0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYB3fA6x0 p {
    max-width: 95%;
  }
}
.cid-udYB3fA6x0 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3fA6x0 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3fA6x0 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3fA6x0 .mbr-section-title {
  color: #04492e;
}
.cid-udYB3fA6x0 .mbr-text,
.cid-udYB3fA6x0 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3fA6x0 .mbr-section-subtitle,
.cid-udYB3fA6x0 .align-wrapper {
  color: #04492e;
}
.cid-udYB3fA6x0 .mbr-section-title2 {
  color: #04492e;
}
.cid-udYB3fA6x0 .mbr-text2,
.cid-udYB3fA6x0 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3gf0B8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYB3gf0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3gf0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3gf0B8 .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYB3gf0B8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYB3gf0B8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYB3gf0B8 .card-wrapper .mbr-section-subtitle2 {
  background: #cdfb0a;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3gf0B8 .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3gf0B8 .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3gf0B8 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3gf0B8 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3gf0B8 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3gf0B8 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYB3gf0B8 .mbr-text,
.cid-udYB3gf0B8 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3gf0B8 .mbr-section-subtitle,
.cid-udYB3gf0B8 .align-wrapper {
  color: #04492e;
}
.cid-udYB3gf0B8 .mbr-section-subtitle3,
.cid-udYB3gf0B8 .align-wrapper2 {
  color: #04492e;
}
.cid-udYB3gf0B8 .mbr-section-subtitle2,
.cid-udYB3gf0B8 .align-wrapper2 {
  color: #ffffff;
}
.cid-udYB3gf0B8 .mbr-section-cardtitle {
  color: #04492e;
  text-align: left;
}
.cid-udYB3gf0B8 .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udYB3h93Cb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-udYB3h93Cb .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYB3h93Cb .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYB3h93Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3h93Cb .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-udYB3h93Cb .container {
    padding: 0 30px;
  }
}
.cid-udYB3h93Cb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udYB3h93Cb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYB3h93Cb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYB3h93Cb .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udYB3h93Cb .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udYB3h93Cb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYB3h93Cb .mbr-section-title {
  color: #ffffff;
}
.cid-udYB3h93Cb .mbr-text {
  color: #ffffff;
}
.cid-udYB3hVch2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYB3hVch2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3hVch2 .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-udYB3hVch2 .container {
    padding: 0 30px;
  }
}
.cid-udYB3hVch2 .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper {
    display: block;
  }
}
.cid-udYB3hVch2 .content-wrapper .card {
  justify-content: center;
}
.cid-udYB3hVch2 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-udYB3hVch2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-udYB3hVch2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYB3hVch2 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-udYB3hVch2 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-udYB3hVch2 .mbr-section-title {
  color: #144031;
}
.cid-udYB3hVch2 .mbr-text {
  color: #144031;
}
.cid-udYB3hVch2 .list {
  color: #144031;
}
.cid-udYB3iyvqq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYB3iyvqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3iyvqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3iyvqq .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYB3iyvqq .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYB3iyvqq .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYB3iyvqq .mbr-section-title {
  color: #04492e;
}
.cid-udYB3iyvqq .mbr-text,
.cid-udYB3iyvqq .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYB3iyvqq .mbr-section-subtitle,
.cid-udYB3iyvqq .align-wrapper {
  color: #04492e;
}
.cid-udYB3judww {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYB3judww .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3judww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3judww .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udYB3judww .container-fluid {
    padding: 0 12px;
  }
}
.cid-udYB3judww .container-fluid .row {
  padding: 0;
}
.cid-udYB3judww .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udYB3judww .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udYB3judww .card {
    padding: 48px 20px;
  }
}
.cid-udYB3judww .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udYB3judww .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYB3judww .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udYB3judww .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udYB3judww .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYB3k6vlp {
  background-color: #e1e7e4;
}
.cid-udYB3k6vlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3k6vlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3k6vlp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .container {
    padding: 0 26px;
  }
}
.cid-udYB3k6vlp .row {
  justify-content: center;
}
.cid-udYB3k6vlp .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-udYB3k6vlp .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYB3k6vlp .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-udYB3k6vlp .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-udYB3k6vlp .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYB3k6vlp .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYB3k6vlp .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udYB3k6vlp .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udYB3k6vlp .mbr-section-title {
  color: #ffffff;
}
.cid-udYB3k6vlp .mbr-section-subtitle {
  color: #000000;
}
.cid-udYB3k6vlp .mbr-text {
  color: #000000;
}
.cid-udYB3k6vlp .mbr-text,
.cid-udYB3k6vlp .mbr-section-btn {
  color: #ffffff;
}
.cid-udYB3kH3xz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYB3kH3xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3kH3xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3kH3xz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYB3kH3xz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3kH3xz .container {
    padding: 0 25px;
  }
}
.cid-udYB3kH3xz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYB3kH3xz .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udYB3kH3xz .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udYB3kH3xz .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udYB3kH3xz .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udYB3kH3xz .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYB3kH3xz .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udYB3kH3xz .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYB3kH3xz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYB3kH3xz .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYB3kH3xz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYB3kH3xz .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYB3kH3xz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udYB3kH3xz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYB3kH3xz .panel-title-edit {
  color: #000000;
}
.cid-udYB3kH3xz .panel-text {
  color: #000000;
}
.cid-udYB3lCgJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYB3lCgJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3lCgJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3lCgJM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYB3lCgJM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3lCgJM .container {
    padding: 0 26px;
  }
}
.cid-udYB3lCgJM .row {
  justify-content: center;
}
.cid-udYB3lCgJM .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-udYB3lCgJM .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udYB3lCgJM .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-udYB3lCgJM .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-udYB3lCgJM .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYB3lCgJM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYB3lCgJM .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udYB3lCgJM .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udYB3lCgJM .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-udYB3lCgJM .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYB3lCgJM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-udYB3lCgJM .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-udYB3lCgJM .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-udYB3lCgJM .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYB3lCgJM .mbr-section-title {
  color: #ffffff;
}
.cid-udYB3lCgJM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYB3lCgJM .mbr-desc {
  color: #ffffff;
}
.cid-udYB3lCgJM .mbr-text {
  color: #ffffff;
}
.cid-udYB3lCgJM .mbr-link {
  color: #ffffff;
}
.cid-udYHvI1NY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYHvI1NY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYHvI1NY9 .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-udYHvI1NY9 .container {
    padding: 0 30px;
  }
}
.cid-udYHvI1NY9 .row {
  justify-content: center;
}
.cid-udYHvI1NY9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYHvI1NY9 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0 40px;
}
.cid-udYHvI1NY9 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-udYHvI1NY9 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-udYHvI1NY9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYHvI1NY9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYHvI1NY9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-udYHvI1NY9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYHvI1NY9 .mbr-section-btn {
  text-align: center;
}
.cid-udYHvI1NY9 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-udYHvI1NY9 .mbr-section-btn .btn:hover,
.cid-udYHvI1NY9 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-udYHvI1NY9 .mbr-section-title {
  color: #212529;
}
.cid-udYHvI1NY9 .panel-title-edit {
  color: #ffffff;
}
.cid-udYHvI1NY9 .panel-text {
  color: #ffffff;
}
.cid-udYHvI1NY9 .mbr-section-title,
.cid-udYHvI1NY9 .mbr-section-btn {
  color: #e1e7e4;
}
.cid-udYB3mnVmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-udYB3mnVmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3mnVmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3mnVmr .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYB3mnVmr .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYB3mnVmr .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-udYB3mnVmr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYB3mnVmr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYB3mnVmr .mbr-section-title {
  color: #ffffff;
}
.cid-udYB3mXLKR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYB3mXLKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYB3mXLKR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYB3mXLKR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYB3mXLKR .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYB3mXLKR a {
  font-weight: 600;
}
.cid-udYB3mXLKR a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYB3mXLKR .col-lg-3,
  .cid-udYB3mXLKR .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYB3mXLKR .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYB3mXLKR .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYB3mXLKR h5 {
  margin: 0;
}
.cid-udYB3mXLKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYB3mXLKR .iconfont-wrapper {
  position: relative;
}
.cid-udYB3mXLKR .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYB3mXLKR .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYB3mXLKR .sociconfont-wrapper {
  display: flex;
}
.cid-udYB3mXLKR .card-title,
.cid-udYB3mXLKR .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYB3mXLKR .card-text {
  color: #ffffff;
}
.cid-udYB3mXLKR .mbr-section-title {
  color: #000000;
}
.cid-udYB3mXLKR .main-title,
.cid-udYB3mXLKR .iconfont-wrapper {
  text-align: left;
}
.cid-udYB3nPe79 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-udYB3nPe79 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYB3nPe79 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYB3nPe79 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYAahK6QP {
  z-index: 1000;
  width: 100%;
}
.cid-udYAahK6QP nav.navbar {
  position: fixed;
}
.cid-udYAahK6QP .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-udYAahK6QP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYAahK6QP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYAahK6QP .dropdown-item:hover,
.cid-udYAahK6QP .dropdown-item:focus {
  background: #cdfb0a !important;
  color: white !important;
}
.cid-udYAahK6QP .dropdown-item:hover span {
  color: white;
}
.cid-udYAahK6QP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYAahK6QP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYAahK6QP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYAahK6QP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYAahK6QP .nav-link {
  position: relative;
}
.cid-udYAahK6QP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-udYAahK6QP .container {
    flex-wrap: nowrap;
  }
}
.cid-udYAahK6QP .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYAahK6QP .navbar-caption {
  font-weight: 500;
}
.cid-udYAahK6QP .dropdown-menu,
.cid-udYAahK6QP .navbar.opened {
  background: #fafaf9 !important;
}
.cid-udYAahK6QP .nav-item:focus,
.cid-udYAahK6QP .nav-link:focus {
  outline: none;
}
.cid-udYAahK6QP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYAahK6QP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYAahK6QP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYAahK6QP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYAahK6QP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYAahK6QP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYAahK6QP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.8);
  backdrop-filter: blur(10px);
}
.cid-udYAahK6QP .navbar.opened {
  transition: all 0.3s;
}
.cid-udYAahK6QP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYAahK6QP .navbar .navbar-logo img {
  width: auto;
}
.cid-udYAahK6QP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYAahK6QP .navbar.collapsed {
  justify-content: center;
}
.cid-udYAahK6QP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYAahK6QP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYAahK6QP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYAahK6QP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYAahK6QP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYAahK6QP .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-udYAahK6QP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYAahK6QP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYAahK6QP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYAahK6QP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYAahK6QP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYAahK6QP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYAahK6QP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYAahK6QP .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-udYAahK6QP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYAahK6QP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYAahK6QP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYAahK6QP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYAahK6QP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYAahK6QP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYAahK6QP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYAahK6QP .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYAahK6QP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYAahK6QP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYAahK6QP .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-udYAahK6QP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYAahK6QP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYAahK6QP .dropdown-item.active,
.cid-udYAahK6QP .dropdown-item:active {
  background-color: transparent;
}
.cid-udYAahK6QP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYAahK6QP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYAahK6QP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYAahK6QP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-udYAahK6QP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYAahK6QP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYAahK6QP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYAahK6QP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYAahK6QP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYAahK6QP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-udYAahK6QP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYAahK6QP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYAahK6QP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYAahK6QP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYAahK6QP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYAahK6QP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYAahK6QP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYAahK6QP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYAahK6QP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYAahK6QP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYAahK6QP .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-udYAahK6QP .navbar {
    height: 70px;
  }
  .cid-udYAahK6QP .navbar.opened {
    height: auto;
  }
  .cid-udYAahK6QP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYAair1FX {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYAair1FX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAair1FX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAair1FX img {
  border-radius: 2rem;
}
.cid-udYAair1FX .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAair1FX .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAair1FX .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAair1FX .mbr-section-title {
  color: #ffffff;
}
.cid-udYAair1FX .mbr-text,
.cid-udYAair1FX .mbr-section-btn {
  color: #ffffff;
}
.cid-udYAair1FX .mbr-section-subtitle,
.cid-udYAair1FX .align-wrapper {
  color: #04492e;
}
.cid-udYAaiQrFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYAaiQrFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAaiQrFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAaiQrFl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYAaiQrFl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYAaiQrFl .container {
    padding: 0 26px;
  }
}
.cid-udYAaiQrFl .row {
  justify-content: center;
}
.cid-udYAaiQrFl .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-udYAaiQrFl .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udYAaiQrFl .list .item-wrap:hover,
.cid-udYAaiQrFl .list .item-wrap:focus {
  color: #baab99;
}
.cid-udYAaiQrFl .list,
.cid-udYAaiQrFl .mbr-section-btn {
  text-align: center;
}
.cid-udYAajdeH5 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fafaf9;
}
.cid-udYAajdeH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAajdeH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAajdeH5 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAajdeH5 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAajdeH5 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAajdeH5 .mbr-section-title {
  color: #04492e;
}
.cid-udYAajdeH5 .mbr-text,
.cid-udYAajdeH5 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAajdeH5 .mbr-section-subtitle,
.cid-udYAajdeH5 .align-wrapper {
  color: #04492e;
}
.cid-udYAajEj3M {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYAajEj3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAajEj3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAajEj3M .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYAajEj3M .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYAajEj3M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYAajEj3M .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAajEj3M .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAajEj3M .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAajEj3M .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYAajEj3M .mbr-text,
.cid-udYAajEj3M .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAajEj3M .mbr-section-subtitle2,
.cid-udYAajEj3M .align-wrapper {
  color: #04492e;
}
.cid-udYAajEj3M .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-udYAakc1Re {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #04492e;
}
.cid-udYAakc1Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAakc1Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAakc1Re .mbr-section-subtitle {
  background: #cdfb0a;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAakc1Re .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAakc1Re .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAakc1Re .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-udYAakc1Re .mbr-text,
.cid-udYAakc1Re .mbr-section-btn {
  color: #fafaf9;
  text-align: right;
}
.cid-udYAakFV7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYAakFV7k .mbr-text {
  color: #fafaf9;
}
.cid-udYAakFV7k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYAakFV7k p {
  opacity: 0.7;
}
.cid-udYAakFV7k .wrapper {
  background: #033b25;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYAakFV7k .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYAakFV7k .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYAal4HLx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYAal4HLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAal4HLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYAal4HLx p {
    max-width: 95%;
  }
}
.cid-udYAal4HLx .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAal4HLx .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAal4HLx .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAal4HLx .mbr-section-title {
  color: #04492e;
}
.cid-udYAal4HLx .mbr-text,
.cid-udYAal4HLx .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAal4HLx .mbr-section-subtitle,
.cid-udYAal4HLx .align-wrapper {
  color: #04492e;
}
.cid-udYAal4HLx .mbr-section-title2 {
  color: #04492e;
}
.cid-udYAal4HLx .mbr-text2,
.cid-udYAal4HLx .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAalyxli {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYAalyxli .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAalyxli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAalyxli .card-wrapper {
  border: 3px solid #cdfb0a;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udYAalyxli .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udYAalyxli .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYAalyxli .card-wrapper .mbr-section-subtitle2 {
  background: #cdfb0a;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAalyxli .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAalyxli .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAalyxli .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAalyxli .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAalyxli .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAalyxli .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYAalyxli .mbr-text,
.cid-udYAalyxli .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAalyxli .mbr-section-subtitle,
.cid-udYAalyxli .align-wrapper {
  color: #04492e;
}
.cid-udYAalyxli .mbr-section-subtitle3,
.cid-udYAalyxli .align-wrapper2 {
  color: #04492e;
}
.cid-udYAalyxli .mbr-section-subtitle2,
.cid-udYAalyxli .align-wrapper2 {
  color: #ffffff;
}
.cid-udYAalyxli .mbr-section-cardtitle {
  color: #04492e;
  text-align: left;
}
.cid-udYAalyxli .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udYAam6cRr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-udYAam6cRr .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYAam6cRr .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-udYAam6cRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAam6cRr .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-udYAam6cRr .container {
    padding: 0 30px;
  }
}
.cid-udYAam6cRr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udYAam6cRr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYAam6cRr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYAam6cRr .text-wrapper {
  border-left: 1px solid #c7fcb5;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udYAam6cRr .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udYAam6cRr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYAam6cRr .mbr-section-title {
  color: #ffffff;
}
.cid-udYAam6cRr .mbr-text {
  color: #ffffff;
}
.cid-udYAamuvkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYAamuvkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAamuvkh .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-udYAamuvkh .container {
    padding: 0 30px;
  }
}
.cid-udYAamuvkh .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper {
    display: block;
  }
}
.cid-udYAamuvkh .content-wrapper .card {
  justify-content: center;
}
.cid-udYAamuvkh .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-udYAamuvkh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-udYAamuvkh .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-udYAamuvkh .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-udYAamuvkh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYAamuvkh .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-udYAamuvkh .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-udYAamuvkh .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYAamuvkh .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .cid-udYAamuvkh .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-udYAamuvkh .mbr-section-title {
  color: #144031;
}
.cid-udYAamuvkh .mbr-text {
  color: #144031;
}
.cid-udYAamuvkh .list {
  color: #144031;
}
.cid-udYAamT6FA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-udYAamT6FA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAamT6FA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAamT6FA .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYAamT6FA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYAamT6FA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYAamT6FA .mbr-section-title {
  color: #04492e;
}
.cid-udYAamT6FA .mbr-text,
.cid-udYAamT6FA .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udYAamT6FA .mbr-section-subtitle,
.cid-udYAamT6FA .align-wrapper {
  color: #04492e;
}
.cid-udYAanizIG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYAanizIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAanizIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAanizIG .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udYAanizIG .container-fluid {
    padding: 0 12px;
  }
}
.cid-udYAanizIG .container-fluid .row {
  padding: 0;
}
.cid-udYAanizIG .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udYAanizIG .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udYAanizIG .card {
    padding: 48px 20px;
  }
}
.cid-udYAanizIG .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udYAanizIG .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYAanizIG .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udYAanizIG .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udYAanizIG .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-udYAanSmIr {
  background-color: #e1e7e4;
}
.cid-udYAanSmIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAanSmIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAanSmIr .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .container {
    padding: 0 26px;
  }
}
.cid-udYAanSmIr .row {
  justify-content: center;
}
.cid-udYAanSmIr .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-udYAanSmIr .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYAanSmIr .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-udYAanSmIr .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-udYAanSmIr .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYAanSmIr .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-udYAanSmIr .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udYAanSmIr .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-udYAanSmIr .mbr-section-title {
  color: #ffffff;
}
.cid-udYAanSmIr .mbr-section-subtitle {
  color: #000000;
}
.cid-udYAanSmIr .mbr-text {
  color: #000000;
}
.cid-udYAanSmIr .mbr-text,
.cid-udYAanSmIr .mbr-section-btn {
  color: #ffffff;
}
.cid-udYAaoss6Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYAaoss6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAaoss6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAaoss6Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYAaoss6Q .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYAaoss6Q .container {
    padding: 0 25px;
  }
}
.cid-udYAaoss6Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYAaoss6Q .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udYAaoss6Q .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udYAaoss6Q .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udYAaoss6Q .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udYAaoss6Q .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYAaoss6Q .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udYAaoss6Q .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYAaoss6Q .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYAaoss6Q .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYAaoss6Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYAaoss6Q .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYAaoss6Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udYAaoss6Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYAaoss6Q .panel-title-edit {
  color: #000000;
}
.cid-udYAaoss6Q .panel-text {
  color: #000000;
}
.cid-udYAapadKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYAapadKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAapadKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAapadKi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-udYAapadKi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-udYAapadKi .container {
    padding: 0 26px;
  }
}
.cid-udYAapadKi .row {
  justify-content: center;
}
.cid-udYAapadKi .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #04492e;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-udYAapadKi .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-udYAapadKi .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-udYAapadKi .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-udYAapadKi .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-udYAapadKi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYAapadKi .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udYAapadKi .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udYAapadKi .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-udYAapadKi .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYAapadKi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-udYAapadKi .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-udYAapadKi .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-udYAapadKi .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYAapadKi .mbr-section-title {
  color: #ffffff;
}
.cid-udYAapadKi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYAapadKi .mbr-desc {
  color: #ffffff;
}
.cid-udYAapadKi .mbr-text {
  color: #ffffff;
}
.cid-udYAapadKi .mbr-link {
  color: #ffffff;
}
.cid-udYGQV0eu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04492e;
}
.cid-udYGQV0eu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYGQV0eu3 .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-udYGQV0eu3 .container {
    padding: 0 30px;
  }
}
.cid-udYGQV0eu3 .row {
  justify-content: center;
}
.cid-udYGQV0eu3 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-udYGQV0eu3 .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0 40px;
}
.cid-udYGQV0eu3 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-udYGQV0eu3 .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-udYGQV0eu3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYGQV0eu3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYGQV0eu3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-udYGQV0eu3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYGQV0eu3 .mbr-section-btn {
  text-align: center;
}
.cid-udYGQV0eu3 .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-udYGQV0eu3 .mbr-section-btn .btn:hover,
.cid-udYGQV0eu3 .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-udYGQV0eu3 .mbr-section-title {
  color: #212529;
}
.cid-udYGQV0eu3 .panel-title-edit {
  color: #ffffff;
}
.cid-udYGQV0eu3 .panel-text {
  color: #ffffff;
}
.cid-udYGQV0eu3 .mbr-section-title,
.cid-udYGQV0eu3 .mbr-section-btn {
  color: #e1e7e4;
}
.cid-udYAapIyFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #04492e;
}
.cid-udYAapIyFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAapIyFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAapIyFw .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYAapIyFw .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYAapIyFw .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-udYAapIyFw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYAapIyFw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYAapIyFw .mbr-section-title {
  color: #ffffff;
}
.cid-udYAaqgvpj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #04492e;
}
.cid-udYAaqgvpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYAaqgvpj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYAaqgvpj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYAaqgvpj .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYAaqgvpj a {
  font-weight: 600;
}
.cid-udYAaqgvpj a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYAaqgvpj .col-lg-3,
  .cid-udYAaqgvpj .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYAaqgvpj .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYAaqgvpj .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYAaqgvpj h5 {
  margin: 0;
}
.cid-udYAaqgvpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYAaqgvpj .iconfont-wrapper {
  position: relative;
}
.cid-udYAaqgvpj .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-udYAaqgvpj .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYAaqgvpj .sociconfont-wrapper {
  display: flex;
}
.cid-udYAaqgvpj .card-title,
.cid-udYAaqgvpj .iconfont-wrapper {
  color: #e1e7e4;
}
.cid-udYAaqgvpj .card-text {
  color: #ffffff;
}
.cid-udYAaqgvpj .mbr-section-title {
  color: #000000;
}
.cid-udYAaqgvpj .main-title,
.cid-udYAaqgvpj .iconfont-wrapper {
  text-align: left;
}
.cid-udYAaqZoTK {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #04492e;
}
.cid-udYAaqZoTK .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYAaqZoTK .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYAaqZoTK .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
