body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dfbbcb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dfbbcb !important;
  border-color: #dfbbcb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c3809e !important;
  border-color: #c3809e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c3809e !important;
  border-color: #c3809e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dfbbcb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c3809e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dfbbcb !important;
  border-color: #dfbbcb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dfbbcb !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #be7696 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dfbbcb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dfbbcb;
  border-color: #dfbbcb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dfbbcb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dfbbcb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #dfbbcb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dfbbcb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dfbbcb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dfbbcb;
  border-bottom-color: #dfbbcb;
}
.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: #dfbbcb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dfbbcb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uvdppaUxBf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdppaUxBf nav.navbar {
  position: fixed;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdppaUxBf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdppaUxBf .dropdown-item:hover,
.cid-uvdppaUxBf .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uvdppaUxBf .dropdown-item:hover span {
  color: white;
}
.cid-uvdppaUxBf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdppaUxBf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdppaUxBf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdppaUxBf .nav-link {
  position: relative;
}
.cid-uvdppaUxBf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdppaUxBf .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdppaUxBf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdppaUxBf .dropdown-menu,
.cid-uvdppaUxBf .navbar.opened {
  background: #124a65 !important;
}
.cid-uvdppaUxBf .nav-item:focus,
.cid-uvdppaUxBf .nav-link:focus {
  outline: none;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdppaUxBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdppaUxBf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdppaUxBf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdppaUxBf .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: #124a65;
}
.cid-uvdppaUxBf .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdppaUxBf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdppaUxBf .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdppaUxBf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdppaUxBf .navbar.collapsed {
  justify-content: center;
}
.cid-uvdppaUxBf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdppaUxBf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdppaUxBf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdppaUxBf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdppaUxBf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdppaUxBf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdppaUxBf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdppaUxBf .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-uvdppaUxBf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdppaUxBf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdppaUxBf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdppaUxBf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdppaUxBf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdppaUxBf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdppaUxBf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdppaUxBf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdppaUxBf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdppaUxBf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdppaUxBf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdppaUxBf .dropdown-item.active,
.cid-uvdppaUxBf .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdppaUxBf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdppaUxBf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdppaUxBf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uvdppaUxBf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdppaUxBf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdppaUxBf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdppaUxBf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdppaUxBf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdppaUxBf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdppaUxBf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdppaUxBf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdppaUxBf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdppaUxBf .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-uvdppaUxBf .navbar {
    height: 70px;
  }
  .cid-uvdppaUxBf .navbar.opened {
    height: auto;
  }
  .cid-uvdppaUxBf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvejGH3aAY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvejGH3aAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvejGH3aAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvejGH3aAY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvejGH3aAY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvejGH3aAY .mbr-section-title {
  color: #000000;
}
.cid-uvejGH3aAY .mbr-text,
.cid-uvejGH3aAY .mbr-section-btn {
  color: #000000;
}
.cid-uvdqhSvkZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvdqhSvkZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqhSvkZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .container {
    padding: 0 15px;
  }
}
.cid-uvdqhSvkZ2 .row {
  justify-content: center;
}
.cid-uvdqhSvkZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvdqhSvkZ2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvdqhSvkZ2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvdqhSvkZ2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvdqhSvkZ2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvdqhSvkZ2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvdqhSvkZ2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvdqhSvkZ2 .list {
  color: #ffffff;
}
.cid-uvduydQZo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvduydQZo8 .mbr-text {
  color: #ffffff;
}
.cid-uveqqE6Ty9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveqqE6Ty9 blockquote {
  border-color: #124a65;
  border-radius: 4px;
  background-color: #124a65;
}
.cid-uveqqE6Ty9 .mbr-section-title {
  color: #ffffff;
}
.cid-uveqqE6Ty9 .mbr-text {
  color: #ffffff;
}
.cid-uverP6yd1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvekFR3PT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvekFR3PT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvekFR3PT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvekFR3PT3 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvekFR3PT3 .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uvekFR3PT3 .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uvekFR3PT3 .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvekFR3PT3 .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uvekFR3PT3 .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvekFR3PT3 .mbr-section-title {
  color: #050f0f;
}
.cid-uvekFR3PT3 .item-title {
  color: #050f0f;
}
.cid-uvekFR3PT3 .item-text {
  color: #050f0f;
}
.cid-uverWNJdOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uverWNJdOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uverWNJdOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uverWNJdOB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uverWNJdOB .mbr-section-subtitle {
  text-align: left;
}
.cid-uveldIscUz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveldIscUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveldIscUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveldIscUz .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveldIscUz .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveldIscUz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveldIscUz .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveldIscUz .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveldIscUz .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveldIscUz .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveldIscUz .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveldIscUz .mbr-section-title {
  color: #050f0f;
}
.cid-uveldIscUz .item-title {
  color: #050f0f;
}
.cid-uveldIscUz .item-text {
  color: #050f0f;
}
.cid-uves7PpyOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvemb23htI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvemb23htI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvemb23htI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvemb23htI .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvemb23htI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uvemb23htI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvemb23htI .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uvemb23htI .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uvemb23htI .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvemb23htI .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uvemb23htI .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvemb23htI .mbr-section-title {
  color: #050f0f;
}
.cid-uvemb23htI .item-title {
  color: #050f0f;
}
.cid-uvemb23htI .item-text {
  color: #050f0f;
}
.cid-uvduDZOiZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvduDZOiZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvduDZOiZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvduDZOiZD .card-wrapper {
  background: #124a65;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvduDZOiZD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvduDZOiZD .mbr-text,
.cid-uvduDZOiZD .mbr-section-btn {
  color: #ffffff;
}
.cid-uvduDZOiZD .card-title,
.cid-uvduDZOiZD .card-box {
  text-align: left;
}
.cid-uvdqeKb2dW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvdqeKb2dW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqeKb2dW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqeKb2dW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .container {
    padding: 0 25px;
  }
}
.cid-uvdqeKb2dW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvdqeKb2dW .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvdqeKb2dW .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvdqeKb2dW .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uvdqeKb2dW .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uvdqeKb2dW .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvdqeKb2dW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvdqeKb2dW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvdqeKb2dW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvdqeKb2dW .panel-title-edit {
  color: #000000;
}
.cid-uvdqeKb2dW .panel-text {
  color: #000000;
}
.cid-uvdSSHuLcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdSSHuLcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdSSHuLcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvdSSHuLcG .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSSHuLcG .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvdSSHuLcG .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvdSSHuLcG .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvdSSHuLcG .mbr-section-title {
  color: #222222;
}
.cid-uvduG0DGgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvdqPjdJzq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdqPjdJzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqPjdJzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqPjdJzq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdqPjdJzq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdqPjdJzq .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-uvdqPjdJzq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdqPjdJzq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdqGpbXE3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uvdqGpbXE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdqGpbXE3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdqGpbXE3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdqGpbXE3 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdqGpbXE3 a {
  font-weight: 600;
}
.cid-uvdqGpbXE3 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdqGpbXE3 .col-lg-3,
  .cid-uvdqGpbXE3 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdqGpbXE3 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdqGpbXE3 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdqGpbXE3 h5 {
  margin: 0;
}
.cid-uvdqGpbXE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdqGpbXE3 .iconfont-wrapper {
  position: relative;
}
.cid-uvdqGpbXE3 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdqGpbXE3 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdqGpbXE3 .sociconfont-wrapper {
  display: flex;
}
.cid-uvdqGpbXE3 .card-title,
.cid-uvdqGpbXE3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdqGpbXE3 .card-text {
  color: #ffffff;
}
.cid-uvdqGpbXE3 .mbr-section-title {
  color: #000000;
}
.cid-uvdqGpbXE3 .main-title,
.cid-uvdqGpbXE3 .iconfont-wrapper {
  text-align: left;
}
.cid-uvdqR6Rlza {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvdOJm7YdX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdOJm7YdX nav.navbar {
  position: fixed;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdOJm7YdX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdOJm7YdX .dropdown-item:hover,
.cid-uvdOJm7YdX .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uvdOJm7YdX .dropdown-item:hover span {
  color: white;
}
.cid-uvdOJm7YdX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdOJm7YdX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdOJm7YdX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdOJm7YdX .nav-link {
  position: relative;
}
.cid-uvdOJm7YdX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdOJm7YdX .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdOJm7YdX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdOJm7YdX .dropdown-menu,
.cid-uvdOJm7YdX .navbar.opened {
  background: #124a65 !important;
}
.cid-uvdOJm7YdX .nav-item:focus,
.cid-uvdOJm7YdX .nav-link:focus {
  outline: none;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdOJm7YdX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdOJm7YdX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdOJm7YdX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdOJm7YdX .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: #124a65;
}
.cid-uvdOJm7YdX .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdOJm7YdX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdOJm7YdX .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdOJm7YdX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdOJm7YdX .navbar.collapsed {
  justify-content: center;
}
.cid-uvdOJm7YdX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdOJm7YdX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdOJm7YdX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdOJm7YdX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdOJm7YdX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdOJm7YdX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdOJm7YdX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdOJm7YdX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdOJm7YdX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdOJm7YdX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdOJm7YdX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdOJm7YdX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdOJm7YdX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdOJm7YdX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdOJm7YdX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdOJm7YdX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdOJm7YdX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdOJm7YdX .dropdown-item.active,
.cid-uvdOJm7YdX .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdOJm7YdX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdOJm7YdX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdOJm7YdX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uvdOJm7YdX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdOJm7YdX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdOJm7YdX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdOJm7YdX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdOJm7YdX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdOJm7YdX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdOJm7YdX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdOJm7YdX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdOJm7YdX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdOJm7YdX .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-uvdOJm7YdX .navbar {
    height: 70px;
  }
  .cid-uvdOJm7YdX .navbar.opened {
    height: auto;
  }
  .cid-uvdOJm7YdX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvflQIVxVA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvflQIVxVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvflQIVxVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvflQIVxVA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvflQIVxVA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvdOJqoHy7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvdOJqoHy7 blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdOJqoHy7 .mbr-section-title {
  text-align: center;
}
.cid-uvdOJsoICP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdOJsoICP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdOJsoICP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdOJsoICP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdOJsoICP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdOJsoICP .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-uvdOJsoICP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdOJsoICP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdOJsWQPe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uvdOJsWQPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdOJsWQPe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdOJsWQPe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdOJsWQPe .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdOJsWQPe a {
  font-weight: 600;
}
.cid-uvdOJsWQPe a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdOJsWQPe .col-lg-3,
  .cid-uvdOJsWQPe .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdOJsWQPe .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdOJsWQPe .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdOJsWQPe h5 {
  margin: 0;
}
.cid-uvdOJsWQPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdOJsWQPe .iconfont-wrapper {
  position: relative;
}
.cid-uvdOJsWQPe .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdOJsWQPe .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdOJsWQPe .sociconfont-wrapper {
  display: flex;
}
.cid-uvdOJsWQPe .card-title,
.cid-uvdOJsWQPe .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdOJsWQPe .card-text {
  color: #ffffff;
}
.cid-uvdOJsWQPe .mbr-section-title {
  color: #000000;
}
.cid-uvdOJsWQPe .main-title,
.cid-uvdOJsWQPe .iconfont-wrapper {
  text-align: left;
}
.cid-uvdOJttXdO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #124a65;
  overflow: hidden;
}
.cid-uvdP8A5Pjs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvdP8A5Pjs nav.navbar {
  position: fixed;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvdP8A5Pjs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvdP8A5Pjs .dropdown-item:hover,
.cid-uvdP8A5Pjs .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uvdP8A5Pjs .dropdown-item:hover span {
  color: white;
}
.cid-uvdP8A5Pjs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvdP8A5Pjs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvdP8A5Pjs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvdP8A5Pjs .nav-link {
  position: relative;
}
.cid-uvdP8A5Pjs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvdP8A5Pjs .container {
    flex-wrap: nowrap;
  }
}
.cid-uvdP8A5Pjs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvdP8A5Pjs .dropdown-menu,
.cid-uvdP8A5Pjs .navbar.opened {
  background: #124a65 !important;
}
.cid-uvdP8A5Pjs .nav-item:focus,
.cid-uvdP8A5Pjs .nav-link:focus {
  outline: none;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvdP8A5Pjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvdP8A5Pjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvdP8A5Pjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvdP8A5Pjs .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: #124a65;
}
.cid-uvdP8A5Pjs .navbar.opened {
  transition: all 0.3s;
}
.cid-uvdP8A5Pjs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvdP8A5Pjs .navbar .navbar-logo img {
  width: auto;
}
.cid-uvdP8A5Pjs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvdP8A5Pjs .navbar.collapsed {
  justify-content: center;
}
.cid-uvdP8A5Pjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvdP8A5Pjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvdP8A5Pjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvdP8A5Pjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvdP8A5Pjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvdP8A5Pjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvdP8A5Pjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvdP8A5Pjs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvdP8A5Pjs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvdP8A5Pjs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvdP8A5Pjs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvdP8A5Pjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvdP8A5Pjs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvdP8A5Pjs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvdP8A5Pjs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvdP8A5Pjs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvdP8A5Pjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvdP8A5Pjs .dropdown-item.active,
.cid-uvdP8A5Pjs .dropdown-item:active {
  background-color: transparent;
}
.cid-uvdP8A5Pjs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvdP8A5Pjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvdP8A5Pjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uvdP8A5Pjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvdP8A5Pjs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvdP8A5Pjs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvdP8A5Pjs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvdP8A5Pjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvdP8A5Pjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvdP8A5Pjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvdP8A5Pjs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvdP8A5Pjs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvdP8A5Pjs .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-uvdP8A5Pjs .navbar {
    height: 70px;
  }
  .cid-uvdP8A5Pjs .navbar.opened {
    height: auto;
  }
  .cid-uvdP8A5Pjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvflHwOYaE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvflHwOYaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvflHwOYaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvflHwOYaE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvflHwOYaE .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvdP8APJVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvdP8APJVq blockquote {
  border-color: #95ba7b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uvdP8APJVq .mbr-section-title {
  text-align: center;
}
.cid-uvdP8Bd6c1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvdP8Bd6c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdP8Bd6c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdP8Bd6c1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvdP8Bd6c1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvdP8Bd6c1 .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-uvdP8Bd6c1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvdP8Bd6c1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvdP8BFOKW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uvdP8BFOKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdP8BFOKW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvdP8BFOKW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvdP8BFOKW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvdP8BFOKW a {
  font-weight: 600;
}
.cid-uvdP8BFOKW a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvdP8BFOKW .col-lg-3,
  .cid-uvdP8BFOKW .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvdP8BFOKW .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvdP8BFOKW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvdP8BFOKW h5 {
  margin: 0;
}
.cid-uvdP8BFOKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdP8BFOKW .iconfont-wrapper {
  position: relative;
}
.cid-uvdP8BFOKW .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvdP8BFOKW .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvdP8BFOKW .sociconfont-wrapper {
  display: flex;
}
.cid-uvdP8BFOKW .card-title,
.cid-uvdP8BFOKW .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvdP8BFOKW .card-text {
  color: #ffffff;
}
.cid-uvdP8BFOKW .mbr-section-title {
  color: #000000;
}
.cid-uvdP8BFOKW .main-title,
.cid-uvdP8BFOKW .iconfont-wrapper {
  text-align: left;
}
.cid-uvdP8C2fZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uvevsxL7zg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvevsxL7zg nav.navbar {
  position: fixed;
}
.cid-uvevsxL7zg .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-uvevsxL7zg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvevsxL7zg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvevsxL7zg .dropdown-item:hover,
.cid-uvevsxL7zg .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uvevsxL7zg .dropdown-item:hover span {
  color: white;
}
.cid-uvevsxL7zg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvevsxL7zg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvevsxL7zg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvevsxL7zg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvevsxL7zg .nav-link {
  position: relative;
}
.cid-uvevsxL7zg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uvevsxL7zg .container {
    flex-wrap: nowrap;
  }
}
.cid-uvevsxL7zg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvevsxL7zg .dropdown-menu,
.cid-uvevsxL7zg .navbar.opened {
  background: #124a65 !important;
}
.cid-uvevsxL7zg .nav-item:focus,
.cid-uvevsxL7zg .nav-link:focus {
  outline: none;
}
.cid-uvevsxL7zg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvevsxL7zg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvevsxL7zg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvevsxL7zg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvevsxL7zg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvevsxL7zg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvevsxL7zg .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: #124a65;
}
.cid-uvevsxL7zg .navbar.opened {
  transition: all 0.3s;
}
.cid-uvevsxL7zg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvevsxL7zg .navbar .navbar-logo img {
  width: auto;
}
.cid-uvevsxL7zg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvevsxL7zg .navbar.collapsed {
  justify-content: center;
}
.cid-uvevsxL7zg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvevsxL7zg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvevsxL7zg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvevsxL7zg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvevsxL7zg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvevsxL7zg .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-uvevsxL7zg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvevsxL7zg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvevsxL7zg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvevsxL7zg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvevsxL7zg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvevsxL7zg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvevsxL7zg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvevsxL7zg .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-uvevsxL7zg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvevsxL7zg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvevsxL7zg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvevsxL7zg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvevsxL7zg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvevsxL7zg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvevsxL7zg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvevsxL7zg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvevsxL7zg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvevsxL7zg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvevsxL7zg .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-uvevsxL7zg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvevsxL7zg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvevsxL7zg .dropdown-item.active,
.cid-uvevsxL7zg .dropdown-item:active {
  background-color: transparent;
}
.cid-uvevsxL7zg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvevsxL7zg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvevsxL7zg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvevsxL7zg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uvevsxL7zg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvevsxL7zg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvevsxL7zg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvevsxL7zg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvevsxL7zg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvevsxL7zg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvevsxL7zg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvevsxL7zg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvevsxL7zg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvevsxL7zg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvevsxL7zg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvevsxL7zg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvevsxL7zg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvevsxL7zg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvevsxL7zg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvevsxL7zg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvevsxL7zg .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-uvevsxL7zg .navbar {
    height: 70px;
  }
  .cid-uvevsxL7zg .navbar.opened {
    height: auto;
  }
  .cid-uvevsxL7zg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvevsyCTc9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvevsyCTc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsyCTc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsyCTc9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvevsyCTc9 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvevsyCTc9 .mbr-section-title {
  color: #000000;
}
.cid-uvevsyCTc9 .mbr-text,
.cid-uvevsyCTc9 .mbr-section-btn {
  color: #000000;
}
.cid-uvevszsWQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevszsWQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevszsWQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .container {
    padding: 0 15px;
  }
}
.cid-uvevszsWQ0 .row {
  justify-content: center;
}
.cid-uvevszsWQ0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvevszsWQ0 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uvevszsWQ0 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uvevszsWQ0 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uvevszsWQ0 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uvevszsWQ0 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvevszsWQ0 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uvevszsWQ0 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uvevszsWQ0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvevszsWQ0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvevszsWQ0 .list {
  color: #ffffff;
}
.cid-uvevsA8eVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsA8eVT .mbr-text {
  color: #ffffff;
}
.cid-uvevsAEWrb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsAEWrb blockquote {
  border-color: #124a65;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uvevsB9PVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvevsBSvVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsBSvVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsBSvVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsBSvVF .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvevsBSvVF .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uvevsBSvVF .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uvevsBSvVF .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsBSvVF .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsBSvVF .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvevsBSvVF .mbr-section-title {
  color: #050f0f;
}
.cid-uvevsBSvVF .item-title {
  color: #050f0f;
}
.cid-uvevsBSvVF .item-text {
  color: #050f0f;
}
.cid-uvevsDZ6uS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvevsDZ6uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsDZ6uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsDZ6uS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvevsDZ6uS .mbr-section-subtitle {
  text-align: left;
}
.cid-uvevsFbCfE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsFbCfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsFbCfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsFbCfE .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvevsFbCfE .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uvevsFbCfE .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uvevsFbCfE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsFbCfE .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsFbCfE .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvevsFbCfE .mbr-section-title {
  color: #050f0f;
}
.cid-uvevsFbCfE .item-title {
  color: #050f0f;
}
.cid-uvevsFbCfE .item-text {
  color: #050f0f;
}
.cid-uvevsGL4TB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvevsHrMMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsHrMMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsHrMMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsHrMMT .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uvevsHrMMT .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uvevsHrMMT .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uvevsHrMMT .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvevsHrMMT .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsHrMMT .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvevsHrMMT .mbr-section-title {
  color: #050f0f;
}
.cid-uvevsHrMMT .item-title {
  color: #050f0f;
}
.cid-uvevsHrMMT .item-text {
  color: #050f0f;
}
.cid-uvevsIpnHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvevsIpnHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsIpnHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsIpnHH .card-wrapper {
  background: #124a65;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvevsIpnHH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvevsIpnHH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvevsIpnHH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvevsIpnHH .mbr-text,
.cid-uvevsIpnHH .mbr-section-btn {
  color: #ffffff;
}
.cid-uvevsIpnHH .card-title,
.cid-uvevsIpnHH .card-box {
  text-align: left;
}
.cid-uvevsJ3sXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uvevsJ3sXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsJ3sXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsJ3sXO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvevsJ3sXO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvevsJ3sXO .container {
    padding: 0 25px;
  }
}
.cid-uvevsJ3sXO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvevsJ3sXO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uvevsJ3sXO .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uvevsJ3sXO .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uvevsJ3sXO .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uvevsJ3sXO .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uvevsJ3sXO .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uvevsJ3sXO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvevsJ3sXO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvevsJ3sXO .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uvevsJ3sXO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvevsJ3sXO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uvevsJ3sXO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uvevsJ3sXO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvevsJ3sXO .panel-title-edit {
  color: #ffffff;
}
.cid-uvevsJ3sXO .panel-text {
  color: #000000;
}
.cid-uvevsJTZm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvevsJTZm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsJTZm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvevsJTZm5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvevsJTZm5 .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvevsJTZm5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvevsJTZm5 .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvevsJTZm5 .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvevsJTZm5 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvevsJTZm5 .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvevsJTZm5 .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvevsJTZm5 .mbr-section-title {
  color: #222222;
}
.cid-uvevsKBsJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvl1x3GJbZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #124a65;
}
.cid-uvl1x3GJbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl1x3GJbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl1x3GJbZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvl1x3GJbZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvl1x3GJbZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dfbbcb;
}
.cid-uvl1x3GJbZ .panel-body,
.cid-uvl1x3GJbZ .card-header {
  padding: 1rem 0;
}
.cid-uvl1x3GJbZ .panel-title-edit {
  color: #ffffff;
}
.cid-uvl1x3GJbZ H3 {
  color: #ffffff;
}
.cid-uvl1x3GJbZ .panel-text {
  color: #ffffff;
}
.cid-uvevsLhbds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uvevsLhbds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsLhbds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsLhbds .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvevsLhbds .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvevsLhbds .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-uvevsLhbds .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvevsLhbds .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvevsM2xhG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uvevsM2xhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvevsM2xhG .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvevsM2xhG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvevsM2xhG .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvevsM2xhG a {
  font-weight: 600;
}
.cid-uvevsM2xhG a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvevsM2xhG .col-lg-3,
  .cid-uvevsM2xhG .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvevsM2xhG .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvevsM2xhG .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvevsM2xhG h5 {
  margin: 0;
}
.cid-uvevsM2xhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvevsM2xhG .iconfont-wrapper {
  position: relative;
}
.cid-uvevsM2xhG .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvevsM2xhG .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvevsM2xhG .sociconfont-wrapper {
  display: flex;
}
.cid-uvevsM2xhG .card-title,
.cid-uvevsM2xhG .iconfont-wrapper {
  color: #ffffff;
}
.cid-uvevsM2xhG .card-text {
  color: #ffffff;
}
.cid-uvevsM2xhG .mbr-section-title {
  color: #000000;
}
.cid-uvevsM2xhG .main-title,
.cid-uvevsM2xhG .iconfont-wrapper {
  text-align: left;
}
.cid-uvevsN6RPg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uveuDBDcUM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uveuDBDcUM nav.navbar {
  position: fixed;
}
.cid-uveuDBDcUM .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-uveuDBDcUM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uveuDBDcUM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uveuDBDcUM .dropdown-item:hover,
.cid-uveuDBDcUM .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uveuDBDcUM .dropdown-item:hover span {
  color: white;
}
.cid-uveuDBDcUM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uveuDBDcUM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uveuDBDcUM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uveuDBDcUM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uveuDBDcUM .nav-link {
  position: relative;
}
.cid-uveuDBDcUM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uveuDBDcUM .container {
    flex-wrap: nowrap;
  }
}
.cid-uveuDBDcUM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uveuDBDcUM .dropdown-menu,
.cid-uveuDBDcUM .navbar.opened {
  background: #124a65 !important;
}
.cid-uveuDBDcUM .nav-item:focus,
.cid-uveuDBDcUM .nav-link:focus {
  outline: none;
}
.cid-uveuDBDcUM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uveuDBDcUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uveuDBDcUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uveuDBDcUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uveuDBDcUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uveuDBDcUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uveuDBDcUM .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: #124a65;
}
.cid-uveuDBDcUM .navbar.opened {
  transition: all 0.3s;
}
.cid-uveuDBDcUM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uveuDBDcUM .navbar .navbar-logo img {
  width: auto;
}
.cid-uveuDBDcUM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uveuDBDcUM .navbar.collapsed {
  justify-content: center;
}
.cid-uveuDBDcUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uveuDBDcUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uveuDBDcUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uveuDBDcUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uveuDBDcUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uveuDBDcUM .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-uveuDBDcUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uveuDBDcUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uveuDBDcUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uveuDBDcUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uveuDBDcUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uveuDBDcUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uveuDBDcUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uveuDBDcUM .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-uveuDBDcUM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uveuDBDcUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uveuDBDcUM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uveuDBDcUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uveuDBDcUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uveuDBDcUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uveuDBDcUM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uveuDBDcUM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uveuDBDcUM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uveuDBDcUM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uveuDBDcUM .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-uveuDBDcUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uveuDBDcUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uveuDBDcUM .dropdown-item.active,
.cid-uveuDBDcUM .dropdown-item:active {
  background-color: transparent;
}
.cid-uveuDBDcUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uveuDBDcUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uveuDBDcUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uveuDBDcUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uveuDBDcUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uveuDBDcUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uveuDBDcUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uveuDBDcUM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uveuDBDcUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uveuDBDcUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uveuDBDcUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uveuDBDcUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uveuDBDcUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uveuDBDcUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uveuDBDcUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uveuDBDcUM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uveuDBDcUM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uveuDBDcUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uveuDBDcUM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uveuDBDcUM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uveuDBDcUM .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-uveuDBDcUM .navbar {
    height: 70px;
  }
  .cid-uveuDBDcUM .navbar.opened {
    height: auto;
  }
  .cid-uveuDBDcUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uveuDEeTRo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uveuDEeTRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDEeTRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDEeTRo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uveuDEeTRo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uveuDEeTRo .mbr-section-title {
  color: #000000;
}
.cid-uveuDEeTRo .mbr-text,
.cid-uveuDEeTRo .mbr-section-btn {
  color: #000000;
}
.cid-uveuDF5diq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDF5diq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDF5diq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .container {
    padding: 0 15px;
  }
}
.cid-uveuDF5diq .row {
  justify-content: center;
}
.cid-uveuDF5diq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uveuDF5diq .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uveuDF5diq .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uveuDF5diq .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uveuDF5diq .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uveuDF5diq .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uveuDF5diq .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uveuDF5diq .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uveuDF5diq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uveuDF5diq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uveuDF5diq .list {
  color: #ffffff;
}
.cid-uveuDFJlqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDFJlqv .mbr-text {
  color: #ffffff;
}
.cid-uveuDG9SMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDG9SMK blockquote {
  border-color: #124a65;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uveuDGCcDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveuDH5zre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDH5zre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDH5zre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDH5zre .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveuDH5zre .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveuDH5zre .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveuDH5zre .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveuDH5zre .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDH5zre .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDH5zre .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveuDH5zre .mbr-section-title {
  color: #050f0f;
}
.cid-uveuDH5zre .item-title {
  color: #050f0f;
}
.cid-uveuDH5zre .item-text {
  color: #050f0f;
}
.cid-uveuDI0bgo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveuDI0bgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDI0bgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDI0bgo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveuDI0bgo .mbr-section-subtitle {
  text-align: left;
}
.cid-uveuDIxmuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDIxmuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDIxmuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDIxmuD .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveuDIxmuD .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveuDIxmuD .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveuDIxmuD .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDIxmuD .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDIxmuD .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveuDIxmuD .mbr-section-title {
  color: #050f0f;
}
.cid-uveuDIxmuD .item-title {
  color: #050f0f;
}
.cid-uveuDIxmuD .item-text {
  color: #050f0f;
}
.cid-uveuDJhalW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveuDJPrIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDJPrIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDJPrIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDJPrIR .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveuDJPrIR .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveuDJPrIR .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveuDJPrIR .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveuDJPrIR .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDJPrIR .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveuDJPrIR .mbr-section-title {
  color: #050f0f;
}
.cid-uveuDJPrIR .item-title {
  color: #050f0f;
}
.cid-uveuDJPrIR .item-text {
  color: #050f0f;
}
.cid-uveuDKFMXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveuDKFMXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDKFMXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDKFMXc .card-wrapper {
  background: #124a65;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uveuDKFMXc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uveuDKFMXc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveuDKFMXc .card-wrapper {
    padding: 4rem;
  }
}
.cid-uveuDKFMXc .mbr-text,
.cid-uveuDKFMXc .mbr-section-btn {
  color: #ffffff;
}
.cid-uveuDKFMXc .card-title,
.cid-uveuDKFMXc .card-box {
  text-align: left;
}
.cid-uveuDLg6ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveuDLg6ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDLg6ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDLg6ub .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uveuDLg6ub .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uveuDLg6ub .container {
    padding: 0 25px;
  }
}
.cid-uveuDLg6ub .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uveuDLg6ub .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uveuDLg6ub .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uveuDLg6ub .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uveuDLg6ub .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uveuDLg6ub .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uveuDLg6ub .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uveuDLg6ub .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uveuDLg6ub .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uveuDLg6ub .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uveuDLg6ub .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uveuDLg6ub .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uveuDLg6ub .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uveuDLg6ub .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uveuDLg6ub .panel-title-edit {
  color: #ffffff;
}
.cid-uveuDLg6ub .panel-text {
  color: #000000;
}
.cid-uveuDMbHvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveuDMbHvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDMbHvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uveuDMbHvi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uveuDMbHvi .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uveuDMbHvi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveuDMbHvi .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uveuDMbHvi .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uveuDMbHvi .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uveuDMbHvi .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uveuDMbHvi .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uveuDMbHvi .mbr-section-title {
  color: #222222;
}
.cid-uveuDMQFM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvl17dMLN5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #124a65;
}
.cid-uvl17dMLN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl17dMLN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl17dMLN5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvl17dMLN5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvl17dMLN5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dfbbcb;
}
.cid-uvl17dMLN5 .panel-body,
.cid-uvl17dMLN5 .card-header {
  padding: 1rem 0;
}
.cid-uvl17dMLN5 .panel-title-edit {
  color: #ffffff;
}
.cid-uvl17dMLN5 H3 {
  color: #ffffff;
}
.cid-uvl17dMLN5 .panel-text {
  color: #ffffff;
}
.cid-uveuDNpAJs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uveuDNpAJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDNpAJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDNpAJs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uveuDNpAJs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uveuDNpAJs .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-uveuDNpAJs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uveuDNpAJs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uveuDO5hGW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uveuDO5hGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveuDO5hGW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uveuDO5hGW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uveuDO5hGW .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uveuDO5hGW a {
  font-weight: 600;
}
.cid-uveuDO5hGW a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uveuDO5hGW .col-lg-3,
  .cid-uveuDO5hGW .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uveuDO5hGW .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uveuDO5hGW .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uveuDO5hGW h5 {
  margin: 0;
}
.cid-uveuDO5hGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveuDO5hGW .iconfont-wrapper {
  position: relative;
}
.cid-uveuDO5hGW .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uveuDO5hGW .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uveuDO5hGW .sociconfont-wrapper {
  display: flex;
}
.cid-uveuDO5hGW .card-title,
.cid-uveuDO5hGW .iconfont-wrapper {
  color: #ffffff;
}
.cid-uveuDO5hGW .card-text {
  color: #ffffff;
}
.cid-uveuDO5hGW .mbr-section-title {
  color: #000000;
}
.cid-uveuDO5hGW .main-title,
.cid-uveuDO5hGW .iconfont-wrapper {
  text-align: left;
}
.cid-uveuDOXa7Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uveszC13n2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uveszC13n2 nav.navbar {
  position: fixed;
}
.cid-uveszC13n2 .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-uveszC13n2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uveszC13n2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uveszC13n2 .dropdown-item:hover,
.cid-uveszC13n2 .dropdown-item:focus {
  background: #dfbbcb !important;
  color: white !important;
}
.cid-uveszC13n2 .dropdown-item:hover span {
  color: white;
}
.cid-uveszC13n2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uveszC13n2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uveszC13n2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uveszC13n2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uveszC13n2 .nav-link {
  position: relative;
}
.cid-uveszC13n2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uveszC13n2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uveszC13n2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uveszC13n2 .dropdown-menu,
.cid-uveszC13n2 .navbar.opened {
  background: #124a65 !important;
}
.cid-uveszC13n2 .nav-item:focus,
.cid-uveszC13n2 .nav-link:focus {
  outline: none;
}
.cid-uveszC13n2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uveszC13n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uveszC13n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uveszC13n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uveszC13n2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uveszC13n2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uveszC13n2 .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: #124a65;
}
.cid-uveszC13n2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uveszC13n2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uveszC13n2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uveszC13n2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uveszC13n2 .navbar.collapsed {
  justify-content: center;
}
.cid-uveszC13n2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uveszC13n2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uveszC13n2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uveszC13n2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uveszC13n2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uveszC13n2 .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-uveszC13n2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uveszC13n2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uveszC13n2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uveszC13n2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uveszC13n2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uveszC13n2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uveszC13n2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uveszC13n2 .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-uveszC13n2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uveszC13n2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uveszC13n2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uveszC13n2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uveszC13n2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uveszC13n2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uveszC13n2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uveszC13n2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uveszC13n2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uveszC13n2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uveszC13n2 .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-uveszC13n2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uveszC13n2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uveszC13n2 .dropdown-item.active,
.cid-uveszC13n2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uveszC13n2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uveszC13n2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uveszC13n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uveszC13n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #124a65;
}
.cid-uveszC13n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uveszC13n2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uveszC13n2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uveszC13n2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uveszC13n2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uveszC13n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uveszC13n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uveszC13n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uveszC13n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uveszC13n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uveszC13n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uveszC13n2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uveszC13n2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uveszC13n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uveszC13n2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uveszC13n2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uveszC13n2 .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-uveszC13n2 .navbar {
    height: 70px;
  }
  .cid-uveszC13n2 .navbar.opened {
    height: auto;
  }
  .cid-uveszC13n2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uveszCRK1p {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uveszCRK1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszCRK1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszCRK1p .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uveszCRK1p .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uveszCRK1p .mbr-section-title {
  color: #000000;
}
.cid-uveszCRK1p .mbr-text,
.cid-uveszCRK1p .mbr-section-btn {
  color: #000000;
}
.cid-uveszDuqBp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszDuqBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszDuqBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .container {
    padding: 0 15px;
  }
}
.cid-uveszDuqBp .row {
  justify-content: center;
}
.cid-uveszDuqBp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uveszDuqBp .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uveszDuqBp .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uveszDuqBp .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uveszDuqBp .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uveszDuqBp .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uveszDuqBp .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uveszDuqBp .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uveszDuqBp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uveszDuqBp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uveszDuqBp .list {
  color: #ffffff;
}
.cid-uveszE1mAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszE1mAd .mbr-text {
  color: #ffffff;
}
.cid-uveszEv2kc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszEv2kc blockquote {
  border-color: #124a65;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uveszEZjd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveszFuk7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszFuk7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszFuk7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszFuk7D .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveszFuk7D .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveszFuk7D .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveszFuk7D .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveszFuk7D .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszFuk7D .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveszFuk7D .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveszFuk7D .mbr-section-title {
  color: #050f0f;
}
.cid-uveszFuk7D .item-title {
  color: #050f0f;
}
.cid-uveszFuk7D .item-text {
  color: #050f0f;
}
.cid-uveszGtVqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveszGtVqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszGtVqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszGtVqi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveszGtVqi .mbr-section-subtitle {
  text-align: left;
}
.cid-uveszH609m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszH609m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszH609m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszH609m .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveszH609m .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveszH609m .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveszH609m .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveszH609m .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveszH609m .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszH609m .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveszH609m .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveszH609m .mbr-section-title {
  color: #050f0f;
}
.cid-uveszH609m .item-title {
  color: #050f0f;
}
.cid-uveszH609m .item-text {
  color: #050f0f;
}
.cid-uveszHTrbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveszIv89h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszIv89h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszIv89h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszIv89h .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uveszIv89h .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uveszIv89h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uveszIv89h .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uveszIv89h .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uveszIv89h .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uveszIv89h .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uveszIv89h .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uveszIv89h .mbr-section-title {
  color: #050f0f;
}
.cid-uveszIv89h .item-title {
  color: #050f0f;
}
.cid-uveszIv89h .item-text {
  color: #050f0f;
}
.cid-uveszJmRab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveszJmRab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszJmRab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszJmRab .card-wrapper {
  background: #124a65;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uveszJmRab .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uveszJmRab .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveszJmRab .card-wrapper {
    padding: 4rem;
  }
}
.cid-uveszJmRab .mbr-text,
.cid-uveszJmRab .mbr-section-btn {
  color: #ffffff;
}
.cid-uveszJmRab .card-title,
.cid-uveszJmRab .card-box {
  text-align: left;
}
.cid-uveszJXt30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #124a65;
}
.cid-uveszJXt30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszJXt30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszJXt30 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uveszJXt30 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uveszJXt30 .container {
    padding: 0 25px;
  }
}
.cid-uveszJXt30 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uveszJXt30 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uveszJXt30 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-uveszJXt30 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-uveszJXt30 .panel-group .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-uveszJXt30 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uveszJXt30 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-uveszJXt30 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uveszJXt30 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uveszJXt30 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uveszJXt30 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uveszJXt30 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uveszJXt30 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-uveszJXt30 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uveszJXt30 .panel-title-edit {
  color: #ffffff;
}
.cid-uveszJXt30 .panel-text {
  color: #000000;
}
.cid-uveszKO7hK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uveszKO7hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszKO7hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uveszKO7hK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uveszKO7hK .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uveszKO7hK .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uveszKO7hK .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uveszKO7hK .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uveszKO7hK .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uveszKO7hK .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uveszKO7hK .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uveszKO7hK .mbr-section-title {
  color: #222222;
}
.cid-uveszLnoxs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvl0xegfFX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #124a65;
}
.cid-uvl0xegfFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl0xegfFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl0xegfFX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvl0xegfFX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvl0xegfFX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dfbbcb;
}
.cid-uvl0xegfFX .panel-body,
.cid-uvl0xegfFX .card-header {
  padding: 1rem 0;
}
.cid-uvl0xegfFX .panel-title-edit {
  color: #ffffff;
}
.cid-uvl0xegfFX H3 {
  color: #ffffff;
}
.cid-uvl0xegfFX .panel-text {
  color: #ffffff;
}
.cid-uveszLUtCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uveszLUtCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszLUtCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszLUtCK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uveszLUtCK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uveszLUtCK .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-uveszLUtCK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uveszLUtCK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uveszMxSyf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #124a65;
}
.cid-uveszMxSyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveszMxSyf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uveszMxSyf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uveszMxSyf .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uveszMxSyf a {
  font-weight: 600;
}
.cid-uveszMxSyf a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uveszMxSyf .col-lg-3,
  .cid-uveszMxSyf .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uveszMxSyf .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uveszMxSyf .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uveszMxSyf h5 {
  margin: 0;
}
.cid-uveszMxSyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveszMxSyf .iconfont-wrapper {
  position: relative;
}
.cid-uveszMxSyf .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uveszMxSyf .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uveszMxSyf .sociconfont-wrapper {
  display: flex;
}
.cid-uveszMxSyf .card-title,
.cid-uveszMxSyf .iconfont-wrapper {
  color: #ffffff;
}
.cid-uveszMxSyf .card-text {
  color: #ffffff;
}
.cid-uveszMxSyf .mbr-section-title {
  color: #000000;
}
.cid-uveszMxSyf .main-title,
.cid-uveszMxSyf .iconfont-wrapper {
  text-align: left;
}
.cid-uveszO3eqc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
