.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 8px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 8.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.5rem;
}
.display-2 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Hedvig Letters Sans', 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: 768px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 6.72rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 5.04rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.08rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.68rem;
  }
}
/* 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: #4ebcb5 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4ebcb5 !important;
  border-color: #4ebcb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #73cac4 !important;
  border-color: #73cac4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #73cac4 !important;
  border-color: #73cac4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4ebcb5 !important;
  border-color: #4ebcb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #73cac4 !important;
  border-color: #73cac4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #73cac4 !important;
  border-color: #73cac4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #4ebcb5;
  color: #4ebcb5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #31827d !important;
  background-color: transparent !important;
  border-color: #31827d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4ebcb5 !important;
  border-color: #4ebcb5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4ebcb5;
  color: #4ebcb5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #31827d !important;
  background-color: transparent !important;
  border-color: #31827d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4ebcb5 !important;
  border-color: #4ebcb5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #4ebcb5 !important;
}
.text-secondary {
  color: #4ebcb5 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d7772 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d7772 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #4ebcb5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4ebcb5;
  border-color: #4ebcb5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4ebcb5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #aadfdc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Hedvig Letters Sans', 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: #4ebcb5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', 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: #4ebcb5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4ebcb5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4ebcb5;
}
.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: #4ebcb5;
  border-bottom-color: #4ebcb5;
}
.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: #4ebcb5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #4ebcb5 !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='%234ebcb5' %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;
  }
}
.cid-uDTRPVSH22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDTRPVSH22 nav.navbar {
  position: fixed;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDTRPVSH22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDTRPVSH22 .dropdown-item:hover,
.cid-uDTRPVSH22 .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uDTRPVSH22 .dropdown-item:hover span {
  color: white;
}
.cid-uDTRPVSH22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDTRPVSH22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDTRPVSH22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDTRPVSH22 .nav-link {
  position: relative;
}
.cid-uDTRPVSH22 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown-menu,
.cid-uDTRPVSH22 .navbar.opened {
  background: #000000 !important;
}
.cid-uDTRPVSH22 .nav-item:focus,
.cid-uDTRPVSH22 .nav-link:focus {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDTRPVSH22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDTRPVSH22 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDTRPVSH22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDTRPVSH22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDTRPVSH22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar.collapsed {
  justify-content: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDTRPVSH22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDTRPVSH22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDTRPVSH22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDTRPVSH22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDTRPVSH22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDTRPVSH22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDTRPVSH22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDTRPVSH22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown-item.active,
.cid-uDTRPVSH22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDTRPVSH22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDTRPVSH22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDTRPVSH22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDTRPVSH22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDTRPVSH22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDTRPVSH22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDTRPVSH22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDTRPVSH22 .navbar {
    height: 70px;
  }
  .cid-uDTRPVSH22 .navbar.opened {
    height: auto;
  }
  .cid-uDTRPVSH22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvlMbvl5jS {
  background-image: url("../../../assets/images/background-realesrgan-x4plus-wide-2000x1386.jpg");
}
.cid-uvlMbvl5jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlMbvl5jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlMbvl5jS .content-wrap {
  justify-content: flex-end;
}
.cid-uvlMbvl5jS .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvlMbvl5jS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvlMbvl5jS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvlMbvl5jS .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #4ebcb5, #73cac4);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uvlMbvl5jS .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvlMbvl5jS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvlMbvl5jS .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uvlMbvl5jS .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvlMbvl5jS .image-wrapper {
    padding: 0;
  }
}
.cid-uvlMbvl5jS .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvlMbvl5jS .image-wrapper img {
    height: 350px;
  }
}
.cid-uvlMbvl5jS .mbr-section-title {
  color: #ffffff;
}
.cid-uvlMbvl5jS .mbr-text,
.cid-uvlMbvl5jS .text-wrapper {
  color: #ffffff;
}
.cid-uCAL5T0AMM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCAL5T0AMM .mbr-section-head {
  margin-bottom: 25px;
}
.cid-uCAL5T0AMM .mbr-section-title {
  color: #24262b;
}
.cid-uCAL5T0AMM .mbr-section-subtitle {
  color: #24262b;
}
.cid-uCAL5T0AMM .items-row {
  row-gap: 48px;
}
.cid-uCAL5T0AMM .item {
  cursor: pointer;
}
.cid-uCAL5T0AMM .item:focus,
.cid-uCAL5T0AMM span:focus {
  outline: none;
}
.cid-uCAL5T0AMM .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uCAL5T0AMM .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uCAL5T0AMM .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uCAL5T0AMM img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 4));
  object-fit: cover;
}
.cid-uCAL5T0AMM .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uCAL5T0AMM .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uCAL5T0AMM .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uCAL5T0AMM .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uCAL5T0AMM .item-title {
  color: #6e6e6e;
  text-align: center;
}
.cid-uCAL5T0AMM .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-uCAL5T0AMM .mbr-text {
  color: #24262b;
}
.cid-uF7QCsSYHB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uF7QCsSYHB .line {
  background-color: #4ebcb5;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF2HMI5eLj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF2HMI5eLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2HMI5eLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2HMI5eLj .mbr-section-title {
  color: #4ebcb5;
}
.cid-uF2HMI5eLj .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-uF2HimLtUE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF2HimLtUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2HimLtUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2HimLtUE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uF2HimLtUE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF2HimLtUE .container {
    padding: 0 25px;
  }
}
.cid-uF2HimLtUE .row {
  justify-content: center;
  margin: 0;
}
.cid-uF2HimLtUE .item {
  padding: 0;
  border-right: 2px solid #000000;
}
.cid-uF2HimLtUE .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uF2HimLtUE .item {
    border-right: none;
  }
  .cid-uF2HimLtUE .item:nth-child(2n) {
    border-left: 2px solid #000000;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uF2HimLtUE .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uF2HimLtUE .item {
    border-bottom: 2px solid #000000;
  }
  .cid-uF2HimLtUE .item:last-child {
    border-bottom: none;
  }
}
.cid-uF2HimLtUE .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uF2HimLtUE .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uF2HimLtUE .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uF7RBHjoGO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF7RBHjoGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7RBHjoGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7RBHjoGO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uF7RBHjoGO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF7RBHjoGO .container {
    padding: 0 25px;
  }
}
.cid-uF7RBHjoGO .row {
  justify-content: center;
  margin: 0;
}
.cid-uF7RBHjoGO .item {
  padding: 0;
  border-right: 2px solid #000000;
}
.cid-uF7RBHjoGO .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uF7RBHjoGO .item {
    border-right: none;
  }
  .cid-uF7RBHjoGO .item:nth-child(2n) {
    border-left: 2px solid #000000;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uF7RBHjoGO .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uF7RBHjoGO .item {
    border-bottom: 2px solid #000000;
  }
  .cid-uF7RBHjoGO .item:last-child {
    border-bottom: none;
  }
}
.cid-uF7RBHjoGO .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uF7RBHjoGO .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uF7RBHjoGO .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uF2I0I2DWL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF2I0I2DWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2I0I2DWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2I0I2DWL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uF2I0I2DWL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uF2I0I2DWL .container {
    padding: 0 25px;
  }
}
.cid-uF2I0I2DWL .row {
  justify-content: center;
  margin: 0;
}
.cid-uF2I0I2DWL .item {
  padding: 0;
  border-right: 2px solid #000000;
}
.cid-uF2I0I2DWL .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uF2I0I2DWL .item {
    border-right: none;
  }
  .cid-uF2I0I2DWL .item:nth-child(2n) {
    border-left: 2px solid #000000;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-uF2I0I2DWL .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-uF2I0I2DWL .item {
    border-bottom: 2px solid #000000;
  }
  .cid-uF2I0I2DWL .item:last-child {
    border-bottom: none;
  }
}
.cid-uF2I0I2DWL .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uF2I0I2DWL .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-uF2I0I2DWL .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uF2GiO1Yvd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uF2GiO1Yvd .container {
  max-width: 1000px;
}
.cid-uF2GiO1Yvd img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uF2GiO1Yvd .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-uF7PDqqcYR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uF7PDqqcYR .line {
  background-color: #4ebcb5;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF3SBmZ2yj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uF3SBmZ2yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3SBmZ2yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3SBmZ2yj .mbr-section-title {
  color: #4ebcb5;
}
.cid-uF3SBmZ2yj .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-uFP0grhtRS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFP0grhtRS .container {
  max-width: 1000px;
}
.cid-uFP0grhtRS img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uFP0grhtRS .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-uFOXYZpLXk {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uFOXYZpLXk .container {
  max-width: 1000px;
}
.cid-uFOXYZpLXk img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-uFOXYZpLXk .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-ugIeyEjCuD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugIeyEjCuD .mbr-text {
  color: #ffffff;
}
.cid-ugIeyEjCuD .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-ugIeyEjCuD h5,
.cid-ugIeyEjCuD h6 {
  background: #4ebcb5;
  display: inline;
}
.cid-ugIeyEjCuD h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-ugIeyEjCuD h6 {
  line-height: 1.3 !important;
}
.cid-ugIeyEjCuD h6 span {
  padding-right: 2rem;
}
.cid-ugIeyEjCuD .mbr-section-title,
.cid-ugIeyEjCuD .align {
  color: #ffffff;
}
.cid-ugIeyEjCuD .mbr-section-subtitle,
.cid-ugIeyEjCuD .align {
  color: #ffffff;
  text-align: left;
}
.cid-uDl6jL5XrF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uDl6jL5XrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDl6jL5XrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDl6jL5XrF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDl6jL5XrF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uxuOd8hcF5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uxuOd8hcF5 .features-image img {
  width: 100%;
  z-index: 1;
}
.cid-uxuOd8hcF5 .features-image .card {
  margin-left: 20%;
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  margin-top: -8rem;
  right: 1rem;
  z-index: 2;
  border-radius: 0;
}
.cid-uxuOd8hcF5 .item-wrapper {
  padding-bottom: 2rem;
}
.cid-uxuOd8hcF5 .card .mbr-text,
.cid-uxuOd8hcF5 .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uxuOd8hcF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxuOd8hcF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxuOd8hcF5 H5 {
  color: #4ebcb5;
}
.cid-uxuOd8hcF5 .mbr-text {
  color: #000000;
}
.cid-uxuOd8hcF5 H2 {
  color: #4ebcb5;
  text-align: center;
}
.cid-uC6VEmPXYC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC6VEmPXYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6VEmPXYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6VEmPXYC .mbr-section-title {
  color: #4ebcb5;
}
.cid-uC6VEmPXYC .mbr-section-subtitle {
  color: #6e6e6e;
}
.cid-uDgvO2B3Tl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uDgvO2B3Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgvO2B3Tl .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDgvO2B3Tl .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uDgvO2B3Tl .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uDgvO2B3Tl .item {
  border-bottom: 1px solid #4ebcb5;
  max-width: 300px;
}
.cid-uDgvO2B3Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgvO2B3Tl .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDgvO2B3Tl .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDgvO2B3Tl .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDgvO2B3Tl .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDgvO2B3Tl .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #fff3a4;
}
@media (max-width: 991px) {
  .cid-uDgvO2B3Tl .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgvO2B3Tl .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgvO2B3Tl .mbr-section-title {
  color: #4ebcb5;
  text-align: left;
}
.cid-uDgvO2B3Tl .mbr-text,
.cid-uDgvO2B3Tl .mbr-section-btn {
  color: #4ebcb5;
  text-align: left;
}
.cid-uDgvO2B3Tl .mbr-item-title {
  color: #ffffff;
}
.cid-uC6QShrL7e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uC6QShrL7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6QShrL7e .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uC6QShrL7e .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uC6QShrL7e .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uC6QShrL7e .item {
  border-bottom: 1px solid #4ebcb5;
  max-width: 300px;
}
.cid-uC6QShrL7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6QShrL7e .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uC6QShrL7e .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uC6QShrL7e .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uC6QShrL7e .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uC6QShrL7e .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #fff3a4;
}
@media (max-width: 991px) {
  .cid-uC6QShrL7e .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC6QShrL7e .image-wrapper {
    padding: 1rem;
  }
}
.cid-uC6QShrL7e .mbr-section-title {
  color: #4ebcb5;
  text-align: left;
}
.cid-uC6QShrL7e .mbr-text,
.cid-uC6QShrL7e .mbr-section-btn {
  color: #4ebcb5;
  text-align: left;
}
.cid-uC6QShrL7e .mbr-item-title {
  color: #ffffff;
}
.cid-uDgyM2QirH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uDgyM2QirH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgyM2QirH .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uDgyM2QirH .card-margin {
    margin-top: -1px;
  }
}
@media (max-width: 992px) {
  .cid-uDgyM2QirH .card-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-uDgyM2QirH .item {
  border-bottom: 1px solid #4ebcb5;
  max-width: 300px;
}
.cid-uDgyM2QirH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgyM2QirH .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uDgyM2QirH .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uDgyM2QirH .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uDgyM2QirH .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uDgyM2QirH .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #fff3a4;
}
@media (max-width: 991px) {
  .cid-uDgyM2QirH .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgyM2QirH .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDgyM2QirH .mbr-section-title {
  color: #4ebcb5;
  text-align: left;
}
.cid-uDgyM2QirH .mbr-text,
.cid-uDgyM2QirH .mbr-section-btn {
  color: #4ebcb5;
  text-align: left;
}
.cid-uDgyM2QirH .mbr-item-title {
  color: #ffffff;
}
.cid-uFf39V00Ox {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uFf39V00Ox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf39V00Ox .col-12 {
  padding: 0;
}
.cid-uFf39V00Ox .row {
  margin: 0;
}
.cid-uFf39V00Ox .card-wrapper {
  border: 1px solid #4ebcb5;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFf39V00Ox .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFf39V00Ox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf39V00Ox .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFf39V00Ox .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFf39V00Ox .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFf39V00Ox .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFf39V00Ox .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uFf39V00Ox .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFf39V00Ox .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFf39V00Ox .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFf39V00Ox .mbr-section-title {
  color: #4ebcb5;
}
.cid-uFf39V00Ox .mbr-text,
.cid-uFf39V00Ox .mbr-section-btn {
  color: #ffffff;
}
.cid-uFf90wXYGe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFf90wXYGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf90wXYGe .col-12 {
  padding: 0;
}
.cid-uFf90wXYGe .row {
  margin: 0;
}
.cid-uFf90wXYGe .card-wrapper {
  border: 1px solid #4ebcb5;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFf90wXYGe .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFf90wXYGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf90wXYGe .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFf90wXYGe .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFf90wXYGe .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFf90wXYGe .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFf90wXYGe .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uFf90wXYGe .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFf90wXYGe .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFf90wXYGe .mbr-section-title {
  color: #4ebcb5;
}
.cid-uFf90wXYGe .mbr-text,
.cid-uFf90wXYGe .mbr-section-btn {
  color: #ffffff;
}
.cid-uCM2EyZI52 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #000000;
}
.cid-uCM2EyZI52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCM2EyZI52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCM2EyZI52 .map-wrapper {
  height: 100%;
}
.cid-uCM2EyZI52 .card-wrapper {
  border: 1px solid #4ebcb5;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCM2EyZI52 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCM2EyZI52 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uCM2EyZI52 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCM2EyZI52 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uCM2EyZI52 .google-map {
  height: 100%;
  position: relative;
}
.cid-uCM2EyZI52 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCM2EyZI52 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uCM2EyZI52 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uCM2EyZI52 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCM2EyZI52 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCM2EyZI52 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uCM2EyZI52 .content-head {
  max-width: 800px;
}
.cid-uCM2EyZI52 .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCM2EyZI52 .cardTitle {
  color: #ffffff;
}
.cid-uCM2EyZI52 .list,
.cid-uCM2EyZI52 .item-wrap {
  color: #ffffff;
}
.cid-uCM2EyZI52 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC6MVJmr9D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC6MVJmr9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6MVJmr9D .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-uC6MVJmr9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC6MVJmr9D .row {
  flex-direction: row-reverse;
}
.cid-uC6MVJmr9D img {
  width: 100%;
}
.cid-ugIeGDBrKl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ugIeGDBrKl .media-container-row .mbr-text {
  color: #f2f2f2;
}
#custom-html-a {
  /* Type valid CSS here */
}
#custom-html-a div {
  background-color: #000000;
  padding: 180px 0;
  color: #777;
  text-align: center;
}
#custom-html-a p {
  font-size: 60px;
  color: #000000;
}
.cid-ugIeGDBrKl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ugIeGDBrKl .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uDTRPVSH22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDTRPVSH22 nav.navbar {
  position: fixed;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDTRPVSH22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDTRPVSH22 .dropdown-item:hover,
.cid-uDTRPVSH22 .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uDTRPVSH22 .dropdown-item:hover span {
  color: white;
}
.cid-uDTRPVSH22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDTRPVSH22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDTRPVSH22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDTRPVSH22 .nav-link {
  position: relative;
}
.cid-uDTRPVSH22 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown-menu,
.cid-uDTRPVSH22 .navbar.opened {
  background: #000000 !important;
}
.cid-uDTRPVSH22 .nav-item:focus,
.cid-uDTRPVSH22 .nav-link:focus {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDTRPVSH22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDTRPVSH22 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDTRPVSH22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDTRPVSH22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDTRPVSH22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar.collapsed {
  justify-content: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDTRPVSH22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDTRPVSH22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDTRPVSH22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDTRPVSH22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDTRPVSH22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDTRPVSH22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDTRPVSH22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDTRPVSH22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown-item.active,
.cid-uDTRPVSH22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDTRPVSH22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDTRPVSH22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDTRPVSH22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDTRPVSH22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDTRPVSH22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDTRPVSH22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDTRPVSH22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDTRPVSH22 .navbar {
    height: 70px;
  }
  .cid-uDTRPVSH22 .navbar.opened {
    height: auto;
  }
  .cid-uDTRPVSH22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCAP2bfeDb {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCAP2bfeDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAP2bfeDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCAP2bfeDb .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCAP2bfeDb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDg7stjajH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uDg7stjajH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg7stjajH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg7stjajH .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uDg7stjajH .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uDg7stjajH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDg7stjajH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uDg7stjajH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uDg7stjajH .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uDg7stjajH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDg7stjajH .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uDg7stjajH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDg7stjajH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uDg7stjajH .card-title {
  color: #ffffff;
}
.cid-uDg7stjajH .mbr-text,
.cid-uDg7stjajH .social-row {
  color: #ffffff;
}
.cid-uDg7stjajH .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uCHWdp74Nm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCHWdp74Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHWdp74Nm .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-uCHWdp74Nm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHWdp74Nm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCHWdp74Nm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCHWdp74Nm .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCHWdp74Nm .mbr-text {
  color: #ffffff;
}
.cid-uCAPANKItT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uCAPANKItT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAPANKItT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCAPANKItT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCAPANKItT .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uCAPANKItT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCAPANKItT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uCAPANKItT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCAPANKItT .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uCAPANKItT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCAPANKItT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCAPANKItT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCAPANKItT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCAPANKItT .card-title {
  color: #ffffff;
}
.cid-uCAPANKItT .mbr-text,
.cid-uCAPANKItT .social-row {
  color: #ffffff;
}
.cid-uCAPANKItT .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uCHVnvy3yN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCHVnvy3yN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHVnvy3yN .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-uCHVnvy3yN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHVnvy3yN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCHVnvy3yN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCHVnvy3yN .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCHVnvy3yN .mbr-text {
  color: #ffffff;
}
.cid-uCGE2CYvKW {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uCGE2CYvKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGE2CYvKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGE2CYvKW .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCGE2CYvKW .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uCGE2CYvKW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCGE2CYvKW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uCGE2CYvKW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCGE2CYvKW .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uCGE2CYvKW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCGE2CYvKW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCGE2CYvKW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCGE2CYvKW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCGE2CYvKW .card-title {
  color: #ffffff;
}
.cid-uCGE2CYvKW .mbr-text,
.cid-uCGE2CYvKW .social-row {
  color: #ffffff;
}
.cid-uCGE2CYvKW .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uCHWq6FjMw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCHWq6FjMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHWq6FjMw .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-uCHWq6FjMw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHWq6FjMw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCHWq6FjMw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCHWq6FjMw .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCHWq6FjMw .mbr-text {
  color: #ffffff;
}
.cid-uCGAA0hBuv {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uCGAA0hBuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGAA0hBuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGAA0hBuv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCGAA0hBuv .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uCGAA0hBuv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCGAA0hBuv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uCGAA0hBuv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCGAA0hBuv .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uCGAA0hBuv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCGAA0hBuv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCGAA0hBuv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCGAA0hBuv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCGAA0hBuv .card-title {
  color: #ffffff;
}
.cid-uCGAA0hBuv .mbr-text,
.cid-uCGAA0hBuv .social-row {
  color: #ffffff;
}
.cid-uCGAA0hBuv .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uCHWqG7NYm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCHWqG7NYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHWqG7NYm .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-uCHWqG7NYm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCHWqG7NYm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCHWqG7NYm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCHWqG7NYm .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCHWqG7NYm .mbr-text {
  color: #ffffff;
}
.cid-uCGE1MIoiT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCGE1MIoiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGE1MIoiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGE1MIoiT .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCGE1MIoiT .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uCGE1MIoiT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCGE1MIoiT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uCGE1MIoiT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCGE1MIoiT .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uCGE1MIoiT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCGE1MIoiT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCGE1MIoiT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCGE1MIoiT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCGE1MIoiT .card-title {
  color: #ffffff;
}
.cid-uCGE1MIoiT .mbr-text,
.cid-uCGE1MIoiT .social-row {
  color: #ffffff;
}
.cid-uCGE1MIoiT .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uF2qJBYGX0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF2qJBYGX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2qJBYGX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uF2qJBYGX0 .container {
    max-width: 1400px;
  }
}
.cid-uF2qJBYGX0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4ebcb5;
  margin-bottom: 2rem;
}
.cid-uF2qJBYGX0 .row {
  justify-content: center;
}
.cid-uF2qJBYGX0 .card-title,
.cid-uF2qJBYGX0 .iconfont-wrapper {
  color: #6e6e6e;
}
.cid-uCAP2cI1V6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCAP2cI1V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAP2cI1V6 .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-uCAP2cI1V6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCAP2cI1V6 .row {
  flex-direction: row-reverse;
}
.cid-uCAP2cI1V6 img {
  width: 100%;
}
.cid-uCAP2d65cO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCAP2d65cO .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uDTRPVSH22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDTRPVSH22 nav.navbar {
  position: fixed;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDTRPVSH22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDTRPVSH22 .dropdown-item:hover,
.cid-uDTRPVSH22 .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uDTRPVSH22 .dropdown-item:hover span {
  color: white;
}
.cid-uDTRPVSH22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDTRPVSH22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDTRPVSH22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDTRPVSH22 .nav-link {
  position: relative;
}
.cid-uDTRPVSH22 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown-menu,
.cid-uDTRPVSH22 .navbar.opened {
  background: #000000 !important;
}
.cid-uDTRPVSH22 .nav-item:focus,
.cid-uDTRPVSH22 .nav-link:focus {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDTRPVSH22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDTRPVSH22 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDTRPVSH22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDTRPVSH22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDTRPVSH22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar.collapsed {
  justify-content: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDTRPVSH22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDTRPVSH22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDTRPVSH22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDTRPVSH22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDTRPVSH22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDTRPVSH22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDTRPVSH22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDTRPVSH22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown-item.active,
.cid-uDTRPVSH22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDTRPVSH22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDTRPVSH22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDTRPVSH22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDTRPVSH22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDTRPVSH22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDTRPVSH22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDTRPVSH22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDTRPVSH22 .navbar {
    height: 70px;
  }
  .cid-uDTRPVSH22 .navbar.opened {
    height: auto;
  }
  .cid-uDTRPVSH22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCGnwIHHTC {
  background-color: #000000;
}
.cid-uCGnwIHHTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGnwIHHTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCGnwIHHTC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCGnwIHHTC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCGnwIHHTC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCGnwIHHTC .mbr-section-title {
  color: #4ebcb5;
}
.cid-uCGnwIHHTC .mbr-text,
.cid-uCGnwIHHTC .mbr-section-btn {
  color: #ffffff;
}
.cid-uCGnlqhrIp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uCGnlqhrIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCGnlqhrIp .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-uCGnlqhrIp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCGnlqhrIp .row {
  flex-direction: row-reverse;
}
.cid-uCGnlqhrIp img {
  width: 100%;
}
.cid-uCGnlqvTtn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCGnlqvTtn .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uDTRPVSH22 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDTRPVSH22 nav.navbar {
  position: fixed;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDTRPVSH22 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDTRPVSH22 .dropdown-item:hover,
.cid-uDTRPVSH22 .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uDTRPVSH22 .dropdown-item:hover span {
  color: white;
}
.cid-uDTRPVSH22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDTRPVSH22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDTRPVSH22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDTRPVSH22 .nav-link {
  position: relative;
}
.cid-uDTRPVSH22 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uDTRPVSH22 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown-menu,
.cid-uDTRPVSH22 .navbar.opened {
  background: #000000 !important;
}
.cid-uDTRPVSH22 .nav-item:focus,
.cid-uDTRPVSH22 .nav-link:focus {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDTRPVSH22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDTRPVSH22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDTRPVSH22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDTRPVSH22 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDTRPVSH22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDTRPVSH22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDTRPVSH22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar.collapsed {
  justify-content: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDTRPVSH22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDTRPVSH22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDTRPVSH22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDTRPVSH22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDTRPVSH22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDTRPVSH22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDTRPVSH22 .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-uDTRPVSH22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDTRPVSH22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDTRPVSH22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDTRPVSH22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDTRPVSH22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDTRPVSH22 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDTRPVSH22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDTRPVSH22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDTRPVSH22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDTRPVSH22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDTRPVSH22 .dropdown-item.active,
.cid-uDTRPVSH22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDTRPVSH22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDTRPVSH22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDTRPVSH22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDTRPVSH22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDTRPVSH22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDTRPVSH22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDTRPVSH22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDTRPVSH22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDTRPVSH22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDTRPVSH22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDTRPVSH22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDTRPVSH22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDTRPVSH22 .navbar {
    height: 70px;
  }
  .cid-uDTRPVSH22 .navbar.opened {
    height: auto;
  }
  .cid-uDTRPVSH22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9deLFsoR {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uF9deLFsoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9deLFsoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9deLFsoR .mbr-section-title {
  color: #4ebcb5;
}
.cid-uF9deLFsoR .mbr-section-subtitle {
  color: #4ebcb5;
}
.cid-uF2cgVYKHm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uF2cgVYKHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2cgVYKHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2cgVYKHm .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uF2cgVYKHm .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uF2cgVYKHm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uF2cgVYKHm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uF2cgVYKHm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uF2cgVYKHm .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uF2cgVYKHm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF2cgVYKHm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uF2cgVYKHm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF2cgVYKHm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uF2cgVYKHm .card-title {
  color: #4ebcb5;
}
.cid-uF2cgVYKHm .mbr-text,
.cid-uF2cgVYKHm .social-row {
  color: #ffffff;
}
.cid-uF2cgVYKHm .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uF2oVXGvay {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uF2oVXGvay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2oVXGvay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uF2oVXGvay .container {
    max-width: 1400px;
  }
}
.cid-uF2oVXGvay .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4ebcb5;
  margin-bottom: 2rem;
}
.cid-uF2oVXGvay .row {
  justify-content: center;
}
.cid-uF2oVXGvay .card-title,
.cid-uF2oVXGvay .iconfont-wrapper {
  color: #6e6e6e;
}
.cid-uF2cgYM3lE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF2cgYM3lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2cgYM3lE .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-uF2cgYM3lE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF2cgYM3lE .row {
  flex-direction: row-reverse;
}
.cid-uF2cgYM3lE img {
  width: 100%;
}
.cid-uF2cgZ4DSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uF2cgZ4DSr .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uF2cgZl9vg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF2cgZl9vg nav.navbar {
  position: fixed;
}
.cid-uF2cgZl9vg .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-uF2cgZl9vg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF2cgZl9vg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF2cgZl9vg .dropdown-item:hover,
.cid-uF2cgZl9vg .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uF2cgZl9vg .dropdown-item:hover span {
  color: white;
}
.cid-uF2cgZl9vg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF2cgZl9vg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF2cgZl9vg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF2cgZl9vg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF2cgZl9vg .nav-link {
  position: relative;
}
.cid-uF2cgZl9vg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF2cgZl9vg .container {
    flex-wrap: wrap;
  }
}
.cid-uF2cgZl9vg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF2cgZl9vg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF2cgZl9vg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF2cgZl9vg .dropdown-menu,
.cid-uF2cgZl9vg .navbar.opened {
  background: #000000 !important;
}
.cid-uF2cgZl9vg .nav-item:focus,
.cid-uF2cgZl9vg .nav-link:focus {
  outline: none;
}
.cid-uF2cgZl9vg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2cgZl9vg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2cgZl9vg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2cgZl9vg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2cgZl9vg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2cgZl9vg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2cgZl9vg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uF2cgZl9vg .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2cgZl9vg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF2cgZl9vg .navbar .navbar-logo img {
  width: auto;
}
.cid-uF2cgZl9vg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF2cgZl9vg .navbar.collapsed {
  justify-content: center;
}
.cid-uF2cgZl9vg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2cgZl9vg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF2cgZl9vg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF2cgZl9vg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2cgZl9vg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2cgZl9vg .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-uF2cgZl9vg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2cgZl9vg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF2cgZl9vg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF2cgZl9vg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2cgZl9vg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2cgZl9vg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2cgZl9vg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF2cgZl9vg .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-uF2cgZl9vg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF2cgZl9vg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF2cgZl9vg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF2cgZl9vg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF2cgZl9vg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2cgZl9vg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF2cgZl9vg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF2cgZl9vg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF2cgZl9vg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF2cgZl9vg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF2cgZl9vg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2cgZl9vg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF2cgZl9vg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2cgZl9vg .dropdown-item.active,
.cid-uF2cgZl9vg .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2cgZl9vg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2cgZl9vg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2cgZl9vg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2cgZl9vg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF2cgZl9vg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF2cgZl9vg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF2cgZl9vg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF2cgZl9vg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF2cgZl9vg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF2cgZl9vg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uF2cgZl9vg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2cgZl9vg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2cgZl9vg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2cgZl9vg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2cgZl9vg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2cgZl9vg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2cgZl9vg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2cgZl9vg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2cgZl9vg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF2cgZl9vg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF2cgZl9vg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2cgZl9vg .navbar {
    height: 70px;
  }
  .cid-uF2cgZl9vg .navbar.opened {
    height: auto;
  }
  .cid-uF2cgZl9vg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF926Gl2vg {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uF926Gl2vg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF926Gl2vg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF926Gl2vg .mbr-section-title {
  color: #4ebcb5;
}
.cid-uF926Gl2vg .mbr-section-subtitle {
  color: #4ebcb5;
}
.cid-uF9btegvuu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF9btegvuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9btegvuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9btegvuu .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uF9btegvuu .item-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-uF9btegvuu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uF9btegvuu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #4ebcb5;
  transition: all 0.3s;
}
.cid-uF9btegvuu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #4ebcb5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uF9btegvuu .social-row .soc-item:hover {
  background-color: #4ebcb5;
}
.cid-uF9btegvuu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uF9btegvuu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uF9btegvuu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF9btegvuu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uF9btegvuu .card-title {
  color: #4ebcb5;
}
.cid-uF9btegvuu .mbr-text,
.cid-uF9btegvuu .social-row {
  color: #ffffff;
}
.cid-uF9btegvuu .card-subtitle {
  text-align: left;
  color: #4ebcb5;
}
.cid-uF926HcUrx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uF926HcUrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF926HcUrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uF926HcUrx .container {
    max-width: 1400px;
  }
}
.cid-uF926HcUrx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4ebcb5;
  margin-bottom: 2rem;
}
.cid-uF926HcUrx .row {
  justify-content: center;
}
.cid-uF926HcUrx .card-title,
.cid-uF926HcUrx .iconfont-wrapper {
  color: #6e6e6e;
}
.cid-uF926Hof4M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uF926Hof4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF926Hof4M .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-uF926Hof4M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF926Hof4M .row {
  flex-direction: row-reverse;
}
.cid-uF926Hof4M img {
  width: 100%;
}
.cid-uF926HAQeQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uF926HAQeQ .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uF926HKvwB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF926HKvwB nav.navbar {
  position: fixed;
}
.cid-uF926HKvwB .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-uF926HKvwB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF926HKvwB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF926HKvwB .dropdown-item:hover,
.cid-uF926HKvwB .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uF926HKvwB .dropdown-item:hover span {
  color: white;
}
.cid-uF926HKvwB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF926HKvwB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF926HKvwB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF926HKvwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF926HKvwB .nav-link {
  position: relative;
}
.cid-uF926HKvwB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF926HKvwB .container {
    flex-wrap: wrap;
  }
}
.cid-uF926HKvwB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF926HKvwB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF926HKvwB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF926HKvwB .dropdown-menu,
.cid-uF926HKvwB .navbar.opened {
  background: #000000 !important;
}
.cid-uF926HKvwB .nav-item:focus,
.cid-uF926HKvwB .nav-link:focus {
  outline: none;
}
.cid-uF926HKvwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF926HKvwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF926HKvwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF926HKvwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF926HKvwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF926HKvwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF926HKvwB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uF926HKvwB .navbar.opened {
  transition: all 0.3s;
}
.cid-uF926HKvwB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF926HKvwB .navbar .navbar-logo img {
  width: auto;
}
.cid-uF926HKvwB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF926HKvwB .navbar.collapsed {
  justify-content: center;
}
.cid-uF926HKvwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF926HKvwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF926HKvwB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF926HKvwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF926HKvwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF926HKvwB .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-uF926HKvwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF926HKvwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF926HKvwB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF926HKvwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF926HKvwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF926HKvwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF926HKvwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF926HKvwB .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-uF926HKvwB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF926HKvwB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF926HKvwB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF926HKvwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF926HKvwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF926HKvwB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF926HKvwB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF926HKvwB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF926HKvwB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF926HKvwB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF926HKvwB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF926HKvwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF926HKvwB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF926HKvwB .dropdown-item.active,
.cid-uF926HKvwB .dropdown-item:active {
  background-color: transparent;
}
.cid-uF926HKvwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF926HKvwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF926HKvwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF926HKvwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF926HKvwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF926HKvwB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF926HKvwB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF926HKvwB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF926HKvwB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF926HKvwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uF926HKvwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF926HKvwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF926HKvwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF926HKvwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF926HKvwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF926HKvwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF926HKvwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF926HKvwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF926HKvwB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF926HKvwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF926HKvwB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF926HKvwB .navbar {
    height: 70px;
  }
  .cid-uF926HKvwB .navbar.opened {
    height: auto;
  }
  .cid-uF926HKvwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGm3UQoLu0 {
  background-color: #000000;
}
.cid-uGm3UQoLu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm3UQoLu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGm3UQoLu0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGm3UQoLu0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGm3UQoLu0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGm3UQoLu0 .mbr-section-title {
  color: #4ebcb5;
}
.cid-uGm3UQoLu0 .mbr-text,
.cid-uGm3UQoLu0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uGm3UQxBzx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGm3UQxBzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGm3UQxBzx .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-uGm3UQxBzx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGm3UQxBzx .row {
  flex-direction: row-reverse;
}
.cid-uGm3UQxBzx img {
  width: 100%;
}
.cid-uGm3UQEaeb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGm3UQEaeb .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uGm3UQLzjc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGm3UQLzjc nav.navbar {
  position: fixed;
}
.cid-uGm3UQLzjc .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-uGm3UQLzjc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGm3UQLzjc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGm3UQLzjc .dropdown-item:hover,
.cid-uGm3UQLzjc .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uGm3UQLzjc .dropdown-item:hover span {
  color: white;
}
.cid-uGm3UQLzjc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGm3UQLzjc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGm3UQLzjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGm3UQLzjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGm3UQLzjc .nav-link {
  position: relative;
}
.cid-uGm3UQLzjc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGm3UQLzjc .container {
    flex-wrap: wrap;
  }
}
.cid-uGm3UQLzjc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGm3UQLzjc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uGm3UQLzjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGm3UQLzjc .dropdown-menu,
.cid-uGm3UQLzjc .navbar.opened {
  background: #000000 !important;
}
.cid-uGm3UQLzjc .nav-item:focus,
.cid-uGm3UQLzjc .nav-link:focus {
  outline: none;
}
.cid-uGm3UQLzjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGm3UQLzjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGm3UQLzjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGm3UQLzjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGm3UQLzjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGm3UQLzjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGm3UQLzjc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uGm3UQLzjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uGm3UQLzjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGm3UQLzjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uGm3UQLzjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGm3UQLzjc .navbar.collapsed {
  justify-content: center;
}
.cid-uGm3UQLzjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGm3UQLzjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGm3UQLzjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGm3UQLzjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGm3UQLzjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGm3UQLzjc .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-uGm3UQLzjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGm3UQLzjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGm3UQLzjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGm3UQLzjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGm3UQLzjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGm3UQLzjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGm3UQLzjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGm3UQLzjc .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-uGm3UQLzjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGm3UQLzjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGm3UQLzjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGm3UQLzjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGm3UQLzjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGm3UQLzjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uGm3UQLzjc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uGm3UQLzjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGm3UQLzjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGm3UQLzjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGm3UQLzjc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGm3UQLzjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGm3UQLzjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGm3UQLzjc .dropdown-item.active,
.cid-uGm3UQLzjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uGm3UQLzjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGm3UQLzjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGm3UQLzjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGm3UQLzjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGm3UQLzjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGm3UQLzjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGm3UQLzjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGm3UQLzjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGm3UQLzjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGm3UQLzjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uGm3UQLzjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGm3UQLzjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGm3UQLzjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGm3UQLzjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGm3UQLzjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGm3UQLzjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGm3UQLzjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGm3UQLzjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGm3UQLzjc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGm3UQLzjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGm3UQLzjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGm3UQLzjc .navbar {
    height: 70px;
  }
  .cid-uGm3UQLzjc .navbar.opened {
    height: auto;
  }
  .cid-uGm3UQLzjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHcCRjMyVV {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #000000;
  background: linear-gradient(to right top, #000000, #000000);
}
.cid-uHcCRjMyVV .card {
  word-wrap: break-word;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uHcCRjMyVV .card.last {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uHcCRjMyVV .card .panel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHcCRjMyVV .card .panel-item .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
.cid-uHcCRjMyVV .card .panel-item .card-text {
  width: 100%;
}
.cid-uHcCRjMyVV .card .panel-item .card-text .count {
  text-align: center;
  color: #320707;
}
.cid-uHcCRjMyVV .card .panel-item .card-text .currency {
  vertical-align: top;
  color: #999999;
  margin-left: -10px;
}
.cid-uHcCRjMyVV .card .panel-item .card-text .mbr-content-title {
  color: #232323;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uHcCRjMyVV .panel-item {
    justify-content: center;
  }
  .cid-uHcCRjMyVV .card {
    border: none;
  }
  .cid-uHcCRjMyVV .card.last {
    border: none;
  }
}
.cid-uHcCRjMyVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcCRjMyVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcCRjMyVV .card .panel-item .card-text .mbr-content-title {
  color: #4ebcb5;
}
.cid-uHcCRjMyVV .card .panel-item .card-text .count {
  color: #4ebcb5;
}
.cid-uHcCRjMyVV .mbr-section-title,
.cid-uHcCRjMyVV .mbr-section-btn {
  color: #008e85;
}
.cid-uHcZPZN92j {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHcZPZN92j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcZPZN92j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcZPZN92j .content-wrap {
  justify-content: center;
}
.cid-uHcZPZN92j .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHcZPZN92j .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHcZPZN92j .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHcZPZN92j .box .mbr-media {
    height: 350px;
  }
}
.cid-uHcZPZN92j .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #7dabab;
  background-color: #7dabab;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHcZPZN92j .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uHcZPZN92j .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHcZPZN92j .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-uHcZPZN92j .mbr-media {
  position: relative;
}
.cid-uHcZPZN92j .mbr-media img {
  object-fit: cover;
}
.cid-uHcZPZN92j a:hover {
  background-image: none !important;
}
.cid-uHcZPZN92j .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #008e85, #00f4e5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uHcZPZN92j .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uHcZPZN92j .icon-wrapper:hover,
.cid-uHcZPZN92j .icon-wrapper:focus {
  opacity: .85;
}
.cid-uHcZPZN92j .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uHcZPZN92j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uHcZPZN92j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHcZPZN92j .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHcZPZN92j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHcZPZN92j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHcZPZN92j .mbr-section-title {
  color: #4ebcb5;
  text-align: center;
}
.cid-uHdq4xRxvE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHdq4xRxvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdq4xRxvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdq4xRxvE .item {
  padding-bottom: 2rem;
}
.cid-uHdq4xRxvE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHdq4xRxvE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHdq4xRxvE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHdq4xRxvE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHdq4xRxvE .carousel-control,
.cid-uHdq4xRxvE .close {
  background: #1b1b1b;
}
.cid-uHdq4xRxvE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHdq4xRxvE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHdq4xRxvE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHdq4xRxvE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHdq4xRxvE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHdq4xRxvE .close::before {
  content: '\e91a';
}
.cid-uHdq4xRxvE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHdq4xRxvE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHdq4xRxvE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHdq4xRxvE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHdq4xRxvE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHdq4xRxvE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHdq4xRxvE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHdq4xRxvE .carousel-indicators li.active,
.cid-uHdq4xRxvE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHdq4xRxvE .carousel-indicators li::after,
.cid-uHdq4xRxvE .carousel-indicators li::before {
  content: none;
}
.cid-uHdq4xRxvE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHdq4xRxvE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHdq4xRxvE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdq4xRxvE .carousel-indicators {
    display: none;
  }
}
.cid-uHdq4xRxvE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHdq4xRxvE .carousel-inner > .active {
  display: block;
}
.cid-uHdq4xRxvE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHdq4xRxvE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHdq4xRxvE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHdq4xRxvE .carousel-control,
  .cid-uHdq4xRxvE .carousel-indicators,
  .cid-uHdq4xRxvE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHdq4xRxvE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHdq4xRxvE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHdq4xRxvE .carousel-indicators .active,
.cid-uHdq4xRxvE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHdq4xRxvE .carousel-indicators .active {
  background: #fff;
}
.cid-uHdq4xRxvE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHdq4xRxvE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHdq4xRxvE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHdq4xRxvE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHdq4xRxvE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHdq4xRxvE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHdq4xRxvE .carousel {
  width: 100%;
}
.cid-uHdq4xRxvE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHdq4xRxvE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHdq4xRxvE .modal.fade .modal-dialog,
.cid-uHdq4xRxvE .modal.in .modal-dialog {
  transform: none;
}
.cid-uHdq4xRxvE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHdq4xRxvE H6 {
  text-align: center;
}
.cid-uHcxZF5Ayf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uHcxZF5Ayf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcxZF5Ayf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uHcxZF5Ayf .container {
    max-width: 1400px;
  }
}
.cid-uHcxZF5Ayf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4ebcb5;
  margin-bottom: 2rem;
}
.cid-uHcxZF5Ayf .row {
  justify-content: center;
}
.cid-uHcxZF5Ayf .card-title,
.cid-uHcxZF5Ayf .iconfont-wrapper {
  color: #4ebcb5;
}
.cid-uHcxZFifcd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHcxZFifcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcxZFifcd .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-uHcxZFifcd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHcxZFifcd .row {
  flex-direction: row-reverse;
}
.cid-uHcxZFifcd img {
  width: 100%;
}
.cid-uHcxZFz1vy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHcxZFz1vy .media-container-row .mbr-text {
  color: #f2f2f2;
}
.cid-uHcxZFUic8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHcxZFUic8 nav.navbar {
  position: fixed;
}
.cid-uHcxZFUic8 .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-uHcxZFUic8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHcxZFUic8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHcxZFUic8 .dropdown-item:hover,
.cid-uHcxZFUic8 .dropdown-item:focus {
  background: #4ebcb5 !important;
  color: white !important;
}
.cid-uHcxZFUic8 .dropdown-item:hover span {
  color: white;
}
.cid-uHcxZFUic8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHcxZFUic8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHcxZFUic8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHcxZFUic8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHcxZFUic8 .nav-link {
  position: relative;
}
.cid-uHcxZFUic8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHcxZFUic8 .container {
    flex-wrap: wrap;
  }
}
.cid-uHcxZFUic8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHcxZFUic8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHcxZFUic8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHcxZFUic8 .dropdown-menu,
.cid-uHcxZFUic8 .navbar.opened {
  background: #000000 !important;
}
.cid-uHcxZFUic8 .nav-item:focus,
.cid-uHcxZFUic8 .nav-link:focus {
  outline: none;
}
.cid-uHcxZFUic8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHcxZFUic8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHcxZFUic8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHcxZFUic8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHcxZFUic8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHcxZFUic8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHcxZFUic8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHcxZFUic8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHcxZFUic8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHcxZFUic8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHcxZFUic8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHcxZFUic8 .navbar.collapsed {
  justify-content: center;
}
.cid-uHcxZFUic8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHcxZFUic8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHcxZFUic8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHcxZFUic8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHcxZFUic8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHcxZFUic8 .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-uHcxZFUic8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHcxZFUic8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHcxZFUic8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHcxZFUic8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHcxZFUic8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHcxZFUic8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHcxZFUic8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHcxZFUic8 .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-uHcxZFUic8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHcxZFUic8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHcxZFUic8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHcxZFUic8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHcxZFUic8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHcxZFUic8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHcxZFUic8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHcxZFUic8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHcxZFUic8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHcxZFUic8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHcxZFUic8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHcxZFUic8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHcxZFUic8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHcxZFUic8 .dropdown-item.active,
.cid-uHcxZFUic8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHcxZFUic8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHcxZFUic8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHcxZFUic8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHcxZFUic8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHcxZFUic8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHcxZFUic8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHcxZFUic8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHcxZFUic8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHcxZFUic8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHcxZFUic8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4ebcb5;
}
.cid-uHcxZFUic8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHcxZFUic8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHcxZFUic8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHcxZFUic8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHcxZFUic8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHcxZFUic8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHcxZFUic8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHcxZFUic8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHcxZFUic8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHcxZFUic8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHcxZFUic8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHcxZFUic8 .navbar {
    height: 70px;
  }
  .cid-uHcxZFUic8 .navbar.opened {
    height: auto;
  }
  .cid-uHcxZFUic8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
