.btn {
  border-radius: 50px;
}
body {
  font-family: 'Josefin Sans', sans-serif;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffd06e !important;
}
.bg-success {
  background-color: #ede9e6 !important;
}
.bg-info {
  background-color: #d5cabc !important;
}
.bg-warning {
  background-color: #13292a !important;
}
.bg-danger {
  background-color: #fff4e7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd06e !important;
  border-color: #ffd06e !important;
  color: #6e4a00 !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: #ffb417 !important;
  border-color: #ffb417 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6e4a00 !important;
  background-color: #ffb417 !important;
  border-color: #ffb417 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd06e !important;
  border-color: #ffd06e !important;
  color: #6e4a00 !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: #ffb417 !important;
  border-color: #ffb417 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6e4a00 !important;
  background-color: #ffb417 !important;
  border-color: #ffb417 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d5cabc !important;
  border-color: #d5cabc !important;
  color: #5a4b38 !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: #b4a087 !important;
  border-color: #b4a087 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5a4b38 !important;
  background-color: #b4a087 !important;
  border-color: #b4a087 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ede9e6 !important;
  border-color: #ede9e6 !important;
  color: #7b6859 !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: #c9bdb4 !important;
  border-color: #c9bdb4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7b6859 !important;
  background-color: #c9bdb4 !important;
  border-color: #c9bdb4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #13292a !important;
  border-color: #13292a !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !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: #904e00 !important;
  background-color: #ffcc90 !important;
  border-color: #ffcc90 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #e77d00 !important;
  background-color: #ffcc90 !important;
  border-color: #ffcc90 !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: #ffd06e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffb417 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6e4a00 !important;
  background-color: #ffd06e !important;
  border-color: #ffd06e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd06e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffb417 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6e4a00 !important;
  background-color: #ffd06e !important;
  border-color: #ffd06e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5cabc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b4a087 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5a4b38 !important;
  background-color: #d5cabc !important;
  border-color: #d5cabc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede9e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c9bdb4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7b6859 !important;
  background-color: #ede9e6 !important;
  border-color: #ede9e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13292a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #13292a !important;
  border-color: #13292a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff4e7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffcc90 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !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: #ffd06e !important;
}
.text-secondary {
  color: #ffd06e !important;
}
.text-success {
  color: #ede9e6 !important;
}
.text-info {
  color: #d5cabc !important;
}
.text-warning {
  color: #13292a !important;
}
.text-danger {
  color: #fff4e7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffd06e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd06e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ede9e6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d5cabc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #13292a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fff4e7 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #ffd06e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d5cabc;
}
.alert-warning {
  background-color: #13292a;
}
.alert-danger {
  background-color: #fff4e7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd06e;
  border-color: #ffd06e;
  color: #885c00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.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: #ffffff;
}
.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: #c0e1e2;
}
.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: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffd06e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffd06e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd06e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd06e;
}
.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: #ffd06e;
  border-bottom-color: #ffd06e;
}
.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: #ffd06e !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: #ffd06e !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='%23ffd06e' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
a.btn.btn-warning:hover {
  background-color: #e5bc8a !important;
  border-color: #e5bc8a !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-ugEZUitrvJ {
  z-index: 1000;
  width: 100%;
}
.cid-ugEZUitrvJ nav.navbar {
  position: fixed;
}
.cid-ugEZUitrvJ .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-ugEZUitrvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugEZUitrvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ugEZUitrvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugEZUitrvJ .navbar.collapsed {
  justify-content: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugEZUitrvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-ugEZUitrvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugEZUitrvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugEZUitrvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugEZUitrvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugEZUitrvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugEZUitrvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugEZUitrvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ugEZUitrvJ .dropdown-item:hover,
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-ugEZUitrvJ .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugEZUitrvJ .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-ugEZUitrvJ .container {
  display: flex;
  margin: auto;
}
.cid-ugEZUitrvJ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown-menu,
.cid-ugEZUitrvJ .navbar.opened {
  background: #13292a !important;
}
.cid-ugEZUitrvJ .nav-item:focus,
.cid-ugEZUitrvJ .nav-link:focus {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugEZUitrvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugEZUitrvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown-item.active,
.cid-ugEZUitrvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugEZUitrvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugEZUitrvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugEZUitrvJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-ugEZUitrvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugEZUitrvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ .navbar-dropdown {
  position: fixed;
}
.cid-ugEZUitrvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugEZUitrvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugEZUitrvJ .navbar {
    height: 70px;
  }
  .cid-ugEZUitrvJ .navbar.opened {
    height: auto;
  }
  .cid-ugEZUitrvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugEZUitrvJ a {
  display: inline;
}
.cid-ugEZUitrvJ img {
  display: inline;
  padding-right: 10px;
}
.cid-ugEZUitrvJ .dropdown-toggle:after {
  display: none;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-ugEZUitrvJ .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-ugEZUitrvJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ugEZUitrvJ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ugEZUitrvJ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ugEZUitrvJ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-ugEZUitrvJ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-ugEZUitrvJ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-ugEZUitrvJ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-ugEZUitrvJ .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-ugEZUitrvJ .btn {
  border-radius: 1000px !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-ugEZUitrvJ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-ugEZUitrvJ .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .container,
  .cid-ugEZUitrvJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ugEZUitrvJ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-ugEZUitrvJ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-ugEZUitrvJ .icons-menu {
    min-width: initial !important;
  }
  .cid-ugEZUitrvJ a.btn {
    margin-top: 10px;
  }
}
.cid-ugEZUitrvJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-ugEZUitrvJ .nav-item {
  position: relative;
}
.cid-ugEZUitrvJ .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ugEZUitrvJ .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-ugEZUitrvJ .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-ugEZUitrvJ a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-ugEZUitrvJ li.nav-item {
  padding: 13px 20px !important;
}
.cid-ugEZUitrvJ a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v4liLF75Q3 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #13292a;
}
.cid-v4liLF75Q3 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff4e7;
  letter-spacing: 5.2px;
}
.cid-v4liLF75Q3 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v4liLF75Q3 .button-align {
  text-align: center;
}
.cid-v4liLF75Q3 .mbr-section-btn {
  display: block;
}
.cid-v4liLF75Q3 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v4liLF75Q3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v4liLF75Q3 .mbr-text,
.cid-v4liLF75Q3 .button-align {
  color: #ffd06e;
}
.cid-v4liLF75Q3 a.btn {
  letter-spacing: 5.4px;
}
.cid-v7tl8h6EBU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v7tl8h6EBU .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v7tl8h6EBU .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v7tl8h6EBU .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v7tl8h6EBU a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v7tl8h6EBU .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v7tl8h6EBU .mbr-text,
.cid-v7tl8h6EBU .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v7tl8h6EBU a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v7wKZQm52Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-v7wKZQm52Y .mbr-overlay {
  background: #13292a;
  opacity: 0.7;
}
.cid-v7wKZQm52Y .item:focus,
.cid-v7wKZQm52Y span:focus {
  outline: none;
}
.cid-v7wKZQm52Y .item-wrapper {
  position: relative;
  padding: 50px;
  background-color: transparent;
}
.cid-v7wKZQm52Y .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v7wKZQm52Y .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v7wKZQm52Y .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5.2px;
}
.cid-v7wKZQm52Y .mbr-text,
.cid-v7wKZQm52Y .mbr-section-btn {
  text-align: left;
}
.cid-v7wKZQm52Y .item-title {
  text-align: left;
}
.cid-v7wKZQm52Y .item-subtitle {
  text-align: left;
}
.cid-v7wKZQm52Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v7wKZQm52Y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v7wKZQm52Y .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v7wKZQm52Y .embla__slide {
    min-width: 375px;
  }
}
.cid-v7wKZQm52Y .embla__button--next,
.cid-v7wKZQm52Y .embla__button--prev {
  display: flex;
}
.cid-v7wKZQm52Y .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 2px solid #13292a;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #ffd06e;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v7wKZQm52Y .embla__button {
    display: none;
  }
}
.cid-v7wKZQm52Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v7wKZQm52Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7wKZQm52Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7wKZQm52Y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v7wKZQm52Y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v7wKZQm52Y .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v7wKZQm52Y .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v7wKZQm52Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7wKZQm52Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7wKZQm52Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7wKZQm52Y .mbr-section-subtitle {
  text-align: center;
  color: #ffd06e;
}
.cid-v7wKZQm52Y .title-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin: auto;
}
.cid-v7wKZQm52Y .card-title {
  color: #4c4c4c;
  text-align: left;
  font-size: 24px;
}
.cid-v7wKZQm52Y .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7wKZQm52Y H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v7wKZQm52Y .button-align {
  margin-top: 25px;
  text-align: center;
}
.cid-v7wKZQm52Y .btn {
  margin-top: 5px;
  padding: 15px 30px !important;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  transition: all .3s !important;
}
.cid-v7wKZQm52Y a.btn > span {
  margin-left: 0.5rem;
}
.cid-v7wKZQm52Y .card-title,
.cid-v7wKZQm52Y .iconfont-wrapper {
  color: #ffd06e;
}
.cid-v7wKZQm52Y .mbr-section-title,
.cid-v7wKZQm52Y .button-align {
  color: #ffd06e;
}
.cid-v7wKZQm52Y a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
@media (max-width: 576px) {
  .cid-v7wKZQm52Y .embla__slide {
    min-width: 100%;
  }
}
.cid-v7wwDwJ3Cl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff8ef;
}
.cid-v7wwDwJ3Cl .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v7wwDwJ3Cl .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v7wwDwJ3Cl .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v7wwDwJ3Cl a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v7wwDwJ3Cl .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v7wwDwJ3Cl .mbr-text,
.cid-v7wwDwJ3Cl .button-align {
  text-align: left;
  color: #13292a;
}
.cid-v7wwDwJ3Cl a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v7rIMzp2Gg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6a8c8d;
}
.cid-v7rIMzp2Gg .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff4e7;
  letter-spacing: 5.2px;
}
.cid-v7rIMzp2Gg .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v7rIMzp2Gg .button-align {
  text-align: center;
}
.cid-v7rIMzp2Gg .mbr-section-btn {
  display: block;
}
.cid-v7rIMzp2Gg .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v7rIMzp2Gg a.btn > span {
  margin-left: 0.5rem;
}
.cid-v7rIMzp2Gg .mbr-text,
.cid-v7rIMzp2Gg .button-align {
  color: #ffd06e;
}
.cid-v7rIMzp2Gg a.btn {
  letter-spacing: 5.4px;
}
.cid-v7rHSAeybn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7rHSAeybn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7rHSAeybn .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-v7rHSAeybn .container {
    padding: 0 30px;
  }
}
.cid-v7rHSAeybn .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-v7rHSAeybn .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-v7rHSAeybn .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-v7rHSAeybn .item-title {
  color: #144031;
}
.cid-v7rHSAeybn .item-text {
  color: #144031;
}
.cid-v7buQYMB72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a8c8d;
}
.cid-v7buQYMB72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7buQYMB72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7buQYMB72 .row {
  margin: 0 -45px;
}
.cid-v7buQYMB72 .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v7buQYMB72 .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-v7buQYMB72 .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7buQYMB72 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7buQYMB72 .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #ffd06e;
  box-shadow: 0 16px 0 #ffd06e;
  background-color: #ffd06e;
}
@media (max-width: 1440px) {
  .cid-v7buQYMB72 .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v7buQYMB72 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v7buQYMB72 .image-wrapper img {
    height: 300px;
  }
}
.cid-v7buQYMB72 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #80a2a3;
  background-color: #ffd06e;
  margin-bottom: 22px;
}
.cid-v7buQYMB72 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #265254;
}
.cid-v7buQYMB72 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v7buQYMB72 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7buQYMB72 .mbr-label {
  color: #3a001d;
}
.cid-v7buQYMB72 .mbr-section-title {
  color: #fffaf0;
}
.cid-v7buQYMB72 .mbr-text {
  color: #fffaf0;
}
.cid-v7buQYMB72 .mbr-section-title,
.cid-v7buQYMB72 .mbr-section-btn {
  color: #ffd06e;
}
.cid-ugUg9JrdFM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-ugUg9JrdFM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .wrapper {
  max-width: 350px;
}
.cid-ugUg9JrdFM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .row {
    text-align: center;
  }
  .cid-ugUg9JrdFM .social-row {
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 0rem;
  }
}
.cid-ugUg9JrdFM .mbr-text {
  color: #ffffff;
}
.cid-ugUg9JrdFM .mbr-iconfont {
  color: black;
}
.cid-ugUg9JrdFM img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-ugUg9JrdFM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-ugUg9JrdFM .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-ugUg9JrdFM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .item-wrap {
  margin-bottom: 16px;
}
.cid-ugUg9JrdFM .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugUg9JrdFM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-ugUg9JrdFM .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-ugUg9JrdFM a {
  font-weight: 400 !important;
}
.cid-ugUg9JrdFM a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-ugUg9JrdFM img {
    display: inline;
  }
  .cid-ugUg9JrdFM .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-ugUg9JrdFM .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-ugUg9JrdFM .text1 {
  color: #f1eae3;
}
.cid-ugUg9JrdFM .mbr-section-subtitle,
.cid-ugUg9JrdFM .list,
.cid-ugUg9JrdFM .item-wrap {
  color: #ffd06e;
}
.cid-ugUozzFwxi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-ugUozzFwxi .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-ugUozzFwxi a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-ugUozzFwxi a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-ugEZUitrvJ {
  z-index: 1000;
  width: 100%;
}
.cid-ugEZUitrvJ nav.navbar {
  position: fixed;
}
.cid-ugEZUitrvJ .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-ugEZUitrvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugEZUitrvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ugEZUitrvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugEZUitrvJ .navbar.collapsed {
  justify-content: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugEZUitrvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-ugEZUitrvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugEZUitrvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugEZUitrvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugEZUitrvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugEZUitrvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugEZUitrvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugEZUitrvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ugEZUitrvJ .dropdown-item:hover,
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-ugEZUitrvJ .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugEZUitrvJ .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-ugEZUitrvJ .container {
  display: flex;
  margin: auto;
}
.cid-ugEZUitrvJ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown-menu,
.cid-ugEZUitrvJ .navbar.opened {
  background: #13292a !important;
}
.cid-ugEZUitrvJ .nav-item:focus,
.cid-ugEZUitrvJ .nav-link:focus {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugEZUitrvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugEZUitrvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown-item.active,
.cid-ugEZUitrvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugEZUitrvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugEZUitrvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugEZUitrvJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-ugEZUitrvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugEZUitrvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ .navbar-dropdown {
  position: fixed;
}
.cid-ugEZUitrvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugEZUitrvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugEZUitrvJ .navbar {
    height: 70px;
  }
  .cid-ugEZUitrvJ .navbar.opened {
    height: auto;
  }
  .cid-ugEZUitrvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugEZUitrvJ a {
  display: inline;
}
.cid-ugEZUitrvJ img {
  display: inline;
  padding-right: 10px;
}
.cid-ugEZUitrvJ .dropdown-toggle:after {
  display: none;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-ugEZUitrvJ .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-ugEZUitrvJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ugEZUitrvJ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ugEZUitrvJ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ugEZUitrvJ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-ugEZUitrvJ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-ugEZUitrvJ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-ugEZUitrvJ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-ugEZUitrvJ .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-ugEZUitrvJ .btn {
  border-radius: 1000px !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-ugEZUitrvJ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-ugEZUitrvJ .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .container,
  .cid-ugEZUitrvJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ugEZUitrvJ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-ugEZUitrvJ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-ugEZUitrvJ .icons-menu {
    min-width: initial !important;
  }
  .cid-ugEZUitrvJ a.btn {
    margin-top: 10px;
  }
}
.cid-ugEZUitrvJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-ugEZUitrvJ .nav-item {
  position: relative;
}
.cid-ugEZUitrvJ .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ugEZUitrvJ .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-ugEZUitrvJ .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-ugEZUitrvJ a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-ugEZUitrvJ li.nav-item {
  padding: 13px 20px !important;
}
.cid-ugEZUitrvJ a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-ugPjGnFr6M {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-ugPjGnFr6M .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-ugPjGnFr6M .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-ugPjGnFr6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugPjGnFr6M .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-ugPjGnFr6M .container {
    padding: 0 30px;
  }
}
.cid-ugPjGnFr6M .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ugPjGnFr6M .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugPjGnFr6M .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugPjGnFr6M .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ugPjGnFr6M .text-wrapper {
    padding-left: 20px;
  }
}
.cid-ugPjGnFr6M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugPjGnFr6M .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-ugPjGnFr6M .mbr-text {
  color: #ffffff;
}
.cid-ugPjGnFr6M .mbr-date {
  color: #ffd06e;
}
.cid-v7yKHNnrgG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7yKHNnrgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7yKHNnrgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7yKHNnrgG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v7yKHNnrgG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v7yKHNnrgG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v7yKHNnrgG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v7yKHNnrgG .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v7yKHNnrgG .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-v7yKHNnrgG .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-v7yKHNnrgG .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-v7yKHNnrgG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v7yKHNnrgG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v7yKHNnrgG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-v7yKHNnrgG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v7yKHNnrgG [class^="socicon-"]:before,
.cid-v7yKHNnrgG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v7yKHNnrgG .btn-social.substack {
  position: relative;
}
.cid-v7yKHNnrgG .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-v7yKHNnrgG .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-v7Pv9dBNy7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v7Pv9dBNy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Pv9dBNy7 .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-v7Pv9dBNy7 .container {
    padding: 0 30px;
  }
}
.cid-v7Pv9dBNy7 .row {
  justify-content: center;
}
.cid-v7Pv9dBNy7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7Pv9dBNy7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7Pv9dBNy7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7Pv9dBNy7 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v7Pv9dBNy7 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v7Pv9dBNy7 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v7Pv9dBNy7 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7Pv9dBNy7 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-v7Pv9dBNy7 .mbr-section-title {
  color: #22654E;
}
.cid-v7Pv9dBNy7 .mbr-text {
  color: #000000;
}
.cid-v7Pv9dBNy7 DIV {
  color: #13292a;
}
.cid-v7ItBkEai4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v7ItBkEai4 .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-v7ItBkEai4 .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v7ItBkEai4 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v7ItBkEai4 .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v7ItBkEai4 form .row {
  margin: 0;
  border: none !important;
}
.cid-v7ItBkEai4 form .form-group {
  flex-grow: 1;
}
.cid-v7ItBkEai4 form .form-group input,
.cid-v7ItBkEai4 form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v7ItBkEai4 form .form-group input:hover,
.cid-v7ItBkEai4 form .form-group textarea:hover,
.cid-v7ItBkEai4 form .form-group input :focus,
.cid-v7ItBkEai4 form .form-group textarea :focus,
.cid-v7ItBkEai4 form .form-group input :active,
.cid-v7ItBkEai4 form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v7ItBkEai4 .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v7ItBkEai4 .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v7ItBkEai4 .form-group {
  margin-bottom: 11px !important;
}
.cid-v7ItBkEai4 .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v7ItBkEai4 .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v7ItBkEai4 .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v7ItBkEai4 .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v7ItBkEai4 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-v7ItBkEai4 a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v7ItBkEai4 .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v7ItBkEai4 .mbr-section-btn a {
  margin: 0 auto;
}
.cid-v7ItBkEai4 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v7ItBkEai4 textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v7ItBkEai4 input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v7ItBkEai4 .container {
  max-width: 1140px;
}
.cid-v7ItBkEai4 label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v7ItBkEai4 .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v7ItBkEai4 .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v7ItBkEai4 P {
  color: #13292a;
}
.cid-v7ItBkEai4 .form-disclaimer {
  padding: 0 20px;
}
.cid-v7ItBkEai4 .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-v7ItBkEai4 .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-v7ItBkEai4 .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-v7ItBkEai4 .form-disclaimer p {
  color: #13292a;
}
.cid-v7WX0KEL9y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v7WX0KEL9y .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v7WX0KEL9y .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v7WX0KEL9y .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v7WX0KEL9y a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v7WX0KEL9y .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v7WX0KEL9y .mbr-text,
.cid-v7WX0KEL9y .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v7WX0KEL9y a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v7yVSeo2Z6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-v7yVSeo2Z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7yVSeo2Z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7yVSeo2Z6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v7yVSeo2Z6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v7yVSeo2Z6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7yVSeo2Z6 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v7yVSeo2Z6 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v7yVSeo2Z6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v7yVSeo2Z6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7yVSeo2Z6 .mbr-section-title {
  color: #ffffff;
}
.cid-v7yVSeo2Z6 .mbr-text {
  color: #ffffff;
}
.cid-v7yVSeo2Z6 .mbr-section-title,
.cid-v7yVSeo2Z6 .title-wrapper,
.cid-v7yVSeo2Z6 .mbr-section-btn {
  color: #ffd06e;
}
.cid-v7yVSeo2Z6 .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-ugPjIuVcRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-ugPjIuVcRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugPjIuVcRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugPjIuVcRf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .container {
    padding: 0 30px;
  }
}
.cid-ugPjIuVcRf .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .content-wrapper {
    display: block;
  }
}
.cid-ugPjIuVcRf .content-wrapper .card {
  justify-content: center;
}
.cid-ugPjIuVcRf .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-ugPjIuVcRf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-ugPjIuVcRf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-ugPjIuVcRf .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ugPjIuVcRf .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ugPjIuVcRf .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-ugPjIuVcRf .mbr-section-title {
  color: #144031;
}
.cid-ugPjIuVcRf .mbr-text {
  color: #13292a;
}
.cid-ugPjIuVcRf .mbr-section-title,
.cid-ugPjIuVcRf .mbr-section-btn {
  color: #13292a;
}
.cid-ugUg9JrdFM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-ugUg9JrdFM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .wrapper {
  max-width: 350px;
}
.cid-ugUg9JrdFM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .row {
    text-align: center;
  }
  .cid-ugUg9JrdFM .social-row {
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 0rem;
  }
}
.cid-ugUg9JrdFM .mbr-text {
  color: #ffffff;
}
.cid-ugUg9JrdFM .mbr-iconfont {
  color: black;
}
.cid-ugUg9JrdFM img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-ugUg9JrdFM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-ugUg9JrdFM .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-ugUg9JrdFM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .item-wrap {
  margin-bottom: 16px;
}
.cid-ugUg9JrdFM .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugUg9JrdFM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-ugUg9JrdFM .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-ugUg9JrdFM a {
  font-weight: 400 !important;
}
.cid-ugUg9JrdFM a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-ugUg9JrdFM img {
    display: inline;
  }
  .cid-ugUg9JrdFM .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-ugUg9JrdFM .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-ugUg9JrdFM .text1 {
  color: #f1eae3;
}
.cid-ugUg9JrdFM .mbr-section-subtitle,
.cid-ugUg9JrdFM .list,
.cid-ugUg9JrdFM .item-wrap {
  color: #ffd06e;
}
.cid-ugUozzFwxi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-ugUozzFwxi .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-ugUozzFwxi a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-ugUozzFwxi a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-v88chb9OYN {
  z-index: 1000;
  width: 100%;
}
.cid-v88chb9OYN nav.navbar {
  position: fixed;
}
.cid-v88chb9OYN .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-v88chb9OYN .navbar.opened {
  transition: all 0.3s;
}
.cid-v88chb9OYN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v88chb9OYN .navbar .navbar-logo img {
  width: auto;
}
.cid-v88chb9OYN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v88chb9OYN .navbar.collapsed {
  justify-content: center;
}
.cid-v88chb9OYN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v88chb9OYN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v88chb9OYN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v88chb9OYN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v88chb9OYN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v88chb9OYN .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-v88chb9OYN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v88chb9OYN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v88chb9OYN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-v88chb9OYN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v88chb9OYN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v88chb9OYN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v88chb9OYN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v88chb9OYN .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-v88chb9OYN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v88chb9OYN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v88chb9OYN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v88chb9OYN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v88chb9OYN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v88chb9OYN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v88chb9OYN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v88chb9OYN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v88chb9OYN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v88chb9OYN .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-v88chb9OYN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v88chb9OYN .dropdown-item:hover,
.cid-v88chb9OYN .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-v88chb9OYN .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-v88chb9OYN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v88chb9OYN .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-v88chb9OYN .container {
  display: flex;
  margin: auto;
}
.cid-v88chb9OYN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v88chb9OYN .dropdown-menu,
.cid-v88chb9OYN .navbar.opened {
  background: #13292a !important;
}
.cid-v88chb9OYN .nav-item:focus,
.cid-v88chb9OYN .nav-link:focus {
  outline: none;
}
.cid-v88chb9OYN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v88chb9OYN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v88chb9OYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v88chb9OYN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v88chb9OYN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v88chb9OYN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v88chb9OYN .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-v88chb9OYN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v88chb9OYN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v88chb9OYN .dropdown-item.active,
.cid-v88chb9OYN .dropdown-item:active {
  background-color: transparent;
}
.cid-v88chb9OYN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v88chb9OYN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v88chb9OYN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v88chb9OYN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-v88chb9OYN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v88chb9OYN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v88chb9OYN ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v88chb9OYN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v88chb9OYN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v88chb9OYN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-v88chb9OYN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v88chb9OYN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v88chb9OYN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v88chb9OYN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v88chb9OYN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v88chb9OYN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v88chb9OYN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v88chb9OYN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v88chb9OYN .navbar-dropdown {
  position: fixed;
}
.cid-v88chb9OYN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v88chb9OYN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v88chb9OYN .navbar {
    height: 70px;
  }
  .cid-v88chb9OYN .navbar.opened {
    height: auto;
  }
  .cid-v88chb9OYN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v88chb9OYN a {
  display: inline;
}
.cid-v88chb9OYN img {
  display: inline;
  padding-right: 10px;
}
.cid-v88chb9OYN .dropdown-toggle:after {
  display: none;
}
.cid-v88chb9OYN .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-v88chb9OYN .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-v88chb9OYN .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v88chb9OYN .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v88chb9OYN .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v88chb9OYN .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v88chb9OYN ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v88chb9OYN .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v88chb9OYN .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v88chb9OYN .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v88chb9OYN .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v88chb9OYN .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-v88chb9OYN .btn {
  border-radius: 1000px !important;
}
.cid-v88chb9OYN .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v88chb9OYN .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v88chb9OYN .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-v88chb9OYN .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v88chb9OYN .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-v88chb9OYN .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v88chb9OYN .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-v88chb9OYN .container,
  .cid-v88chb9OYN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v88chb9OYN li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v88chb9OYN ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v88chb9OYN .icons-menu {
    min-width: initial !important;
  }
  .cid-v88chb9OYN a.btn {
    margin-top: 10px;
  }
}
.cid-v88chb9OYN a.btn > span {
  margin-left: 0.5rem;
}
.cid-v88chb9OYN .nav-item {
  position: relative;
}
.cid-v88chb9OYN .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v88chb9OYN .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-v88chb9OYN .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-v88chb9OYN a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-v88chb9OYN li.nav-item {
  padding: 13px 20px !important;
}
.cid-v88chb9OYN a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v8PUzVGhxc {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-v8PUzVGhxc .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v8PUzVGhxc .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v8PUzVGhxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PUzVGhxc .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-v8PUzVGhxc .container {
    padding: 0 30px;
  }
}
.cid-v8PUzVGhxc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v8PUzVGhxc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8PUzVGhxc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8PUzVGhxc .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v8PUzVGhxc .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v8PUzVGhxc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8PUzVGhxc .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-v8PUzVGhxc .mbr-text {
  color: #ffffff;
}
.cid-v8PUzVGhxc .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-v8PUzVGhxc .mbr-series-note {
  color: #ffd06e;
}
.cid-v88chchODO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v88chchODO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v88chchODO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v88chchODO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v88chchODO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v88chchODO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v88chchODO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v88chchODO .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v88chchODO .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-v88chchODO .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-v88chchODO .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-v88chchODO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v88chchODO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v88chchODO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-v88chchODO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v88chchODO [class^="socicon-"]:before,
.cid-v88chchODO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v88chchODO .btn-social.substack {
  position: relative;
}
.cid-v88chchODO .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-v88chchODO .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-v88chcMCdS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v88chcMCdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v88chcMCdS .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-v88chcMCdS .container {
    padding: 0 30px;
  }
}
.cid-v88chcMCdS .row {
  justify-content: center;
}
.cid-v88chcMCdS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v88chcMCdS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v88chcMCdS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v88chcMCdS .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v88chcMCdS .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v88chcMCdS .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v88chcMCdS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v88chcMCdS .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-v88chcMCdS .mbr-section-title {
  color: #22654E;
}
.cid-v88chcMCdS .mbr-text {
  color: #000000;
}
.cid-v88chcMCdS DIV {
  color: #13292a;
}
.cid-v88chdJTKW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v88chdJTKW .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-v88chdJTKW .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v88chdJTKW .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v88chdJTKW .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v88chdJTKW form .row {
  margin: 0;
  border: none !important;
}
.cid-v88chdJTKW form .form-group {
  flex-grow: 1;
}
.cid-v88chdJTKW form .form-group input,
.cid-v88chdJTKW form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v88chdJTKW form .form-group input:hover,
.cid-v88chdJTKW form .form-group textarea:hover,
.cid-v88chdJTKW form .form-group input :focus,
.cid-v88chdJTKW form .form-group textarea :focus,
.cid-v88chdJTKW form .form-group input :active,
.cid-v88chdJTKW form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v88chdJTKW .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v88chdJTKW .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v88chdJTKW .form-group {
  margin-bottom: 11px !important;
}
.cid-v88chdJTKW .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v88chdJTKW .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v88chdJTKW .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v88chdJTKW .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v88chdJTKW .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-v88chdJTKW a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v88chdJTKW .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v88chdJTKW .mbr-section-btn a {
  margin: 0 auto;
}
.cid-v88chdJTKW .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v88chdJTKW textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v88chdJTKW input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v88chdJTKW .container {
  max-width: 1140px;
}
.cid-v88chdJTKW label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v88chdJTKW .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v88chdJTKW .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v88chdJTKW P {
  color: #13292a;
}
.cid-v88chdJTKW .form-disclaimer {
  padding: 0 20px;
}
.cid-v88chdJTKW .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-v88chdJTKW .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-v88chdJTKW .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-v88chdJTKW .form-disclaimer p {
  color: #13292a;
}
.cid-v88chelXT9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v88chelXT9 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v88chelXT9 .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v88chelXT9 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v88chelXT9 a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v88chelXT9 .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v88chelXT9 .mbr-text,
.cid-v88chelXT9 .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v88chelXT9 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v88cheXoY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1408x939.webp");
}
.cid-v88cheXoY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v88cheXoY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v88cheXoY3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v88cheXoY3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v88cheXoY3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v88cheXoY3 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v88cheXoY3 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v88cheXoY3 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v88cheXoY3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v88cheXoY3 .mbr-section-title {
  color: #ffffff;
}
.cid-v88cheXoY3 .mbr-text {
  color: #ffffff;
}
.cid-v88cheXoY3 .mbr-section-title,
.cid-v88cheXoY3 .title-wrapper,
.cid-v88cheXoY3 .mbr-section-btn {
  color: #ffd06e;
}
.cid-v88cheXoY3 .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-v88chfzXzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-v88chfzXzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v88chfzXzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v88chfzXzo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .container {
    padding: 0 30px;
  }
}
.cid-v88chfzXzo .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .content-wrapper {
    display: block;
  }
}
.cid-v88chfzXzo .content-wrapper .card {
  justify-content: center;
}
.cid-v88chfzXzo .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-v88chfzXzo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v88chfzXzo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-v88chfzXzo .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v88chfzXzo .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v88chfzXzo .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-v88chfzXzo .mbr-section-title {
  color: #144031;
}
.cid-v88chfzXzo .mbr-text {
  color: #13292a;
}
.cid-v88chfzXzo .mbr-section-title,
.cid-v88chfzXzo .mbr-section-btn {
  color: #13292a;
}
.cid-v88chgbDSx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v88chgbDSx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v88chgbDSx .wrapper {
  max-width: 350px;
}
.cid-v88chgbDSx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v88chgbDSx .row {
    text-align: center;
  }
  .cid-v88chgbDSx .social-row {
    justify-content: center;
  }
}
.cid-v88chgbDSx .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-v88chgbDSx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v88chgbDSx .list {
    margin-bottom: 0rem;
  }
}
.cid-v88chgbDSx .mbr-text {
  color: #ffffff;
}
.cid-v88chgbDSx .mbr-iconfont {
  color: black;
}
.cid-v88chgbDSx img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-v88chgbDSx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v88chgbDSx .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v88chgbDSx .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-v88chgbDSx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v88chgbDSx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v88chgbDSx .item-wrap {
  margin-bottom: 16px;
}
.cid-v88chgbDSx .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v88chgbDSx .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-v88chgbDSx .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-v88chgbDSx a {
  font-weight: 400 !important;
}
.cid-v88chgbDSx a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-v88chgbDSx img {
    display: inline;
  }
  .cid-v88chgbDSx .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-v88chgbDSx .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-v88chgbDSx .text1 {
  color: #f1eae3;
}
.cid-v88chgbDSx .mbr-section-subtitle,
.cid-v88chgbDSx .list,
.cid-v88chgbDSx .item-wrap {
  color: #ffd06e;
}
.cid-v88chgTaty {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-v88chgTaty .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-v88chgTaty a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-v88chgTaty a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-v8FdOMdRRm {
  z-index: 1000;
  width: 100%;
}
.cid-v8FdOMdRRm nav.navbar {
  position: fixed;
}
.cid-v8FdOMdRRm .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-v8FdOMdRRm .navbar.opened {
  transition: all 0.3s;
}
.cid-v8FdOMdRRm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8FdOMdRRm .navbar .navbar-logo img {
  width: auto;
}
.cid-v8FdOMdRRm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8FdOMdRRm .navbar.collapsed {
  justify-content: center;
}
.cid-v8FdOMdRRm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8FdOMdRRm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8FdOMdRRm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8FdOMdRRm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8FdOMdRRm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8FdOMdRRm .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-v8FdOMdRRm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8FdOMdRRm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8FdOMdRRm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-v8FdOMdRRm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8FdOMdRRm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8FdOMdRRm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8FdOMdRRm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8FdOMdRRm .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-v8FdOMdRRm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8FdOMdRRm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8FdOMdRRm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8FdOMdRRm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8FdOMdRRm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8FdOMdRRm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8FdOMdRRm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8FdOMdRRm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8FdOMdRRm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8FdOMdRRm .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-v8FdOMdRRm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v8FdOMdRRm .dropdown-item:hover,
.cid-v8FdOMdRRm .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-v8FdOMdRRm .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-v8FdOMdRRm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8FdOMdRRm .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-v8FdOMdRRm .container {
  display: flex;
  margin: auto;
}
.cid-v8FdOMdRRm .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8FdOMdRRm .dropdown-menu,
.cid-v8FdOMdRRm .navbar.opened {
  background: #13292a !important;
}
.cid-v8FdOMdRRm .nav-item:focus,
.cid-v8FdOMdRRm .nav-link:focus {
  outline: none;
}
.cid-v8FdOMdRRm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8FdOMdRRm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8FdOMdRRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8FdOMdRRm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8FdOMdRRm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8FdOMdRRm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8FdOMdRRm .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-v8FdOMdRRm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8FdOMdRRm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8FdOMdRRm .dropdown-item.active,
.cid-v8FdOMdRRm .dropdown-item:active {
  background-color: transparent;
}
.cid-v8FdOMdRRm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8FdOMdRRm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8FdOMdRRm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8FdOMdRRm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-v8FdOMdRRm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8FdOMdRRm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8FdOMdRRm ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v8FdOMdRRm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8FdOMdRRm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8FdOMdRRm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-v8FdOMdRRm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8FdOMdRRm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8FdOMdRRm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8FdOMdRRm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8FdOMdRRm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8FdOMdRRm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8FdOMdRRm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8FdOMdRRm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8FdOMdRRm .navbar-dropdown {
  position: fixed;
}
.cid-v8FdOMdRRm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8FdOMdRRm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8FdOMdRRm .navbar {
    height: 70px;
  }
  .cid-v8FdOMdRRm .navbar.opened {
    height: auto;
  }
  .cid-v8FdOMdRRm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8FdOMdRRm a {
  display: inline;
}
.cid-v8FdOMdRRm img {
  display: inline;
  padding-right: 10px;
}
.cid-v8FdOMdRRm .dropdown-toggle:after {
  display: none;
}
.cid-v8FdOMdRRm .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-v8FdOMdRRm .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-v8FdOMdRRm .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v8FdOMdRRm .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v8FdOMdRRm .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v8FdOMdRRm .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v8FdOMdRRm ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v8FdOMdRRm .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v8FdOMdRRm .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v8FdOMdRRm .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v8FdOMdRRm .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v8FdOMdRRm .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-v8FdOMdRRm .btn {
  border-radius: 1000px !important;
}
.cid-v8FdOMdRRm .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v8FdOMdRRm .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v8FdOMdRRm .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-v8FdOMdRRm .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v8FdOMdRRm .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-v8FdOMdRRm .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v8FdOMdRRm .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-v8FdOMdRRm .container,
  .cid-v8FdOMdRRm .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v8FdOMdRRm li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v8FdOMdRRm ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v8FdOMdRRm .icons-menu {
    min-width: initial !important;
  }
  .cid-v8FdOMdRRm a.btn {
    margin-top: 10px;
  }
}
.cid-v8FdOMdRRm a.btn > span {
  margin-left: 0.5rem;
}
.cid-v8FdOMdRRm .nav-item {
  position: relative;
}
.cid-v8FdOMdRRm .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v8FdOMdRRm .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-v8FdOMdRRm .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-v8FdOMdRRm a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-v8FdOMdRRm li.nav-item {
  padding: 13px 20px !important;
}
.cid-v8FdOMdRRm a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v8FdOMu9El {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-v8FdOMu9El .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v8FdOMu9El .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v8FdOMu9El .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FdOMu9El .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-v8FdOMu9El .container {
    padding: 0 30px;
  }
}
.cid-v8FdOMu9El .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v8FdOMu9El .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8FdOMu9El .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8FdOMu9El .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v8FdOMu9El .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v8FdOMu9El .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8FdOMu9El .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-v8FdOMu9El .mbr-text {
  color: #ffffff;
}
.cid-v8FdOMu9El .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-v8FdOMu9El .mbr-series-note {
  color: #ffd06e;
}
.cid-v8FdOMJvfh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v8FdOMJvfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FdOMJvfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FdOMJvfh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8FdOMJvfh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8FdOMJvfh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v8FdOMJvfh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v8FdOMJvfh .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v8FdOMJvfh .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-v8FdOMJvfh .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-v8FdOMJvfh .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-v8FdOMJvfh .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v8FdOMJvfh .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v8FdOMJvfh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-v8FdOMJvfh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v8FdOMJvfh [class^="socicon-"]:before,
.cid-v8FdOMJvfh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v8FdOMJvfh .btn-social.substack {
  position: relative;
}
.cid-v8FdOMJvfh .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-v8FdOMJvfh .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-v8FdOMWJoY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v8FdOMWJoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FdOMWJoY .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-v8FdOMWJoY .container {
    padding: 0 30px;
  }
}
.cid-v8FdOMWJoY .row {
  justify-content: center;
}
.cid-v8FdOMWJoY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8FdOMWJoY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v8FdOMWJoY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8FdOMWJoY .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v8FdOMWJoY .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v8FdOMWJoY .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v8FdOMWJoY .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FdOMWJoY .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-v8FdOMWJoY .mbr-section-title {
  color: #22654E;
}
.cid-v8FdOMWJoY .mbr-text {
  color: #000000;
}
.cid-v8FdOMWJoY DIV {
  color: #13292a;
}
.cid-v8FdOMWJoY .mbr-section-subtitle {
  color: #13292a;
}
.cid-v8FdONN5lL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v8FdONN5lL .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-v8FdONN5lL .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v8FdONN5lL .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v8FdONN5lL .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v8FdONN5lL form .row {
  margin: 0;
  border: none !important;
}
.cid-v8FdONN5lL form .form-group {
  flex-grow: 1;
}
.cid-v8FdONN5lL form .form-group input,
.cid-v8FdONN5lL form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v8FdONN5lL form .form-group input:hover,
.cid-v8FdONN5lL form .form-group textarea:hover,
.cid-v8FdONN5lL form .form-group input :focus,
.cid-v8FdONN5lL form .form-group textarea :focus,
.cid-v8FdONN5lL form .form-group input :active,
.cid-v8FdONN5lL form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v8FdONN5lL .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v8FdONN5lL .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v8FdONN5lL .form-group {
  margin-bottom: 11px !important;
}
.cid-v8FdONN5lL .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8FdONN5lL .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8FdONN5lL .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8FdONN5lL .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v8FdONN5lL .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-v8FdONN5lL a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v8FdONN5lL .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v8FdONN5lL .mbr-section-btn a {
  margin: 0 auto;
}
.cid-v8FdONN5lL .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v8FdONN5lL textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v8FdONN5lL input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v8FdONN5lL .container {
  max-width: 1140px;
}
.cid-v8FdONN5lL label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v8FdONN5lL .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8FdONN5lL .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v8FdONN5lL P {
  color: #13292a;
}
.cid-v8FdONN5lL .form-disclaimer {
  padding: 0 20px;
}
.cid-v8FdONN5lL .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-v8FdONN5lL .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-v8FdONN5lL .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-v8FdONN5lL .form-disclaimer p {
  color: #13292a;
}
.cid-v8FdOOegEb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v8FdOOegEb .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v8FdOOegEb .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v8FdOOegEb .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v8FdOOegEb a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v8FdOOegEb .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v8FdOOegEb .mbr-text,
.cid-v8FdOOegEb .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v8FdOOegEb a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v8FdOOAa87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-fer-id-830123815-33992479-1408x1057.webp");
}
.cid-v8FdOOAa87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FdOOAa87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FdOOAa87 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v8FdOOAa87 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8FdOOAa87 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8FdOOAa87 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v8FdOOAa87 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v8FdOOAa87 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v8FdOOAa87 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8FdOOAa87 .mbr-section-title {
  color: #ffffff;
}
.cid-v8FdOOAa87 .mbr-text {
  color: #ffffff;
}
.cid-v8FdOOAa87 .mbr-section-title,
.cid-v8FdOOAa87 .title-wrapper,
.cid-v8FdOOAa87 .mbr-section-btn {
  color: #ffd06e;
}
.cid-v8FdOOAa87 .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-v8FdOP0fta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-v8FdOP0fta .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8FdOP0fta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8FdOP0fta .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .container {
    padding: 0 30px;
  }
}
.cid-v8FdOP0fta .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .content-wrapper {
    display: block;
  }
}
.cid-v8FdOP0fta .content-wrapper .card {
  justify-content: center;
}
.cid-v8FdOP0fta .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-v8FdOP0fta .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v8FdOP0fta .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-v8FdOP0fta .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v8FdOP0fta .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v8FdOP0fta .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-v8FdOP0fta .mbr-section-title {
  color: #144031;
}
.cid-v8FdOP0fta .mbr-text {
  color: #13292a;
}
.cid-v8FdOP0fta .mbr-section-title,
.cid-v8FdOP0fta .mbr-section-btn {
  color: #13292a;
}
.cid-v8FdOPoq5j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v8FdOPoq5j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8FdOPoq5j .wrapper {
  max-width: 350px;
}
.cid-v8FdOPoq5j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8FdOPoq5j .row {
    text-align: center;
  }
  .cid-v8FdOPoq5j .social-row {
    justify-content: center;
  }
}
.cid-v8FdOPoq5j .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-v8FdOPoq5j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8FdOPoq5j .list {
    margin-bottom: 0rem;
  }
}
.cid-v8FdOPoq5j .mbr-text {
  color: #ffffff;
}
.cid-v8FdOPoq5j .mbr-iconfont {
  color: black;
}
.cid-v8FdOPoq5j img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-v8FdOPoq5j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v8FdOPoq5j .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v8FdOPoq5j .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-v8FdOPoq5j .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v8FdOPoq5j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8FdOPoq5j .item-wrap {
  margin-bottom: 16px;
}
.cid-v8FdOPoq5j .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8FdOPoq5j .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-v8FdOPoq5j .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-v8FdOPoq5j a {
  font-weight: 400 !important;
}
.cid-v8FdOPoq5j a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-v8FdOPoq5j img {
    display: inline;
  }
  .cid-v8FdOPoq5j .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-v8FdOPoq5j .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-v8FdOPoq5j .text1 {
  color: #f1eae3;
}
.cid-v8FdOPoq5j .mbr-section-subtitle,
.cid-v8FdOPoq5j .list,
.cid-v8FdOPoq5j .item-wrap {
  color: #ffd06e;
}
.cid-v8FdOPTnkR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-v8FdOPTnkR .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-v8FdOPTnkR a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-v8FdOPTnkR a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-v9J6F8bMqc {
  z-index: 1000;
  width: 100%;
}
.cid-v9J6F8bMqc nav.navbar {
  position: fixed;
}
.cid-v9J6F8bMqc .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-v9J6F8bMqc .navbar.opened {
  transition: all 0.3s;
}
.cid-v9J6F8bMqc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9J6F8bMqc .navbar .navbar-logo img {
  width: auto;
}
.cid-v9J6F8bMqc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9J6F8bMqc .navbar.collapsed {
  justify-content: center;
}
.cid-v9J6F8bMqc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9J6F8bMqc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9J6F8bMqc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v9J6F8bMqc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9J6F8bMqc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9J6F8bMqc .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-v9J6F8bMqc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9J6F8bMqc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9J6F8bMqc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-v9J6F8bMqc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9J6F8bMqc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9J6F8bMqc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9J6F8bMqc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9J6F8bMqc .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-v9J6F8bMqc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9J6F8bMqc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9J6F8bMqc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9J6F8bMqc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9J6F8bMqc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9J6F8bMqc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9J6F8bMqc .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9J6F8bMqc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9J6F8bMqc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9J6F8bMqc .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-v9J6F8bMqc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v9J6F8bMqc .dropdown-item:hover,
.cid-v9J6F8bMqc .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-v9J6F8bMqc .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-v9J6F8bMqc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9J6F8bMqc .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-v9J6F8bMqc .container {
  display: flex;
  margin: auto;
}
.cid-v9J6F8bMqc .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9J6F8bMqc .dropdown-menu,
.cid-v9J6F8bMqc .navbar.opened {
  background: #13292a !important;
}
.cid-v9J6F8bMqc .nav-item:focus,
.cid-v9J6F8bMqc .nav-link:focus {
  outline: none;
}
.cid-v9J6F8bMqc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9J6F8bMqc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9J6F8bMqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9J6F8bMqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9J6F8bMqc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9J6F8bMqc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9J6F8bMqc .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-v9J6F8bMqc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9J6F8bMqc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9J6F8bMqc .dropdown-item.active,
.cid-v9J6F8bMqc .dropdown-item:active {
  background-color: transparent;
}
.cid-v9J6F8bMqc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9J6F8bMqc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9J6F8bMqc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9J6F8bMqc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-v9J6F8bMqc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9J6F8bMqc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9J6F8bMqc ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v9J6F8bMqc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9J6F8bMqc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9J6F8bMqc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-v9J6F8bMqc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9J6F8bMqc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9J6F8bMqc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9J6F8bMqc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9J6F8bMqc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9J6F8bMqc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9J6F8bMqc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9J6F8bMqc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9J6F8bMqc .navbar-dropdown {
  position: fixed;
}
.cid-v9J6F8bMqc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9J6F8bMqc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9J6F8bMqc .navbar {
    height: 70px;
  }
  .cid-v9J6F8bMqc .navbar.opened {
    height: auto;
  }
  .cid-v9J6F8bMqc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9J6F8bMqc a {
  display: inline;
}
.cid-v9J6F8bMqc img {
  display: inline;
  padding-right: 10px;
}
.cid-v9J6F8bMqc .dropdown-toggle:after {
  display: none;
}
.cid-v9J6F8bMqc .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-v9J6F8bMqc .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-v9J6F8bMqc .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v9J6F8bMqc .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v9J6F8bMqc .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v9J6F8bMqc .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v9J6F8bMqc ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v9J6F8bMqc .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v9J6F8bMqc .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v9J6F8bMqc .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v9J6F8bMqc .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v9J6F8bMqc .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-v9J6F8bMqc .btn {
  border-radius: 1000px !important;
}
.cid-v9J6F8bMqc .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v9J6F8bMqc .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v9J6F8bMqc .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-v9J6F8bMqc .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v9J6F8bMqc .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-v9J6F8bMqc .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v9J6F8bMqc .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-v9J6F8bMqc .container,
  .cid-v9J6F8bMqc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v9J6F8bMqc li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v9J6F8bMqc ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v9J6F8bMqc .icons-menu {
    min-width: initial !important;
  }
  .cid-v9J6F8bMqc a.btn {
    margin-top: 10px;
  }
}
.cid-v9J6F8bMqc a.btn > span {
  margin-left: 0.5rem;
}
.cid-v9J6F8bMqc .nav-item {
  position: relative;
}
.cid-v9J6F8bMqc .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v9J6F8bMqc .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-v9J6F8bMqc .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-v9J6F8bMqc a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-v9J6F8bMqc li.nav-item {
  padding: 13px 20px !important;
}
.cid-v9J6F8bMqc a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v9J6F8sjyH {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-v9J6F8sjyH .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v9J6F8sjyH .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v9J6F8sjyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9J6F8sjyH .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-v9J6F8sjyH .container {
    padding: 0 30px;
  }
}
.cid-v9J6F8sjyH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v9J6F8sjyH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9J6F8sjyH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9J6F8sjyH .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v9J6F8sjyH .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v9J6F8sjyH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9J6F8sjyH .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-v9J6F8sjyH .mbr-text {
  color: #ffffff;
}
.cid-v9J6F8sjyH .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-v9J6F8sjyH .mbr-series-note {
  color: #ffd06e;
}
.cid-v9J6F8GsZm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v9J6F8GsZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9J6F8GsZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9J6F8GsZm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v9J6F8GsZm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v9J6F8GsZm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v9J6F8GsZm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v9J6F8GsZm .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v9J6F8GsZm .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-v9J6F8GsZm .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-v9J6F8GsZm .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-v9J6F8GsZm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v9J6F8GsZm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v9J6F8GsZm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-v9J6F8GsZm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v9J6F8GsZm [class^="socicon-"]:before,
.cid-v9J6F8GsZm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v9J6F8GsZm .btn-social.substack {
  position: relative;
}
.cid-v9J6F8GsZm .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-v9J6F8GsZm .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-v9YKTGmP8U {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v9YKTGmP8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YKTGmP8U .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-v9YKTGmP8U .container {
    padding: 0 30px;
  }
}
.cid-v9YKTGmP8U .row {
  justify-content: center;
}
.cid-v9YKTGmP8U .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9YKTGmP8U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9YKTGmP8U .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9YKTGmP8U .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v9YKTGmP8U .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v9YKTGmP8U .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v9YKTGmP8U .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9YKTGmP8U .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-v9YKTGmP8U .mbr-section-title {
  color: #22654E;
}
.cid-v9YKTGmP8U .mbr-text {
  color: #000000;
}
.cid-v9YKTGmP8U DIV {
  color: #13292a;
}
.cid-v9YKTGmP8U .mbr-section-subtitle {
  color: #13292a;
}
.cid-v9J6F9xmLB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v9J6F9xmLB .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-v9J6F9xmLB .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v9J6F9xmLB .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v9J6F9xmLB .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v9J6F9xmLB form .row {
  margin: 0;
  border: none !important;
}
.cid-v9J6F9xmLB form .form-group {
  flex-grow: 1;
}
.cid-v9J6F9xmLB form .form-group input,
.cid-v9J6F9xmLB form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v9J6F9xmLB form .form-group input:hover,
.cid-v9J6F9xmLB form .form-group textarea:hover,
.cid-v9J6F9xmLB form .form-group input :focus,
.cid-v9J6F9xmLB form .form-group textarea :focus,
.cid-v9J6F9xmLB form .form-group input :active,
.cid-v9J6F9xmLB form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v9J6F9xmLB .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v9J6F9xmLB .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v9J6F9xmLB .form-group {
  margin-bottom: 11px !important;
}
.cid-v9J6F9xmLB .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9J6F9xmLB .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9J6F9xmLB .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9J6F9xmLB .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9J6F9xmLB .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-v9J6F9xmLB a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v9J6F9xmLB .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v9J6F9xmLB .mbr-section-btn a {
  margin: 0 auto;
}
.cid-v9J6F9xmLB .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v9J6F9xmLB textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v9J6F9xmLB input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v9J6F9xmLB .container {
  max-width: 1140px;
}
.cid-v9J6F9xmLB label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v9J6F9xmLB .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v9J6F9xmLB .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v9J6F9xmLB P {
  color: #13292a;
}
.cid-v9J6F9xmLB .form-disclaimer {
  padding: 0 20px;
}
.cid-v9J6F9xmLB .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-v9J6F9xmLB .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-v9J6F9xmLB .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-v9J6F9xmLB .form-disclaimer p {
  color: #13292a;
}
.cid-v9J6FadOQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-vjapratama-935835-1408x939.webp");
}
.cid-v9J6FadOQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9J6FadOQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9J6FadOQz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v9J6FadOQz .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v9J6FadOQz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v9J6FadOQz .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v9J6FadOQz .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v9J6FadOQz .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v9J6FadOQz .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9J6FadOQz .mbr-section-title {
  color: #ffffff;
}
.cid-v9J6FadOQz .mbr-text {
  color: #ffffff;
}
.cid-v9J6FadOQz .mbr-section-title,
.cid-v9J6FadOQz .title-wrapper,
.cid-v9J6FadOQz .mbr-section-btn {
  color: #ffd06e;
}
.cid-v9J6FadOQz .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-v9J6F9TxuD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v9J6F9TxuD .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v9J6F9TxuD .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v9J6F9TxuD .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v9J6F9TxuD a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v9J6F9TxuD .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v9J6F9TxuD .mbr-text,
.cid-v9J6F9TxuD .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v9J6F9TxuD a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v9J6FaxRxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-v9J6FaxRxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9J6FaxRxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9J6FaxRxv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .container {
    padding: 0 30px;
  }
}
.cid-v9J6FaxRxv .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .content-wrapper {
    display: block;
  }
}
.cid-v9J6FaxRxv .content-wrapper .card {
  justify-content: center;
}
.cid-v9J6FaxRxv .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-v9J6FaxRxv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v9J6FaxRxv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-v9J6FaxRxv .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v9J6FaxRxv .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v9J6FaxRxv .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-v9J6FaxRxv .mbr-section-title {
  color: #144031;
}
.cid-v9J6FaxRxv .mbr-text {
  color: #13292a;
}
.cid-v9J6FaxRxv .mbr-section-title,
.cid-v9J6FaxRxv .mbr-section-btn {
  color: #13292a;
}
.cid-v9J6FaRcoF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v9J6FaRcoF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9J6FaRcoF .wrapper {
  max-width: 350px;
}
.cid-v9J6FaRcoF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9J6FaRcoF .row {
    text-align: center;
  }
  .cid-v9J6FaRcoF .social-row {
    justify-content: center;
  }
}
.cid-v9J6FaRcoF .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-v9J6FaRcoF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9J6FaRcoF .list {
    margin-bottom: 0rem;
  }
}
.cid-v9J6FaRcoF .mbr-text {
  color: #ffffff;
}
.cid-v9J6FaRcoF .mbr-iconfont {
  color: black;
}
.cid-v9J6FaRcoF img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-v9J6FaRcoF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9J6FaRcoF .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v9J6FaRcoF .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-v9J6FaRcoF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v9J6FaRcoF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9J6FaRcoF .item-wrap {
  margin-bottom: 16px;
}
.cid-v9J6FaRcoF .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9J6FaRcoF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-v9J6FaRcoF .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-v9J6FaRcoF a {
  font-weight: 400 !important;
}
.cid-v9J6FaRcoF a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-v9J6FaRcoF img {
    display: inline;
  }
  .cid-v9J6FaRcoF .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-v9J6FaRcoF .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-v9J6FaRcoF .text1 {
  color: #f1eae3;
}
.cid-v9J6FaRcoF .mbr-section-subtitle,
.cid-v9J6FaRcoF .list,
.cid-v9J6FaRcoF .item-wrap {
  color: #ffd06e;
}
.cid-v9J6Fbi32L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-v9J6Fbi32L .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-v9J6Fbi32L a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-v9J6Fbi32L a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-v9YW9tgJKM {
  z-index: 1000;
  width: 100%;
}
.cid-v9YW9tgJKM nav.navbar {
  position: fixed;
}
.cid-v9YW9tgJKM .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-v9YW9tgJKM .navbar.opened {
  transition: all 0.3s;
}
.cid-v9YW9tgJKM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9YW9tgJKM .navbar .navbar-logo img {
  width: auto;
}
.cid-v9YW9tgJKM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9YW9tgJKM .navbar.collapsed {
  justify-content: center;
}
.cid-v9YW9tgJKM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9YW9tgJKM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9YW9tgJKM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v9YW9tgJKM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9YW9tgJKM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9YW9tgJKM .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-v9YW9tgJKM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9YW9tgJKM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9YW9tgJKM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-v9YW9tgJKM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9YW9tgJKM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9YW9tgJKM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9YW9tgJKM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9YW9tgJKM .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-v9YW9tgJKM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9YW9tgJKM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9YW9tgJKM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9YW9tgJKM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9YW9tgJKM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9YW9tgJKM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9YW9tgJKM .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9YW9tgJKM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9YW9tgJKM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9YW9tgJKM .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-v9YW9tgJKM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v9YW9tgJKM .dropdown-item:hover,
.cid-v9YW9tgJKM .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-v9YW9tgJKM .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-v9YW9tgJKM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9YW9tgJKM .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-v9YW9tgJKM .container {
  display: flex;
  margin: auto;
}
.cid-v9YW9tgJKM .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9YW9tgJKM .dropdown-menu,
.cid-v9YW9tgJKM .navbar.opened {
  background: #13292a !important;
}
.cid-v9YW9tgJKM .nav-item:focus,
.cid-v9YW9tgJKM .nav-link:focus {
  outline: none;
}
.cid-v9YW9tgJKM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9YW9tgJKM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9YW9tgJKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9YW9tgJKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9YW9tgJKM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9YW9tgJKM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9YW9tgJKM .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-v9YW9tgJKM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9YW9tgJKM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9YW9tgJKM .dropdown-item.active,
.cid-v9YW9tgJKM .dropdown-item:active {
  background-color: transparent;
}
.cid-v9YW9tgJKM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9YW9tgJKM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9YW9tgJKM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9YW9tgJKM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-v9YW9tgJKM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9YW9tgJKM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9YW9tgJKM ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v9YW9tgJKM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9YW9tgJKM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9YW9tgJKM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-v9YW9tgJKM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9YW9tgJKM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9YW9tgJKM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9YW9tgJKM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9YW9tgJKM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9YW9tgJKM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9YW9tgJKM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9YW9tgJKM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9YW9tgJKM .navbar-dropdown {
  position: fixed;
}
.cid-v9YW9tgJKM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9YW9tgJKM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9YW9tgJKM .navbar {
    height: 70px;
  }
  .cid-v9YW9tgJKM .navbar.opened {
    height: auto;
  }
  .cid-v9YW9tgJKM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9YW9tgJKM a {
  display: inline;
}
.cid-v9YW9tgJKM img {
  display: inline;
  padding-right: 10px;
}
.cid-v9YW9tgJKM .dropdown-toggle:after {
  display: none;
}
.cid-v9YW9tgJKM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-v9YW9tgJKM .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-v9YW9tgJKM .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v9YW9tgJKM .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v9YW9tgJKM .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v9YW9tgJKM .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v9YW9tgJKM ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v9YW9tgJKM .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v9YW9tgJKM .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v9YW9tgJKM .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v9YW9tgJKM .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v9YW9tgJKM .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-v9YW9tgJKM .btn {
  border-radius: 1000px !important;
}
.cid-v9YW9tgJKM .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v9YW9tgJKM .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v9YW9tgJKM .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-v9YW9tgJKM .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v9YW9tgJKM .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-v9YW9tgJKM .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v9YW9tgJKM .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-v9YW9tgJKM .container,
  .cid-v9YW9tgJKM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v9YW9tgJKM li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v9YW9tgJKM ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v9YW9tgJKM .icons-menu {
    min-width: initial !important;
  }
  .cid-v9YW9tgJKM a.btn {
    margin-top: 10px;
  }
}
.cid-v9YW9tgJKM a.btn > span {
  margin-left: 0.5rem;
}
.cid-v9YW9tgJKM .nav-item {
  position: relative;
}
.cid-v9YW9tgJKM .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v9YW9tgJKM .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-v9YW9tgJKM .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-v9YW9tgJKM a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-v9YW9tgJKM li.nav-item {
  padding: 13px 20px !important;
}
.cid-v9YW9tgJKM a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v9YW9tVKPM {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-v9YW9tVKPM .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v9YW9tVKPM .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-v9YW9tVKPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YW9tVKPM .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-v9YW9tVKPM .container {
    padding: 0 30px;
  }
}
.cid-v9YW9tVKPM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v9YW9tVKPM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9YW9tVKPM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9YW9tVKPM .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v9YW9tVKPM .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v9YW9tVKPM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9YW9tVKPM .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-v9YW9tVKPM .mbr-text {
  color: #ffffff;
}
.cid-v9YW9tVKPM .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-v9YW9tVKPM .mbr-series-note {
  color: #ffd06e;
}
.cid-v9YW9uJzLp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v9YW9uJzLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YW9uJzLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9YW9uJzLp .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v9YW9uJzLp .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-v9YW9uJzLp .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-v9YW9uJzLp .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-v9YW9uJzLp .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-v9YW9uJzLp .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-v9YW9uJzLp .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-v9YW9uJzLp .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-v9YW9uJzLp .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-v9YW9uJzLp .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-v9YW9uJzLp .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-v9YW9uJzLp .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-v9YW9uJzLp [class^="socicon-"]:before,
.cid-v9YW9uJzLp [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v9YW9uJzLp .btn-social.substack {
  position: relative;
}
.cid-v9YW9uJzLp .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-v9YW9uJzLp .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-v9YW9vlkbW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-v9YW9vlkbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YW9vlkbW .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-v9YW9vlkbW .container {
    padding: 0 30px;
  }
}
.cid-v9YW9vlkbW .row {
  justify-content: center;
}
.cid-v9YW9vlkbW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9YW9vlkbW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9YW9vlkbW .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9YW9vlkbW .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-v9YW9vlkbW .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-v9YW9vlkbW .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-v9YW9vlkbW .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9YW9vlkbW .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-v9YW9vlkbW .mbr-section-title {
  color: #22654E;
}
.cid-v9YW9vlkbW .mbr-text {
  color: #000000;
}
.cid-v9YW9vlkbW DIV {
  color: #13292a;
}
.cid-v9YW9vlkbW .mbr-section-subtitle {
  color: #13292a;
}
.cid-v9YW9wNuAW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v9YW9wNuAW .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-v9YW9wNuAW .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v9YW9wNuAW .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v9YW9wNuAW .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v9YW9wNuAW form .row {
  margin: 0;
  border: none !important;
}
.cid-v9YW9wNuAW form .form-group {
  flex-grow: 1;
}
.cid-v9YW9wNuAW form .form-group input,
.cid-v9YW9wNuAW form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-v9YW9wNuAW form .form-group input:hover,
.cid-v9YW9wNuAW form .form-group textarea:hover,
.cid-v9YW9wNuAW form .form-group input :focus,
.cid-v9YW9wNuAW form .form-group textarea :focus,
.cid-v9YW9wNuAW form .form-group input :active,
.cid-v9YW9wNuAW form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-v9YW9wNuAW .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-v9YW9wNuAW .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-v9YW9wNuAW .form-group {
  margin-bottom: 11px !important;
}
.cid-v9YW9wNuAW .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9YW9wNuAW .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9YW9wNuAW .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9YW9wNuAW .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-v9YW9wNuAW .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-v9YW9wNuAW a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-v9YW9wNuAW .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-v9YW9wNuAW .mbr-section-btn a {
  margin: 0 auto;
}
.cid-v9YW9wNuAW .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v9YW9wNuAW textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v9YW9wNuAW input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-v9YW9wNuAW .container {
  max-width: 1140px;
}
.cid-v9YW9wNuAW label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-v9YW9wNuAW .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v9YW9wNuAW .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-v9YW9wNuAW P {
  color: #13292a;
}
.cid-v9YW9wNuAW .form-disclaimer {
  padding: 0 20px;
}
.cid-v9YW9wNuAW .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-v9YW9wNuAW .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-v9YW9wNuAW .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-v9YW9wNuAW .form-disclaimer p {
  color: #13292a;
}
.cid-v9YW9xZS6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-amina-filkins-5409715-1408x939.webp");
}
.cid-v9YW9xZS6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YW9xZS6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9YW9xZS6g .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v9YW9xZS6g .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v9YW9xZS6g .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v9YW9xZS6g .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v9YW9xZS6g .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v9YW9xZS6g .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v9YW9xZS6g .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9YW9xZS6g .mbr-section-title {
  color: #ffffff;
}
.cid-v9YW9xZS6g .mbr-text {
  color: #ffffff;
}
.cid-v9YW9xZS6g .mbr-section-title,
.cid-v9YW9xZS6g .title-wrapper,
.cid-v9YW9xZS6g .mbr-section-btn {
  color: #ffd06e;
}
.cid-v9YW9xZS6g .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-v9YW9ylj4R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-v9YW9ylj4R .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-v9YW9ylj4R .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-v9YW9ylj4R .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-v9YW9ylj4R a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-v9YW9ylj4R .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-v9YW9ylj4R .mbr-text,
.cid-v9YW9ylj4R .button-align {
  text-align: center;
  color: #13292a;
}
.cid-v9YW9ylj4R a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v9YW9yGnKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-v9YW9yGnKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9YW9yGnKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9YW9yGnKm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .container {
    padding: 0 30px;
  }
}
.cid-v9YW9yGnKm .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .content-wrapper {
    display: block;
  }
}
.cid-v9YW9yGnKm .content-wrapper .card {
  justify-content: center;
}
.cid-v9YW9yGnKm .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-v9YW9yGnKm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v9YW9yGnKm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-v9YW9yGnKm .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v9YW9yGnKm .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v9YW9yGnKm .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-v9YW9yGnKm .mbr-section-title {
  color: #144031;
}
.cid-v9YW9yGnKm .mbr-text {
  color: #13292a;
}
.cid-v9YW9yGnKm .mbr-section-title,
.cid-v9YW9yGnKm .mbr-section-btn {
  color: #13292a;
}
.cid-v9YW9z2tN3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-v9YW9z2tN3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9YW9z2tN3 .wrapper {
  max-width: 350px;
}
.cid-v9YW9z2tN3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9YW9z2tN3 .row {
    text-align: center;
  }
  .cid-v9YW9z2tN3 .social-row {
    justify-content: center;
  }
}
.cid-v9YW9z2tN3 .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-v9YW9z2tN3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9YW9z2tN3 .list {
    margin-bottom: 0rem;
  }
}
.cid-v9YW9z2tN3 .mbr-text {
  color: #ffffff;
}
.cid-v9YW9z2tN3 .mbr-iconfont {
  color: black;
}
.cid-v9YW9z2tN3 img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-v9YW9z2tN3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9YW9z2tN3 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v9YW9z2tN3 .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-v9YW9z2tN3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v9YW9z2tN3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9YW9z2tN3 .item-wrap {
  margin-bottom: 16px;
}
.cid-v9YW9z2tN3 .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9YW9z2tN3 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-v9YW9z2tN3 .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-v9YW9z2tN3 a {
  font-weight: 400 !important;
}
.cid-v9YW9z2tN3 a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-v9YW9z2tN3 img {
    display: inline;
  }
  .cid-v9YW9z2tN3 .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-v9YW9z2tN3 .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-v9YW9z2tN3 .text1 {
  color: #f1eae3;
}
.cid-v9YW9z2tN3 .mbr-section-subtitle,
.cid-v9YW9z2tN3 .list,
.cid-v9YW9z2tN3 .item-wrap {
  color: #ffd06e;
}
.cid-v9YW9ztFTC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-v9YW9ztFTC .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-v9YW9ztFTC a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-v9YW9ztFTC a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-ugEZUitrvJ {
  z-index: 1000;
  width: 100%;
}
.cid-ugEZUitrvJ nav.navbar {
  position: fixed;
}
.cid-ugEZUitrvJ .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-ugEZUitrvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugEZUitrvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ugEZUitrvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugEZUitrvJ .navbar.collapsed {
  justify-content: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugEZUitrvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugEZUitrvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-ugEZUitrvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugEZUitrvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugEZUitrvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugEZUitrvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugEZUitrvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugEZUitrvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugEZUitrvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugEZUitrvJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugEZUitrvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ugEZUitrvJ .dropdown-item:hover,
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-ugEZUitrvJ .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugEZUitrvJ .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-ugEZUitrvJ .container {
  display: flex;
  margin: auto;
}
.cid-ugEZUitrvJ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown-menu,
.cid-ugEZUitrvJ .navbar.opened {
  background: #13292a !important;
}
.cid-ugEZUitrvJ .nav-item:focus,
.cid-ugEZUitrvJ .nav-link:focus {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugEZUitrvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugEZUitrvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugEZUitrvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugEZUitrvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugEZUitrvJ .dropdown-item.active,
.cid-ugEZUitrvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ugEZUitrvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugEZUitrvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-ugEZUitrvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugEZUitrvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugEZUitrvJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-ugEZUitrvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugEZUitrvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugEZUitrvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugEZUitrvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugEZUitrvJ .navbar-dropdown {
  position: fixed;
}
.cid-ugEZUitrvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugEZUitrvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugEZUitrvJ .navbar {
    height: 70px;
  }
  .cid-ugEZUitrvJ .navbar.opened {
    height: auto;
  }
  .cid-ugEZUitrvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugEZUitrvJ a {
  display: inline;
}
.cid-ugEZUitrvJ img {
  display: inline;
  padding-right: 10px;
}
.cid-ugEZUitrvJ .dropdown-toggle:after {
  display: none;
}
.cid-ugEZUitrvJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-ugEZUitrvJ .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-ugEZUitrvJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ugEZUitrvJ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ugEZUitrvJ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ugEZUitrvJ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-ugEZUitrvJ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-ugEZUitrvJ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-ugEZUitrvJ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-ugEZUitrvJ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-ugEZUitrvJ .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-ugEZUitrvJ .btn {
  border-radius: 1000px !important;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-ugEZUitrvJ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-ugEZUitrvJ .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-ugEZUitrvJ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ugEZUitrvJ .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-ugEZUitrvJ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-ugEZUitrvJ .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-ugEZUitrvJ .container,
  .cid-ugEZUitrvJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ugEZUitrvJ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-ugEZUitrvJ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-ugEZUitrvJ .icons-menu {
    min-width: initial !important;
  }
  .cid-ugEZUitrvJ a.btn {
    margin-top: 10px;
  }
}
.cid-ugEZUitrvJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-ugEZUitrvJ .nav-item {
  position: relative;
}
.cid-ugEZUitrvJ .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-ugEZUitrvJ .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-ugEZUitrvJ .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-ugEZUitrvJ a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-ugEZUitrvJ li.nav-item {
  padding: 13px 20px !important;
}
.cid-ugEZUitrvJ a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-va16bQrzwC {
  background-image: url("../../../assets/images/162057681-725675444756905-8113549004742533726-n-1408x1408.webp");
}
.cid-va16bQrzwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-va16bQrzwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va16bQrzwC .mbr-section-title {
  color: #ffd06e;
}
.cid-va16bQrzwC .mbr-text,
.cid-va16bQrzwC .mbr-section-btn {
  color: #fff8ef;
}
.cid-va16bQrzwC .mbr-section-subtitle {
  color: #ffd06e;
}
.cid-ugUg9JrdFM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-ugUg9JrdFM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .wrapper {
  max-width: 350px;
}
.cid-ugUg9JrdFM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .row {
    text-align: center;
  }
  .cid-ugUg9JrdFM .social-row {
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugUg9JrdFM .list {
    margin-bottom: 0rem;
  }
}
.cid-ugUg9JrdFM .mbr-text {
  color: #ffffff;
}
.cid-ugUg9JrdFM .mbr-iconfont {
  color: black;
}
.cid-ugUg9JrdFM img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-ugUg9JrdFM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugUg9JrdFM .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-ugUg9JrdFM .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-ugUg9JrdFM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-ugUg9JrdFM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugUg9JrdFM .item-wrap {
  margin-bottom: 16px;
}
.cid-ugUg9JrdFM .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugUg9JrdFM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-ugUg9JrdFM .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-ugUg9JrdFM a {
  font-weight: 400 !important;
}
.cid-ugUg9JrdFM a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-ugUg9JrdFM img {
    display: inline;
  }
  .cid-ugUg9JrdFM .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-ugUg9JrdFM .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-ugUg9JrdFM .text1 {
  color: #f1eae3;
}
.cid-ugUg9JrdFM .mbr-section-subtitle,
.cid-ugUg9JrdFM .list,
.cid-ugUg9JrdFM .item-wrap {
  color: #ffd06e;
}
.cid-ugUozzFwxi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-ugUozzFwxi .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-ugUozzFwxi a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-ugUozzFwxi a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-vacwBK9BE1 {
  z-index: 1000;
  width: 100%;
}
.cid-vacwBK9BE1 nav.navbar {
  position: fixed;
}
.cid-vacwBK9BE1 .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-vacwBK9BE1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vacwBK9BE1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vacwBK9BE1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vacwBK9BE1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vacwBK9BE1 .navbar.collapsed {
  justify-content: center;
}
.cid-vacwBK9BE1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vacwBK9BE1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vacwBK9BE1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vacwBK9BE1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vacwBK9BE1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vacwBK9BE1 .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-vacwBK9BE1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vacwBK9BE1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vacwBK9BE1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vacwBK9BE1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vacwBK9BE1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vacwBK9BE1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vacwBK9BE1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vacwBK9BE1 .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-vacwBK9BE1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vacwBK9BE1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vacwBK9BE1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vacwBK9BE1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vacwBK9BE1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vacwBK9BE1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vacwBK9BE1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vacwBK9BE1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vacwBK9BE1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vacwBK9BE1 .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-vacwBK9BE1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vacwBK9BE1 .dropdown-item:hover,
.cid-vacwBK9BE1 .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-vacwBK9BE1 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-vacwBK9BE1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vacwBK9BE1 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-vacwBK9BE1 .container {
  display: flex;
  margin: auto;
}
.cid-vacwBK9BE1 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vacwBK9BE1 .dropdown-menu,
.cid-vacwBK9BE1 .navbar.opened {
  background: #13292a !important;
}
.cid-vacwBK9BE1 .nav-item:focus,
.cid-vacwBK9BE1 .nav-link:focus {
  outline: none;
}
.cid-vacwBK9BE1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vacwBK9BE1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vacwBK9BE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vacwBK9BE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vacwBK9BE1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vacwBK9BE1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vacwBK9BE1 .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-vacwBK9BE1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vacwBK9BE1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vacwBK9BE1 .dropdown-item.active,
.cid-vacwBK9BE1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vacwBK9BE1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vacwBK9BE1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vacwBK9BE1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vacwBK9BE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-vacwBK9BE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vacwBK9BE1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vacwBK9BE1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-vacwBK9BE1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vacwBK9BE1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vacwBK9BE1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-vacwBK9BE1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vacwBK9BE1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vacwBK9BE1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vacwBK9BE1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vacwBK9BE1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vacwBK9BE1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vacwBK9BE1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vacwBK9BE1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vacwBK9BE1 .navbar-dropdown {
  position: fixed;
}
.cid-vacwBK9BE1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vacwBK9BE1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vacwBK9BE1 .navbar {
    height: 70px;
  }
  .cid-vacwBK9BE1 .navbar.opened {
    height: auto;
  }
  .cid-vacwBK9BE1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vacwBK9BE1 a {
  display: inline;
}
.cid-vacwBK9BE1 img {
  display: inline;
  padding-right: 10px;
}
.cid-vacwBK9BE1 .dropdown-toggle:after {
  display: none;
}
.cid-vacwBK9BE1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-vacwBK9BE1 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-vacwBK9BE1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vacwBK9BE1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-vacwBK9BE1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-vacwBK9BE1 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-vacwBK9BE1 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-vacwBK9BE1 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-vacwBK9BE1 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-vacwBK9BE1 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-vacwBK9BE1 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-vacwBK9BE1 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-vacwBK9BE1 .btn {
  border-radius: 1000px !important;
}
.cid-vacwBK9BE1 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-vacwBK9BE1 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-vacwBK9BE1 .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-vacwBK9BE1 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-vacwBK9BE1 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-vacwBK9BE1 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vacwBK9BE1 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-vacwBK9BE1 .container,
  .cid-vacwBK9BE1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vacwBK9BE1 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-vacwBK9BE1 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-vacwBK9BE1 .icons-menu {
    min-width: initial !important;
  }
  .cid-vacwBK9BE1 a.btn {
    margin-top: 10px;
  }
}
.cid-vacwBK9BE1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-vacwBK9BE1 .nav-item {
  position: relative;
}
.cid-vacwBK9BE1 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vacwBK9BE1 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-vacwBK9BE1 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-vacwBK9BE1 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-vacwBK9BE1 li.nav-item {
  padding: 13px 20px !important;
}
.cid-vacwBK9BE1 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vacwBKp0nC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-vacwBKp0nC .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vacwBKp0nC .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vacwBKp0nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacwBKp0nC .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-vacwBKp0nC .container {
    padding: 0 30px;
  }
}
.cid-vacwBKp0nC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vacwBKp0nC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vacwBKp0nC .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vacwBKp0nC .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vacwBKp0nC .text-wrapper {
    padding-left: 20px;
  }
}
.cid-vacwBKp0nC .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vacwBKp0nC .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-vacwBKp0nC .mbr-text {
  color: #ffffff;
}
.cid-vacwBKp0nC .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-vacwBKp0nC .mbr-series-note {
  color: #ffd06e;
}
.cid-vacwBKEh90 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vacwBKEh90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacwBKEh90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vacwBKEh90 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vacwBKEh90 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-vacwBKEh90 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vacwBKEh90 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-vacwBKEh90 .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-vacwBKEh90 .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-vacwBKEh90 .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-vacwBKEh90 .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-vacwBKEh90 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-vacwBKEh90 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-vacwBKEh90 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-vacwBKEh90 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-vacwBKEh90 [class^="socicon-"]:before,
.cid-vacwBKEh90 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vacwBKEh90 .btn-social.substack {
  position: relative;
}
.cid-vacwBKEh90 .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-vacwBKEh90 .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-vacwBKS0gD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vacwBKS0gD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacwBKS0gD .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-vacwBKS0gD .container {
    padding: 0 30px;
  }
}
.cid-vacwBKS0gD .row {
  justify-content: center;
}
.cid-vacwBKS0gD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vacwBKS0gD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vacwBKS0gD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vacwBKS0gD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vacwBKS0gD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-vacwBKS0gD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-vacwBKS0gD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vacwBKS0gD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-vacwBKS0gD .mbr-section-title {
  color: #22654E;
}
.cid-vacwBKS0gD .mbr-text {
  color: #000000;
}
.cid-vacwBKS0gD DIV {
  color: #13292a;
}
.cid-vacwBKS0gD .mbr-section-subtitle {
  color: #13292a;
}
.cid-vacwBLpGHN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vacwBLpGHN .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-vacwBLpGHN .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vacwBLpGHN .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vacwBLpGHN .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vacwBLpGHN form .row {
  margin: 0;
  border: none !important;
}
.cid-vacwBLpGHN form .form-group {
  flex-grow: 1;
}
.cid-vacwBLpGHN form .form-group input,
.cid-vacwBLpGHN form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vacwBLpGHN form .form-group input:hover,
.cid-vacwBLpGHN form .form-group textarea:hover,
.cid-vacwBLpGHN form .form-group input :focus,
.cid-vacwBLpGHN form .form-group textarea :focus,
.cid-vacwBLpGHN form .form-group input :active,
.cid-vacwBLpGHN form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vacwBLpGHN .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vacwBLpGHN .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vacwBLpGHN .form-group {
  margin-bottom: 11px !important;
}
.cid-vacwBLpGHN .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vacwBLpGHN .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vacwBLpGHN .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vacwBLpGHN .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vacwBLpGHN .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-vacwBLpGHN a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vacwBLpGHN .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vacwBLpGHN .mbr-section-btn a {
  margin: 0 auto;
}
.cid-vacwBLpGHN .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vacwBLpGHN textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vacwBLpGHN input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vacwBLpGHN .container {
  max-width: 1140px;
}
.cid-vacwBLpGHN label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vacwBLpGHN .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vacwBLpGHN .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vacwBLpGHN P {
  color: #13292a;
}
.cid-vacwBLpGHN .form-disclaimer {
  padding: 0 20px;
}
.cid-vacwBLpGHN .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-vacwBLpGHN .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-vacwBLpGHN .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-vacwBLpGHN .form-disclaimer p {
  color: #13292a;
}
.cid-vaQ7GFJmRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-ketut-subiyanto-4473398-1408x939.webp");
}
.cid-vaQ7GFJmRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaQ7GFJmRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaQ7GFJmRz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vaQ7GFJmRz .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vaQ7GFJmRz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vaQ7GFJmRz .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vaQ7GFJmRz .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vaQ7GFJmRz .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vaQ7GFJmRz .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vaQ7GFJmRz .mbr-section-title {
  color: #ffffff;
}
.cid-vaQ7GFJmRz .mbr-text {
  color: #ffffff;
}
.cid-vaQ7GFJmRz .mbr-section-title,
.cid-vaQ7GFJmRz .title-wrapper,
.cid-vaQ7GFJmRz .mbr-section-btn {
  color: #ffd06e;
}
.cid-vaQ7GFJmRz .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-vacwBM5zok {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-vacwBM5zok .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-vacwBM5zok .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-vacwBM5zok .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-vacwBM5zok a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-vacwBM5zok .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-vacwBM5zok .mbr-text,
.cid-vacwBM5zok .button-align {
  text-align: center;
  color: #13292a;
}
.cid-vacwBM5zok a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vacwBMnmBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-vacwBMnmBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacwBMnmBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vacwBMnmBK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .container {
    padding: 0 30px;
  }
}
.cid-vacwBMnmBK .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .content-wrapper {
    display: block;
  }
}
.cid-vacwBMnmBK .content-wrapper .card {
  justify-content: center;
}
.cid-vacwBMnmBK .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vacwBMnmBK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vacwBMnmBK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vacwBMnmBK .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vacwBMnmBK .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vacwBMnmBK .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vacwBMnmBK .mbr-section-title {
  color: #144031;
}
.cid-vacwBMnmBK .mbr-text {
  color: #13292a;
}
.cid-vacwBMnmBK .mbr-section-title,
.cid-vacwBMnmBK .mbr-section-btn {
  color: #13292a;
}
.cid-vacwBMG9GM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vacwBMG9GM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vacwBMG9GM .wrapper {
  max-width: 350px;
}
.cid-vacwBMG9GM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vacwBMG9GM .row {
    text-align: center;
  }
  .cid-vacwBMG9GM .social-row {
    justify-content: center;
  }
}
.cid-vacwBMG9GM .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-vacwBMG9GM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vacwBMG9GM .list {
    margin-bottom: 0rem;
  }
}
.cid-vacwBMG9GM .mbr-text {
  color: #ffffff;
}
.cid-vacwBMG9GM .mbr-iconfont {
  color: black;
}
.cid-vacwBMG9GM img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-vacwBMG9GM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vacwBMG9GM .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-vacwBMG9GM .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-vacwBMG9GM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-vacwBMG9GM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vacwBMG9GM .item-wrap {
  margin-bottom: 16px;
}
.cid-vacwBMG9GM .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vacwBMG9GM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vacwBMG9GM .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-vacwBMG9GM a {
  font-weight: 400 !important;
}
.cid-vacwBMG9GM a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-vacwBMG9GM img {
    display: inline;
  }
  .cid-vacwBMG9GM .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-vacwBMG9GM .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-vacwBMG9GM .text1 {
  color: #f1eae3;
}
.cid-vacwBMG9GM .mbr-section-subtitle,
.cid-vacwBMG9GM .list,
.cid-vacwBMG9GM .item-wrap {
  color: #ffd06e;
}
.cid-vacwBN7FBW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-vacwBN7FBW .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-vacwBN7FBW a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-vacwBN7FBW a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-vbLEOZ376W {
  z-index: 1000;
  width: 100%;
}
.cid-vbLEOZ376W nav.navbar {
  position: fixed;
}
.cid-vbLEOZ376W .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-vbLEOZ376W .navbar.opened {
  transition: all 0.3s;
}
.cid-vbLEOZ376W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbLEOZ376W .navbar .navbar-logo img {
  width: auto;
}
.cid-vbLEOZ376W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbLEOZ376W .navbar.collapsed {
  justify-content: center;
}
.cid-vbLEOZ376W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbLEOZ376W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbLEOZ376W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbLEOZ376W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbLEOZ376W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbLEOZ376W .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-vbLEOZ376W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbLEOZ376W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbLEOZ376W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vbLEOZ376W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbLEOZ376W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbLEOZ376W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbLEOZ376W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbLEOZ376W .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-vbLEOZ376W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbLEOZ376W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbLEOZ376W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbLEOZ376W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbLEOZ376W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbLEOZ376W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbLEOZ376W .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbLEOZ376W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbLEOZ376W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbLEOZ376W .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-vbLEOZ376W .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vbLEOZ376W .dropdown-item:hover,
.cid-vbLEOZ376W .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-vbLEOZ376W .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-vbLEOZ376W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbLEOZ376W .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-vbLEOZ376W .container {
  display: flex;
  margin: auto;
}
.cid-vbLEOZ376W .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbLEOZ376W .dropdown-menu,
.cid-vbLEOZ376W .navbar.opened {
  background: #13292a !important;
}
.cid-vbLEOZ376W .nav-item:focus,
.cid-vbLEOZ376W .nav-link:focus {
  outline: none;
}
.cid-vbLEOZ376W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbLEOZ376W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbLEOZ376W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbLEOZ376W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbLEOZ376W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbLEOZ376W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbLEOZ376W .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-vbLEOZ376W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbLEOZ376W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbLEOZ376W .dropdown-item.active,
.cid-vbLEOZ376W .dropdown-item:active {
  background-color: transparent;
}
.cid-vbLEOZ376W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbLEOZ376W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbLEOZ376W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbLEOZ376W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-vbLEOZ376W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbLEOZ376W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbLEOZ376W ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-vbLEOZ376W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbLEOZ376W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbLEOZ376W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-vbLEOZ376W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbLEOZ376W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbLEOZ376W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbLEOZ376W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbLEOZ376W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbLEOZ376W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbLEOZ376W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbLEOZ376W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbLEOZ376W .navbar-dropdown {
  position: fixed;
}
.cid-vbLEOZ376W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbLEOZ376W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbLEOZ376W .navbar {
    height: 70px;
  }
  .cid-vbLEOZ376W .navbar.opened {
    height: auto;
  }
  .cid-vbLEOZ376W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbLEOZ376W a {
  display: inline;
}
.cid-vbLEOZ376W img {
  display: inline;
  padding-right: 10px;
}
.cid-vbLEOZ376W .dropdown-toggle:after {
  display: none;
}
.cid-vbLEOZ376W .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-vbLEOZ376W .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-vbLEOZ376W .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vbLEOZ376W .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-vbLEOZ376W .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-vbLEOZ376W .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-vbLEOZ376W ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-vbLEOZ376W .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-vbLEOZ376W .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-vbLEOZ376W .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-vbLEOZ376W .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-vbLEOZ376W .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-vbLEOZ376W .btn {
  border-radius: 1000px !important;
}
.cid-vbLEOZ376W .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-vbLEOZ376W .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-vbLEOZ376W .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-vbLEOZ376W .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-vbLEOZ376W .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-vbLEOZ376W .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vbLEOZ376W .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-vbLEOZ376W .container,
  .cid-vbLEOZ376W .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vbLEOZ376W li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-vbLEOZ376W ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-vbLEOZ376W .icons-menu {
    min-width: initial !important;
  }
  .cid-vbLEOZ376W a.btn {
    margin-top: 10px;
  }
}
.cid-vbLEOZ376W a.btn > span {
  margin-left: 0.5rem;
}
.cid-vbLEOZ376W .nav-item {
  position: relative;
}
.cid-vbLEOZ376W .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vbLEOZ376W .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-vbLEOZ376W .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-vbLEOZ376W a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-vbLEOZ376W li.nav-item {
  padding: 13px 20px !important;
}
.cid-vbLEOZ376W a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vbLEOZpSdV {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-vbLEOZpSdV .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vbLEOZpSdV .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vbLEOZpSdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLEOZpSdV .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-vbLEOZpSdV .container {
    padding: 0 30px;
  }
}
.cid-vbLEOZpSdV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vbLEOZpSdV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbLEOZpSdV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbLEOZpSdV .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vbLEOZpSdV .text-wrapper {
    padding-left: 20px;
  }
}
.cid-vbLEOZpSdV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbLEOZpSdV .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-vbLEOZpSdV .mbr-text {
  color: #ffffff;
}
.cid-vbLEOZpSdV .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-vbLEOZpSdV .mbr-series-note {
  color: #ffd06e;
}
.cid-vbLEOZI6jj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vbLEOZI6jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLEOZI6jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbLEOZI6jj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vbLEOZI6jj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-vbLEOZI6jj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vbLEOZI6jj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-vbLEOZI6jj .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-vbLEOZI6jj .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-vbLEOZI6jj .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-vbLEOZI6jj .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-vbLEOZI6jj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-vbLEOZI6jj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-vbLEOZI6jj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-vbLEOZI6jj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-vbLEOZI6jj [class^="socicon-"]:before,
.cid-vbLEOZI6jj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vbLEOZI6jj .btn-social.substack {
  position: relative;
}
.cid-vbLEOZI6jj .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-vbLEOZI6jj .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-vbLEOZXGu6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vbLEOZXGu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLEOZXGu6 .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-vbLEOZXGu6 .container {
    padding: 0 30px;
  }
}
.cid-vbLEOZXGu6 .row {
  justify-content: center;
}
.cid-vbLEOZXGu6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbLEOZXGu6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbLEOZXGu6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vbLEOZXGu6 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vbLEOZXGu6 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-vbLEOZXGu6 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-vbLEOZXGu6 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbLEOZXGu6 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-vbLEOZXGu6 .mbr-section-title {
  color: #22654E;
}
.cid-vbLEOZXGu6 .mbr-text {
  color: #000000;
}
.cid-vbLEOZXGu6 DIV {
  color: #13292a;
}
.cid-vbLEOZXGu6 .mbr-section-subtitle {
  color: #13292a;
}
.cid-vbLEP0CIF1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vbLEP0CIF1 .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-vbLEP0CIF1 .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vbLEP0CIF1 .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vbLEP0CIF1 .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vbLEP0CIF1 form .row {
  margin: 0;
  border: none !important;
}
.cid-vbLEP0CIF1 form .form-group {
  flex-grow: 1;
}
.cid-vbLEP0CIF1 form .form-group input,
.cid-vbLEP0CIF1 form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vbLEP0CIF1 form .form-group input:hover,
.cid-vbLEP0CIF1 form .form-group textarea:hover,
.cid-vbLEP0CIF1 form .form-group input :focus,
.cid-vbLEP0CIF1 form .form-group textarea :focus,
.cid-vbLEP0CIF1 form .form-group input :active,
.cid-vbLEP0CIF1 form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vbLEP0CIF1 .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vbLEP0CIF1 .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vbLEP0CIF1 .form-group {
  margin-bottom: 11px !important;
}
.cid-vbLEP0CIF1 .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vbLEP0CIF1 .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vbLEP0CIF1 .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vbLEP0CIF1 .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vbLEP0CIF1 .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-vbLEP0CIF1 a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vbLEP0CIF1 .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vbLEP0CIF1 .mbr-section-btn a {
  margin: 0 auto;
}
.cid-vbLEP0CIF1 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vbLEP0CIF1 textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vbLEP0CIF1 input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vbLEP0CIF1 .container {
  max-width: 1140px;
}
.cid-vbLEP0CIF1 label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vbLEP0CIF1 .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vbLEP0CIF1 .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vbLEP0CIF1 P {
  color: #13292a;
}
.cid-vbLEP0CIF1 .form-disclaimer {
  padding: 0 20px;
}
.cid-vbLEP0CIF1 .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-vbLEP0CIF1 .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-vbLEP0CIF1 .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-vbLEP0CIF1 .form-disclaimer p {
  color: #13292a;
}
.cid-vbLEP1o6Gz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-vbLEP1o6Gz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-vbLEP1o6Gz .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-vbLEP1o6Gz .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-vbLEP1o6Gz a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-vbLEP1o6Gz .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-vbLEP1o6Gz .mbr-text,
.cid-vbLEP1o6Gz .button-align {
  text-align: center;
  color: #13292a;
}
.cid-vbLEP1o6Gz a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vbLEP1KAbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-vbLEP1KAbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLEP1KAbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbLEP1KAbF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .container {
    padding: 0 30px;
  }
}
.cid-vbLEP1KAbF .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .content-wrapper {
    display: block;
  }
}
.cid-vbLEP1KAbF .content-wrapper .card {
  justify-content: center;
}
.cid-vbLEP1KAbF .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vbLEP1KAbF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vbLEP1KAbF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vbLEP1KAbF .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vbLEP1KAbF .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vbLEP1KAbF .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vbLEP1KAbF .mbr-section-title {
  color: #144031;
}
.cid-vbLEP1KAbF .mbr-text {
  color: #13292a;
}
.cid-vbLEP1KAbF .mbr-section-title,
.cid-vbLEP1KAbF .mbr-section-btn {
  color: #13292a;
}
.cid-vbLEP25Rdd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vbLEP25Rdd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbLEP25Rdd .wrapper {
  max-width: 350px;
}
.cid-vbLEP25Rdd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbLEP25Rdd .row {
    text-align: center;
  }
  .cid-vbLEP25Rdd .social-row {
    justify-content: center;
  }
}
.cid-vbLEP25Rdd .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-vbLEP25Rdd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLEP25Rdd .list {
    margin-bottom: 0rem;
  }
}
.cid-vbLEP25Rdd .mbr-text {
  color: #ffffff;
}
.cid-vbLEP25Rdd .mbr-iconfont {
  color: black;
}
.cid-vbLEP25Rdd img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-vbLEP25Rdd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vbLEP25Rdd .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-vbLEP25Rdd .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-vbLEP25Rdd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-vbLEP25Rdd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbLEP25Rdd .item-wrap {
  margin-bottom: 16px;
}
.cid-vbLEP25Rdd .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vbLEP25Rdd .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vbLEP25Rdd .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-vbLEP25Rdd a {
  font-weight: 400 !important;
}
.cid-vbLEP25Rdd a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-vbLEP25Rdd img {
    display: inline;
  }
  .cid-vbLEP25Rdd .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-vbLEP25Rdd .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-vbLEP25Rdd .text1 {
  color: #f1eae3;
}
.cid-vbLEP25Rdd .mbr-section-subtitle,
.cid-vbLEP25Rdd .list,
.cid-vbLEP25Rdd .item-wrap {
  color: #ffd06e;
}
.cid-vbLEP2vecD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-vbLEP2vecD .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-vbLEP2vecD a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-vbLEP2vecD a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-vdnoQfTBk9 {
  z-index: 1000;
  width: 100%;
}
.cid-vdnoQfTBk9 nav.navbar {
  position: fixed;
}
.cid-vdnoQfTBk9 .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(19, 41, 42, 0.7);
}
.cid-vdnoQfTBk9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdnoQfTBk9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdnoQfTBk9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdnoQfTBk9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdnoQfTBk9 .navbar.collapsed {
  justify-content: center;
}
.cid-vdnoQfTBk9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdnoQfTBk9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdnoQfTBk9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vdnoQfTBk9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdnoQfTBk9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdnoQfTBk9 .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-vdnoQfTBk9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdnoQfTBk9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdnoQfTBk9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vdnoQfTBk9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdnoQfTBk9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdnoQfTBk9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdnoQfTBk9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdnoQfTBk9 .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-vdnoQfTBk9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdnoQfTBk9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdnoQfTBk9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdnoQfTBk9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdnoQfTBk9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdnoQfTBk9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdnoQfTBk9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdnoQfTBk9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdnoQfTBk9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdnoQfTBk9 .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-vdnoQfTBk9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-vdnoQfTBk9 .dropdown-item:hover,
.cid-vdnoQfTBk9 .dropdown-item:focus {
  color: #ffd06e !important;
}
.cid-vdnoQfTBk9 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-vdnoQfTBk9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdnoQfTBk9 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-vdnoQfTBk9 .container {
  display: flex;
  margin: auto;
}
.cid-vdnoQfTBk9 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdnoQfTBk9 .dropdown-menu,
.cid-vdnoQfTBk9 .navbar.opened {
  background: #13292a !important;
}
.cid-vdnoQfTBk9 .nav-item:focus,
.cid-vdnoQfTBk9 .nav-link:focus {
  outline: none;
}
.cid-vdnoQfTBk9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdnoQfTBk9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdnoQfTBk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdnoQfTBk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdnoQfTBk9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdnoQfTBk9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdnoQfTBk9 .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-vdnoQfTBk9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdnoQfTBk9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdnoQfTBk9 .dropdown-item.active,
.cid-vdnoQfTBk9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdnoQfTBk9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdnoQfTBk9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdnoQfTBk9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdnoQfTBk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #13292a;
}
.cid-vdnoQfTBk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdnoQfTBk9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdnoQfTBk9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-vdnoQfTBk9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdnoQfTBk9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdnoQfTBk9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd06e;
}
.cid-vdnoQfTBk9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdnoQfTBk9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdnoQfTBk9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdnoQfTBk9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdnoQfTBk9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdnoQfTBk9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdnoQfTBk9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdnoQfTBk9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdnoQfTBk9 .navbar-dropdown {
  position: fixed;
}
.cid-vdnoQfTBk9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdnoQfTBk9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdnoQfTBk9 .navbar {
    height: 70px;
  }
  .cid-vdnoQfTBk9 .navbar.opened {
    height: auto;
  }
  .cid-vdnoQfTBk9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdnoQfTBk9 a {
  display: inline;
}
.cid-vdnoQfTBk9 img {
  display: inline;
  padding-right: 10px;
}
.cid-vdnoQfTBk9 .dropdown-toggle:after {
  display: none;
}
.cid-vdnoQfTBk9 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-vdnoQfTBk9 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-vdnoQfTBk9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-vdnoQfTBk9 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-vdnoQfTBk9 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-vdnoQfTBk9 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-vdnoQfTBk9 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-vdnoQfTBk9 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-vdnoQfTBk9 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-vdnoQfTBk9 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-vdnoQfTBk9 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-vdnoQfTBk9 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-vdnoQfTBk9 .btn {
  border-radius: 1000px !important;
}
.cid-vdnoQfTBk9 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-vdnoQfTBk9 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-vdnoQfTBk9 .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-vdnoQfTBk9 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-vdnoQfTBk9 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-vdnoQfTBk9 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vdnoQfTBk9 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-vdnoQfTBk9 .container,
  .cid-vdnoQfTBk9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdnoQfTBk9 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-vdnoQfTBk9 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-vdnoQfTBk9 .icons-menu {
    min-width: initial !important;
  }
  .cid-vdnoQfTBk9 a.btn {
    margin-top: 10px;
  }
}
.cid-vdnoQfTBk9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-vdnoQfTBk9 .nav-item {
  position: relative;
}
.cid-vdnoQfTBk9 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-vdnoQfTBk9 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-vdnoQfTBk9 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-vdnoQfTBk9 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-vdnoQfTBk9 li.nav-item {
  padding: 13px 20px !important;
}
.cid-vdnoQfTBk9 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vdnoQgbE97 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #13292a;
}
.cid-vdnoQgbE97 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vdnoQgbE97 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #80a2a3 0, #6a8c8d 43%, #eaffe2 100%);
}
.cid-vdnoQgbE97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnoQgbE97 .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-vdnoQgbE97 .container {
    padding: 0 30px;
  }
}
.cid-vdnoQgbE97 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vdnoQgbE97 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdnoQgbE97 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vdnoQgbE97 .text-wrapper {
  border-left: 1px solid #ffd06e;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vdnoQgbE97 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-vdnoQgbE97 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdnoQgbE97 .mbr-section-title {
  color: #ffd06e;
  text-align: right;
}
.cid-vdnoQgbE97 .mbr-text {
  color: #ffffff;
}
.cid-vdnoQgbE97 .mbr-date {
  color: #ffd06e;
  text-align: center;
}
.cid-vdnoQgbE97 .mbr-series-note {
  color: #ffd06e;
}
.cid-vdnoQgs0K6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vdnoQgs0K6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnoQgs0K6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnoQgs0K6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vdnoQgs0K6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-vdnoQgs0K6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vdnoQgs0K6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-vdnoQgs0K6 .socicon-bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-vdnoQgs0K6 .socicon-bg-linkedin:hover {
  background: #005582;
}
.cid-vdnoQgs0K6 .socicon-bg-substack {
  background: #FF6719;
  color: #ffffff;
}
.cid-vdnoQgs0K6 .socicon-bg-substack:hover {
  background: #e54e00;
}
.cid-vdnoQgs0K6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-vdnoQgs0K6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-vdnoQgs0K6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: none !important;
}
.cid-vdnoQgs0K6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-vdnoQgs0K6 [class^="socicon-"]:before,
.cid-vdnoQgs0K6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vdnoQgs0K6 .btn-social.substack {
  position: relative;
}
.cid-vdnoQgs0K6 .btn-social.substack:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("https://substack.com/img/substack.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.cid-vdnoQgs0K6 .btn-social.substack .socicon:before {
  content: "" !important;
  font-size: 0;
}
.cid-vdnoQgFv5m {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff8ef;
}
.cid-vdnoQgFv5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnoQgFv5m .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-vdnoQgFv5m .container {
    padding: 0 30px;
  }
}
.cid-vdnoQgFv5m .row {
  justify-content: center;
}
.cid-vdnoQgFv5m .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdnoQgFv5m .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vdnoQgFv5m .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdnoQgFv5m .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vdnoQgFv5m .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-vdnoQgFv5m .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-vdnoQgFv5m .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdnoQgFv5m .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-vdnoQgFv5m .mbr-section-title {
  color: #22654E;
}
.cid-vdnoQgFv5m .mbr-text {
  color: #000000;
}
.cid-vdnoQgFv5m DIV {
  color: #13292a;
}
.cid-vdnoQgFv5m .mbr-section-subtitle {
  color: #13292a;
}
.cid-vdnoQhdOAT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vdnoQhdOAT .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-vdnoQhdOAT .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-vdnoQhdOAT .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-vdnoQhdOAT .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-vdnoQhdOAT form .row {
  margin: 0;
  border: none !important;
}
.cid-vdnoQhdOAT form .form-group {
  flex-grow: 1;
}
.cid-vdnoQhdOAT form .form-group input,
.cid-vdnoQhdOAT form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-vdnoQhdOAT form .form-group input:hover,
.cid-vdnoQhdOAT form .form-group textarea:hover,
.cid-vdnoQhdOAT form .form-group input :focus,
.cid-vdnoQhdOAT form .form-group textarea :focus,
.cid-vdnoQhdOAT form .form-group input :active,
.cid-vdnoQhdOAT form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-vdnoQhdOAT .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-vdnoQhdOAT .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-vdnoQhdOAT .form-group {
  margin-bottom: 11px !important;
}
.cid-vdnoQhdOAT .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdnoQhdOAT .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdnoQhdOAT .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdnoQhdOAT .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-vdnoQhdOAT .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
  border-radius: 50px !important;
  border: none !important;
}
.cid-vdnoQhdOAT a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-vdnoQhdOAT .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-vdnoQhdOAT .mbr-section-btn a {
  margin: 0 auto;
}
.cid-vdnoQhdOAT .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffd06e;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-vdnoQhdOAT textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdnoQhdOAT input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-vdnoQhdOAT .container {
  max-width: 1140px;
}
.cid-vdnoQhdOAT label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-vdnoQhdOAT .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdnoQhdOAT .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-vdnoQhdOAT P {
  color: #13292a;
}
.cid-vdnoQhdOAT .form-disclaimer {
  padding: 0 20px;
}
.cid-vdnoQhdOAT .form-disclaimer p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.cid-vdnoQhdOAT .form-disclaimer a {
  color: #3d626c;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 400;
}
.cid-vdnoQhdOAT .form-disclaimer a:hover {
  color: #012b3a;
}
.cid-vdnoQhdOAT .form-disclaimer p {
  color: #13292a;
}
.cid-vdnoQhyZ8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-ketut-subiyanto-4473398-1408x939.webp");
}
.cid-vdnoQhyZ8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnoQhyZ8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnoQhyZ8L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vdnoQhyZ8L .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vdnoQhyZ8L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vdnoQhyZ8L .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vdnoQhyZ8L .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vdnoQhyZ8L .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdnoQhyZ8L .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vdnoQhyZ8L .mbr-section-title {
  color: #ffffff;
}
.cid-vdnoQhyZ8L .mbr-text {
  color: #ffffff;
}
.cid-vdnoQhyZ8L .mbr-section-title,
.cid-vdnoQhyZ8L .title-wrapper,
.cid-vdnoQhyZ8L .mbr-section-btn {
  color: #ffd06e;
}
.cid-vdnoQhyZ8L .mbr-section-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #13292a;
  padding: 8px 16px;
}
.cid-vdnoQhRFoW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd06e;
}
.cid-vdnoQhRFoW .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #fff8ef;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-vdnoQhRFoW .mbr-section-title {
  margin-bottom: 20px;
  color: #13292a;
  text-align: center;
}
.cid-vdnoQhRFoW .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-vdnoQhRFoW a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-vdnoQhRFoW .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-vdnoQhRFoW .mbr-text,
.cid-vdnoQhRFoW .button-align {
  text-align: center;
  color: #13292a;
}
.cid-vdnoQhRFoW a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-vdnoQia5lC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8ef;
}
.cid-vdnoQia5lC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnoQia5lC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdnoQia5lC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .container {
    padding: 0 30px;
  }
}
.cid-vdnoQia5lC .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .content-wrapper {
    display: block;
  }
}
.cid-vdnoQia5lC .content-wrapper .card {
  justify-content: center;
}
.cid-vdnoQia5lC .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #88b0b1;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-vdnoQia5lC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-vdnoQia5lC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-vdnoQia5lC .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vdnoQia5lC .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-vdnoQia5lC .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-vdnoQia5lC .mbr-section-title {
  color: #144031;
}
.cid-vdnoQia5lC .mbr-text {
  color: #13292a;
}
.cid-vdnoQia5lC .mbr-section-title,
.cid-vdnoQia5lC .mbr-section-btn {
  color: #13292a;
}
.cid-vdnoQiv2kH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a8c8d;
}
.cid-vdnoQiv2kH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdnoQiv2kH .wrapper {
  max-width: 350px;
}
.cid-vdnoQiv2kH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdnoQiv2kH .row {
    text-align: center;
  }
  .cid-vdnoQiv2kH .social-row {
    justify-content: center;
  }
}
.cid-vdnoQiv2kH .list {
  list-style: none;
  padding-left: 0;
  color: #f3f6f9;
}
@media (max-width: 991px) {
  .cid-vdnoQiv2kH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdnoQiv2kH .list {
    margin-bottom: 0rem;
  }
}
.cid-vdnoQiv2kH .mbr-text {
  color: #ffffff;
}
.cid-vdnoQiv2kH .mbr-iconfont {
  color: black;
}
.cid-vdnoQiv2kH img {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.cid-vdnoQiv2kH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdnoQiv2kH .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-vdnoQiv2kH .social-list .soc-item {
  margin-right: 1rem;
  background-color: #ffd06e;
}
.cid-vdnoQiv2kH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-vdnoQiv2kH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdnoQiv2kH .item-wrap {
  margin-bottom: 16px;
}
.cid-vdnoQiv2kH .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdnoQiv2kH .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vdnoQiv2kH .text {
  margin-bottom: 36px;
  color: #f1eae3;
}
.cid-vdnoQiv2kH a {
  font-weight: 400 !important;
}
.cid-vdnoQiv2kH a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-vdnoQiv2kH img {
    display: inline;
  }
  .cid-vdnoQiv2kH .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-vdnoQiv2kH .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-vdnoQiv2kH .text1 {
  color: #f1eae3;
}
.cid-vdnoQiv2kH .mbr-section-subtitle,
.cid-vdnoQiv2kH .list,
.cid-vdnoQiv2kH .item-wrap {
  color: #ffd06e;
}
.cid-vdnoQiVptR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #6a8c8d;
}
.cid-vdnoQiVptR .mbr-text {
  color: #f1eae3;
  text-align: right;
}
.cid-vdnoQiVptR a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-vdnoQiVptR a.text-danger:hover {
  color: #EABB80 !important;
}
