.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Allura', handwriting;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Allura', handwriting;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Allura', handwriting;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0bd0ba !important;
}
.bg-success {
  background-color: #256e66 !important;
}
.bg-info {
  background-color: #c5d00b !important;
}
.bg-warning {
  background-color: #999f30 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0bd0ba !important;
  border-color: #0bd0ba !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1bf3db !important;
  border-color: #1bf3db !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1bf3db !important;
  border-color: #1bf3db !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1fa596 !important;
  border-color: #1fa596 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #27d0bd !important;
  border-color: #27d0bd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #27d0bd !important;
  border-color: #27d0bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #c5d00b !important;
  border-color: #c5d00b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e7f31b !important;
  border-color: #e7f31b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e7f31b !important;
  border-color: #e7f31b !important;
}
.btn-success,
.btn-success:active {
  background-color: #256e66 !important;
  border-color: #256e66 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #329489 !important;
  border-color: #329489 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #329489 !important;
  border-color: #329489 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #999f30 !important;
  border-color: #999f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bdc53d !important;
  border-color: #bdc53d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bdc53d !important;
  border-color: #bdc53d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0bd0ba;
  color: #0bd0ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #077e70 !important;
  background-color: transparent !important;
  border-color: #077e70 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0bd0ba !important;
  border-color: #0bd0ba !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1fa596;
  color: #1fa596;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #115c54 !important;
  background-color: transparent !important;
  border-color: #115c54 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1fa596 !important;
  border-color: #1fa596 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c5d00b;
  color: #c5d00b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #777e07 !important;
  background-color: transparent !important;
  border-color: #777e07 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c5d00b !important;
  border-color: #c5d00b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #256e66;
  color: #256e66;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2d2a !important;
  background-color: transparent !important;
  border-color: #0f2d2a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #256e66 !important;
  border-color: #256e66 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #999f30;
  color: #999f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #595c1c !important;
  background-color: transparent !important;
  border-color: #595c1c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #999f30 !important;
  border-color: #999f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #0bd0ba !important;
}
.text-secondary {
  color: #1fa596 !important;
}
.text-success {
  color: #256e66 !important;
}
.text-info {
  color: #c5d00b !important;
}
.text-warning {
  color: #999f30 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #066f63 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0f4f48 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b221f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #696f06 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e5118 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #0bd0ba;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c5d00b;
}
.alert-warning {
  background-color: #999f30;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0bd0ba;
  border-color: #0bd0ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0bd0ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acfbf2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4fc4b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6fbac;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1d678;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  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: #0bd0ba !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0bd0ba;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0bd0ba;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0bd0ba;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0bd0ba;
  border-bottom-color: #0bd0ba;
}
.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: #0bd0ba !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1fa596 !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='%230bd0ba' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vlh5gAssVJ .navbar-dropdown {
  position: relative !important;
}
.cid-vlh5gAssVJ .navbar-dropdown {
  position: absolute !important;
}
.cid-vlh5gAssVJ .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-vlh5gAssVJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vlh5gAssVJ .dropdown-item:hover,
.cid-vlh5gAssVJ .dropdown-item:focus {
  color: #0bd0ba !important;
}
.cid-vlh5gAssVJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vlh5gAssVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlh5gAssVJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-vlh5gAssVJ .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vlh5gAssVJ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlh5gAssVJ .dropdown-menu,
.cid-vlh5gAssVJ .navbar.opened {
  background: #0bd0ba !important;
}
.cid-vlh5gAssVJ .nav-item:focus,
.cid-vlh5gAssVJ .nav-link:focus {
  outline: none;
}
.cid-vlh5gAssVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlh5gAssVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlh5gAssVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlh5gAssVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlh5gAssVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlh5gAssVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlh5gAssVJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(11, 208, 186, 0);
}
.cid-vlh5gAssVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vlh5gAssVJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlh5gAssVJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vlh5gAssVJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlh5gAssVJ .navbar.collapsed {
  justify-content: center;
}
.cid-vlh5gAssVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlh5gAssVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlh5gAssVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlh5gAssVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlh5gAssVJ .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-vlh5gAssVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlh5gAssVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlh5gAssVJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlh5gAssVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlh5gAssVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlh5gAssVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlh5gAssVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlh5gAssVJ .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-vlh5gAssVJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlh5gAssVJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlh5gAssVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlh5gAssVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlh5gAssVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlh5gAssVJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlh5gAssVJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlh5gAssVJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlh5gAssVJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlh5gAssVJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0 !important;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.cid-vlh5gAssVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlh5gAssVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlh5gAssVJ .dropdown-item.active,
.cid-vlh5gAssVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vlh5gAssVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlh5gAssVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlh5gAssVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlh5gAssVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0bd0ba;
}
.cid-vlh5gAssVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlh5gAssVJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlh5gAssVJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlh5gAssVJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlh5gAssVJ button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlh5gAssVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlh5gAssVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlh5gAssVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlh5gAssVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlh5gAssVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlh5gAssVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlh5gAssVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlh5gAssVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlh5gAssVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlh5gAssVJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlh5gAssVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlh5gAssVJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlh5gAssVJ .navbar {
    height: 70px;
  }
  .cid-vlh5gAssVJ .navbar.opened {
    height: auto;
  }
  .cid-vlh5gAssVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlh5gAssVJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vlh5gAssVJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vlh5gAssVJ a {
  display: inline;
  font-weight: bold;
}
.cid-vlh5gAssVJ img {
  display: inline;
  padding-right: 10px;
}
.cid-vlh5gAssVJ .dropdown-toggle:after {
  display: none;
}
.cid-vlh5gAssVJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vlh5gAssVJ .dropdown-item:hover {
  color: #999f30 !important;
}
@media (max-width: 990px) {
  .cid-vlh5gAssVJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vlh5gAssVJ .navbar .container {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.cid-vlh5gAssVJ .navbar-brand .navbar-logo,
.cid-vlh5gAssVJ .navbar-brand .navbar-caption-wrap {
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-vlh5gAssVJ .navbar .container {
    align-items: center !important;
  }
  .cid-vlh5gAssVJ .navbar-brand {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
}
.cid-vlh4jpP4Wf {
  display: flex;
}
@media (min-width: 768px) {
  .cid-vlh4jpP4Wf {
    align-items: flex-end;
  }
  .cid-vlh4jpP4Wf .row {
    justify-content: flex-start;
  }
  .cid-vlh4jpP4Wf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlh4jpP4Wf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlh4jpP4Wf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlh4jpP4Wf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlh4jpP4Wf .content-wrap {
    width: 100%;
  }
}
.cid-vlh4jpP4Wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlh4jpP4Wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vlh4jpP4Wf .mbr-section-title,
.cid-vlh4jpP4Wf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vlh4jpP4Wf .mbr-text,
.cid-vlh4jpP4Wf .mbr-section-btn {
  text-align: left;
}
.cid-vlh4jpP4Wf .mbr-section-title {
  color: #ffffff;
}
.cid-vlh4jpP4Wf .mb_YTPBar,
.cid-vlh4jpP4Wf .mb_YTPPlaypause,
.cid-vlh4jpP4Wf .mb_YTPOverlay,
.cid-vlh4jpP4Wf button.mb_YTPPlaypause {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.cid-vlh4jpP4Wf .header18 .mbr-background-video + button,
.cid-vlh4jpP4Wf .header18 button[aria-label*="Pause"],
.cid-vlh4jpP4Wf .header18 button[aria-label*="pause"] {
  display: none !important;
}
.cid-vlh9rLkYYj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vlh9rLkYYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlh9rLkYYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlh9rLkYYj .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vlh9rLkYYj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlh9rLkYYj .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vlh9rLkYYj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlh9rLkYYj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vlh9rLkYYj .mbr-section-title {
  color: #747474;
}
.cid-vlh9rLkYYj .mbr-text,
.cid-vlh9rLkYYj .mbr-section-btn {
  color: #747474;
}
.cid-vlh9rLkYYj img {
  width: 100%;
  height: 100%;
}
.cid-vlh9B5eYti {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/139219815-73a9995f-f706-410d-9d00-a2fda5cecc77-2000x1333.jpg");
}
.cid-vlh9B5eYti .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vlh9B5eYti {
    align-items: flex-end;
  }
  .cid-vlh9B5eYti .row {
    justify-content: center;
  }
  .cid-vlh9B5eYti .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlh9B5eYti .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlh9B5eYti {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlh9B5eYti .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlh9B5eYti .content-wrap {
    width: 100%;
  }
}
.cid-vlh9B5eYti .mbr-section-title,
.cid-vlh9B5eYti .mbr-section-subtitle {
  text-align: center;
}
.cid-vlh9B5eYti .mbr-text,
.cid-vlh9B5eYti .mbr-section-btn {
  text-align: center;
}
.cid-vlmOfhRe3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmOfhRe3o .item:focus,
.cid-vlmOfhRe3o span:focus {
  outline: none;
}
.cid-vlmOfhRe3o .item {
  cursor: pointer;
}
.cid-vlmOfhRe3o .grid-container {
  grid-row-gap: 0;
}
.cid-vlmOfhRe3o .grid-container-1,
.cid-vlmOfhRe3o .grid-container-2 {
  gap: 0;
}
.cid-vlmOfhRe3o .mbr-section-title {
  margin-bottom: 40px;
  color: #ffedd6;
  text-align: center;
}
.cid-vlmOfhRe3o .content-head {
  max-width: 800px;
}
.cid-vlmOfhRe3o .container,
.cid-vlmOfhRe3o .container-fluid {
  overflow: hidden;
}
.cid-vlmOfhRe3o .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vlmOfhRe3o .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vlmOfhRe3o .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vlmOfhRe3o .grid-item img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vlmOfhRe3o .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vlmOfhRe3o .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vlmOfhRe3o .grid-item img {
    height: 140px;
  }
}
.cid-vlmOfhRe3o .grid-container-1,
.cid-vlmOfhRe3o .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vlmOfhRe3o .grid-container-1 {
  align-items: flex-end;
}
.cid-vlmOfhRe3o .grid-container-2 {
  align-items: flex-start;
}
.cid-vlh9MTtBru {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vlh9MTtBru .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlh9MTtBru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlh9MTtBru .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlh9MTtBru .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vlh9MTtBru .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlh9MTtBru .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlh9MTtBru .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlh9MTtBru .header-menu li p {
  margin: 0;
}
.cid-vlh9MTtBru .content-head {
  max-width: 800px;
}
.cid-vlh9MTtBru .mbr-text,
.cid-vlh9MTtBru .mbr-section-btn {
  color: #747474;
}
.cid-vlh9MTtBru .mbr-section-title {
  color: #454545;
}
.cid-vlmcXztZfV {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (min-width: 768px) {
  .cid-vlmcXztZfV {
    align-items: flex-end;
  }
  .cid-vlmcXztZfV .row {
    justify-content: center;
  }
  .cid-vlmcXztZfV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmcXztZfV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmcXztZfV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlmcXztZfV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmcXztZfV .content-wrap {
    width: 100%;
  }
}
.cid-vlmcXztZfV .mbr-section-title,
.cid-vlmcXztZfV .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmcXztZfV .mbr-text,
.cid-vlmcXztZfV .mbr-section-btn {
  text-align: center;
}
.cid-vlmwR7QX63 .navbar-dropdown {
  position: relative !important;
}
.cid-vlmwR7QX63 .navbar-dropdown {
  position: absolute !important;
}
.cid-vlmwR7QX63 .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-vlmwR7QX63 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vlmwR7QX63 .dropdown-item:hover,
.cid-vlmwR7QX63 .dropdown-item:focus {
  color: #0bd0ba !important;
}
.cid-vlmwR7QX63 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vlmwR7QX63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlmwR7QX63 .nav-link {
  position: relative;
  padding: 0;
}
.cid-vlmwR7QX63 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vlmwR7QX63 .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlmwR7QX63 .dropdown-menu,
.cid-vlmwR7QX63 .navbar.opened {
  background: #0bd0ba !important;
}
.cid-vlmwR7QX63 .nav-item:focus,
.cid-vlmwR7QX63 .nav-link:focus {
  outline: none;
}
.cid-vlmwR7QX63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlmwR7QX63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlmwR7QX63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlmwR7QX63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlmwR7QX63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlmwR7QX63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlmwR7QX63 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(11, 208, 186, 0);
}
.cid-vlmwR7QX63 .navbar.opened {
  transition: all 0.3s;
}
.cid-vlmwR7QX63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlmwR7QX63 .navbar .navbar-logo img {
  width: auto;
}
.cid-vlmwR7QX63 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlmwR7QX63 .navbar.collapsed {
  justify-content: center;
}
.cid-vlmwR7QX63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlmwR7QX63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlmwR7QX63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlmwR7QX63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlmwR7QX63 .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-vlmwR7QX63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlmwR7QX63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlmwR7QX63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlmwR7QX63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlmwR7QX63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlmwR7QX63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlmwR7QX63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlmwR7QX63 .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-vlmwR7QX63 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlmwR7QX63 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlmwR7QX63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlmwR7QX63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlmwR7QX63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlmwR7QX63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlmwR7QX63 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlmwR7QX63 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlmwR7QX63 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlmwR7QX63 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0 !important;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.cid-vlmwR7QX63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlmwR7QX63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmwR7QX63 .dropdown-item.active,
.cid-vlmwR7QX63 .dropdown-item:active {
  background-color: transparent;
}
.cid-vlmwR7QX63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlmwR7QX63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlmwR7QX63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlmwR7QX63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0bd0ba;
}
.cid-vlmwR7QX63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlmwR7QX63 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlmwR7QX63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlmwR7QX63 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlmwR7QX63 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlmwR7QX63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlmwR7QX63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlmwR7QX63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmwR7QX63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmwR7QX63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlmwR7QX63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmwR7QX63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlmwR7QX63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlmwR7QX63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmwR7QX63 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlmwR7QX63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmwR7QX63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlmwR7QX63 .navbar {
    height: 70px;
  }
  .cid-vlmwR7QX63 .navbar.opened {
    height: auto;
  }
  .cid-vlmwR7QX63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlmwR7QX63 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vlmwR7QX63 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vlmwR7QX63 a {
  display: inline;
  font-weight: bold;
}
.cid-vlmwR7QX63 img {
  display: inline;
  padding-right: 10px;
}
.cid-vlmwR7QX63 .dropdown-toggle:after {
  display: none;
}
.cid-vlmwR7QX63 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vlmwR7QX63 .dropdown-item:hover {
  color: #999f30 !important;
}
@media (max-width: 990px) {
  .cid-vlmwR7QX63 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vlmwR7QX63 .navbar .container {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.cid-vlmwR7QX63 .navbar-brand .navbar-logo,
.cid-vlmwR7QX63 .navbar-brand .navbar-caption-wrap {
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-vlmwR7QX63 .navbar .container {
    align-items: center !important;
  }
  .cid-vlmwR7QX63 .navbar-brand {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
}
.cid-vlmwR8MlIZ {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-vlmwR8MlIZ {
    align-items: center;
  }
  .cid-vlmwR8MlIZ .row {
    justify-content: center;
  }
  .cid-vlmwR8MlIZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmwR8MlIZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmwR8MlIZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vlmwR8MlIZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmwR8MlIZ .content-wrap {
    width: 100%;
  }
}
.cid-vlmwR8MlIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmwR8MlIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vlmwR8MlIZ .mbr-section-title,
.cid-vlmwR8MlIZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vlmwR8MlIZ .mbr-text,
.cid-vlmwR8MlIZ .mbr-section-btn {
  text-align: center;
}
.cid-vlmwR8MlIZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlmwR8MlIZ .mb_YTPBar,
.cid-vlmwR8MlIZ .mb_YTPPlaypause,
.cid-vlmwR8MlIZ .mb_YTPOverlay,
.cid-vlmwR8MlIZ button.mb_YTPPlaypause {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.cid-vlmwR8MlIZ .header18 .mbr-background-video + button,
.cid-vlmwR8MlIZ .header18 button[aria-label*="Pause"],
.cid-vlmwR8MlIZ .header18 button[aria-label*="pause"] {
  display: none !important;
}
.cid-vlmwR8MlIZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmxNz3EWP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlmxNz3EWP .mbr-text {
  color: #000000;
}
.cid-vlmxNz3EWP .mbr-section-subtitle {
  color: #000000;
}
.cid-vlmxNz3EWP .mbr-section-title {
  color: #000000;
}
.cid-vlmy1MRtlc {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vlmy1MRtlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmy1MRtlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlmy1MRtlc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlmy1MRtlc .row {
  flex-direction: row-reverse;
}
.cid-vlmy1MRtlc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlmy1MRtlc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlmy1MRtlc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vlmy1MRtlc .mbr-section-title {
  color: #000000;
}
.cid-vlmy1MRtlc .mbr-text,
.cid-vlmy1MRtlc .mbr-section-btn {
  color: #000000;
}
.cid-vlxX3B4BkK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vlxX3B4BkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlxX3B4BkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlxX3B4BkK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlxX3B4BkK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlxX3B4BkK .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-vlxX3B4BkK .content-head {
  max-width: 800px;
}
.cid-vlxX3B4BkK .card-text {
  color: #747474;
}
.cid-vlmwRa6WCN {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/139219815-73a9995f-f706-410d-9d00-a2fda5cecc77-2000x1333.jpg");
}
.cid-vlmwRa6WCN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vlmwRa6WCN {
    align-items: flex-end;
  }
  .cid-vlmwRa6WCN .row {
    justify-content: center;
  }
  .cid-vlmwRa6WCN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmwRa6WCN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmwRa6WCN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlmwRa6WCN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmwRa6WCN .content-wrap {
    width: 100%;
  }
}
.cid-vlmwRa6WCN .mbr-section-title,
.cid-vlmwRa6WCN .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmwRa6WCN .mbr-text,
.cid-vlmwRa6WCN .mbr-section-btn {
  text-align: center;
}
.cid-vlmwRbcZ6c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaf9f7;
}
.cid-vlmwRbcZ6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmwRbcZ6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmwRbcZ6c .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlmwRbcZ6c .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vlmwRbcZ6c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlmwRbcZ6c .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlmwRbcZ6c .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlmwRbcZ6c .header-menu li p {
  margin: 0;
}
.cid-vlmwRbcZ6c .content-head {
  max-width: 800px;
}
.cid-vlmwRbcZ6c .mbr-text,
.cid-vlmwRbcZ6c .mbr-section-btn {
  color: #747474;
}
.cid-vlmwRbcZ6c .mbr-section-title {
  color: #454545;
}
.cid-vlmzs1PlpS .navbar-dropdown {
  position: relative !important;
}
.cid-vlmzs1PlpS .navbar-dropdown {
  position: absolute !important;
}
.cid-vlmzs1PlpS .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-vlmzs1PlpS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vlmzs1PlpS .dropdown-item:hover,
.cid-vlmzs1PlpS .dropdown-item:focus {
  color: #0bd0ba !important;
}
.cid-vlmzs1PlpS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vlmzs1PlpS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlmzs1PlpS .nav-link {
  position: relative;
  padding: 0;
}
.cid-vlmzs1PlpS .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vlmzs1PlpS .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlmzs1PlpS .dropdown-menu,
.cid-vlmzs1PlpS .navbar.opened {
  background: #0bd0ba !important;
}
.cid-vlmzs1PlpS .nav-item:focus,
.cid-vlmzs1PlpS .nav-link:focus {
  outline: none;
}
.cid-vlmzs1PlpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlmzs1PlpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlmzs1PlpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlmzs1PlpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlmzs1PlpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlmzs1PlpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlmzs1PlpS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(11, 208, 186, 0);
}
.cid-vlmzs1PlpS .navbar.opened {
  transition: all 0.3s;
}
.cid-vlmzs1PlpS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlmzs1PlpS .navbar .navbar-logo img {
  width: auto;
}
.cid-vlmzs1PlpS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlmzs1PlpS .navbar.collapsed {
  justify-content: center;
}
.cid-vlmzs1PlpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlmzs1PlpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlmzs1PlpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlmzs1PlpS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlmzs1PlpS .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-vlmzs1PlpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlmzs1PlpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlmzs1PlpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlmzs1PlpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlmzs1PlpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlmzs1PlpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlmzs1PlpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlmzs1PlpS .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-vlmzs1PlpS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlmzs1PlpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlmzs1PlpS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlmzs1PlpS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlmzs1PlpS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlmzs1PlpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlmzs1PlpS .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlmzs1PlpS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlmzs1PlpS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlmzs1PlpS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0 !important;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.cid-vlmzs1PlpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlmzs1PlpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmzs1PlpS .dropdown-item.active,
.cid-vlmzs1PlpS .dropdown-item:active {
  background-color: transparent;
}
.cid-vlmzs1PlpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlmzs1PlpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlmzs1PlpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlmzs1PlpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0bd0ba;
}
.cid-vlmzs1PlpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlmzs1PlpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlmzs1PlpS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlmzs1PlpS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlmzs1PlpS button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlmzs1PlpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlmzs1PlpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlmzs1PlpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmzs1PlpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmzs1PlpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlmzs1PlpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmzs1PlpS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlmzs1PlpS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlmzs1PlpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmzs1PlpS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlmzs1PlpS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmzs1PlpS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlmzs1PlpS .navbar {
    height: 70px;
  }
  .cid-vlmzs1PlpS .navbar.opened {
    height: auto;
  }
  .cid-vlmzs1PlpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlmzs1PlpS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vlmzs1PlpS .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vlmzs1PlpS a {
  display: inline;
  font-weight: bold;
}
.cid-vlmzs1PlpS img {
  display: inline;
  padding-right: 10px;
}
.cid-vlmzs1PlpS .dropdown-toggle:after {
  display: none;
}
.cid-vlmzs1PlpS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vlmzs1PlpS .dropdown-item:hover {
  color: #999f30 !important;
}
@media (max-width: 990px) {
  .cid-vlmzs1PlpS .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vlmzs1PlpS .navbar .container {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.cid-vlmzs1PlpS .navbar-brand .navbar-logo,
.cid-vlmzs1PlpS .navbar-brand .navbar-caption-wrap {
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-vlmzs1PlpS .navbar .container {
    align-items: center !important;
  }
  .cid-vlmzs1PlpS .navbar-brand {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
}
.cid-vlmzs3hbki {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-vlmzs3hbki {
    align-items: center;
  }
  .cid-vlmzs3hbki .row {
    justify-content: center;
  }
  .cid-vlmzs3hbki .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmzs3hbki .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmzs3hbki {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vlmzs3hbki .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmzs3hbki .content-wrap {
    width: 100%;
  }
}
.cid-vlmzs3hbki .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmzs3hbki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vlmzs3hbki .mbr-section-title,
.cid-vlmzs3hbki .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vlmzs3hbki .mbr-text,
.cid-vlmzs3hbki .mbr-section-btn {
  text-align: center;
}
.cid-vlmzs3hbki .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlmzs3hbki .mb_YTPBar,
.cid-vlmzs3hbki .mb_YTPPlaypause,
.cid-vlmzs3hbki .mb_YTPOverlay,
.cid-vlmzs3hbki button.mb_YTPPlaypause {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.cid-vlmzs3hbki .header18 .mbr-background-video + button,
.cid-vlmzs3hbki .header18 button[aria-label*="Pause"],
.cid-vlmzs3hbki .header18 button[aria-label*="pause"] {
  display: none !important;
}
.cid-vlmzs3hbki .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmA8sxVxX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaf9f7;
}
.cid-vlmA8sxVxX img,
.cid-vlmA8sxVxX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vlmA8sxVxX .item:focus,
.cid-vlmA8sxVxX span:focus {
  outline: none;
}
.cid-vlmA8sxVxX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmA8sxVxX .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmA8sxVxX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmA8sxVxX .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vlmA8sxVxX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmA8sxVxX .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vlmA8sxVxX .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmA8sxVxX .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vlmA8sxVxX .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmA8sxVxX .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vlmA8sxVxX .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-vlmA8sxVxX .mbr-section-title {
  color: #232323;
}
.cid-vlmA8sxVxX .mbr-text,
.cid-vlmA8sxVxX .mbr-section-btn {
  text-align: center;
}
.cid-vlmA8sxVxX .item-title {
  text-align: left;
}
.cid-vlmA8sxVxX .content-head {
  max-width: 800px;
}
.cid-vlmA8sxVxX .mbr-text,
.cid-vlmA8sxVxX .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #454545;
}
.cid-vlmA8sxVxX .mbr-section-title,
.cid-vlmA8sxVxX .mbr-section-head .mbr-section-btn {
  color: #454545;
}
.cid-vly0PbqFF8 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vly0PbqFF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vly0PbqFF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vly0PbqFF8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vly0PbqFF8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vly0PbqFF8 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-vly0PbqFF8 .content-head {
  max-width: 800px;
}
.cid-vly0PbqFF8 .card-text {
  color: #747474;
}
.cid-vlmzs5fxDL {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/139219815-73a9995f-f706-410d-9d00-a2fda5cecc77-2000x1333.jpg");
}
.cid-vlmzs5fxDL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vlmzs5fxDL {
    align-items: flex-end;
  }
  .cid-vlmzs5fxDL .row {
    justify-content: center;
  }
  .cid-vlmzs5fxDL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmzs5fxDL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmzs5fxDL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlmzs5fxDL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmzs5fxDL .content-wrap {
    width: 100%;
  }
}
.cid-vlmzs5fxDL .mbr-section-title,
.cid-vlmzs5fxDL .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmzs5fxDL .mbr-text,
.cid-vlmzs5fxDL .mbr-section-btn {
  text-align: center;
}
.cid-vlmzs5TelV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaf9f7;
}
.cid-vlmzs5TelV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmzs5TelV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmzs5TelV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlmzs5TelV .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vlmzs5TelV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlmzs5TelV .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlmzs5TelV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlmzs5TelV .header-menu li p {
  margin: 0;
}
.cid-vlmzs5TelV .content-head {
  max-width: 800px;
}
.cid-vlmzs5TelV .mbr-text,
.cid-vlmzs5TelV .mbr-section-btn {
  color: #747474;
}
.cid-vlmzs5TelV .mbr-section-title {
  color: #454545;
}
.cid-vlmANzvg0L .navbar-dropdown {
  position: relative !important;
}
.cid-vlmANzvg0L .navbar-dropdown {
  position: absolute !important;
}
.cid-vlmANzvg0L .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-vlmANzvg0L .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vlmANzvg0L .dropdown-item:hover,
.cid-vlmANzvg0L .dropdown-item:focus {
  color: #0bd0ba !important;
}
.cid-vlmANzvg0L .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vlmANzvg0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlmANzvg0L .nav-link {
  position: relative;
  padding: 0;
}
.cid-vlmANzvg0L .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vlmANzvg0L .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlmANzvg0L .dropdown-menu,
.cid-vlmANzvg0L .navbar.opened {
  background: #0bd0ba !important;
}
.cid-vlmANzvg0L .nav-item:focus,
.cid-vlmANzvg0L .nav-link:focus {
  outline: none;
}
.cid-vlmANzvg0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlmANzvg0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlmANzvg0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlmANzvg0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlmANzvg0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlmANzvg0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlmANzvg0L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(11, 208, 186, 0);
}
.cid-vlmANzvg0L .navbar.opened {
  transition: all 0.3s;
}
.cid-vlmANzvg0L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlmANzvg0L .navbar .navbar-logo img {
  width: auto;
}
.cid-vlmANzvg0L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlmANzvg0L .navbar.collapsed {
  justify-content: center;
}
.cid-vlmANzvg0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlmANzvg0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlmANzvg0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlmANzvg0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlmANzvg0L .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-vlmANzvg0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlmANzvg0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlmANzvg0L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlmANzvg0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlmANzvg0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlmANzvg0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlmANzvg0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlmANzvg0L .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-vlmANzvg0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlmANzvg0L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlmANzvg0L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlmANzvg0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlmANzvg0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlmANzvg0L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlmANzvg0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlmANzvg0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlmANzvg0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlmANzvg0L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0 !important;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.cid-vlmANzvg0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlmANzvg0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmANzvg0L .dropdown-item.active,
.cid-vlmANzvg0L .dropdown-item:active {
  background-color: transparent;
}
.cid-vlmANzvg0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlmANzvg0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlmANzvg0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlmANzvg0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0bd0ba;
}
.cid-vlmANzvg0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlmANzvg0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlmANzvg0L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlmANzvg0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlmANzvg0L button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlmANzvg0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlmANzvg0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlmANzvg0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmANzvg0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmANzvg0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlmANzvg0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmANzvg0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlmANzvg0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlmANzvg0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmANzvg0L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlmANzvg0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmANzvg0L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlmANzvg0L .navbar {
    height: 70px;
  }
  .cid-vlmANzvg0L .navbar.opened {
    height: auto;
  }
  .cid-vlmANzvg0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlmANzvg0L .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vlmANzvg0L .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vlmANzvg0L a {
  display: inline;
  font-weight: bold;
}
.cid-vlmANzvg0L img {
  display: inline;
  padding-right: 10px;
}
.cid-vlmANzvg0L .dropdown-toggle:after {
  display: none;
}
.cid-vlmANzvg0L .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vlmANzvg0L .dropdown-item:hover {
  color: #999f30 !important;
}
@media (max-width: 990px) {
  .cid-vlmANzvg0L .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vlmANzvg0L .navbar .container {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.cid-vlmANzvg0L .navbar-brand .navbar-logo,
.cid-vlmANzvg0L .navbar-brand .navbar-caption-wrap {
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-vlmANzvg0L .navbar .container {
    align-items: center !important;
  }
  .cid-vlmANzvg0L .navbar-brand {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
}
.cid-vlmANAf2Z2 {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-vlmANAf2Z2 {
    align-items: center;
  }
  .cid-vlmANAf2Z2 .row {
    justify-content: center;
  }
  .cid-vlmANAf2Z2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmANAf2Z2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmANAf2Z2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vlmANAf2Z2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmANAf2Z2 .content-wrap {
    width: 100%;
  }
}
.cid-vlmANAf2Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmANAf2Z2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vlmANAf2Z2 .mbr-section-title,
.cid-vlmANAf2Z2 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vlmANAf2Z2 .mbr-text,
.cid-vlmANAf2Z2 .mbr-section-btn {
  text-align: center;
}
.cid-vlmANAf2Z2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlmANAf2Z2 .mb_YTPBar,
.cid-vlmANAf2Z2 .mb_YTPPlaypause,
.cid-vlmANAf2Z2 .mb_YTPOverlay,
.cid-vlmANAf2Z2 button.mb_YTPPlaypause {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.cid-vlmANAf2Z2 .header18 .mbr-background-video + button,
.cid-vlmANAf2Z2 .header18 button[aria-label*="Pause"],
.cid-vlmANAf2Z2 .header18 button[aria-label*="pause"] {
  display: none !important;
}
.cid-vlmANAf2Z2 .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmANBeqa3 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vlmANBeqa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmANBeqa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlmANBeqa3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlmANBeqa3 .row {
  flex-direction: row-reverse;
}
.cid-vlmANBeqa3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlmANBeqa3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlmANBeqa3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vlmANBeqa3 .mbr-section-title {
  color: #000000;
}
.cid-vlmANBeqa3 .mbr-text,
.cid-vlmANBeqa3 .mbr-section-btn {
  color: #000000;
}
.cid-vlmANBK7pz {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/139219815-73a9995f-f706-410d-9d00-a2fda5cecc77-2000x1333.jpg");
}
.cid-vlmANBK7pz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vlmANBK7pz {
    align-items: flex-end;
  }
  .cid-vlmANBK7pz .row {
    justify-content: center;
  }
  .cid-vlmANBK7pz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmANBK7pz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmANBK7pz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlmANBK7pz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmANBK7pz .content-wrap {
    width: 100%;
  }
}
.cid-vlmANBK7pz .mbr-section-title,
.cid-vlmANBK7pz .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmANBK7pz .mbr-text,
.cid-vlmANBK7pz .mbr-section-btn {
  text-align: center;
}
.cid-vlmANCluFj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaf9f7;
}
.cid-vlmANCluFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmANCluFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmANCluFj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlmANCluFj .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vlmANCluFj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlmANCluFj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlmANCluFj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlmANCluFj .header-menu li p {
  margin: 0;
}
.cid-vlmANCluFj .content-head {
  max-width: 800px;
}
.cid-vlmANCluFj .mbr-text,
.cid-vlmANCluFj .mbr-section-btn {
  color: #747474;
}
.cid-vlmANCluFj .mbr-section-title {
  color: #454545;
}
.cid-vlmBntRc1S .navbar-dropdown {
  position: relative !important;
}
.cid-vlmBntRc1S .navbar-dropdown {
  position: absolute !important;
}
.cid-vlmBntRc1S .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-vlmBntRc1S .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vlmBntRc1S .dropdown-item:hover,
.cid-vlmBntRc1S .dropdown-item:focus {
  color: #0bd0ba !important;
}
.cid-vlmBntRc1S .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-vlmBntRc1S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlmBntRc1S .nav-link {
  position: relative;
  padding: 0;
}
.cid-vlmBntRc1S .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-vlmBntRc1S .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlmBntRc1S .dropdown-menu,
.cid-vlmBntRc1S .navbar.opened {
  background: #0bd0ba !important;
}
.cid-vlmBntRc1S .nav-item:focus,
.cid-vlmBntRc1S .nav-link:focus {
  outline: none;
}
.cid-vlmBntRc1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlmBntRc1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlmBntRc1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlmBntRc1S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlmBntRc1S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlmBntRc1S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlmBntRc1S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(11, 208, 186, 0);
}
.cid-vlmBntRc1S .navbar.opened {
  transition: all 0.3s;
}
.cid-vlmBntRc1S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlmBntRc1S .navbar .navbar-logo img {
  width: auto;
}
.cid-vlmBntRc1S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlmBntRc1S .navbar.collapsed {
  justify-content: center;
}
.cid-vlmBntRc1S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlmBntRc1S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vlmBntRc1S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlmBntRc1S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlmBntRc1S .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-vlmBntRc1S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlmBntRc1S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlmBntRc1S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlmBntRc1S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlmBntRc1S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlmBntRc1S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlmBntRc1S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlmBntRc1S .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-vlmBntRc1S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlmBntRc1S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlmBntRc1S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlmBntRc1S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlmBntRc1S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlmBntRc1S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlmBntRc1S .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlmBntRc1S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlmBntRc1S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlmBntRc1S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0 !important;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  margin: 0 auto !important;
  padding-right: 0 !important;
  text-align: center !important;
}
.cid-vlmBntRc1S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlmBntRc1S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmBntRc1S .dropdown-item.active,
.cid-vlmBntRc1S .dropdown-item:active {
  background-color: transparent;
}
.cid-vlmBntRc1S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlmBntRc1S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlmBntRc1S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlmBntRc1S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0bd0ba;
}
.cid-vlmBntRc1S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlmBntRc1S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlmBntRc1S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlmBntRc1S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlmBntRc1S button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vlmBntRc1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlmBntRc1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlmBntRc1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmBntRc1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlmBntRc1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlmBntRc1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmBntRc1S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlmBntRc1S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlmBntRc1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlmBntRc1S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vlmBntRc1S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmBntRc1S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlmBntRc1S .navbar {
    height: 70px;
  }
  .cid-vlmBntRc1S .navbar.opened {
    height: auto;
  }
  .cid-vlmBntRc1S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlmBntRc1S .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vlmBntRc1S .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-vlmBntRc1S a {
  display: inline;
  font-weight: bold;
}
.cid-vlmBntRc1S img {
  display: inline;
  padding-right: 10px;
}
.cid-vlmBntRc1S .dropdown-toggle:after {
  display: none;
}
.cid-vlmBntRc1S .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-vlmBntRc1S .dropdown-item:hover {
  color: #999f30 !important;
}
@media (max-width: 990px) {
  .cid-vlmBntRc1S .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-vlmBntRc1S .navbar .container {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.cid-vlmBntRc1S .navbar-brand .navbar-logo,
.cid-vlmBntRc1S .navbar-brand .navbar-caption-wrap {
  margin: 0 auto !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-vlmBntRc1S .navbar .container {
    align-items: center !important;
  }
  .cid-vlmBntRc1S .navbar-brand {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
}
.cid-vlmBnvIRkB {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-vlmBnvIRkB {
    align-items: center;
  }
  .cid-vlmBnvIRkB .row {
    justify-content: center;
  }
  .cid-vlmBnvIRkB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmBnvIRkB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmBnvIRkB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vlmBnvIRkB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmBnvIRkB .content-wrap {
    width: 100%;
  }
}
.cid-vlmBnvIRkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmBnvIRkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vlmBnvIRkB .mbr-section-title,
.cid-vlmBnvIRkB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vlmBnvIRkB .mbr-text,
.cid-vlmBnvIRkB .mbr-section-btn {
  text-align: center;
}
.cid-vlmBnvIRkB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vlmBnvIRkB .mb_YTPBar,
.cid-vlmBnvIRkB .mb_YTPPlaypause,
.cid-vlmBnvIRkB .mb_YTPOverlay,
.cid-vlmBnvIRkB button.mb_YTPPlaypause {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.cid-vlmBnvIRkB .header18 .mbr-background-video + button,
.cid-vlmBnvIRkB .header18 button[aria-label*="Pause"],
.cid-vlmBnvIRkB .header18 button[aria-label*="pause"] {
  display: none !important;
}
.cid-vlmBnvIRkB .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmBF5tfwd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vlmBF5tfwd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vlmBF5tfwd form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vlmBF5tfwd form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vlmBF5tfwd form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vlmBF5tfwd .content-head {
  max-width: 800px;
}
.cid-vlmBnwTaBq {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/139219815-73a9995f-f706-410d-9d00-a2fda5cecc77-2000x1333.jpg");
}
.cid-vlmBnwTaBq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vlmBnwTaBq {
    align-items: flex-end;
  }
  .cid-vlmBnwTaBq .row {
    justify-content: center;
  }
  .cid-vlmBnwTaBq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlmBnwTaBq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vlmBnwTaBq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vlmBnwTaBq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vlmBnwTaBq .content-wrap {
    width: 100%;
  }
}
.cid-vlmBnwTaBq .mbr-section-title,
.cid-vlmBnwTaBq .mbr-section-subtitle {
  text-align: center;
}
.cid-vlmBnwTaBq .mbr-text,
.cid-vlmBnwTaBq .mbr-section-btn {
  text-align: center;
}
.cid-vlmBnxtnTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaf9f7;
}
.cid-vlmBnxtnTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmBnxtnTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmBnxtnTR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlmBnxtnTR .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-vlmBnxtnTR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vlmBnxtnTR .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vlmBnxtnTR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vlmBnxtnTR .header-menu li p {
  margin: 0;
}
.cid-vlmBnxtnTR .content-head {
  max-width: 800px;
}
.cid-vlmBnxtnTR .mbr-text,
.cid-vlmBnxtnTR .mbr-section-btn {
  color: #747474;
}
.cid-vlmBnxtnTR .mbr-section-title {
  color: #454545;
}
