body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 7.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t7CrxNO44C {
  background-image: url("../../../assets/images/front-1-1600x1067.jpeg");
}
.cid-t7CrxNO44C .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CrxNO44C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7CrxNO44C .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7CtLryxJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7CtLryxJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CtLryxJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t7CtLryxJV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7CtLryxJV .row {
  flex-direction: row-reverse;
}
.cid-t7CtLryxJV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7CtLryxJV .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7CusWGaS2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-t7CusWGaS2 img,
.cid-t7CusWGaS2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t7CusWGaS2 .item:focus,
.cid-t7CusWGaS2 span:focus {
  outline: none;
}
.cid-t7CusWGaS2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t7CusWGaS2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7CusWGaS2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t7CusWGaS2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7CusWGaS2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t7CusWGaS2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t7CusWGaS2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7CusWGaS2 .mbr-section-title {
  color: #000000;
}
.cid-t7CusWGaS2 .mbr-text,
.cid-t7CusWGaS2 .mbr-section-btn {
  text-align: center;
}
.cid-t7CusWGaS2 .item-title {
  text-align: center;
}
.cid-t7CusWGaS2 .item-subtitle {
  text-align: left;
}
.cid-t7CwNoCmGu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #232323;
}
.cid-t7CwNoCmGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CwNoCmGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-t7CwNoCmGu .row {
    flex-direction: column-reverse;
  }
  .cid-t7CwNoCmGu .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7CwNoCmGu .google-map {
  height: 100%;
  position: relative;
}
.cid-t7CwNoCmGu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7CwNoCmGu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7CwNoCmGu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7CwNoCmGu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7CwNoCmGu .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t7CwNoCmGu .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-t7CwNoCmGu .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t7CwNoCmGu .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7CwNoCmGu .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t7CwNoCmGu .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-t7CwNoCmGu .mbr-section-title {
  color: #ffffff;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7CBXjbLss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/london-1-816x1231.jpeg");
}
.cid-t7CBXjbLss .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CBXjbLss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7CBXjbLss .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t7CBXjbLss .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t7CBXjbLss .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7CBXjbLss .card-wrapper {
    padding: 4rem;
  }
}
.cid-t7CCt4qP0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7CCt4qP0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CCt4qP0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7CCt4qP0Z .mbr-section-subtitle {
  text-align: left;
}
.cid-t7CCUWEmDl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7CCUWEmDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CCUWEmDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t7CCUWEmDl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7CCUWEmDl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7CCUWEmDl .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7CDkQS3dg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7CDkQS3dg img,
.cid-t7CDkQS3dg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t7CDkQS3dg .item:focus,
.cid-t7CDkQS3dg span:focus {
  outline: none;
}
.cid-t7CDkQS3dg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7CDkQS3dg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7CDkQS3dg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7CDkQS3dg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7CDkQS3dg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7CDkQS3dg .mbr-section-title {
  color: #232323;
}
.cid-t7CDkQS3dg .mbr-text,
.cid-t7CDkQS3dg .mbr-section-btn {
  text-align: left;
}
.cid-t7CDkQS3dg .item-title {
  text-align: left;
}
.cid-t7CDkQS3dg .item-subtitle {
  text-align: center;
}
.cid-tF6drxSxvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF6drxSxvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF6drxSxvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF6drxSxvM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tF6drxSxvM .container-fluid {
    padding: 0 30px;
  }
}
.cid-tF6drxSxvM .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tF6drxSxvM .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tF6drxSxvM .container {
    padding: 0 30px;
  }
}
.cid-tF6drxSxvM .row {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tF6drxSxvM .row {
    border-radius: 0;
  }
}
.cid-tF6drxSxvM .card {
  padding: 0;
}
.cid-tF6drxSxvM .card .image-wrapper img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tF6drxSxvM .card .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
.cid-tF6drxSxvM .mbr-date {
  color: #ffffff;
}
.cid-tF6drxSxvM .mbr-link {
  color: #ffffff;
}
.cid-tF6cBV8u7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF6cBV8u7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF6cBV8u7o .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-tF6cBV8u7o .container {
    padding: 0 30px;
  }
}
.cid-tF6cBV8u7o .row {
  justify-content: center;
}
.cid-tF6cBV8u7o .title-wrapper {
  margin-bottom: 55px;
}
.cid-tF6cBV8u7o .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tF6cBV8u7o .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ff6839;
}
.cid-tF6cBV8u7o .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tF6cBV8u7o .card {
  padding: 0 8px;
}
.cid-tF6cBV8u7o .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tF6cBV8u7o .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tF6cBV8u7o .card {
    padding: 0 12px;
  }
}
.cid-tF6cBV8u7o .card a {
  display: block;
}
.cid-tF6cBV8u7o .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tF6cBV8u7o .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tF6cBV8u7o .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tF6cBV8u7o .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tF6cBV8u7o .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tF6cBV8u7o .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tF6cBV8u7o .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tF6cBV8u7o .text-wrapper {
  margin-top: 44px;
}
.cid-tF6cBV8u7o .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tF6cBV8u7o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tF6cBV8u7o .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-tF6cBV8u7o .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tH5UXkccCk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tH5UXkccCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5UXkccCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5UXkccCk .mbr-iconfont {
  color: #fafafa;
  font-size: 5rem;
  width: 5rem;
}
.cid-tH5UXkccCk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tH5UXkccCk .mbr-section-title {
  color: #ffffff;
}
.cid-tH5UXkccCk .mbr-section-subtitle,
.cid-tH5UXkccCk .mbr-section-btn {
  color: #ffffff;
}
.cid-tH5UH483bq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-tH5UH483bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5UH483bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5UH483bq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tH5UH483bq .container-fluid {
    padding: 0 16px;
  }
}
.cid-tH5UH483bq .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tH5UH483bq .container {
    padding: 0 16px;
  }
}
.cid-tH5UH483bq .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-tH5UH483bq .slider-wrap {
    padding-right: 12px;
  }
}
.cid-tH5UH483bq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-tH5UH483bq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tH5UH483bq .embla__slide .card-wrap {
  width: 100%;
}
.cid-tH5UH483bq .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-tH5UH483bq .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tH5UH483bq .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-tH5UH483bq .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-tH5UH483bq .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-tH5UH483bq .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tH5UH483bq .embla__button--next,
.cid-tH5UH483bq .embla__button--prev {
  display: flex;
}
.cid-tH5UH483bq .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #47b5ed;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tH5UH483bq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tH5UH483bq .embla__button:hover {
  background: transparent;
  color: #ff6666;
}
.cid-tH5UH483bq .embla__button.embla__button--prev {
  left: 0;
}
.cid-tH5UH483bq .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-tH5UH483bq .embla__button {
    bottom: -4.5rem;
  }
}
.cid-tH5UH483bq .embla {
  position: relative;
  width: 100%;
}
.cid-tH5UH483bq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tH5UH483bq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tH5UH483bq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tH5UH483bq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tH5UH483bq .mbr-desc {
  color: #ffffff;
}
.cid-tH5UH483bq .card-title {
  color: #ffffff;
}
.cid-tH5UH483bq .card-text {
  color: #ffffff;
}
.cid-tH61InIyAK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH61InIyAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH61InIyAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH61InIyAK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tH61InIyAK .mbr-section-title {
  color: #24262b;
}
.cid-tH61InIyAK .mbr-section-subtitle {
  color: #24262b;
}
.cid-tH61InIyAK .items-row {
  row-gap: 32px;
}
.cid-tH61InIyAK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tH61InIyAK .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tH61InIyAK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tH61InIyAK .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tH61InIyAK .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tH61InIyAK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tH61InIyAK .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tH61InIyAK .mbr-item-subtitle {
  color: #24262b;
}
.cid-tH61InIyAK .carousel-control,
.cid-tH61InIyAK .close {
  background: #1b1b1b;
}
.cid-tH61InIyAK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH61InIyAK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH61InIyAK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH61InIyAK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH61InIyAK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH61InIyAK .close::before {
  content: '\e91a';
}
.cid-tH61InIyAK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH61InIyAK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH61InIyAK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH61InIyAK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH61InIyAK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH61InIyAK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH61InIyAK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH61InIyAK .carousel-indicators li.active,
.cid-tH61InIyAK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH61InIyAK .carousel-indicators li::after,
.cid-tH61InIyAK .carousel-indicators li::before {
  content: none;
}
.cid-tH61InIyAK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH61InIyAK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH61InIyAK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH61InIyAK .carousel-indicators {
    display: none;
  }
}
.cid-tH61InIyAK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH61InIyAK .carousel-inner > .active {
  display: block;
}
.cid-tH61InIyAK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH61InIyAK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH61InIyAK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH61InIyAK .carousel-control,
  .cid-tH61InIyAK .carousel-indicators,
  .cid-tH61InIyAK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH61InIyAK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH61InIyAK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH61InIyAK .carousel-indicators .active,
.cid-tH61InIyAK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH61InIyAK .carousel-indicators .active {
  background: #fff;
}
.cid-tH61InIyAK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH61InIyAK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH61InIyAK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH61InIyAK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH61InIyAK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH61InIyAK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH61InIyAK .carousel {
  width: 100%;
}
.cid-tH61InIyAK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH61InIyAK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH61InIyAK .modal.fade .modal-dialog,
.cid-tH61InIyAK .modal.in .modal-dialog {
  transform: none;
}
.cid-tH61InIyAK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH61InIyAK H6 {
  text-align: center;
}
.cid-tH62SEq9Ad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tH62SEq9Ad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH62SEq9Ad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH62SEq9Ad .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tH62SEq9Ad .container-fluid {
    padding: 0 12px;
  }
}
.cid-tH62SEq9Ad .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tH62SEq9Ad .container {
    padding: 0 20px;
  }
}
.cid-tH62SEq9Ad .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tH62SEq9Ad .card {
  padding: 0;
  border-radius: 0;
}
.cid-tH62SEq9Ad .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-tH62SEq9Ad .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tH62SEq9Ad .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tH62SEq9Ad .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tH62SEq9Ad .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tH62SEq9Ad .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tH62SEq9Ad .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tH62SEq9Ad .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tH62SEq9Ad .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tH62SEq9Ad .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tH62SEq9Ad .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tH62SEq9Ad .mbr-text {
  color: #1d1d1d;
}
.cid-tH646OvKCE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-tH646OvKCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH646OvKCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH646OvKCE .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tH646OvKCE .container-fluid {
    padding: 0 12px;
  }
}
.cid-tH646OvKCE .container-fluid .row {
  padding: 0;
}
.cid-tH646OvKCE .row {
  border: 3px solid #f4e8da;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tH646OvKCE .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tH646OvKCE .card {
    border-left: 1px solid #f4e8da;
    border-left: none;
    border-right: 2px solid #f4e8da;
  }
}
@media (max-width: 992px) {
  .cid-tH646OvKCE .card {
    padding: 48px 20px;
  }
}
.cid-tH646OvKCE .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tH646OvKCE .card:last-child {
    border-left: none;
    border-right: 2px solid #f4e8da;
    border-right: none;
    border-left: 1px solid #f4e8da;
  }
}
.cid-tH646OvKCE .card .title-wrapper {
  margin-bottom: 0;
}
.cid-tH646OvKCE .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tH646OvKCE .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tH646OvKCE .card .image-wrapper {
  overflow: hidden;
}
.cid-tH646OvKCE .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tH646OvKCE .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tH646OvKCE .mbr-section-title {
  color: #f4e8da;
}
.cid-tH646OvKCE .mbr-text {
  color: #f4e8da;
}
.cid-tH64UcJ0uv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tH64UcJ0uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH64UcJ0uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH64UcJ0uv .title-wrapper {
  margin-bottom: 30px;
}
.cid-tH64UcJ0uv .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-tH64UcJ0uv .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tH64UcJ0uv .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tH64UcJ0uv .image-wrapper {
    display: block;
  }
}
.cid-tH64UcJ0uv .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-tH64UcJ0uv .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-tH64UcJ0uv .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-tH64UcJ0uv .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-tH64UcJ0uv .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-tH64UcJ0uv .mbr-section-title {
  color: #E0BDB6;
}
.cid-tH64UcJ0uv .mbr-text {
  color: #747474;
}
.cid-tH64UcJ0uv .mbr-section-title,
.cid-tH64UcJ0uv .mbr-section-btn {
  color: #111111;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9GZGGC2SV {
  background-image: url("../../../assets/images/img-322-2000x1500.jpg");
}
.cid-t9GZGGC2SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9GZGGC2SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9Msf2hBtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9Msf2hBtx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9MsU4ycRo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9MsU4ycRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9MsU4ycRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9MsU4ycRo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t9MsU4ycRo .row {
    flex-direction: column-reverse;
  }
  .cid-t9MsU4ycRo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t9MsU4ycRo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t9MsU4ycRo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t9MsU4ycRo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t9MufuF1cV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9MufuF1cV img,
.cid-t9MufuF1cV .item-img {
  width: 100%;
}
.cid-t9MufuF1cV .item:focus,
.cid-t9MufuF1cV span:focus {
  outline: none;
}
.cid-t9MufuF1cV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t9MufuF1cV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t9MufuF1cV .item {
  padding: 0;
  margin: 0;
}
.cid-t9MufuF1cV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t9MufuF1cV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9MufuF1cV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t9MufuF1cV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9MufuF1cV .mbr-section-title {
  color: #232323;
}
.cid-t9MvBiyxQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-t9MxBNUUx0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-t9MxBNUUx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9MxBNUUx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9MxBNUUx0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t9MxBNUUx0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t9MxBNUUx0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t9MxBNUUx0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t9MxBNUUx0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t9MxBNUUx0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t9MxBNUUx0 .carousel-control,
.cid-t9MxBNUUx0 .close {
  background: #1b1b1b;
}
.cid-t9MxBNUUx0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t9MxBNUUx0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t9MxBNUUx0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t9MxBNUUx0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t9MxBNUUx0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t9MxBNUUx0 .close::before {
  content: '\e91a';
}
.cid-t9MxBNUUx0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t9MxBNUUx0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9MxBNUUx0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9MxBNUUx0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9MxBNUUx0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9MxBNUUx0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t9MxBNUUx0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9MxBNUUx0 .carousel-indicators li.active,
.cid-t9MxBNUUx0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9MxBNUUx0 .carousel-indicators li::after,
.cid-t9MxBNUUx0 .carousel-indicators li::before {
  content: none;
}
.cid-t9MxBNUUx0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9MxBNUUx0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t9MxBNUUx0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9MxBNUUx0 .carousel-indicators {
    display: none;
  }
}
.cid-t9MxBNUUx0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9MxBNUUx0 .carousel-inner > .active {
  display: block;
}
.cid-t9MxBNUUx0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9MxBNUUx0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9MxBNUUx0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t9MxBNUUx0 .carousel-control,
  .cid-t9MxBNUUx0 .carousel-indicators,
  .cid-t9MxBNUUx0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t9MxBNUUx0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t9MxBNUUx0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9MxBNUUx0 .carousel-indicators .active,
.cid-t9MxBNUUx0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t9MxBNUUx0 .carousel-indicators .active {
  background: #fff;
}
.cid-t9MxBNUUx0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t9MxBNUUx0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t9MxBNUUx0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t9MxBNUUx0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t9MxBNUUx0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t9MxBNUUx0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t9MxBNUUx0 .carousel {
  width: 100%;
}
.cid-t9MxBNUUx0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t9MxBNUUx0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t9MxBNUUx0 .modal.fade .modal-dialog,
.cid-t9MxBNUUx0 .modal.in .modal-dialog {
  transform: none;
}
.cid-t9MxBNUUx0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t9MxBNUUx0 H6 {
  text-align: center;
}
.cid-t9Myztz5sX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9Myztz5sX .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9Myztz5sX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t9Myztz5sX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9Myztz5sX .row {
  flex-direction: row-reverse;
}
.cid-t9Myztz5sX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t9Myztz5sX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9MA1Nm3a0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-t9MA1Nm3a0 img,
.cid-t9MA1Nm3a0 .item-img {
  width: 100%;
}
.cid-t9MA1Nm3a0 .item:focus,
.cid-t9MA1Nm3a0 span:focus {
  outline: none;
}
.cid-t9MA1Nm3a0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t9MA1Nm3a0 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t9MA1Nm3a0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9MA1Nm3a0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t9MA1Nm3a0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9MA1Nm3a0 .mbr-section-title {
  color: #000000;
}
.cid-t9MA1Nm3a0 .mbr-text,
.cid-t9MA1Nm3a0 .mbr-section-btn {
  text-align: center;
}
.cid-t9MA1Nm3a0 .item-title {
  text-align: center;
}
.cid-t9MA1Nm3a0 .item-subtitle {
  text-align: left;
}
.cid-t9MEhJ9NRz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t9MEhJ9NRz .carousel {
  height: 800px;
}
.cid-t9MEhJ9NRz .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9MEhJ9NRz .carousel-item,
.cid-t9MEhJ9NRz .carousel-inner {
  height: 100%;
}
.cid-t9MEhJ9NRz .carousel-caption {
  bottom: 40px;
}
.cid-t9MEhJ9NRz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9MEhJ9NRz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9MEhJ9NRz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t9MEhJ9NRz .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t9MEhJ9NRz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t9MEhJ9NRz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t9MEhJ9NRz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t9MEhJ9NRz .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t9MEhJ9NRz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9MEhJ9NRz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9MEhJ9NRz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9MEhJ9NRz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t9MEhJ9NRz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t9MEhJ9NRz .carousel-indicators li.active,
.cid-t9MEhJ9NRz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9MEhJ9NRz .carousel-indicators li::after,
.cid-t9MEhJ9NRz .carousel-indicators li::before {
  content: none;
}
.cid-t9MEhJ9NRz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9MEhJ9NRz .carousel-indicators {
    display: none !important;
  }
}
.cid-t9MF7ugP7n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9MF7ugP7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9MF7ugP7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9MF7ugP7n .video-wrapper iframe {
  width: 100%;
}
.cid-t9MF7ugP7n .mbr-section-title,
.cid-t9MF7ugP7n .mbr-section-subtitle,
.cid-t9MF7ugP7n .mbr-text {
  text-align: center;
}
.cid-ta3fzbaG6V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta3fzbaG6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta3fzbaG6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ta3fzbaG6V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ta3fzbaG6V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ta3fzbaG6V .text-wrapper {
    padding: 2rem;
  }
}
.cid-ta3gwRkGdY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ta3gwRkGdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta3gwRkGdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ta3gwRkGdY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ta3gwRkGdY .row {
  flex-direction: row-reverse;
}
.cid-ta3gwRkGdY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ta3gwRkGdY .text-wrapper {
    padding: 2rem;
  }
}
.cid-ta3hdCJ0dO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta3hdCJ0dO img,
.cid-ta3hdCJ0dO .item-img {
  width: 100%;
}
.cid-ta3hdCJ0dO .item:focus,
.cid-ta3hdCJ0dO span:focus {
  outline: none;
}
.cid-ta3hdCJ0dO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ta3hdCJ0dO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta3hdCJ0dO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta3hdCJ0dO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ta3hdCJ0dO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta3hdCJ0dO .mbr-section-title {
  color: #232323;
}
.cid-ta3hdCJ0dO .mbr-text,
.cid-ta3hdCJ0dO .mbr-section-btn {
  text-align: left;
}
.cid-ta3hdCJ0dO .item-title {
  text-align: left;
}
.cid-ta3hdCJ0dO .item-subtitle {
  text-align: center;
}
.cid-ta3kuZhlbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-ta3lYb5pJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ta3lYb5pJb .carousel {
  height: 800px;
}
.cid-ta3lYb5pJb .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta3lYb5pJb .carousel-item,
.cid-ta3lYb5pJb .carousel-inner {
  height: 100%;
}
.cid-ta3lYb5pJb .carousel-caption {
  bottom: 40px;
}
.cid-ta3lYb5pJb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ta3lYb5pJb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ta3lYb5pJb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ta3lYb5pJb .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ta3lYb5pJb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ta3lYb5pJb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ta3lYb5pJb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ta3lYb5pJb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta3lYb5pJb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta3lYb5pJb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta3lYb5pJb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta3lYb5pJb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ta3lYb5pJb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta3lYb5pJb .carousel-indicators li.active,
.cid-ta3lYb5pJb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta3lYb5pJb .carousel-indicators li::after,
.cid-ta3lYb5pJb .carousel-indicators li::before {
  content: none;
}
.cid-ta3lYb5pJb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta3lYb5pJb .carousel-indicators {
    display: none !important;
  }
}
.cid-ta3mMZjXOo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ta3mMZjXOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta3mMZjXOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta3mMZjXOo .video-wrapper iframe {
  width: 100%;
}
.cid-ta3mMZjXOo .mbr-section-title,
.cid-ta3mMZjXOo .mbr-section-subtitle,
.cid-ta3mMZjXOo .mbr-text {
  text-align: center;
}
.cid-ta3qNfbA8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta3qNfbA8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta3qNfbA8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta3qNfbA8K .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ta3qNfbA8K .card {
    margin-bottom: 2rem!important;
  }
  .cid-ta3qNfbA8K .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ta3qNfbA8K .link-wrap {
    align-items: center;
  }
}
.cid-ta3qNfbA8K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta3rHcoNq2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ta3rHcoNq2 img,
.cid-ta3rHcoNq2 .item-img {
  width: 100%;
}
.cid-ta3rHcoNq2 .item:focus,
.cid-ta3rHcoNq2 span:focus {
  outline: none;
}
.cid-ta3rHcoNq2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ta3rHcoNq2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ta3rHcoNq2 .item {
  padding: 0;
  margin: 0;
}
.cid-ta3rHcoNq2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta3rHcoNq2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta3rHcoNq2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ta3rHcoNq2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta3rHcoNq2 .mbr-section-title {
  color: #232323;
}
.cid-ta3sLAtBnp {
  background-color: #f9edcb;
}
.cid-ta3sLAtBnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta3sLAtBnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta3sLAtBnp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ta3sLAtBnp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ta3sLAtBnp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ta3sLAtBnp .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ta3sLAtBnp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ta8pkNZ1Ws {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8pkNZ1Ws img,
.cid-ta8pkNZ1Ws .item-img {
  width: 100%;
}
.cid-ta8pkNZ1Ws .item:focus,
.cid-ta8pkNZ1Ws span:focus {
  outline: none;
}
.cid-ta8pkNZ1Ws .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ta8pkNZ1Ws .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta8pkNZ1Ws .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8pkNZ1Ws .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ta8pkNZ1Ws .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta8pkNZ1Ws .mbr-section-title {
  color: #232323;
}
.cid-ta8pkNZ1Ws .mbr-text,
.cid-ta8pkNZ1Ws .mbr-section-btn {
  text-align: left;
}
.cid-ta8pkNZ1Ws .item-title {
  text-align: left;
}
.cid-ta8pkNZ1Ws .item-subtitle {
  text-align: center;
}
.cid-ta8seeHjog {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8seeHjog img,
.cid-ta8seeHjog .item-img {
  width: 100%;
}
.cid-ta8seeHjog .item:focus,
.cid-ta8seeHjog span:focus {
  outline: none;
}
.cid-ta8seeHjog .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ta8seeHjog .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ta8seeHjog .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8seeHjog .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ta8seeHjog .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ta8seeHjog .mbr-section-title {
  color: #232323;
}
.cid-ta8seeHjog .mbr-text,
.cid-ta8seeHjog .mbr-section-btn {
  text-align: left;
}
.cid-ta8seeHjog .item-title {
  text-align: left;
}
.cid-ta8seeHjog .item-subtitle {
  text-align: center;
}
.cid-ta8veKeA3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ta8veKeA3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8veKeA3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8veKeA3F .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ta8veKeA3F .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ta8veKeA3F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8veKeA3F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ta8veKeA3F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ta8veKeA3F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ta8veKeA3F .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ta8veKeA3F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8wYl7Hnj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8wYl7Hnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8wYl7Hnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8wYl7Hnj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ta8wYl7Hnj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8wYl7Hnj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ta8wYl7Hnj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ta8wYl7Hnj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ta8wYl7Hnj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ta8wYl7Hnj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8yPMTEex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ta8yPMTEex .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ta8yuoZRPV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8yuoZRPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8yuoZRPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ta8yuoZRPV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ta8yuoZRPV .row {
  flex-direction: row-reverse;
}
.cid-ta8yuoZRPV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ta8yuoZRPV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ta8yxpcTnl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9edcb;
}
.cid-ta8yxpcTnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8yxpcTnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8yxpcTnl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ta8yxpcTnl .img-item {
  position: relative;
}
.cid-ta8yxpcTnl .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8yxpcTnl .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-ta8yxpcTnl .img-item .img-description p {
  margin-bottom: 0;
}
.cid-ta8AHbqnD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-ta8AHbqnD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8AHbqnD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8ChPgN3y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8ChPgN3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8ChPgN3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8ChPgN3y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ta8ChPgN3y .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ta8ChPgN3y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ta8ChPgN3y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ta8ChPgN3y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ta8ChPgN3y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ta8ChPgN3y .carousel-control,
.cid-ta8ChPgN3y .close {
  background: #1b1b1b;
}
.cid-ta8ChPgN3y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ta8ChPgN3y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ta8ChPgN3y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ta8ChPgN3y .carousel-control-next span {
  margin-left: 5px;
}
.cid-ta8ChPgN3y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ta8ChPgN3y .close::before {
  content: '\e91a';
}
.cid-ta8ChPgN3y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ta8ChPgN3y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta8ChPgN3y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8ChPgN3y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta8ChPgN3y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta8ChPgN3y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ta8ChPgN3y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta8ChPgN3y .carousel-indicators li.active,
.cid-ta8ChPgN3y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta8ChPgN3y .carousel-indicators li::after,
.cid-ta8ChPgN3y .carousel-indicators li::before {
  content: none;
}
.cid-ta8ChPgN3y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta8ChPgN3y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ta8ChPgN3y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8ChPgN3y .carousel-indicators {
    display: none;
  }
}
.cid-ta8ChPgN3y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ta8ChPgN3y .carousel-inner > .active {
  display: block;
}
.cid-ta8ChPgN3y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8ChPgN3y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8ChPgN3y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ta8ChPgN3y .carousel-control,
  .cid-ta8ChPgN3y .carousel-indicators,
  .cid-ta8ChPgN3y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ta8ChPgN3y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ta8ChPgN3y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ta8ChPgN3y .carousel-indicators .active,
.cid-ta8ChPgN3y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ta8ChPgN3y .carousel-indicators .active {
  background: #fff;
}
.cid-ta8ChPgN3y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ta8ChPgN3y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ta8ChPgN3y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ta8ChPgN3y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ta8ChPgN3y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ta8ChPgN3y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ta8ChPgN3y .carousel {
  width: 100%;
}
.cid-ta8ChPgN3y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ta8ChPgN3y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ta8ChPgN3y .modal.fade .modal-dialog,
.cid-ta8ChPgN3y .modal.in .modal-dialog {
  transform: none;
}
.cid-ta8ChPgN3y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ta8ChPgN3y H6 {
  text-align: center;
}
.cid-ta8CYKeJsZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ta8CYKeJsZ .carousel {
  height: 800px;
}
.cid-ta8CYKeJsZ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta8CYKeJsZ .carousel-item,
.cid-ta8CYKeJsZ .carousel-inner {
  height: 100%;
}
.cid-ta8CYKeJsZ .carousel-caption {
  bottom: 40px;
}
.cid-ta8CYKeJsZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ta8CYKeJsZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ta8CYKeJsZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ta8CYKeJsZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ta8CYKeJsZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ta8CYKeJsZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ta8CYKeJsZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ta8CYKeJsZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta8CYKeJsZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8CYKeJsZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta8CYKeJsZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta8CYKeJsZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ta8CYKeJsZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta8CYKeJsZ .carousel-indicators li.active,
.cid-ta8CYKeJsZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta8CYKeJsZ .carousel-indicators li::after,
.cid-ta8CYKeJsZ .carousel-indicators li::before {
  content: none;
}
.cid-ta8CYKeJsZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta8CYKeJsZ .carousel-indicators {
    display: none !important;
  }
}
.cid-ta8D1cbShx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-ta8D1cbShx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta8D1cbShx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ta8D1cbShx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ta8D1cbShx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ta8D1cbShx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ta8D1cbShx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ta8D1cbShx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ta8D1cbShx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ta8D1cbShx .carousel-control,
.cid-ta8D1cbShx .close {
  background: #1b1b1b;
}
.cid-ta8D1cbShx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ta8D1cbShx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ta8D1cbShx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ta8D1cbShx .carousel-control-next span {
  margin-left: 5px;
}
.cid-ta8D1cbShx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ta8D1cbShx .close::before {
  content: '\e91a';
}
.cid-ta8D1cbShx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ta8D1cbShx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta8D1cbShx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8D1cbShx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta8D1cbShx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta8D1cbShx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ta8D1cbShx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta8D1cbShx .carousel-indicators li.active,
.cid-ta8D1cbShx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta8D1cbShx .carousel-indicators li::after,
.cid-ta8D1cbShx .carousel-indicators li::before {
  content: none;
}
.cid-ta8D1cbShx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta8D1cbShx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ta8D1cbShx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8D1cbShx .carousel-indicators {
    display: none;
  }
}
.cid-ta8D1cbShx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ta8D1cbShx .carousel-inner > .active {
  display: block;
}
.cid-ta8D1cbShx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8D1cbShx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ta8D1cbShx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ta8D1cbShx .carousel-control,
  .cid-ta8D1cbShx .carousel-indicators,
  .cid-ta8D1cbShx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ta8D1cbShx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ta8D1cbShx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ta8D1cbShx .carousel-indicators .active,
.cid-ta8D1cbShx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ta8D1cbShx .carousel-indicators .active {
  background: #fff;
}
.cid-ta8D1cbShx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ta8D1cbShx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ta8D1cbShx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ta8D1cbShx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ta8D1cbShx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ta8D1cbShx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ta8D1cbShx .carousel {
  width: 100%;
}
.cid-ta8D1cbShx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ta8D1cbShx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ta8D1cbShx .modal.fade .modal-dialog,
.cid-ta8D1cbShx .modal.in .modal-dialog {
  transform: none;
}
.cid-ta8D1cbShx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ta8D1cbShx H6 {
  text-align: center;
}
.cid-ta8E2ahVcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ta8E2ahVcm .carousel {
  height: 800px;
}
.cid-ta8E2ahVcm .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta8E2ahVcm .carousel-item,
.cid-ta8E2ahVcm .carousel-inner {
  height: 100%;
}
.cid-ta8E2ahVcm .carousel-caption {
  bottom: 40px;
}
.cid-ta8E2ahVcm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ta8E2ahVcm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ta8E2ahVcm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ta8E2ahVcm .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ta8E2ahVcm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ta8E2ahVcm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ta8E2ahVcm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ta8E2ahVcm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ta8E2ahVcm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ta8E2ahVcm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ta8E2ahVcm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ta8E2ahVcm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ta8E2ahVcm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ta8E2ahVcm .carousel-indicators li.active,
.cid-ta8E2ahVcm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ta8E2ahVcm .carousel-indicators li::after,
.cid-ta8E2ahVcm .carousel-indicators li::before {
  content: none;
}
.cid-ta8E2ahVcm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ta8E2ahVcm .carousel-indicators {
    display: none !important;
  }
}
.cid-ta8FCRsp8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ta7TUSHFUj {
  background-image: url("../../../assets/images/img-1486-2000x1500.jpg");
}
.cid-ta7TUSHFUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ta7TUSHFUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF5NJpuGwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-tF5NJpuGwD .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tF5NJpuGwD .mbr-text {
  color: #ffe885;
}
.cid-ta8mW8ubRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-tagtSLh3gn {
  display: flex;
  background-image: url("../../../assets/images/20220629-2002341-2000x2667.jpeg");
}
.cid-tagtSLh3gn .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tagtSLh3gn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tagtSLh3gn {
    align-items: flex-end;
  }
  .cid-tagtSLh3gn .row {
    justify-content: flex-start;
  }
  .cid-tagtSLh3gn .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tagtSLh3gn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tagtSLh3gn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tagtSLh3gn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tagtSLh3gn .content-wrap {
    width: 100%;
  }
}
.cid-tagtSLh3gn .mbr-text,
.cid-tagtSLh3gn .mbr-section-btn {
  color: #000000;
}
.cid-tagtSLh3gn .mbr-section-title {
  color: #000000;
}
.cid-taw4s8E7Ac {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-taw4s8E7Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-taw4s8E7Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taw4s8E7Ac .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taw4s8E7Ac .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taw4s8E7Ac .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taw4s8E7Ac .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taw4s8E7Ac .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-taw4s8E7Ac .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taw4s8E7Ac .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-taxk6Hps5Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-taxk6Hps5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-taxk6Hps5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taxk6Hps5Y .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taxk6Hps5Y .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-taxk6Hps5Y .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taxk6Hps5Y .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taxk6Hps5Y .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taxk6Hps5Y .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-taxk6Hps5Y .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-taxk6Hps5Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-taxlEWBtvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taxlEWBtvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-taxlEWBtvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taxnvgcj9E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-taxnvgcj9E img,
.cid-taxnvgcj9E .item-img {
  width: 100%;
}
.cid-taxnvgcj9E .item:focus,
.cid-taxnvgcj9E span:focus {
  outline: none;
}
.cid-taxnvgcj9E .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-taxnvgcj9E .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-taxnvgcj9E .item {
  padding: 0;
  margin: 0;
}
.cid-taxnvgcj9E .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-taxnvgcj9E .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taxnvgcj9E .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-taxnvgcj9E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-taxnvgcj9E .mbr-section-title {
  color: #232323;
}
.cid-taxqNKVQ4o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-taxqNKVQ4o img,
.cid-taxqNKVQ4o .item-img {
  width: 100%;
}
.cid-taxqNKVQ4o .item:focus,
.cid-taxqNKVQ4o span:focus {
  outline: none;
}
.cid-taxqNKVQ4o .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-taxqNKVQ4o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-taxqNKVQ4o .item {
  padding: 0;
  margin: 0;
}
.cid-taxqNKVQ4o .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-taxqNKVQ4o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taxqNKVQ4o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-taxqNKVQ4o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-taxqNKVQ4o .mbr-section-title {
  color: #232323;
}
.cid-taP2g48PHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taP2g48PHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-taP2g48PHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taP2g48PHH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-taP2g48PHH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-taP2g48PHH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-taTeH24SFv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-taTeH24SFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-taTeH24SFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taTeH24SFv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-taTeH24SFv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-taTeH24SFv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taTeH24SFv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taTeH24SFv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taTeH24SFv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taTeH24SFv .carousel-control,
.cid-taTeH24SFv .close {
  background: #1b1b1b;
}
.cid-taTeH24SFv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taTeH24SFv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taTeH24SFv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taTeH24SFv .carousel-control-next span {
  margin-left: 5px;
}
.cid-taTeH24SFv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taTeH24SFv .close::before {
  content: '\e91a';
}
.cid-taTeH24SFv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taTeH24SFv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taTeH24SFv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taTeH24SFv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taTeH24SFv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taTeH24SFv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taTeH24SFv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taTeH24SFv .carousel-indicators li.active,
.cid-taTeH24SFv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taTeH24SFv .carousel-indicators li::after,
.cid-taTeH24SFv .carousel-indicators li::before {
  content: none;
}
.cid-taTeH24SFv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taTeH24SFv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taTeH24SFv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taTeH24SFv .carousel-indicators {
    display: none;
  }
}
.cid-taTeH24SFv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taTeH24SFv .carousel-inner > .active {
  display: block;
}
.cid-taTeH24SFv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taTeH24SFv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taTeH24SFv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taTeH24SFv .carousel-control,
  .cid-taTeH24SFv .carousel-indicators,
  .cid-taTeH24SFv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taTeH24SFv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taTeH24SFv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taTeH24SFv .carousel-indicators .active,
.cid-taTeH24SFv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taTeH24SFv .carousel-indicators .active {
  background: #fff;
}
.cid-taTeH24SFv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taTeH24SFv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taTeH24SFv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taTeH24SFv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taTeH24SFv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taTeH24SFv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taTeH24SFv .carousel {
  width: 100%;
}
.cid-taTeH24SFv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taTeH24SFv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taTeH24SFv .modal.fade .modal-dialog,
.cid-taTeH24SFv .modal.in .modal-dialog {
  transform: none;
}
.cid-taTeH24SFv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taTeH24SFv H6 {
  text-align: center;
}
.cid-taTf24UpcS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-taTf24UpcS img,
.cid-taTf24UpcS .item-img {
  width: 100%;
}
.cid-taTf24UpcS .item:focus,
.cid-taTf24UpcS span:focus {
  outline: none;
}
.cid-taTf24UpcS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-taTf24UpcS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-taTf24UpcS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taTf24UpcS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-taTf24UpcS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-taTf24UpcS .mbr-section-title {
  color: #232323;
}
.cid-taTf24UpcS .mbr-text,
.cid-taTf24UpcS .mbr-section-btn {
  text-align: left;
}
.cid-taTf24UpcS .item-title {
  text-align: left;
}
.cid-taTf24UpcS .item-subtitle {
  text-align: center;
}
.cid-taToEmXBoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9edcb;
}
.cid-taToEmXBoc .carousel {
  height: 800px;
}
.cid-taToEmXBoc .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-taToEmXBoc .carousel-item,
.cid-taToEmXBoc .carousel-inner {
  height: 100%;
}
.cid-taToEmXBoc .carousel-caption {
  bottom: 40px;
}
.cid-taToEmXBoc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-taToEmXBoc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-taToEmXBoc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-taToEmXBoc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-taToEmXBoc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-taToEmXBoc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-taToEmXBoc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-taToEmXBoc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taToEmXBoc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taToEmXBoc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taToEmXBoc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taToEmXBoc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-taToEmXBoc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taToEmXBoc .carousel-indicators li.active,
.cid-taToEmXBoc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taToEmXBoc .carousel-indicators li::after,
.cid-taToEmXBoc .carousel-indicators li::before {
  content: none;
}
.cid-taToEmXBoc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taToEmXBoc .carousel-indicators {
    display: none !important;
  }
}
.cid-tbzdHd12yA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-tbzdHd12yA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbzdHd12yA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbzdHd12yA .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tbzdHd12yA .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbzdHd12yA .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbzdHd12yA .card-wrapper {
    padding: 4rem;
  }
}
.cid-tbzdHd12yA .mbr-text,
.cid-tbzdHd12yA .mbr-section-btn {
  color: #ffffff;
}
.cid-tbzdHd12yA .card-title,
.cid-tbzdHd12yA .card-box {
  text-align: left;
}
.cid-tbz16kD9UE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbJEvohgIF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbJEvohgIF img,
.cid-tbJEvohgIF .item-img {
  width: 100%;
}
.cid-tbJEvohgIF .item:focus,
.cid-tbJEvohgIF span:focus {
  outline: none;
}
.cid-tbJEvohgIF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tbJEvohgIF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbJEvohgIF .item {
  padding: 0;
  margin: 0;
}
.cid-tbJEvohgIF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbJEvohgIF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbJEvohgIF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tbJEvohgIF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbJEvohgIF .mbr-section-title {
  color: #232323;
}
.cid-tbJFfWCOZr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbJFfWCOZr img,
.cid-tbJFfWCOZr .item-img {
  width: 100%;
}
.cid-tbJFfWCOZr .item:focus,
.cid-tbJFfWCOZr span:focus {
  outline: none;
}
.cid-tbJFfWCOZr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tbJFfWCOZr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbJFfWCOZr .item {
  padding: 0;
  margin: 0;
}
.cid-tbJFfWCOZr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbJFfWCOZr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbJFfWCOZr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tbJFfWCOZr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbJFfWCOZr .mbr-section-title {
  color: #232323;
}
.cid-tbJGfEYGjH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbJGfEYGjH img,
.cid-tbJGfEYGjH .item-img {
  width: 100%;
}
.cid-tbJGfEYGjH .item:focus,
.cid-tbJGfEYGjH span:focus {
  outline: none;
}
.cid-tbJGfEYGjH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tbJGfEYGjH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbJGfEYGjH .item {
  padding: 0;
  margin: 0;
}
.cid-tbJGfEYGjH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbJGfEYGjH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbJGfEYGjH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tbJGfEYGjH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbJGfEYGjH .mbr-section-title {
  color: #232323;
}
.cid-tbJH1I2fZ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbJH1I2fZ8 img,
.cid-tbJH1I2fZ8 .item-img {
  width: 100%;
}
.cid-tbJH1I2fZ8 .item:focus,
.cid-tbJH1I2fZ8 span:focus {
  outline: none;
}
.cid-tbJH1I2fZ8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tbJH1I2fZ8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbJH1I2fZ8 .item {
  padding: 0;
  margin: 0;
}
.cid-tbJH1I2fZ8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbJH1I2fZ8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbJH1I2fZ8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tbJH1I2fZ8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbJH1I2fZ8 .mbr-section-title {
  color: #232323;
}
.cid-tbJIcyKfWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbJIcyKfWB .carousel {
  height: 800px;
}
.cid-tbJIcyKfWB .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbJIcyKfWB .carousel-item,
.cid-tbJIcyKfWB .carousel-inner {
  height: 100%;
}
.cid-tbJIcyKfWB .carousel-caption {
  bottom: 40px;
}
.cid-tbJIcyKfWB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tbJIcyKfWB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tbJIcyKfWB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tbJIcyKfWB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbJIcyKfWB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbJIcyKfWB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbJIcyKfWB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbJIcyKfWB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tbJIcyKfWB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbJIcyKfWB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbJIcyKfWB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbJIcyKfWB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbJIcyKfWB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tbJIcyKfWB .carousel-indicators li.active,
.cid-tbJIcyKfWB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbJIcyKfWB .carousel-indicators li::after,
.cid-tbJIcyKfWB .carousel-indicators li::before {
  content: none;
}
.cid-tbJIcyKfWB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbJIcyKfWB .carousel-indicators {
    display: none !important;
  }
}
.cid-tckxoP51IE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tckyR15Gcu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tckyR15Gcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tckyR15Gcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tckyR15Gcu .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tckyR15Gcu .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tckyR15Gcu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tckyR15Gcu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tckyR15Gcu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tckyR15Gcu .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tckyR15Gcu .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tckyR15Gcu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tckA5umxaX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tckA5umxaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tckA5umxaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tckA5umxaX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tckA5umxaX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tckA5umxaX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tckA5umxaX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tckA5umxaX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tckA5umxaX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tckA5umxaX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcutx0Lr0o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcutx0Lr0o img,
.cid-tcutx0Lr0o .item-img {
  width: 100%;
}
.cid-tcutx0Lr0o .item:focus,
.cid-tcutx0Lr0o span:focus {
  outline: none;
}
.cid-tcutx0Lr0o .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcutx0Lr0o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcutx0Lr0o .item {
  padding: 0;
  margin: 0;
}
.cid-tcutx0Lr0o .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcutx0Lr0o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcutx0Lr0o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcutx0Lr0o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcutx0Lr0o .mbr-section-title {
  color: #232323;
}
.cid-tckAAdQ3gs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tckAAdQ3gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tckAAdQ3gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tckAAdQ3gs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tckAAdQ3gs .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tckAAdQ3gs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tckAAdQ3gs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tckAAdQ3gs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tckAAdQ3gs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tckAAdQ3gs .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tckAAdQ3gs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcqBJK2CB6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tcqBJK2CB6 img,
.cid-tcqBJK2CB6 .item-img {
  width: 100%;
}
.cid-tcqBJK2CB6 .item:focus,
.cid-tcqBJK2CB6 span:focus {
  outline: none;
}
.cid-tcqBJK2CB6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcqBJK2CB6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcqBJK2CB6 .item {
  padding: 0;
  margin: 0;
}
.cid-tcqBJK2CB6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcqBJK2CB6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcqBJK2CB6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcqBJK2CB6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcqBJK2CB6 .mbr-section-title {
  color: #232323;
}
.cid-tcqBQI1XrF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tcqBQI1XrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcqBQI1XrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcqBQI1XrF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tcqBQI1XrF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcqBQI1XrF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tcqBQI1XrF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcqBQI1XrF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tcqBQI1XrF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tcqBQI1XrF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcqXautUjK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tcqXautUjK img,
.cid-tcqXautUjK .item-img {
  width: 100%;
}
.cid-tcqXautUjK .item:focus,
.cid-tcqXautUjK span:focus {
  outline: none;
}
.cid-tcqXautUjK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcqXautUjK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcqXautUjK .item {
  padding: 0;
  margin: 0;
}
.cid-tcqXautUjK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcqXautUjK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcqXautUjK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcqXautUjK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcqXautUjK .mbr-section-title {
  color: #232323;
}
.cid-tcqQxFgZ6e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcqQxFgZ6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcqQxFgZ6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcqQxFgZ6e .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tcqQxFgZ6e .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tcqQxFgZ6e .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tcqQxFgZ6e .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tcqQxFgZ6e .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcqQxFgZ6e .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tcqQxFgZ6e .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tcqQxFgZ6e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tcqYk9QkTd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcqYk9QkTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcqYk9QkTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcqYk9QkTd .video-wrapper iframe {
  width: 100%;
}
.cid-tcqYk9QkTd .mbr-section-title,
.cid-tcqYk9QkTd .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tcqYk9QkTd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tcuy4mTDoh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tcuy4mTDoh img,
.cid-tcuy4mTDoh .item-img {
  width: 100%;
}
.cid-tcuy4mTDoh .item:focus,
.cid-tcuy4mTDoh span:focus {
  outline: none;
}
.cid-tcuy4mTDoh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcuy4mTDoh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcuy4mTDoh .item {
  padding: 0;
  margin: 0;
}
.cid-tcuy4mTDoh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcuy4mTDoh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcuy4mTDoh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcuy4mTDoh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcuy4mTDoh .mbr-section-title {
  color: #232323;
}
.cid-tcuvTlEJSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcuvTlEJSF .carousel {
  height: 800px;
}
.cid-tcuvTlEJSF .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tcuvTlEJSF .carousel-item,
.cid-tcuvTlEJSF .carousel-inner {
  height: 100%;
}
.cid-tcuvTlEJSF .carousel-caption {
  bottom: 40px;
}
.cid-tcuvTlEJSF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tcuvTlEJSF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tcuvTlEJSF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tcuvTlEJSF .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tcuvTlEJSF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tcuvTlEJSF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tcuvTlEJSF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcuvTlEJSF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tcuvTlEJSF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcuvTlEJSF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcuvTlEJSF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcuvTlEJSF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcuvTlEJSF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tcuvTlEJSF .carousel-indicators li.active,
.cid-tcuvTlEJSF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcuvTlEJSF .carousel-indicators li::after,
.cid-tcuvTlEJSF .carousel-indicators li::before {
  content: none;
}
.cid-tcuvTlEJSF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tcuvTlEJSF .carousel-indicators {
    display: none !important;
  }
}
.cid-tcqRSnbfOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-tcqRSnbfOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcqRSnbfOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcqRSnbfOY .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tcqRSnbfOY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tcqRSnbfOY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tcqRSnbfOY .card-wrapper {
    padding: 4rem;
  }
}
.cid-tcXsTBklGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcXsTBklGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcXsTBklGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcXsTBklGd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tcXsTBklGd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tcXsTBklGd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tcXvS4uimv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tcXvS4uimv img,
.cid-tcXvS4uimv .item-img {
  width: 100%;
}
.cid-tcXvS4uimv .item:focus,
.cid-tcXvS4uimv span:focus {
  outline: none;
}
.cid-tcXvS4uimv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcXvS4uimv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tcXvS4uimv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcXvS4uimv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tcXvS4uimv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tcXvS4uimv .mbr-section-title {
  color: #ffffff;
}
.cid-tcXvS4uimv .mbr-text,
.cid-tcXvS4uimv .mbr-section-btn {
  text-align: center;
}
.cid-tcXvS4uimv .item-title {
  text-align: center;
}
.cid-tcXvS4uimv .item-subtitle {
  text-align: left;
}
.cid-tcXx3WM9a7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcXx3WM9a7 .carousel {
  height: 800px;
}
.cid-tcXx3WM9a7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tcXx3WM9a7 .carousel-item,
.cid-tcXx3WM9a7 .carousel-inner {
  height: 100%;
}
.cid-tcXx3WM9a7 .carousel-caption {
  bottom: 40px;
}
.cid-tcXx3WM9a7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tcXx3WM9a7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tcXx3WM9a7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tcXx3WM9a7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tcXx3WM9a7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tcXx3WM9a7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tcXx3WM9a7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcXx3WM9a7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tcXx3WM9a7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcXx3WM9a7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcXx3WM9a7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcXx3WM9a7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcXx3WM9a7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tcXx3WM9a7 .carousel-indicators li.active,
.cid-tcXx3WM9a7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcXx3WM9a7 .carousel-indicators li::after,
.cid-tcXx3WM9a7 .carousel-indicators li::before {
  content: none;
}
.cid-tcXx3WM9a7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tcXx3WM9a7 .carousel-indicators {
    display: none !important;
  }
}
.cid-tcXxMgSGoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF5ZfZpqbf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tF5ZfZpqbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF5ZfZpqbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tF5ZfZpqbf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF5ZfZpqbf .row {
  flex-direction: row-reverse;
}
.cid-tF5ZfZpqbf img {
  width: 100%;
}
.cid-tcZhUqnmrC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcZhUqnmrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcZhUqnmrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcZhSV5mYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcZhSV5mYM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tcZhSV5mYM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tcZhSV5mYM .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tcZlZAFg95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcZlZAFg95 .carousel {
  height: 800px;
}
.cid-tcZlZAFg95 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tcZlZAFg95 .carousel-item,
.cid-tcZlZAFg95 .carousel-inner {
  height: 100%;
}
.cid-tcZlZAFg95 .carousel-caption {
  bottom: 40px;
}
.cid-tcZlZAFg95 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tcZlZAFg95 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tcZlZAFg95 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tcZlZAFg95 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tcZlZAFg95 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tcZlZAFg95 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tcZlZAFg95 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcZlZAFg95 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tcZlZAFg95 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcZlZAFg95 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tcZlZAFg95 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcZlZAFg95 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcZlZAFg95 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tcZlZAFg95 .carousel-indicators li.active,
.cid-tcZlZAFg95 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tcZlZAFg95 .carousel-indicators li::after,
.cid-tcZlZAFg95 .carousel-indicators li::before {
  content: none;
}
.cid-tcZlZAFg95 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tcZlZAFg95 .carousel-indicators {
    display: none !important;
  }
}
.cid-tKceUHrHbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKceUHrHbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKceUHrHbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKceUHrHbi .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKceUHrHbi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKceUHrHbi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKceUHrHbi .container {
    padding: 0 20px;
  }
}
.cid-tKceUHrHbi .row {
  justify-content: center;
}
.cid-tKceUHrHbi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tKceUHrHbi .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tKceUHrHbi .video-block {
    margin-bottom: 30px;
  }
}
.cid-tKceUHrHbi .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKceUHrHbi .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tKceUHrHbi .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-tKceUHrHbi .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKceUHrHbi .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tKceUHrHbi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-td9Fp1hFFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-td9Fp1hFFq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-td9FN4K5Ql {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-td9FN4K5Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-td9FN4K5Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td9FN4K5Ql .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td9FN4K5Ql .row {
  flex-direction: row-reverse;
}
.cid-td9FN4K5Ql img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td9FN4K5Ql .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdyRSNfzyU {
  background-image: url("../../../assets/images/20220804-182518-2000x1500.jpg");
}
.cid-tdyRSNfzyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdyRSNfzyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdyRSNfzyU .mbr-text,
.cid-tdyRSNfzyU .mbr-section-btn {
  color: #f9edcb;
}
.cid-tdyWgHugB4 {
  background-color: #f9edcb;
}
.cid-tdyWgHugB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdyWgHugB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdyWgHugB4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tdyWgHugB4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdyWgHugB4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tdyWgHugB4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tdyWgHugB4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdyYfxdkzH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tdyYfxdkzH img,
.cid-tdyYfxdkzH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tdyYfxdkzH .item:focus,
.cid-tdyYfxdkzH span:focus {
  outline: none;
}
.cid-tdyYfxdkzH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tdyYfxdkzH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tdyYfxdkzH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdyYfxdkzH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tdyYfxdkzH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tdyYfxdkzH .mbr-section-title {
  color: #232323;
}
.cid-tdyYfxdkzH .mbr-text,
.cid-tdyYfxdkzH .mbr-section-btn {
  text-align: left;
}
.cid-tdyYfxdkzH .item-title {
  text-align: left;
}
.cid-tdyYfxdkzH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tdz0vg1SF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tdz0vg1SF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdz0vg1SF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdz0vg1SF9 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tdz0vg1SF9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tdz0vg1SF9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdz0vg1SF9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdz0vg1SF9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdz0vg1SF9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tdz0vg1SF9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tdz0vg1SF9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tdz2pA7RXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tdz2pA7RXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdz2pA7RXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdz2pA7RXv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tdz2pA7RXv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tdz2pA7RXv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tdz8uDl5AP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-tdz8uDl5AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdz8uDl5AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdz8uDl5AP .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tdz8uDl5AP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdz8uDl5AP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdz8uDl5AP .card-wrapper {
    padding: 4rem;
  }
}
.cid-tdz8uDl5AP .mbr-text,
.cid-tdz8uDl5AP .mbr-section-btn {
  color: #ffffff;
}
.cid-tdz8uDl5AP .card-title,
.cid-tdz8uDl5AP .card-box {
  text-align: left;
}
.cid-tdz9j2935T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-tdz9j2935T img,
.cid-tdz9j2935T .item-img {
  width: 100%;
}
.cid-tdz9j2935T .item:focus,
.cid-tdz9j2935T span:focus {
  outline: none;
}
.cid-tdz9j2935T .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tdz9j2935T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tdz9j2935T .item {
  padding: 0;
  margin: 0;
}
.cid-tdz9j2935T .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tdz9j2935T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdz9j2935T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tdz9j2935T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tdz9j2935T .mbr-section-title {
  color: #232323;
}
.cid-tdz9WsKKZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tdz9WsKKZh .carousel {
  height: 800px;
}
.cid-tdz9WsKKZh .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdz9WsKKZh .carousel-item,
.cid-tdz9WsKKZh .carousel-inner {
  height: 100%;
}
.cid-tdz9WsKKZh .carousel-caption {
  bottom: 40px;
}
.cid-tdz9WsKKZh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tdz9WsKKZh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tdz9WsKKZh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tdz9WsKKZh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tdz9WsKKZh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tdz9WsKKZh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tdz9WsKKZh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tdz9WsKKZh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tdz9WsKKZh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdz9WsKKZh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tdz9WsKKZh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tdz9WsKKZh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tdz9WsKKZh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tdz9WsKKZh .carousel-indicators li.active,
.cid-tdz9WsKKZh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tdz9WsKKZh .carousel-indicators li::after,
.cid-tdz9WsKKZh .carousel-indicators li::before {
  content: none;
}
.cid-tdz9WsKKZh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tdz9WsKKZh .carousel-indicators {
    display: none !important;
  }
}
.cid-tedt9aMzei {
  background-image: url("../../../assets/images/20220809-112735-2000x1500.jpg");
}
.cid-tedt9aMzei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tedt9aMzei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tedunX2C3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tedunX2C3d .carousel {
  height: 800px;
}
.cid-tedunX2C3d .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tedunX2C3d .carousel-item,
.cid-tedunX2C3d .carousel-inner {
  height: 100%;
}
.cid-tedunX2C3d .carousel-caption {
  bottom: 40px;
}
.cid-tedunX2C3d .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tedunX2C3d .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tedunX2C3d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tedunX2C3d .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tedunX2C3d .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tedunX2C3d .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tedunX2C3d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tedunX2C3d .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tedunX2C3d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tedunX2C3d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tedunX2C3d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tedunX2C3d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tedunX2C3d .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tedunX2C3d .carousel-indicators li.active,
.cid-tedunX2C3d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tedunX2C3d .carousel-indicators li::after,
.cid-tedunX2C3d .carousel-indicators li::before {
  content: none;
}
.cid-tedunX2C3d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tedunX2C3d .carousel-indicators {
    display: none !important;
  }
}
.cid-tedv8DS7rp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tedv8DS7rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tedv8DS7rp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tedv8DS7rp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tedv8DS7rp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tedv8DS7rp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tedwCB72Vo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9edcb;
}
.cid-tedwCB72Vo blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tedxyAtasq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-1775-2000x1500.jpg");
}
.cid-tedxyAtasq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tedxyAtasq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tedxyAtasq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tedxyAtasq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tedxyAtasq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tedxyAtasq .mbr-text,
.cid-tedxyAtasq .mbr-section-btn {
  color: #f9edcb;
}
.cid-tedxyAtasq .mbr-section-title {
  color: #f9edcb;
}
.cid-tedytegk2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tedytegk2M .carousel {
  height: 800px;
}
.cid-tedytegk2M .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tedytegk2M .carousel-item,
.cid-tedytegk2M .carousel-inner {
  height: 100%;
}
.cid-tedytegk2M .carousel-caption {
  bottom: 40px;
}
.cid-tedytegk2M .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tedytegk2M .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tedytegk2M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tedytegk2M .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tedytegk2M .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tedytegk2M .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tedytegk2M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tedytegk2M .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tedytegk2M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tedytegk2M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tedytegk2M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tedytegk2M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tedytegk2M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tedytegk2M .carousel-indicators li.active,
.cid-tedytegk2M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tedytegk2M .carousel-indicators li::after,
.cid-tedytegk2M .carousel-indicators li::before {
  content: none;
}
.cid-tedytegk2M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tedytegk2M .carousel-indicators {
    display: none !important;
  }
}
.cid-tej2CsEbsv {
  background-image: url("../../../assets/images/img-1466-2000x1500.jpg");
}
.cid-tej2CsEbsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tej2CsEbsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7CAaz88vg {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-20230127-wa0028-2000x1500.jpeg");
}
.cid-t7CAaz88vg .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-t7CAaz88vg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t7CAaz88vg {
    align-items: flex-end;
  }
  .cid-t7CAaz88vg .row {
    justify-content: flex-start;
  }
  .cid-t7CAaz88vg .content-wrap {
    width: 68%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7CAaz88vg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7CAaz88vg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t7CAaz88vg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7CAaz88vg .content-wrap {
    width: 100%;
  }
}
.cid-t7CAws6fMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7CAws6fMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7CAws6fMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7CAws6fMd .mbr-section-title {
  text-align: left;
}
.cid-t7CAws6fMd .mbr-section-subtitle {
  text-align: left;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttBMsQLYa2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-ttBMsQLYa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttBMsQLYa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttBMsQLYa2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttBMsQLYa2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ttBMsQLYa2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ttGVy3qF0P {
  background-image: url("../../../assets/images/20230128-121729-2000x1500.jpg");
}
.cid-ttGVy3qF0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttGVy3qF0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttGXAGPZcM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttGXAGPZcM img,
.cid-ttGXAGPZcM .item-img {
  width: 100%;
}
.cid-ttGXAGPZcM .item:focus,
.cid-ttGXAGPZcM span:focus {
  outline: none;
}
.cid-ttGXAGPZcM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ttGXAGPZcM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ttGXAGPZcM .item {
  padding: 0;
  margin: 0;
}
.cid-ttGXAGPZcM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttGXAGPZcM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttGXAGPZcM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttGXAGPZcM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttGXAGPZcM .mbr-section-title {
  color: #232323;
}
.cid-ttGXGMpbtw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttGXGMpbtw img,
.cid-ttGXGMpbtw .item-img {
  width: 100%;
}
.cid-ttGXGMpbtw .item:focus,
.cid-ttGXGMpbtw span:focus {
  outline: none;
}
.cid-ttGXGMpbtw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ttGXGMpbtw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttGXGMpbtw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttGXGMpbtw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttGXGMpbtw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttGXGMpbtw .mbr-section-title {
  color: #232323;
}
.cid-ttGXGMpbtw .mbr-text,
.cid-ttGXGMpbtw .mbr-section-btn {
  text-align: left;
}
.cid-ttGXGMpbtw .item-title {
  text-align: left;
}
.cid-ttGXGMpbtw .item-subtitle {
  text-align: left;
}
.cid-tvzU5vjYs9 {
  background-color: #bed3f9;
}
.cid-tvzU5vjYs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvzU5vjYs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvzU5vjYs9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tvzU5vjYs9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tvzU5vjYs9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tvzU5vjYs9 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tvzU5vjYs9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tvzV3EZzxw {
  background-image: url("../../../assets/images/img-20230128-wa0050-1024x768.jpg");
}
.cid-tvzV3EZzxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvzV3EZzxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD0sSw4hsC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tD0sSw4hsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD0sSw4hsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD0sSw4hsC .container,
.cid-tD0sSw4hsC .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD0sSw4hsC .container,
  .cid-tD0sSw4hsC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD0sSw4hsC .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tD0sSw4hsC .row .card {
  padding: 0;
}
.cid-tD0sSw4hsC .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tD0sSw4hsC .card .card-wrapper img {
    height: 250px;
  }
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #000000 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/20191116-115319-2000x1500.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c8f2f8;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c8f2f8;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-tGBpHlmp9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGBpHlmp9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBpHlmp9z .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-tGBpHlmp9z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGBpHlmp9z .container {
    padding: 0 12px;
  }
}
.cid-tGBpHlmp9z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tGBpHlmp9z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGBpHlmp9z .mbr-section-title {
  color: #222222;
}
.cid-tGBpHlmp9z .mbr-text {
  color: #222222;
}
.cid-tGBpzpkb24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGBpzpkb24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBpzpkb24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBpzpkb24 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGBpzpkb24 .container-fluid {
    padding: 0;
  }
}
.cid-tGBpzpkb24 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGBpzpkb24 .container {
    padding: 0 20px;
  }
}
.cid-tGBpzpkb24 .row {
  justify-content: center;
}
.cid-tGBpzpkb24 .card {
  padding: 0;
}
.cid-tGBpzpkb24 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGBpzpkb24 .card img {
    height: 300px;
  }
}
.cid-tGBpzpkb24 .row.cards {
  margin: 0;
}
.cid-tGBpzpkb24 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGBpzpkb24 .row.cards img {
    height: 300px;
  }
}
.cid-sFGS12H2E8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c8f2f8;
}
.cid-sFGSX04rSl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGSX04rSl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGSX04rSl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFGSX04rSl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGSUpvomC .mbr-section-title {
  color: #ffffff;
}
.cid-sFGSUpvomC .card-title,
.cid-sFGSUpvomC .social-row {
  color: #111111;
}
.cid-tD0VaHqxjj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c8f2f8;
}
.cid-tD0VaHqxjj img,
.cid-tD0VaHqxjj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tD0VaHqxjj .item:focus,
.cid-tD0VaHqxjj span:focus {
  outline: none;
}
.cid-tD0VaHqxjj .item-wrapper {
  position: relative;
}
.cid-tD0VaHqxjj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD0VaHqxjj .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD0VaHqxjj .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tD0VaHqxjj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD0VaHqxjj .mbr-section-title {
  color: #232323;
}
.cid-tD0VaHqxjj .mbr-text,
.cid-tD0VaHqxjj .mbr-section-btn {
  text-align: left;
}
.cid-tD0VaHqxjj .item-title {
  text-align: left;
}
.cid-tD0VaHqxjj .item-subtitle {
  text-align: left;
}
.cid-tD0VaHqxjj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tD0VaHqxjj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD0VaHqxjj .embla__button--next,
.cid-tD0VaHqxjj .embla__button--prev {
  display: flex;
}
.cid-tD0VaHqxjj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tD0VaHqxjj .embla__button {
    display: none;
  }
}
.cid-tD0VaHqxjj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD0VaHqxjj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tD0VaHqxjj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD0VaHqxjj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD0VaHqxjj .embla__button {
    top: auto;
  }
}
.cid-tD0VaHqxjj .embla {
  position: relative;
  width: 100%;
}
.cid-tD0VaHqxjj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD0VaHqxjj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD0VaHqxjj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD0VaHqxjj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD0VjUeAYj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tD0VjUeAYj img,
.cid-tD0VjUeAYj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tD0VjUeAYj .item:focus,
.cid-tD0VjUeAYj span:focus {
  outline: none;
}
.cid-tD0VjUeAYj .item-wrapper {
  position: relative;
}
.cid-tD0VjUeAYj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tD0VjUeAYj .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD0VjUeAYj .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tD0VjUeAYj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tD0VjUeAYj .mbr-section-title {
  color: #ffffff;
}
.cid-tD0VjUeAYj .mbr-text,
.cid-tD0VjUeAYj .mbr-section-btn {
  text-align: left;
}
.cid-tD0VjUeAYj .item-title {
  text-align: left;
}
.cid-tD0VjUeAYj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tD0VjUeAYj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tD0VjUeAYj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD0VjUeAYj .embla__button--next,
.cid-tD0VjUeAYj .embla__button--prev {
  display: flex;
}
.cid-tD0VjUeAYj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tD0VjUeAYj .embla__button {
    display: none;
  }
}
.cid-tD0VjUeAYj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD0VjUeAYj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tD0VjUeAYj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD0VjUeAYj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD0VjUeAYj .embla__button {
    top: auto;
  }
}
.cid-tD0VjUeAYj .embla {
  position: relative;
  width: 100%;
}
.cid-tD0VjUeAYj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD0VjUeAYj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD0VjUeAYj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD0VjUeAYj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tD0VjUeAYj .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tD0VjUeAYj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tD0VjUeAYj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tGH1hV3MRz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tGH1hV3MRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGH1hV3MRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGH1hV3MRz .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGH1hV3MRz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .container {
    padding: 0 20px;
  }
}
.cid-tGH1hV3MRz .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGH1hV3MRz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tGH1hV3MRz .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tGH1hV3MRz .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #b29fe9;
  border-radius: 50px;
}
.cid-tGH1hV3MRz .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .image-wrapper {
    padding: 0;
  }
}
.cid-tGH1hV3MRz .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGH1hV3MRz .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tGH1hV3MRz .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGH1hV3MRz .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tGH1hV3MRz .mbr-section-title {
  color: #000000;
}
.cid-tGH1hV3MRz .mbr-text {
  color: #000000;
}
.cid-tGH1hV3MRz .list {
  color: #ffffff;
}
.cid-tEmfYr6D4s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c8f2f8;
}
.cid-tEmfYr6D4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmfYr6D4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmfYr6D4s .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tEmfYr6D4s .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEmfYr6D4s .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEmfYr6D4s .container {
    padding: 0 20px;
  }
  .cid-tEmfYr6D4s .container .row {
    padding: 0;
  }
}
.cid-tEmfYr6D4s .container,
.cid-tEmfYr6D4s .container-fluid {
  position: relative;
}
.cid-tEmfYr6D4s .container .container-color,
.cid-tEmfYr6D4s .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-tEmfYr6D4s .container .container-color,
  .cid-tEmfYr6D4s .container-fluid .container-color {
    width: 100%;
  }
}
.cid-tEmfYr6D4s .row {
  justify-content: center;
}
.cid-tEmfYr6D4s .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tEmfYr6D4s .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tEmfYr6D4s .mbr-text {
  color: #222222;
}
.cid-tEflnTgH1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/20191203-130852-2000x1500.jpg");
}
.cid-tEflnTgH1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEflnTgH1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEflnTgH1S .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tEflnTgH1S .container-fluid {
    padding: 0 12px;
  }
}
.cid-tEflnTgH1S .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEflnTgH1S .container {
    padding: 0 20px;
  }
}
.cid-tEflnTgH1S .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tEflnTgH1S .card {
  padding: 0;
}
.cid-tEflnTgH1S .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tEflnTgH1S .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-tEflnTgH1S .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #d7d7d7;
  border-right: 0;
  border-bottom: 0;
}
.cid-tEflnTgH1S .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #d7d7d7;
}
.cid-tEflnTgH1S .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tEflnTgH1S .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tEflnTgH1S .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tEflnTgH1S .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tEflnTgH1S .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tEflnTgH1S .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tEflnTgH1S .mbr-section-title {
  color: #1d1d1d;
}
.cid-tEflnTgH1S .mbr-text {
  color: #ffffff;
}
.cid-tEflnTgH1S .mbr-section-title,
.cid-tEflnTgH1S .mbr-section-btn {
  color: #ffffff;
}
.cid-tEmmYxb4pQ {
  background-color: #fafafa !important;
}
.cid-tEmmYxb4pQ .container {
  border: 18px solid #fafafa;
  margin-top: -18px;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .cid-tEmmYxb4pQ .container {
    border: 8px solid #fafafa;
    margin-top: -8px;
  }
}
.cid-tEmmYxb4pQ .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tEmmYxb4pQ .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tEmmYxb4pQ .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmmYxb4pQ .row .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-tEmmYxb4pQ .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tEmmYxb4pQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEmmYxb4pQ .mbr-section-title {
  color: #ffffff;
}
.cid-tEmlRbBrmS {
  background-color: #fafafa !important;
  border: 18px solid #fafafa;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tEmlRbBrmS {
    border: 8px solid #fafafa;
    margin-top: -8px;
  }
}
.cid-tEmlRbBrmS .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tEmlRbBrmS .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tEmlRbBrmS .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tEmlRbBrmS .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmlRbBrmS .row .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-tEmlRbBrmS .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tEmlRbBrmS .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tEmlRbBrmS .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-tEmlRbBrmS .mbr-section-title {
  color: #ffffff;
}
.cid-tEmnCDxgNs {
  background-color: #c8f2f8 !important;
  border: 18px solid #c8f2f8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tEmnCDxgNs {
    border: 8px solid #c8f2f8;
    margin-top: -8px;
  }
}
.cid-tEmnCDxgNs .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tEmnCDxgNs .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tEmnCDxgNs .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tEmnCDxgNs .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmnCDxgNs .row .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-tEmnCDxgNs .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tEmnCDxgNs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEmnCDxgNs .mbr-section-title {
  color: #ffffff;
}
.cid-tEmnmyo7B1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #c8f2f8;
}
.cid-tEmnmyo7B1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmnmyo7B1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmnmyo7B1 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tEmnmyo7B1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tEmnmyo7B1 .container-fluid .row {
  padding: 0;
}
.cid-tEmnmyo7B1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tEmnmyo7B1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEmnmyo7B1 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tEmnmyo7B1 .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tEmnmyo7B1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tEmnmyo7B1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tEmnmyo7B1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tEmnmyo7B1 .embla__button--next,
.cid-tEmnmyo7B1 .embla__button--prev {
  display: flex;
}
.cid-tEmnmyo7B1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #47b5ed;
  border: 2px solid #6592e6;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEmnmyo7B1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEmnmyo7B1 .embla__button:hover {
  background: transparent;
  color: #47b5ed;
  opacity: .5;
}
.cid-tEmnmyo7B1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tEmnmyo7B1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tEmnmyo7B1 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tEmnmyo7B1 .embla {
  position: relative;
  width: 100%;
}
.cid-tEmnmyo7B1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEmnmyo7B1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEmnmyo7B1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEmnmyo7B1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEmnDiQbRf {
  background-color: #fafafa !important;
  border: 18px solid #fafafa;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tEmnDiQbRf {
    border: 8px solid #fafafa;
    margin-top: -8px;
  }
}
.cid-tEmnDiQbRf .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tEmnDiQbRf .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tEmnDiQbRf .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tEmnDiQbRf .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmnDiQbRf .row .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-tEmnDiQbRf .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tEmnDiQbRf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tEmnDiQbRf .mbr-section-title {
  color: #ffffff;
}
.cid-tEmoI38aa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-tEmoI38aa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmoI38aa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEmoI38aa5 .row {
    padding: 0 24px;
  }
}
.cid-tEmoI38aa5 .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tEmoI38aa5 .items {
    flex-direction: column;
  }
}
.cid-tEmoI38aa5 .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-tEmoI38aa5 .items img {
    margin: 0 !important;
  }
}
.cid-tEmoI38aa5 .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-tEmoI38aa5 .items img:nth-child(3) {
  height: 290px;
}
.cid-tEmoI38aa5 .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-tEmoI38aa5 .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-tEmsXIwYbi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #c8f2f8;
}
.cid-tEmsXIwYbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEmsXIwYbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEmsXIwYbi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tEmsXIwYbi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEmsXIwYbi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEmsXIwYbi .container {
    padding: 0 20px;
  }
  .cid-tEmsXIwYbi .container .row {
    padding: 0;
  }
}
.cid-tEmsXIwYbi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tEmsXIwYbi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEmsXIwYbi .embla__slide .card-wrap {
  width: 100%;
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tEmsXIwYbi .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 70px;
  }
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tEmsXIwYbi .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 320px;
  }
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tEmsXIwYbi .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tEmsXIwYbi .embla__button--next,
.cid-tEmsXIwYbi .embla__button--prev {
  display: flex;
}
.cid-tEmsXIwYbi .embla__button {
  bottom: 8rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #47b5ed;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
}
.cid-tEmsXIwYbi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEmsXIwYbi .embla__button:hover {
  background-color: transparent;
  color: #47b5ed;
}
.cid-tEmsXIwYbi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tEmsXIwYbi .embla__button.embla__button--next {
  right: auto;
  left: 3rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tEmsXIwYbi .embla__button {
    bottom: 10rem;
  }
}
.cid-tEmsXIwYbi .embla {
  position: relative;
  width: 100%;
}
.cid-tEmsXIwYbi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEmsXIwYbi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEmsXIwYbi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEmsXIwYbi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEmsXIwYbi .mbr-card-title {
  color: #ffffff;
}
.cid-tEqrWCiXpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEqrWCiXpW .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEqrWCiXpW .mbr-section-title {
  color: #111111;
}
.cid-tEqrWCiXpW .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tEqrWCiXpW .embla {
  position: relative;
  width: 100%;
}
.cid-tEqrWCiXpW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEqrWCiXpW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEqrWCiXpW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEqrWCiXpW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEqrWCiXpW .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tEqrWCiXpW .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tEqrWCiXpW .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tEqrWCiXpW .item:focus,
.cid-tEqrWCiXpW span:focus {
  outline: none;
}
.cid-tEqrWCiXpW .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tEqrWCiXpW .item-img {
  width: 100%;
}
.cid-tEqrWCiXpW .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tEqrWCiXpW .embla__button--next,
.cid-tEqrWCiXpW .embla__button--prev {
  display: flex;
}
.cid-tEqrWCiXpW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(200, 242, 248, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tEqrWCiXpW .embla__button {
    display: none;
  }
}
.cid-tEqrWCiXpW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEqrWCiXpW .embla__button:hover {
  background: #c8f2f8;
  color: #FFFFFF;
}
.cid-tEqrWCiXpW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tEqrWCiXpW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tEqrWCiXpW .embla__button {
    top: auto;
  }
}
.cid-tEqq5E5bWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #222222;
}
.cid-tEqq5E5bWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEqq5E5bWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEqq5E5bWY .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tEqq5E5bWY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEqq5E5bWY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEqq5E5bWY .container {
    padding: 0 20px;
  }
  .cid-tEqq5E5bWY .container .row {
    padding: 0;
  }
}
.cid-tEqq5E5bWY .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tEqq5E5bWY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tEqq5E5bWY .title-wrapper .title-wrap {
  background-color: #222222;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tEqq5E5bWY .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-tEqq5E5bWY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tEqq5E5bWY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tEqq5E5bWY .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tEqq5E5bWY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .cid-tEqq5E5bWY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEqq5E5bWY .embla__slide a {
  width: 100%;
}
.cid-tEqq5E5bWY .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tEqq5E5bWY .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tEqq5E5bWY .embla__button--next,
.cid-tEqq5E5bWY .embla__button--prev {
  display: flex;
}
.cid-tEqq5E5bWY .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #47b5ed;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEqq5E5bWY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEqq5E5bWY .embla__button:hover {
  background-color: transparent;
  color: #47b5ed;
}
.cid-tEqq5E5bWY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tEqq5E5bWY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tEqq5E5bWY .embla__button {
    top: -2rem;
  }
}
.cid-tEqq5E5bWY .embla {
  position: relative;
  width: 100%;
}
.cid-tEqq5E5bWY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEqq5E5bWY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEqq5E5bWY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEqq5E5bWY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEqq5E5bWY .mbr-section-title {
  color: #ffffff;
}
.cid-tEqq5E5bWY .mbr-text {
  color: #ffffff;
}
.cid-tGBoDNq5rk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c8f2f8;
}
.cid-tGBoDNq5rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBoDNq5rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGBoDNq5rk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGBoDNq5rk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGBoDNq5rk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEquzxHFkg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tEquzxHFkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEquzxHFkg .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-tEquzxHFkg .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tEquzxHFkg .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tEquzxHFkg .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tEquzxHFkg .image-wrapper img {
    height: 300px;
  }
}
.cid-tEquzxHFkg .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tEquzxHFkg .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tEquzxHFkg .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tEquzxHFkg .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tEquzxHFkg .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tEquzxHFkg .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tEquzxHFkg .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tEquzxHFkg .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tEquzxHFkg .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #fafafa;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tEquzxHFkg .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tEquzxHFkg .mbr-section-title {
  color: #ffffff;
}
.cid-tEquzxHFkg .mbr-text {
  color: #ffffff;
}
.cid-tEquzxHFkg .icon-wrapper {
  text-align: right;
}
.cid-tEqwtiIu4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-tEqwtiIu4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEqwtiIu4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEqwtiIu4n .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tEqwtiIu4n .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEqwtiIu4n .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEqwtiIu4n .container {
    padding: 0 20px;
  }
  .cid-tEqwtiIu4n .container .row {
    padding: 0;
  }
}
.cid-tEqwtiIu4n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tEqwtiIu4n .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEqwtiIu4n .embla__slide .card-wrap {
  width: 100%;
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tEqwtiIu4n .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 70px;
  }
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tEqwtiIu4n .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 320px;
  }
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tEqwtiIu4n .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tEqwtiIu4n .embla__button--next,
.cid-tEqwtiIu4n .embla__button--prev {
  display: flex;
}
.cid-tEqwtiIu4n .embla__button {
  bottom: 8rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #47b5ed;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tEqwtiIu4n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEqwtiIu4n .embla__button:hover {
  background-color: transparent;
  color: #47b5ed;
}
.cid-tEqwtiIu4n .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tEqwtiIu4n .embla__button.embla__button--next {
  right: auto;
  left: 3rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tEqwtiIu4n .embla__button {
    bottom: 10rem;
  }
}
.cid-tEqwtiIu4n .embla {
  position: relative;
  width: 100%;
}
.cid-tEqwtiIu4n .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEqwtiIu4n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEqwtiIu4n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEqwtiIu4n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEqwtiIu4n .mbr-card-title {
  color: #ffffff;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJO7ksCCXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #4b6855;
}
.cid-tJO7ksCCXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJO7ksCCXP .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-tJO7ksCCXP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tJO7ksCCXP .container {
    padding: 0 12px;
  }
}
.cid-tJO7ksCCXP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJO7ksCCXP .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tJO7ksCCXP .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #fafafa;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tJO7ksCCXP .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-tJO7ksCCXP .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-tJO7ksCCXP .image-wrapper img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tJO7ksCCXP .image-wrapper img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-tJO7ksCCXP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-tJO7ksCCXP .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tJO7ksCCXP .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-tJO7ksCCXP .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tJO7ksCCXP .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tJO7ksCCXP .mbr-text {
  color: #222222;
}
.cid-tJO7ksCCXP .mbr-text,
.cid-tJO7ksCCXP .mbr-section-btn {
  text-align: center;
}
.cid-tJO7ksCCXP .mbr-section-title,
.cid-tJO7ksCCXP .mbr-section-btn {
  color: #000000;
}
.cid-tKMzcQZy4Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-2081-2000x1500.jpg");
}
.cid-tKMzcQZy4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMzcQZy4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMzcQZy4Y .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKMzcQZy4Y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKMzcQZy4Y .container {
    padding: 0;
  }
}
.cid-tKMzcQZy4Y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tKMzcQZy4Y .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tKMzcQZy4Y .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tKMzcQZy4Y .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tKMzcQZy4Y .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKMzcQZy4Y .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKMzcQZy4Y .mbr-section-title {
  color: #ffffff;
}
.cid-tKMzcQZy4Y .mbr-box {
  color: #ffffff;
}
.cid-tKMzcQZy4Y .mbr-section-btn {
  text-align: center;
}
.cid-tJSwjiCeRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJSwjiCeRX iframe,
.cid-tJSwjiCeRX img,
.cid-tJSwjiCeRX video {
  width: 100%;
}
.cid-tJSwjiCeRX .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tJSwjiCeRX .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tJSwjiCeRX .mbr-section-title {
  color: #161616;
}
.cid-tJSwjiCeRX .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tJSwjiCeRX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tJSwjiCeRX .mbr-media {
  position: relative;
}
.cid-tJSwjiCeRX .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tJSwjiCeRX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tJSwjiCeRX .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tJSwjiCeRX .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tJSwjiCeRX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tJSwjiCeRX .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tJSwjiCeRX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJSwjiCeRX .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tJSwjiCeRX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJSwjiCeRX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJUDhVNhXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tJUDhVNhXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUDhVNhXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUDhVNhXk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJUDhVNhXk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tJUDhVNhXk .container {
    padding: 0;
  }
}
.cid-tJUDhVNhXk .row {
  margin: 0;
}
.cid-tJUDhVNhXk .card {
  padding: 0;
}
.cid-tJUDhVNhXk .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tJUDhVNhXk .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJUDhVNhXk .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tJUDhVNhXk .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tJUDhVNhXk .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-tJUDhVNhXk .card .title-wrapper {
  padding: 0 150px;
}
.cid-tJUDhVNhXk .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tJUDhVNhXk .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tJUDhVNhXk .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tJUDhVNhXk .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tJUDhVNhXk .mbr-section-title {
  color: #263a5c;
}
.cid-tJUDhVNhXk .mbr-text {
  color: #111111;
}
.cid-tJUDhVNhXk .mbr-section-title,
.cid-tJUDhVNhXk .mbr-section-btn {
  color: #111111;
}
.cid-tJUFPAytq2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJUFPAytq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJUFPAytq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJUFPAytq2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJUFPAytq2 .mbr-section-title {
  color: #24262b;
}
.cid-tJUFPAytq2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJUFPAytq2 .items-row {
  row-gap: 32px;
}
.cid-tJUFPAytq2 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tJUFPAytq2 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tJUFPAytq2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tJUFPAytq2 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tJUFPAytq2 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tJUFPAytq2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tJUFPAytq2 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tJUFPAytq2 .mbr-item-subtitle {
  color: #24262b;
}
.cid-tJUFPAytq2 .carousel-control,
.cid-tJUFPAytq2 .close {
  background: #1b1b1b;
}
.cid-tJUFPAytq2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJUFPAytq2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJUFPAytq2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJUFPAytq2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJUFPAytq2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJUFPAytq2 .close::before {
  content: '\e91a';
}
.cid-tJUFPAytq2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJUFPAytq2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJUFPAytq2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJUFPAytq2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJUFPAytq2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJUFPAytq2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJUFPAytq2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tJUFPAytq2 .carousel-indicators li.active,
.cid-tJUFPAytq2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJUFPAytq2 .carousel-indicators li::after,
.cid-tJUFPAytq2 .carousel-indicators li::before {
  content: none;
}
.cid-tJUFPAytq2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJUFPAytq2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJUFPAytq2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJUFPAytq2 .carousel-indicators {
    display: none;
  }
}
.cid-tJUFPAytq2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJUFPAytq2 .carousel-inner > .active {
  display: block;
}
.cid-tJUFPAytq2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJUFPAytq2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJUFPAytq2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJUFPAytq2 .carousel-control,
  .cid-tJUFPAytq2 .carousel-indicators,
  .cid-tJUFPAytq2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJUFPAytq2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJUFPAytq2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJUFPAytq2 .carousel-indicators .active,
.cid-tJUFPAytq2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJUFPAytq2 .carousel-indicators .active {
  background: #fff;
}
.cid-tJUFPAytq2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJUFPAytq2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJUFPAytq2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJUFPAytq2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJUFPAytq2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJUFPAytq2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJUFPAytq2 .carousel {
  width: 100%;
}
.cid-tJUFPAytq2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJUFPAytq2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJUFPAytq2 .modal.fade .modal-dialog,
.cid-tJUFPAytq2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tJUFPAytq2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJUFPAytq2 H6 {
  text-align: center;
}
.cid-tK3IInBcbK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b6855;
}
.cid-tK3IInBcbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3IInBcbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK3IInBcbK .col-12 {
  position: relative;
}
.cid-tK3IInBcbK img {
  max-width: 800px;
  margin: auto;
}
.cid-tK3IInBcbK .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tK3IInBcbK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tK3IInBcbK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tK3IInBcbK .image-wrapper {
    padding: 1rem;
  }
}
.cid-tK3IInBcbK .mbr-section-title {
  color: #000000;
}
.cid-tK3J7IpWik {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tK3J7IpWik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3J7IpWik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK3J7IpWik .mbr-iconfont {
  color: #4b6855;
  font-size: 5rem;
  width: 5rem;
}
.cid-tK3J7IpWik .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tK3LbRpZhG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tK3LbRpZhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK3LbRpZhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK3LbRpZhG .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tK3LbRpZhG .container-fluid {
    padding: 0;
  }
}
.cid-tK3LbRpZhG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tK3LbRpZhG .container {
    padding: 0 20px;
  }
}
.cid-tK3LbRpZhG .row {
  justify-content: center;
}
.cid-tK3LbRpZhG .card {
  padding: 0;
}
.cid-tK3LbRpZhG .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tK3LbRpZhG .card img {
    height: 300px;
  }
}
.cid-tK3LbRpZhG .row.cards {
  margin: 0;
}
.cid-tK3LbRpZhG .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tK3LbRpZhG .row.cards img {
    height: 300px;
  }
}
.cid-tKMz3BQ9y0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20230716-91750-2000x1500.jpg");
}
.cid-tKMz3BQ9y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMz3BQ9y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMz3BQ9y0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKMz3BQ9y0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKMz3BQ9y0 .container {
    padding: 0;
  }
}
.cid-tKMz3BQ9y0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tKMz3BQ9y0 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tKMz3BQ9y0 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tKMz3BQ9y0 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tKMz3BQ9y0 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKMz3BQ9y0 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKMz3BQ9y0 .mbr-section-title {
  color: #ffffff;
}
.cid-tKMz3BQ9y0 .mbr-box {
  color: #ffffff;
}
.cid-tKMz3BQ9y0 .mbr-section-btn {
  text-align: center;
}
.cid-tK6hbvKtDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tK6hbvKtDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK6hbvKtDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK6hbvKtDN .row {
  padding: 1rem;
}
.cid-tK6hbvKtDN .row::before {
  content: '';
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 400px 0 0 0;
}
.cid-tK6hbvKtDN .title-wrapper {
  padding-left: 110px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tK6hbvKtDN .title-wrapper {
    padding: 0;
  }
}
.cid-tK6hbvKtDN .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tK6hbvKtDN .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tK6hbvKtDN .cards .card {
  margin-bottom: 20px;
}
.cid-tK6hbvKtDN .cards .card .mbr-number {
  margin: 0;
}
.cid-tK6hbvKtDN .cards .card .mbr-desc {
  margin: 0;
}
.cid-tK6hbvKtDN .mbr-section-title {
  color: #111111;
}
.cid-tK6hbvKtDN .mbr-text {
  color: #111111;
}
.cid-tK6hbvKtDN .mbr-number {
  color: #000000;
}
.cid-tK6hbvKtDN .mbr-desc {
  color: #000000;
}
.cid-tKc89j9IDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKc89j9IDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKc89j9IDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKc89j9IDe .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tKc89j9IDe .container-fluid {
    padding: 0 12px;
  }
}
.cid-tKc89j9IDe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKc89j9IDe .container {
    padding: 0 20px;
  }
}
.cid-tKc89j9IDe .card {
  padding: 0;
}
.cid-tKc89j9IDe .image-wrapper {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
}
.cid-tKc89j9IDe .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKc89j9IDe .image-wrapper .text-wrapper {
  position: relative;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tKc89j9IDe .image-wrapper .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tKc89j9IDe .image-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tKc89j9IDe .image-wrapper .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tKc89j9IDe .image-wrapper .text-wrapper .mbr-section-btn .btn {
  color: #6592e6 !important;
}
.cid-tKc89j9IDe .image-wrap {
  position: relative;
  height: 100%;
}
.cid-tKc89j9IDe .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKc89j9IDe .mbr-section-title {
  color: #ffffff;
}
.cid-tKc89j9IDe .mbr-text {
  color: #ffffff;
}
.cid-tKcawvKXlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKcawvKXlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcawvKXlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcawvKXlC .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKcawvKXlC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKcawvKXlC .container {
    padding: 0 26px;
  }
}
.cid-tKcawvKXlC .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-tKcawvKXlC .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-tKcawvKXlC .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-tKcawvKXlC .mbr-section-title {
  color: #ffffff;
}
.cid-tKcawvKXlC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKcawvKXlC .mbr-text {
  color: #cacaca;
}
.cid-tKomviE4lO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKomviE4lO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKomviE4lO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKomviE4lO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tKomviE4lO .container-fluid {
    padding: 0 12px;
  }
}
.cid-tKomviE4lO .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tKomviE4lO .row {
    padding: 48px 20px;
  }
}
.cid-tKomviE4lO .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #f9edcb;
  border-radius: 100%;
}
.cid-tKomviE4lO .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tKomviE4lO .card {
    margin: 0 !important;
  }
}
.cid-tKomviE4lO .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tKomviE4lO .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tKomviE4lO .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKomviE4lO .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tKomviE4lO .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tKomviE4lO .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tKomviE4lO .mbr-text {
  color: #4b6855;
}
.cid-tKonkXDN8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKonkXDN8a .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tKonkXDN8a .mbr-section-title {
  color: #4b6855;
}
.cid-tKonkXDN8a .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-tKonkXDN8a .embla {
  position: relative;
  width: 100%;
}
.cid-tKonkXDN8a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tKonkXDN8a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKonkXDN8a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKonkXDN8a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKonkXDN8a .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tKonkXDN8a .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tKonkXDN8a .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tKonkXDN8a .item:focus,
.cid-tKonkXDN8a span:focus {
  outline: none;
}
.cid-tKonkXDN8a .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tKonkXDN8a .item-img {
  width: 100%;
}
.cid-tKonkXDN8a .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tKonkXDN8a .embla__button--next,
.cid-tKonkXDN8a .embla__button--prev {
  display: flex;
}
.cid-tKonkXDN8a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tKonkXDN8a .embla__button {
    display: none;
  }
}
.cid-tKonkXDN8a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tKonkXDN8a .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tKonkXDN8a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKonkXDN8a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKonkXDN8a .embla__button {
    top: auto;
  }
}
.cid-tKMxg2PBvT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20230722-wa0067-1197x1600.jpg");
}
.cid-tKMxg2PBvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMxg2PBvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMxg2PBvT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKMxg2PBvT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKMxg2PBvT .container {
    padding: 0;
  }
}
.cid-tKMxg2PBvT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tKMxg2PBvT .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tKMxg2PBvT .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tKMxg2PBvT .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tKMxg2PBvT .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKMxg2PBvT .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKMxg2PBvT .mbr-section-title {
  color: #ffffff;
}
.cid-tKMxg2PBvT .mbr-box {
  color: #ffffff;
}
.cid-tKMxg2PBvT .mbr-section-btn {
  text-align: center;
}
.cid-tKMAtvcP5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tKMAtvcP5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMAtvcP5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMAtvcP5j .container,
.cid-tKMAtvcP5j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tKMAtvcP5j .container,
  .cid-tKMAtvcP5j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKMAtvcP5j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tKMAtvcP5j .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}
@media (max-width: 992px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #8a9198;
  margin-bottom: 0;
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 30px;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-tKMAtvcP5j .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tKMAtvcP5j .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tKMAtvcP5j .embla__button--next,
.cid-tKMAtvcP5j .embla__button--prev {
  display: flex;
}
.cid-tKMAtvcP5j .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #6592e6;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKMAtvcP5j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tKMAtvcP5j .embla__button:hover {
  background: transparent;
  color: #6592e6;
  opacity: .5;
}
.cid-tKMAtvcP5j .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-tKMAtvcP5j .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tKMAtvcP5j .embla__button {
    top: 0;
  }
}
.cid-tKMAtvcP5j .embla {
  position: relative;
  width: 100%;
}
.cid-tKMAtvcP5j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tKMAtvcP5j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKMAtvcP5j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKMAtvcP5j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKMAtvcP5j .mbr-desc {
  color: #ffffff;
}
.cid-tKMAtvcP5j .mbr-section-title {
  color: #3d4045;
}
.cid-tKMAtvcP5j .mbr-text {
  color: #3d4045;
}
.cid-tKMAuaW05x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKMAuaW05x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMAuaW05x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKMAuaW05x .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tKMAuaW05x .container-fluid {
    padding: 0 12px;
  }
}
.cid-tKMAuaW05x .container-fluid .row {
  padding: 0;
}
.cid-tKMAuaW05x .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKMAuaW05x .card {
    margin-bottom: 28px;
  }
}
.cid-tKMAuaW05x .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #ffffff;
}
.cid-tKMDLm4N7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tKMDLm4N7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMDLm4N7C .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-tKMDLm4N7C .container {
    padding: 0 16px;
  }
}
.cid-tKMDLm4N7C .row {
  justify-content: center;
}
.cid-tKMDLm4N7C .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tKMDLm4N7C .image-wrapper {
  margin-bottom: 40px;
}
.cid-tKMDLm4N7C .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tKMDLm4N7C .image-wrapper img {
    height: 280px;
  }
}
.cid-tKMDLm4N7C .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tKMDLm4N7C .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tKMDLm4N7C .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tKMAkCTvB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4b6855;
}
.cid-tKMAkCTvB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKMAkCTvB2 .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-tKMAkCTvB2 .container {
    padding: 0 30px;
  }
}
.cid-tKMAkCTvB2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #212529;
  padding-bottom: 50px;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tKMAkCTvB2 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKMAkCTvB2 .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tKMAkCTvB2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tKMAkCTvB2 .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-tKMAkCTvB2 .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-tKMAkCTvB2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKMAkCTvB2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tKMAkCTvB2 .embla__button--next,
.cid-tKMAkCTvB2 .embla__button--prev {
  display: flex;
}
.cid-tKMAkCTvB2 .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #a3a3a3;
  color: #b3efdc;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-tKMAkCTvB2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tKMAkCTvB2 .embla__button:hover {
  background: #a3a3a3;
  color: #b3efdc;
  opacity: 1;
}
.cid-tKMAkCTvB2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tKMAkCTvB2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tKMAkCTvB2 .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-tKMAkCTvB2 .slider-wrapper {
    padding: 0;
  }
}
.cid-tKMAkCTvB2 .embla {
  position: relative;
  width: 100%;
}
.cid-tKMAkCTvB2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tKMAkCTvB2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKMAkCTvB2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKMAkCTvB2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKMAkCTvB2 .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tKMAkCTvB2 .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKMAkCTvB2 .list-wrapper {
    display: block;
  }
}
.cid-tKMAkCTvB2 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-tKMAkCTvB2 .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-tKMAkCTvB2 .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-tKMAkCTvB2 .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-tKMAkCTvB2 .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-tKMAkCTvB2 .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tKMAkCTvB2 .mbr-section-btn {
    padding: 0;
  }
}
.cid-tKMAkCTvB2 .mbr-section-title {
  color: #fafafa;
}
.cid-tKMAkCTvB2 .mbr-desc {
  color: #212529;
}
.cid-tKMAkCTvB2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tKMAkCTvB2 .mbr-text {
  color: #fafafa;
}
.cid-tKMAkCTvB2 .mbr-list-title {
  color: #212529;
}
.cid-tKMAkCTvB2 .list_1 {
  color: #212529;
}
.cid-tKMAkCTvB2 .list_2 {
  color: #212529;
}
.cid-tKOWhC32jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-tKOWhC32jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKOWhC32jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKOWhC32jv .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKOWhC32jv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKOWhC32jv .container {
    padding: 0 26px;
  }
}
.cid-tKOWhC32jv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 690px;
  max-width: 690px;
}
@media (max-width: 768px) {
  .cid-tKOWhC32jv .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tKOWhC32jv .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tKOWhC32jv .embla__slide a:hover .card-wrap .item-wrapper .image-wrap::before {
  opacity: .65;
}
.cid-tKOWhC32jv .embla__slide a:hover .card-wrap .item-wrapper .image-wrap .content-wrap {
  opacity: 1;
  transform: translateX(0);
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
    opacity: .65;
  }
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-desc {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKOWhC32jv .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-tKOWhC32jv .embla__button--next,
.cid-tKOWhC32jv .embla__button--prev {
  display: flex;
}
.cid-tKOWhC32jv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tKOWhC32jv .embla__button {
    display: none;
  }
}
.cid-tKOWhC32jv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tKOWhC32jv .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tKOWhC32jv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tKOWhC32jv .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tKOWhC32jv .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tKOWhC32jv .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tKOWhC32jv .embla {
  position: relative;
  width: 100%;
}
.cid-tKOWhC32jv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tKOWhC32jv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKOWhC32jv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKOWhC32jv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tKOWhC32jv .card-title {
  color: #ffffff;
}
.cid-tKOWhC32jv .card-desc {
  color: #cacaca;
}
.cid-tKP138pOSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #4b6855;
}
.cid-tKP138pOSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKP138pOSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKP138pOSq .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tKP138pOSq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKP138pOSq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKP138pOSq .container {
    padding: 0 20px;
  }
}
.cid-tKP138pOSq .row {
  justify-content: center;
}
.cid-tKP138pOSq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tKP138pOSq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tKP138pOSq .video-block {
    margin-bottom: 30px;
  }
}
.cid-tKP138pOSq .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKP138pOSq .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tKP138pOSq .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-tKP138pOSq .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKP138pOSq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tKP138pOSq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tKQMBWlqFg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tKQMBWlqFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQMBWlqFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQMBWlqFg .mbr-section-title {
  color: #24262b;
}
.cid-tKQMBWlqFg .mbr-section-subtitle {
  color: #24262b;
}
.cid-tKQMBWlqFg .mbr-section-btn {
  margin-top: 16px;
}
.cid-tKQMgH4jeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tKQMgH4jeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQMgH4jeV .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-tKQMgH4jeV .container {
    padding: 0 30px;
  }
}
.cid-tKQMgH4jeV .row {
  position: relative;
  padding-top: 560px;
}
@media (max-width: 768px) {
  .cid-tKQMgH4jeV .row {
    padding-top: 260px;
  }
}
.cid-tKQMgH4jeV .row img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKQMgH4jeV .row img {
    left: 0;
    width: 100%;
    height: 450px;
  }
}
.cid-tKQMgH4jeV .text-wrapper {
  padding: 170px 75px 140px;
  background-color: #4b6855;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tKQMgH4jeV .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tKQMgH4jeV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap {
  margin-top: 40px;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a:hover::before,
.cid-tKQMgH4jeV .text-wrapper .link-wrap a:focus::before {
  width: 100%;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a:hover .mbr-iconfont,
.cid-tKQMgH4jeV .text-wrapper .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4b6855;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-tKQMgH4jeV .text-wrapper .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tKQMgH4jeV .mbr-text {
  color: #fafafa;
}
.cid-tKQMgH4jeV .mbr-link,
.cid-tKQMgH4jeV .mbr-iconfont {
  color: #212529;
}
.cid-tKQOJiQMax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKQOJiQMax .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQOJiQMax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQOJiQMax .item {
  padding-bottom: 2rem;
}
.cid-tKQOJiQMax .item-wrapper {
  position: relative;
}
.cid-tKQOJiQMax .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKQOJiQMax .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKQOJiQMax .carousel-control,
.cid-tKQOJiQMax .close {
  background: #1b1b1b;
}
.cid-tKQOJiQMax .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKQOJiQMax .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKQOJiQMax .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKQOJiQMax .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKQOJiQMax .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKQOJiQMax .close::before {
  content: '\e91a';
}
.cid-tKQOJiQMax .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKQOJiQMax .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKQOJiQMax .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKQOJiQMax .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKQOJiQMax .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKQOJiQMax .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKQOJiQMax .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKQOJiQMax .carousel-indicators li.active,
.cid-tKQOJiQMax .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKQOJiQMax .carousel-indicators li::after,
.cid-tKQOJiQMax .carousel-indicators li::before {
  content: none;
}
.cid-tKQOJiQMax .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKQOJiQMax .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKQOJiQMax .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKQOJiQMax .carousel-indicators {
    display: none;
  }
}
.cid-tKQOJiQMax .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKQOJiQMax .carousel-inner > .active {
  display: block;
}
.cid-tKQOJiQMax .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKQOJiQMax .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKQOJiQMax .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKQOJiQMax .carousel-control,
  .cid-tKQOJiQMax .carousel-indicators,
  .cid-tKQOJiQMax .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKQOJiQMax .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKQOJiQMax .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKQOJiQMax .carousel-indicators .active,
.cid-tKQOJiQMax .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKQOJiQMax .carousel-indicators .active {
  background: #fff;
}
.cid-tKQOJiQMax .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKQOJiQMax .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKQOJiQMax .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKQOJiQMax .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKQOJiQMax .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKQOJiQMax .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKQOJiQMax .carousel {
  width: 100%;
}
.cid-tKQOJiQMax .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKQOJiQMax .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKQOJiQMax .modal.fade .modal-dialog,
.cid-tKQOJiQMax .modal.in .modal-dialog {
  transform: none;
}
.cid-tKQOJiQMax .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKQOJiQMax H6 {
  text-align: center;
}
.cid-tKQPD5YtOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKQPD5YtOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQPD5YtOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQPD5YtOJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKQPD5YtOJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKQPD5YtOJ .container {
    padding: 0;
  }
}
.cid-tKQPD5YtOJ .row {
  justify-content: center;
  margin: 0;
}
.cid-tKQPD5YtOJ .card {
  border-radius: 0;
  padding: 0;
}
.cid-tKQPD5YtOJ .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKQPD5YtOJ .card .card-wrapper img {
    height: 300px;
  }
}
.cid-tKQRjqcJ8F {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20230724-wa0011-2000x1500.jpg");
}
.cid-tKQRjqcJ8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQRjqcJ8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQRjqcJ8F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKQRjqcJ8F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKQRjqcJ8F .container {
    padding: 0;
  }
}
.cid-tKQRjqcJ8F .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tKQRjqcJ8F .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tKQRjqcJ8F .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tKQRjqcJ8F .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tKQRjqcJ8F .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tKQRjqcJ8F .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tKQRjqcJ8F .mbr-section-title {
  color: #ffffff;
}
.cid-tKQRjqcJ8F .mbr-box {
  color: #ffffff;
}
.cid-tKQRjqcJ8F .mbr-section-btn {
  text-align: center;
}
.cid-tKQScms841 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKQScms841 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQScms841 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQScms841 .container-small,
.cid-tKQScms841 .container-fluid {
  padding: 0 !important;
}
.cid-tKQScms841 .container-small {
  max-width: 1440px;
}
.cid-tKQScms841 .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #4b6855;
}
@media (max-width: 991px) {
  .cid-tKQScms841 .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tKQScms841 .text-box {
    padding: 50px 10px;
  }
}
.cid-tKQScms841 .mbr-section-title {
  color: #fafafa;
}
.cid-tKQScms841 .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-tKQScms841 .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tKQScms841 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKQScms841 .mbr-text a {
  text-decoration: underline;
}
.cid-tKQScms841 .mbr-section-btn {
  margin-top: 34px;
}
.cid-tKQScms841 .mbr-section-subtitle,
.cid-tKQScms841 .mbr-section-btn {
  color: #fafafa;
}
.cid-tKY0T0QEzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tKY0T0QEzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKY0T0QEzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKY0T0QEzi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tKY0T0QEzi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKY0T0QEzi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKY0T0QEzi .container {
    padding: 0 20px;
  }
  .cid-tKY0T0QEzi .container .row {
    padding: 0;
  }
}
.cid-tKY0T0QEzi .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tKY0T0QEzi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tKY0T0QEzi .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tKY0T0QEzi .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #4b6855;
}
@media (max-width: 768px) {
  .cid-tKY0T0QEzi .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-tKY0T0QEzi .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tKY0T0QEzi .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-tKY0T0QEzi .image-wrapper img {
    height: 300px;
  }
}
.cid-tKY0T0QEzi .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-tKY0T0QEzi .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-tKY0T0QEzi .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tKY0T0QEzi .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKY0T0QEzi .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tKY0T0QEzi .mbr-section-title {
  color: #ffffff;
}
.cid-tKY0T0QEzi .mbr-text {
  color: #ffffff;
}
.cid-tKY1sJlDRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tKY1sJlDRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKY1sJlDRt .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-tKY1sJlDRt .container {
    padding: 0 16px;
  }
}
.cid-tKY1sJlDRt .title-wrapper {
  position: relative;
}
.cid-tKY1sJlDRt .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKY1sJlDRt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tKY1sJlDRt .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKY1sJlDRt .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tKY1sJlDRt .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tKY1sJlDRt .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #fafafa;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tKY1sJlDRt .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tKY1sJlDRt .mbr-section-title {
  color: #08323C;
}
.cid-tKY1sJlDRt .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tKY1sJlDRt .mbr-section-title,
.cid-tKY1sJlDRt .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-tKY3uxldyt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKY3uxldyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKY3uxldyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKY3uxldyt .container-fluid {
  margin: 0;
  padding: 0 11px;
}
@media (max-width: 992px) {
  .cid-tKY3uxldyt .container-fluid {
    padding: 0 7px;
  }
}
.cid-tKY3uxldyt .container-fluid .row {
  padding: 0;
}
.cid-tKY3uxldyt .row {
  justify-content: center;
}
.cid-tKY3uxldyt .card {
  padding: 0 5px;
}
.cid-tKY3uxldyt .image-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.cid-tKY3uxldyt .image-wrapper:hover img {
  transform: scale(1.03);
}
.cid-tKY3uxldyt .image-wrapper img {
  height: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-tLcjK3q9kM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #fafafa;
}
.cid-tLcjK3q9kM .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tLcjK3q9kM .timelines-container {
    padding: 0 24px;
  }
}
.cid-tLcjK3q9kM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tLcjK3q9kM .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tLcjK3q9kM .timeline-element {
    width: 100%;
  }
}
.cid-tLcjK3q9kM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLcjK3q9kM .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-tLcjK3q9kM .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tLcjK3q9kM .mbr-section-title,
.cid-tLcjK3q9kM .mbr-section-subtitle {
  text-align: center;
}
.cid-tLcjK3q9kM .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tLcjK3q9kM .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tLcjK3q9kM .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tLcjK3q9kM .mbr-timeline-date {
  color: #4b6855;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tLcjK3q9kM .mbr-timeline-date {
    font-size: 4rem;
  }
}
.cid-tLcjK3q9kM .mbr-timeline-text {
  color: #4b6855;
}
.cid-tLcjK3q9kM .mbr-timeline-title {
  color: #4b6855;
}
.cid-tLcjK3q9kM .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tLcjK3q9kM .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tLcjK3q9kM .timeline-img-panel {
  padding: 0;
}
.cid-tLcjK3q9kM .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tLcjK3q9kM .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tLfmnMBfal {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tLfmnMBfal .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLfmnMBfal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLfmnMBfal .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tLfmnMBfal .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLfmnMBfal .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-tLfmnMBfal .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-tLfmnMBfal .embla__button--next,
.cid-tLfmnMBfal .embla__button--prev {
  display: flex;
}
.cid-tLfmnMBfal .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #6592e6;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLfmnMBfal .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tLfmnMBfal .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-tLfmnMBfal .embla__button {
    display: none;
  }
}
.cid-tLfmnMBfal .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLfmnMBfal .embla__button:hover {
  background: transparent;
  color: #6592e6;
  border: none;
  opacity: .65;
}
.cid-tLfmnMBfal .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tLfmnMBfal .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tLfmnMBfal .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tLfmnMBfal .embla {
  position: relative;
  width: 100%;
}
.cid-tLfmnMBfal .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLfmnMBfal .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLfmnMBfal .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLfmnMBfal .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLfnKeuWCb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4b6855;
}
.cid-tLfnKeuWCb img,
.cid-tLfnKeuWCb .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLfnKeuWCb .item:focus,
.cid-tLfnKeuWCb span:focus {
  outline: none;
}
.cid-tLfnKeuWCb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLfnKeuWCb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLfnKeuWCb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLfnKeuWCb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLfnKeuWCb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLfnKeuWCb .mbr-section-title {
  color: #fafafa;
}
.cid-tLfnKeuWCb .mbr-text,
.cid-tLfnKeuWCb .mbr-section-btn {
  text-align: center;
}
.cid-tLfnKeuWCb .item-title {
  text-align: center;
}
.cid-tLfnKeuWCb .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tLfnKeuWCb .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLfqe1XHA8 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tLfqe1XHA8 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tLfqe1XHA8 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tLfqe1XHA8 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tLfqe1XHA8 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #4b6855;
}
.cid-tLfqe1XHA8 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLfqe1XHA8 .row .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-tLfqe1XHA8 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tLfqe1XHA8 .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tLfqe1XHA8 .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-tLfqe1XHA8 .mbr-section-title {
  color: #ffffff;
}
.cid-tLllsO42vv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-2340-2000x1500.jpg");
}
.cid-tLllsO42vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLllsO42vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLllsO42vv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLllsO42vv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLllsO42vv .container {
    padding: 0;
  }
}
.cid-tLllsO42vv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tLllsO42vv .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tLllsO42vv .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tLllsO42vv .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tLllsO42vv .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tLllsO42vv .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tLllsO42vv .mbr-section-title {
  color: #ffffff;
}
.cid-tLllsO42vv .mbr-box {
  color: #ffffff;
}
.cid-tLllsO42vv .mbr-section-btn {
  text-align: center;
}
.cid-tLlmdt8Mvr {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/20230727-103846-2000x2667.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tLlmdt8Mvr {
    background-size: cover;
    background-position: center;
  }
}
.cid-tLlm5Q9zul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tLlm5Q9zul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLlm5Q9zul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLlm5Q9zul .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLlm5Q9zul .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tLlm5Q9zul .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLlozDKeCY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4b6855;
}
.cid-tLlozDKeCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLlozDKeCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLlozDKeCY .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tLlozDKeCY .container-fluid {
    padding: 0 12px;
  }
}
.cid-tLlozDKeCY .container-fluid .row {
  padding: 0;
}
.cid-tLlozDKeCY .row {
  border: 3px solid #d2d2d2;
  border-radius: 5px;
}
.cid-tLlozDKeCY .card {
  padding: 80px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tLlozDKeCY .card {
    border-left: 1px solid #d2d2d2;
  }
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card {
    padding: 48px 20px;
  }
}
.cid-tLlozDKeCY .card .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLlozDKeCY .card .image-wrapper .image-main {
  display: block;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  position: static;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-tLlozDKeCY .card .image-wrapper .image-main {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tLlozDKeCY .card .image-wrapper .image-main {
    height: 250px;
  }
}
.cid-tLlozDKeCY .card .image-wrapper img {
  position: absolute;
  top: 5rem;
  right: 6rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card .image-wrapper img {
    right: 0;
  }
}
.cid-tLlozDKeCY .card .image-wrapper img:nth-child(2) {
  right: auto;
  top: 11rem;
  left: 6rem;
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card .image-wrapper img:nth-child(2) {
    top: 6rem;
    left: 0;
  }
}
.cid-tLlozDKeCY .card .image-wrapper img:last-child {
  top: auto;
  bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card .image-wrapper img:last-child {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tLlozDKeCY .card .image-wrapper img {
    width: 100px;
    height: 100px;
  }
}
.cid-tLlozDKeCY .card:last-child {
  justify-content: flex-end;
  height: auto;
}
@media (min-width: 992px) {
  .cid-tLlozDKeCY .card:last-child {
    border-left: none;
    border-right: 2px solid #d2d2d2;
  }
}
.cid-tLlozDKeCY .card .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tLlozDKeCY .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLlozDKeCY .card .title-wrapper .mbr-section-subtitle {
  line-height: 48px;
  margin-bottom: 0;
}
.cid-tLlozDKeCY .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tLlozDKeCY .card .text-wrapper .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-tLlozDKeCY .mbr-section-title {
  color: #fafafa;
}
.cid-tLlozDKeCY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tLlozDKeCY .mbr-text {
  color: #fafafa;
}
.cid-tLlr7lhClR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLlr7lhClR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLlr7lhClR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLlr7lhClR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tLlr7lhClR .mbr-section-title {
  color: #24262b;
}
.cid-tLlr7lhClR .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLlr7lhClR .items-row {
  row-gap: 32px;
}
.cid-tLlr7lhClR .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tLlr7lhClR .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tLlr7lhClR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tLlr7lhClR .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tLlr7lhClR .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tLlr7lhClR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tLlr7lhClR .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tLlr7lhClR .mbr-item-subtitle {
  color: #24262b;
}
.cid-tLlr7lhClR .carousel-control,
.cid-tLlr7lhClR .close {
  background: #1b1b1b;
}
.cid-tLlr7lhClR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLlr7lhClR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLlr7lhClR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLlr7lhClR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLlr7lhClR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLlr7lhClR .close::before {
  content: '\e91a';
}
.cid-tLlr7lhClR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLlr7lhClR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLlr7lhClR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLlr7lhClR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLlr7lhClR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLlr7lhClR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLlr7lhClR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLlr7lhClR .carousel-indicators li.active,
.cid-tLlr7lhClR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLlr7lhClR .carousel-indicators li::after,
.cid-tLlr7lhClR .carousel-indicators li::before {
  content: none;
}
.cid-tLlr7lhClR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLlr7lhClR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLlr7lhClR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLlr7lhClR .carousel-indicators {
    display: none;
  }
}
.cid-tLlr7lhClR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLlr7lhClR .carousel-inner > .active {
  display: block;
}
.cid-tLlr7lhClR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLlr7lhClR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLlr7lhClR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLlr7lhClR .carousel-control,
  .cid-tLlr7lhClR .carousel-indicators,
  .cid-tLlr7lhClR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLlr7lhClR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLlr7lhClR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLlr7lhClR .carousel-indicators .active,
.cid-tLlr7lhClR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLlr7lhClR .carousel-indicators .active {
  background: #fff;
}
.cid-tLlr7lhClR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLlr7lhClR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLlr7lhClR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLlr7lhClR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLlr7lhClR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLlr7lhClR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLlr7lhClR .carousel {
  width: 100%;
}
.cid-tLlr7lhClR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLlr7lhClR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLlr7lhClR .modal.fade .modal-dialog,
.cid-tLlr7lhClR .modal.in .modal-dialog {
  transform: none;
}
.cid-tLlr7lhClR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLlr7lhClR H6 {
  text-align: center;
}
.cid-tLwfCgBXBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20230729-131426-2000x1500.jpg");
}
.cid-tLwfCgBXBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwfCgBXBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwfCgBXBF .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tLwfCgBXBF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLwfCgBXBF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLwfCgBXBF .card-wrapper {
    padding: 4rem;
  }
}
.cid-tLwh6SNcU0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLwh6SNcU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwh6SNcU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwh6SNcU0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tLwh6SNcU0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tLwh6SNcU0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tLwh6SNcU0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tLwh6SNcU0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tLwh6SNcU0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tLwh6SNcU0 .carousel-control,
.cid-tLwh6SNcU0 .close {
  background: #1b1b1b;
}
.cid-tLwh6SNcU0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tLwh6SNcU0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tLwh6SNcU0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tLwh6SNcU0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tLwh6SNcU0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tLwh6SNcU0 .close::before {
  content: '\e91a';
}
.cid-tLwh6SNcU0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tLwh6SNcU0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLwh6SNcU0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLwh6SNcU0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLwh6SNcU0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLwh6SNcU0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tLwh6SNcU0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLwh6SNcU0 .carousel-indicators li.active,
.cid-tLwh6SNcU0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLwh6SNcU0 .carousel-indicators li::after,
.cid-tLwh6SNcU0 .carousel-indicators li::before {
  content: none;
}
.cid-tLwh6SNcU0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLwh6SNcU0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tLwh6SNcU0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tLwh6SNcU0 .carousel-indicators {
    display: none;
  }
}
.cid-tLwh6SNcU0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLwh6SNcU0 .carousel-inner > .active {
  display: block;
}
.cid-tLwh6SNcU0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLwh6SNcU0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLwh6SNcU0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tLwh6SNcU0 .carousel-control,
  .cid-tLwh6SNcU0 .carousel-indicators,
  .cid-tLwh6SNcU0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tLwh6SNcU0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tLwh6SNcU0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLwh6SNcU0 .carousel-indicators .active,
.cid-tLwh6SNcU0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tLwh6SNcU0 .carousel-indicators .active {
  background: #fff;
}
.cid-tLwh6SNcU0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tLwh6SNcU0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tLwh6SNcU0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLwh6SNcU0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tLwh6SNcU0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tLwh6SNcU0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tLwh6SNcU0 .carousel {
  width: 100%;
}
.cid-tLwh6SNcU0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tLwh6SNcU0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tLwh6SNcU0 .modal.fade .modal-dialog,
.cid-tLwh6SNcU0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tLwh6SNcU0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tLwh6SNcU0 H6 {
  text-align: center;
}
.cid-tLwicm0E5H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20230730-122540-2000x1500.jpg");
}
.cid-tLwicm0E5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwicm0E5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwicm0E5H .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLwicm0E5H .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLwicm0E5H .container {
    padding: 0;
  }
}
.cid-tLwicm0E5H .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tLwicm0E5H .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b6855;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tLwicm0E5H .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tLwicm0E5H .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tLwicm0E5H .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tLwicm0E5H .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tLwicm0E5H .mbr-section-title {
  color: #ffffff;
}
.cid-tLwicm0E5H .mbr-box {
  color: #ffffff;
}
.cid-tLwicm0E5H .mbr-section-btn {
  text-align: center;
}
.cid-tLwisdqZjA {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/20230730-124342-2000x1500.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #4b6855;
}
@media (max-width: 992px) {
  .cid-tLwisdqZjA {
    background-size: cover;
    background-position: center;
  }
}
.cid-tLwisdqZjA .mbr-text,
.cid-tLwisdqZjA .mbr-section-btn {
  color: #fafafa;
}
.cid-tLwisdqZjA .mbr-section-title {
  color: #fafafa;
}
.cid-tMQnELULme {
  background-image: url("../../../assets/images/20230731-112337-2000x2667.jpg");
}
.cid-tMQnELULme .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQnELULme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQnELULme .mbr-text,
.cid-tMQnELULme .mbr-section-btn {
  color: #ffe885;
}
.cid-tMQqpF3KKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tMQqpF3KKB .img-container {
  position: relative;
}
.cid-tMQqpF3KKB .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tMQqpF3KKB .image-wrapper img {
  width: 100%;
  height: 46vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tMQqpF3KKB .image-wrapper img {
    height: auto;
  }
}
.cid-tMQqpF3KKB .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tMQqpF3KKB .mbr-title {
  margin-bottom: 0;
  color: #fafafa;
}
.cid-tMQqpF3KKB .mbr-text {
  padding-top: 10px;
  color: #fafafa;
}
.cid-tMQpeEHydH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tMQpeEHydH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQpeEHydH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQpeEHydH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMQpeEHydH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMQpeEHydH .container {
    padding: 0;
  }
}
.cid-tMQpeEHydH .row {
  margin: 0;
}
.cid-tMQpeEHydH .card {
  padding: 0;
}
.cid-tMQpeEHydH .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tMQpeEHydH .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMQpeEHydH .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tMQpeEHydH .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tMQpeEHydH .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-tMQpeEHydH .card .title-wrapper {
  padding: 0 150px;
}
.cid-tMQpeEHydH .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tMQpeEHydH .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tMQpeEHydH .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tMQpeEHydH .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tMQpeEHydH .mbr-section-title {
  color: #263a5c;
}
.cid-tMQpeEHydH .mbr-text {
  color: #263652;
}
.cid-tMQshIaIs1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tMQshIaIs1 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tMQshIaIs1 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tMQshIaIs1 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tMQshIaIs1 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tMQshIaIs1 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tMQshIaIs1 .image-wrapper {
  margin: 0 150px;
}
.cid-tMQshIaIs1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMQshIaIs1 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tMQshIaIs1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tMQshIaIs1 .mbr-section-title {
  color: #fafafa;
}
.cid-tMQuuoYPHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tMQuuoYPHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQuuoYPHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQuuoYPHI .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tMQuuoYPHI .container-fluid {
    padding: 0 12px;
  }
}
.cid-tMQuuoYPHI .container-fluid .row {
  padding: 0;
}
.cid-tMQuuoYPHI .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMQuuoYPHI .card {
    margin-bottom: 28px;
  }
}
.cid-tMQuuoYPHI .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #ffffff;
}
.cid-tMQth2X8xf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tMQth2X8xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQth2X8xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQth2X8xf .container,
.cid-tMQth2X8xf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMQth2X8xf .container,
  .cid-tMQth2X8xf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tMQth2X8xf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tMQth2X8xf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}
@media (max-width: 992px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #8a9198;
  margin-bottom: 0;
}
.cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 30px;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-tMQth2X8xf .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
.cid-tMQth2X8xf .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMQth2X8xf .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tMQth2X8xf .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMQth2X8xf .embla__button--next,
.cid-tMQth2X8xf .embla__button--prev {
  display: flex;
}
.cid-tMQth2X8xf .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #6592e6;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMQth2X8xf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMQth2X8xf .embla__button:hover {
  background: transparent;
  color: #6592e6;
  opacity: .5;
}
.cid-tMQth2X8xf .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-tMQth2X8xf .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tMQth2X8xf .embla__button {
    top: 0;
  }
}
.cid-tMQth2X8xf .embla {
  position: relative;
  width: 100%;
}
.cid-tMQth2X8xf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMQth2X8xf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMQth2X8xf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMQth2X8xf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMQth2X8xf .mbr-desc {
  color: #ffffff;
}
.cid-tMQth2X8xf .mbr-section-title {
  color: #4b6855;
}
.cid-tMQth2X8xf .mbr-text {
  color: #4b6855;
}
.cid-tMQv3niWuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b6855;
}
.cid-tMQv3niWuq .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tMQv3niWuq .mbr-section-title {
  color: #fafafa;
}
.cid-tMQv3niWuq .mbr-section-subtitle {
  color: #fafafa;
  margin-top: 10px;
}
.cid-tMQv3niWuq .embla {
  position: relative;
  width: 100%;
}
.cid-tMQv3niWuq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMQv3niWuq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMQv3niWuq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMQv3niWuq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMQv3niWuq .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-tMQv3niWuq .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tMQv3niWuq .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-tMQv3niWuq .item:focus,
.cid-tMQv3niWuq span:focus {
  outline: none;
}
.cid-tMQv3niWuq .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tMQv3niWuq .item-img {
  width: 100%;
}
.cid-tMQv3niWuq .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-tMQv3niWuq .embla__button--next,
.cid-tMQv3niWuq .embla__button--prev {
  display: flex;
}
.cid-tMQv3niWuq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tMQv3niWuq .embla__button {
    display: none;
  }
}
.cid-tMQv3niWuq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMQv3niWuq .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-tMQv3niWuq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMQv3niWuq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMQv3niWuq .embla__button {
    top: auto;
  }
}
.cid-tMQwzKpC5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tMQwzKpC5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQwzKpC5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQwzKpC5E .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMQwzKpC5E .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMQwzKpC5E .container {
    padding: 0;
  }
}
.cid-tMQwzKpC5E .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMQwzKpC5E .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMQwzKpC5E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQwzKpC5E .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMQwzKpC5E .mbr-section-title {
  color: #4b6855;
}
.cid-tMQwzKpC5E .mbr-text {
  color: #000000;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN2G0MmJG2 {
  background-color: #111111;
  display: flex;
  flex-direction: column;
}
.cid-tN2G0MmJG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN2G0MmJG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN2G0MmJG2 .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tN2G0MmJG2 .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-tN2G0MmJG2 .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px !important;
  background-image: url("../../../assets/images/2023.08.20-15-37-13-2000x1500.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-tN2G0MmJG2 .col-text {
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tN2G0MmJG2 .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tN2G0MmJG2 .col-text {
    padding: 12px !important;
  }
}
.cid-tN2G0MmJG2 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.cid-tN2G0MmJG2 .mbr-section-title {
  position: relative;
  color: #e3ebf3;
}
.cid-tN2G0MmJG2 .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.cid-tN2G0MmJG2 .iconfont-wrapper {
  border: 2px solid #9fdbf8;
  border-radius: 50%;
  background: #9fdbf8;
  transition: .3s all;
}
.cid-tN2G0MmJG2 .iconfont-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 20px;
  aspect-ratio: 1;
  font-size: 2rem;
  color: #e3ebf3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .cid-tN2G0MmJG2 .iconfont-wrapper .mbr-iconfont {
    min-width: 66px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tN2G0MmJG2 .iconfont-wrapper .mbr-iconfont {
    min-width: 56px;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .cid-tN2G0MmJG2 .iconfont-wrapper:hover {
    border-color: #e3ebf3;
    background: transparent;
  }
}
.cid-tN2G0MmJG2 .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tN2G0MmJG2 .mbr-text {
  position: relative;
  color: #e3ebf3;
}
.cid-tN2G0MmJG2 .mbr-section-btn {
  position: relative;
}
.cid-tOMoCrfmuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOMoCrfmuy .line {
  background-color: #6ec7f2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOMoFdcFCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-tOMoFdcFCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMoFdcFCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMoFdcFCG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOMoFdcFCG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOMoFdcFCG .container {
    padding: 0 20px;
  }
}
.cid-tOMoFdcFCG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOMoFdcFCG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tOMoFdcFCG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOMoFdcFCG .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOMoFdcFCG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOMoFdcFCG .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-tOMoFdcFCG .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tOMoFdcFCG .mbr-section-title {
  color: #6ec7f2;
}
.cid-tOMoFdcFCG .mbr-text {
  color: #fafafa;
}
.cid-tOMoFdcFCG .list {
  color: #fafafa;
}
.cid-tQ93uf5SKg {
  background-color: #9fdbf8;
}
.cid-tQ93uf5SKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ93uf5SKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ93uf5SKg .row {
    padding: 0;
  }
  .cid-tQ93uf5SKg .container-fluid {
    padding: 0;
  }
}
.cid-tQ93uf5SKg .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tQ93uf5SKg .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-tQ93uf5SKg .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-tQ93uf5SKg .items-card {
    padding-top: 100px;
  }
}
.cid-tQ93uf5SKg .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-tQ93uf5SKg .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-tQ93uf5SKg .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-tQ93uf5SKg .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-tQ93uf5SKg .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQ93uf5SKg .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-tQ95cmtPpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101511;
}
.cid-tQ95cmtPpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ95cmtPpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ95cmtPpO .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tQ95cmtPpO .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tQ95cmtPpO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tQ95cmtPpO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tQ95cmtPpO .app-video-wrapper > img {
  border-radius: 60px;
}
.cid-tQ95cmtPpO iframe {
  border-radius: 60px;
}
.cid-tQ95cmtPpO .mbr-section-title {
  color: #9fdbf8;
  text-align: center;
}
.cid-tQ95cmtPpO .mbr-desc {
  color: #9fdbf8;
  text-align: center;
}
.cid-tQ95Bh5TL6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-tQ95Bh5TL6 .mbr-media {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tQ95Bh5TL6 .mbr-media {
    padding: 1rem;
  }
}
.cid-tQ95Bh5TL6 .mbr-media:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #ff6666;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tQ95Bh5TL6 .mbr-media img {
  transform: rotate(1deg);
  border-radius: 3rem;
  width: 100%;
  object-fit: cover;
}
.cid-tQ95Bh5TL6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tQ95Bh5TL6 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ff6666;
}
.cid-tQ95Bh5TL6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tQ95Bh5TL6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tQ95Bh5TL6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tQ95Bh5TL6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQ95Bh5TL6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ95Bh5TL6 .mbr-section-title {
  color: #491414;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOY2NZsSj2 {
  background-image: url("../../../assets/images/img-20230902-wa0002-1600x1200.jpg");
}
.cid-tOY2NZsSj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOY2NZsSj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOY2NZsSj2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOY2NZsSj2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOY2NZsSj2 .container {
    padding: 0 30px;
  }
}
.cid-tOY2NZsSj2 .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tOY2NZsSj2 .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media (max-width: 1440px) {
  .cid-tOY2NZsSj2 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tOY2NZsSj2 .title-wrapper {
    width: 100%;
  }
}
.cid-tOY2NZsSj2 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOY2NZsSj2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOY2NZsSj2 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tOY2NZsSj2 .mbr-section-title {
  color: #ffffff;
}
.cid-tOY2NZsSj2 .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tOY2NZsSj2 .mbr-section-title,
.cid-tOY2NZsSj2 .mbr-section-btn {
  text-align: center;
  color: #31479c;
}
.cid-tOY33xkzdh {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/20230903-1540510-2000x2667.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #31479c;
}
@media (max-width: 992px) {
  .cid-tOY33xkzdh {
    background-size: cover;
    background-position: center;
  }
}
.cid-tOY33xkzdh .mbr-section-title {
  color: #fafafa;
}
.cid-tOY33xkzdh .mbr-text,
.cid-tOY33xkzdh .mbr-section-btn {
  color: #fafafa;
}
.cid-tOY9eXX3Fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tOY9eXX3Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOY9eXX3Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOY9eXX3Fz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .container {
    padding: 0 30px;
  }
}
.cid-tOY9eXX3Fz .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3.75em;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap:last-child {
  width: 40%;
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #31479c;
  margin-right: 16px;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .image-wrapper .decor-wrap {
  border: 5px solid #31479c;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-tOY9eXX3Fz .card-wrapper .card-wrap .image-wrapper .decor-wrap {
    display: none;
  }
}
.cid-tOY9eXX3Fz .card-wrapper .card-wrap .image-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-right: -30%;
}
.cid-tOY9eXX3Fz .mbr-card-title {
  color: #2B2B2B;
}
.cid-tOY9eXX3Fz .mbr-number {
  color: #2B2B2B;
}
.cid-tOY9eXX3Fz .mbr-text {
  color: #4E4E4E;
}
.cid-tOYfaJGNgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tOYfaJGNgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYfaJGNgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYfaJGNgY .row {
  justify-content: center;
}
.cid-tOYfaJGNgY .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tOYfaJGNgY .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tOYfaJGNgY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOYfaJGNgY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOYfaJGNgY .item {
  margin-bottom: 32px;
}
.cid-tOYfaJGNgY .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-tOYfaJGNgY .item .item-wrapper {
  overflow: visible;
}
.cid-tOYfaJGNgY .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-tOYfaJGNgY .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #40b0bf;
}
@media (max-width: 992px) {
  .cid-tOYfaJGNgY .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-tOYfaJGNgY .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tOYfaJGNgY .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-tP9RQcR18P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tP9RQcR18P .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tP9RQcR18P .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tP9RQcR18P .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tP9RQcR18P .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tP9RQcR18P .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tP9RQcR18P .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tP9RQcR18P .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tP9RQcR18P .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-tP9RQcR18P .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin: auto;
  pointer-events: auto;
}
.cid-tP9RQcR18P .item-title {
  color: #FFFFFF;
}
.cid-tP9RQcR18P .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tP9RQcR18P .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOYdeoXKTP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #31479c;
}
.cid-tOYdeoXKTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYdeoXKTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYdeoXKTP .mbr-section-title align-left {
  text-align: center;
}
.cid-tOYdeoXKTP .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tOYdeoXKTP .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-tOYdeoXKTP .mbr-text1 {
  background: #ff526b;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tOYdeoXKTP .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tOYdeoXKTP .mbr-text2 {
  background: #fc898c;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #fafafa;
}
@media (min-width: 767px) {
  .cid-tOYdeoXKTP .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tOYdeoXKTP .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tOYdeoXKTP .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tQ8MbaIgLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20230908-200941-2000x1500.jpg");
}
.cid-tQ8MbaIgLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8MbaIgLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8MbaIgLq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQ8MbaIgLq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8MbaIgLq .container {
    padding: 0 20px;
  }
}
.cid-tQ8MbaIgLq .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tQ8MbaIgLq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tQ8MbaIgLq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQ8MbaIgLq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tQ8MbaIgLq .mbr-section-title {
  color: #ffffff;
}
.cid-tQ8MbaIgLq .mbr-section-title,
.cid-tQ8MbaIgLq .mbr-section-btn {
  text-align: center;
}
.cid-tQ8LT7qCWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31479c;
}
.cid-tQ8LT7qCWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8LT7qCWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8LT7qCWe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .container {
    padding: 0 20px;
  }
}
.cid-tQ8LT7qCWe .row {
  margin: 0;
}
.cid-tQ8LT7qCWe .card {
  padding: 0;
}
.cid-tQ8LT7qCWe .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .image-wrapper img {
    height: 450px;
  }
}
.cid-tQ8LT7qCWe .title-wrapper {
  height: 100%;
  margin-bottom: 10%;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  padding: 24px 115px;
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tQ8LT7qCWe .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tQ8LT7qCWe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tQ8LT7qCWe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
  line-height: 1.78;
}
@media (max-width: 992px) {
  .cid-tQ8LT7qCWe .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tQ8LT7qCWe .mbr-section-title {
  color: #c2b299;
}
.cid-tQ8LT7qCWe .mbr-text {
  color: #e4dfd4;
}
.cid-tQ8LT7qCWe .mbr-section-title,
.cid-tQ8LT7qCWe .mbr-section-btn {
  color: #31479c;
}
.cid-tQ8OkUEATV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ8OkUEATV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8OkUEATV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8OkUEATV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQ8OkUEATV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8OkUEATV .container {
    padding: 0 25px;
  }
}
.cid-tQ8OkUEATV .row {
  justify-content: center;
}
.cid-tQ8OkUEATV .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tQ8OkUEATV .item .item-wrapper a {
  display: block;
}
.cid-tQ8OkUEATV .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tQ8OkUEATV .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tQ8OkUEATV .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tQ8O0XrsUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31479c;
}
.cid-tQ8O0XrsUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8O0XrsUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8O0XrsUe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .container {
    padding: 0 20px;
  }
}
.cid-tQ8O0XrsUe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tQ8O0XrsUe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tQ8O0XrsUe .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tQ8O0XrsUe .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tQ8O0XrsUe .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tQ8O0XrsUe .image-wrapper img {
    height: 300px;
  }
}
.cid-tQ8O0XrsUe .mbr-section-title {
  color: #c2b299;
}
.cid-tQ8O0XrsUe .mbr-text {
  color: #111111;
}
.cid-tQ8O0XrsUe .mbr-section-title,
.cid-tQ8O0XrsUe .mbr-section-btn {
  color: #111111;
}
.cid-tQ8QFc8BFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tQ8QFc8BFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8QFc8BFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8QFc8BFr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .container {
    padding: 0 30px;
  }
}
.cid-tQ8QFc8BFr .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tQ8QFc8BFr .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .image-wrapper img {
    height: 300px;
  }
}
.cid-tQ8QFc8BFr .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .text-wrapper {
    margin: 0;
  }
}
.cid-tQ8QFc8BFr .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tQ8QFc8BFr .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tQ8QFc8BFr .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tQ8QFc8BFr .mbr-section-title {
  color: #ffffff;
}
.cid-tQ8QFc8BFr .mbr-text {
  color: #ffffff;
}
.cid-tQ8QFc8BFr .mbr-section-title,
.cid-tQ8QFc8BFr .mbr-section-btn {
  color: #31479c;
}
.cid-tQ8SfN34vg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tQ8SfN34vg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ8SfN34vg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ8SfN34vg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tQ8SfN34vg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tQ8SfN34vg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tQ8T6fA0nw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31479c;
}
.cid-tQ8T6fA0nw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .container {
    padding: 0 25px;
  }
}
.cid-tQ8T6fA0nw .image-wrapper {
  height: 100%;
}
.cid-tQ8T6fA0nw .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tQ8T6fA0nw .item:focus,
.cid-tQ8T6fA0nw span:focus {
  outline: none;
}
.cid-tQ8T6fA0nw .item-wrapper {
  position: relative;
}
.cid-tQ8T6fA0nw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tQ8T6fA0nw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  margin-right: 15px;
  min-width: 45px;
}
@media (max-width: 1200px) {
  .cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #2f2e30;
  position: relative;
  z-index: 1;
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tQ8T6fA0nw .embla__slide .slide-content .item-wrapper .item-content .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tQ8T6fA0nw .embla__button--next,
.cid-tQ8T6fA0nw .embla__button--prev {
  display: flex;
}
.cid-tQ8T6fA0nw .embla__button {
  bottom: 3rem;
  width: 54px;
  height: 24px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #2f2e30 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Instrument_Sans", sans-serif;
  display: none;
}
.cid-tQ8T6fA0nw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQ8T6fA0nw .embla__button:hover {
  background: transparent;
  color: #2f2e30;
}
.cid-tQ8T6fA0nw .embla__button:hover.embla__button--prev .mbr-prev::after {
  width: 0;
}
.cid-tQ8T6fA0nw .embla__button:hover.embla__button--next .mbr-next::after {
  width: 0;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--prev {
  right: 120px;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--prev .mbr-prev {
  font-size: 20px;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--prev .mbr-prev::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--next {
  right: 45px;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--next .mbr-next {
  font-size: 20px;
}
.cid-tQ8T6fA0nw .embla__button.embla__button--next .mbr-next::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .embla__button {
    bottom: 1.5rem;
  }
}
.cid-tQ8T6fA0nw .embla {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  padding: 35px 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQ8T6fA0nw .embla {
    padding: 35px 30px 60px;
  }
}
.cid-tQ8T6fA0nw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tQ8T6fA0nw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQ8T6fA0nw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQ8T6fA0nw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQ8T6fA0nw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tQ8T6fA0nw .item-title {
  color: #2f2e30;
}
.cid-tQ8T6fA0nw .mbr-text {
  color: #2f2e30;
}
.cid-tRyBngLswx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tRyBngLswx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRyBngLswx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRyBngLswx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRyBngLswx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRyBngLswx .container {
    padding: 0 16px;
  }
}
.cid-tRyBngLswx .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRyBngLswx .row {
    margin: 0;
  }
}
.cid-tRyBngLswx .row .card {
  position: relative;
  padding: 0;
}
.cid-tRyBngLswx .decor-wrapper_1 {
  height: 30px;
  background-color: #31479c;
  border-radius: 20px 20px 0 0;
}
.cid-tRyBngLswx .decor-wrapper_2 {
  height: 30px;
  background-color: #4479d9;
}
.cid-tRyBngLswx .decor-wrapper_3 {
  height: 30px;
  background-color: #bed3f9;
}
.cid-tRyBngLswx .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tRyBngLswx .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tRyBngLswx .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tRyBngLswx .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tRBaTRDs90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tRBaTRDs90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBaTRDs90 .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-tRBaTRDs90 .container {
    padding: 0 30px;
  }
}
.cid-tRBaTRDs90 .row {
  justify-content: center;
}
.cid-tRBaTRDs90 .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-tRBaTRDs90 .text-wrapper {
    padding-left: 30px;
  }
}
.cid-tRBaTRDs90 .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-tRBaTRDs90 .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-tRBaTRDs90 .mbr-text {
  color: #fafafa;
}
.cid-tRyBLs9BLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRyBLs9BLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRyBLs9BLz .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-tRyBLs9BLz .container {
    padding: 0 30px;
  }
}
.cid-tRyBLs9BLz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-tRyBLs9BLz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRyBLs9BLz .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tRyBLs9BLz .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-tRyBLs9BLz .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRyBLs9BLz .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tRyBLs9BLz .mbr-section-title {
  color: #191b1d;
  text-align: center;
}
.cid-tRyBLs9BLz .mbr-section-subtitle {
  color: #31479c;
  text-align: center;
}
.cid-tRBeH0k9BW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRBeH0k9BW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBeH0k9BW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBeH0k9BW .container-fluid {
  margin: 0;
  padding: 0 11px;
}
@media (max-width: 992px) {
  .cid-tRBeH0k9BW .container-fluid {
    padding: 0 7px;
  }
}
.cid-tRBeH0k9BW .container-fluid .row {
  padding: 0;
}
.cid-tRBeH0k9BW .row {
  justify-content: center;
}
.cid-tRBeH0k9BW .card {
  padding: 0 5px;
}
.cid-tRBeH0k9BW .image-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.cid-tRBeH0k9BW .image-wrapper:hover img {
  transform: scale(1.03);
}
.cid-tRBeH0k9BW .image-wrapper img {
  height: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-tRBfm0hmhF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tRBfm0hmhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBfm0hmhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBfm0hmhF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .container {
    padding: 0 30px;
  }
}
.cid-tRBfm0hmhF .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-tRBfm0hmhF .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .image-wrapper img {
    height: 300px;
  }
}
.cid-tRBfm0hmhF .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .text-wrapper {
    margin: 0;
  }
}
.cid-tRBfm0hmhF .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tRBfm0hmhF .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tRBfm0hmhF .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tRBfm0hmhF .mbr-section-title {
  color: #ffffff;
}
.cid-tRBfm0hmhF .mbr-text {
  color: #ffffff;
}
.cid-tRBfm0hmhF .mbr-section-title,
.cid-tRBfm0hmhF .mbr-section-btn {
  color: #31479c;
}
.cid-tRBiEAaOiC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-tRBiEAaOiC .mbr-section-head {
  padding: 0 1rem;
}
.cid-tRBiEAaOiC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tRBiEAaOiC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tRBiEAaOiC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tRBiEAaOiC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tRBiEAaOiC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tRBiEAaOiC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRBiEAaOiC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tRBiEAaOiC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tRBiEAaOiC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tRBiEAaOiC .embla__button--next,
.cid-tRBiEAaOiC .embla__button--prev {
  display: flex;
}
.cid-tRBiEAaOiC .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #31479c;
  border: 2px solid #31479c;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRBiEAaOiC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRBiEAaOiC .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tRBiEAaOiC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRBiEAaOiC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tRBiEAaOiC .embla__button {
    top: -10%;
  }
}
.cid-tRBiEAaOiC .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tRBiEAaOiC .embla {
    margin-top: 80px;
  }
}
.cid-tRBiEAaOiC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRBiEAaOiC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRBiEAaOiC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRBiEAaOiC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRBiEAaOiC .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tRBiEAaOiC .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tRBiEAaOiC .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tRBiEAaOiC .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRBiEAaOiC .mbr-text ul {
    display: block;
  }
}
.cid-tRBiEAaOiC .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tRBiEAaOiC .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tRBiEAaOiC .mbr-text ul li::marker {
  color: #6592e6;
  font-size: 18px;
}
.cid-tRBiEAaOiC .item-wrapper {
  height: 100%;
}
.cid-tRBiEAaOiC .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tRBiEAaOiC .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRBiEAaOiC .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tRBkdrHYNP {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #31479c;
}
.cid-tRBkdrHYNP .mbr-section-head {
  padding: 0 1rem;
}
.cid-tRBkdrHYNP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tRBkdrHYNP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tRBkdrHYNP .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tRBkdrHYNP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tRBkdrHYNP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tRBkdrHYNP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRBkdrHYNP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tRBkdrHYNP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tRBkdrHYNP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tRBkdrHYNP .embla__button--next,
.cid-tRBkdrHYNP .embla__button--prev {
  display: flex;
}
.cid-tRBkdrHYNP .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f9f9fc;
  border: 2px solid #f9f9fc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRBkdrHYNP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRBkdrHYNP .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tRBkdrHYNP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRBkdrHYNP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tRBkdrHYNP .embla__button {
    top: -10%;
  }
}
.cid-tRBkdrHYNP .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tRBkdrHYNP .embla {
    margin-top: 80px;
  }
}
.cid-tRBkdrHYNP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRBkdrHYNP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRBkdrHYNP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRBkdrHYNP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRBkdrHYNP .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #fafafa;
  text-align: center;
}
.cid-tRBkdrHYNP .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-tRBkdrHYNP .mbr-text {
  margin: 0;
  color: #fafafa;
  text-align: center;
}
.cid-tRBkdrHYNP .item-wrapper {
  height: 100%;
}
.cid-tRBkdrHYNP .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tRBkdrHYNP .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRBkdrHYNP .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tRBBJhPvuy {
  background-image: url("../../../assets/images/20230910-121150-2000x1500.jpg");
}
.cid-tRBBJhPvuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBBJhPvuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBBJhPvuy .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-tRBBJhPvuy .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.cid-tRBBJhPvuy .mbr-text {
  color: #FFFFFF;
}
.cid-tRBBJhPvuy .mbr-section-btn {
  margin-top: 18px;
}
.cid-tRBE0aJaHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRBE0aJaHF .carousel {
  min-height: 600px;
}
.cid-tRBE0aJaHF .carousel img {
  max-height: 600px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tRBE0aJaHF .carousel {
    min-height: 300px;
  }
  .cid-tRBE0aJaHF .carousel img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-tRBE0aJaHF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRBE0aJaHF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRBE0aJaHF .slide {
  height: 100%;
}
.cid-tRBE0aJaHF .carousel,
.cid-tRBE0aJaHF .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tRBE0aJaHF .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tRBE0aJaHF .carousel-caption {
  bottom: 0px;
}
.cid-tRBE0aJaHF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tRBE0aJaHF .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: black;
  font-size: 1rem;
}
.cid-tRBE0aJaHF .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: black;
  font-size: 1rem;
}
.cid-tRBE0aJaHF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRBE0aJaHF .carousel-item {
  height: 100%;
}
.cid-tRBE0aJaHF .carousel-control {
  bottom: -50px;
  top: auto;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tRBE0aJaHF .carousel-control.carousel-control-prev {
  right: 50px;
  left: auto;
}
.cid-tRBE0aJaHF .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tRBE0aJaHF .carousel-control:hover {
  background: white;
}
.cid-tTruM9B4N8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tTruM9B4N8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTruM9B4N8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTruM9B4N8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .container {
    padding: 0 16px;
  }
}
.cid-tTruM9B4N8 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .row {
    margin: 0 10px;
  }
}
.cid-tTruM9B4N8 .row .item {
  padding: 0;
}
.cid-tTruM9B4N8 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTruM9B4N8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tTruM9B4N8 .panel-group {
  border: 1px solid #191b1d;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tTruM9B4N8 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tTruM9B4N8 .panel-group .card:first-child {
  border-top: none;
}
.cid-tTruM9B4N8 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tTruM9B4N8 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b5e7f2;
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #b5e7f2;
  background-color: #192227;
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tTruM9B4N8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #b5e7f2;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tTruM9B4N8 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tTruM9B4N8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tTruM9B4N8 .image-wrapper {
  height: 100%;
}
.cid-tTruM9B4N8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTruM9B4N8 .image-wrapper img {
    height: 350px;
  }
}
.cid-tTruM9B4N8 .mbr-section-title {
  color: #192227;
}
.cid-tTruM9B4N8 .panel-title-edit {
  color: #191b1d;
}
.cid-tTruM9B4N8 .panel-text {
  color: #191b1d;
}
.cid-tTryFwWUga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191b1d;
}
.cid-tTryFwWUga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTryFwWUga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTryFwWUga .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTryFwWUga .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTryFwWUga .container {
    padding: 0 16px;
  }
}
.cid-tTryFwWUga .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTryFwWUga .row {
    margin: 0;
  }
}
.cid-tTryFwWUga .row .card {
  position: relative;
  padding: 0;
}
.cid-tTryFwWUga .decor-wrapper_1 {
  height: 30px;
  background-color: #6592e6;
  border-radius: 20px 20px 0 0;
}
.cid-tTryFwWUga .decor-wrapper_2 {
  height: 30px;
  background-color: #8caff0;
}
.cid-tTryFwWUga .decor-wrapper_3 {
  height: 30px;
  background-color: #bed3f9;
}
.cid-tTryFwWUga .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tTryFwWUga .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tTryFwWUga .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tTryFwWUga .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tTrySMgcbf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #191b1d;
}
.cid-tTrySMgcbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrySMgcbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTrySMgcbf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTrySMgcbf .row {
  flex-direction: row-reverse;
}
.cid-tTrySMgcbf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTrySMgcbf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTrySMgcbf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTrySMgcbf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tTrySMgcbf .mbr-text,
.cid-tTrySMgcbf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tTrABDm1uA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tTrABDm1uA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrABDm1uA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrABDm1uA .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tTrABDm1uA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tTrABDm1uA .container {
    padding: 0 24px;
  }
}
.cid-tTrABDm1uA .row {
  justify-content: center;
}
.cid-tTrABDm1uA .item {
  margin-bottom: 32px;
}
.cid-tTrABDm1uA .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTrABDm1uA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tTrCsGoRkE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-tTrCsGoRkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrCsGoRkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTrCsGoRkE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTrCsGoRkE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTrCsGoRkE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTrCsGoRkE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTrCsGoRkE .mbr-section-title {
  color: #191b1d;
  text-align: left;
}
.cid-tTrCsGoRkE .mbr-text,
.cid-tTrCsGoRkE .mbr-section-btn {
  color: #191b1d;
  text-align: left;
}
.cid-tTrDJ3B7aW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-tTrDJ3B7aW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrDJ3B7aW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTrDJ3B7aW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTrDJ3B7aW .row {
  flex-direction: row-reverse;
}
.cid-tTrDJ3B7aW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTrDJ3B7aW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTrDJ3B7aW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTrDJ3B7aW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tTrDJ3B7aW .mbr-text,
.cid-tTrDJ3B7aW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tTrEKF2XqH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #191b1d;
}
.cid-tTrEKF2XqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrEKF2XqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrEKF2XqH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTrEKF2XqH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTrEKF2XqH .container {
    padding: 0;
  }
}
.cid-tTrEKF2XqH .row {
  justify-content: center;
  margin: 0;
}
.cid-tTrEKF2XqH .card {
  border-radius: 0;
  padding: 0;
}
.cid-tTrEKF2XqH .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTrEKF2XqH .card .card-wrapper img {
    height: 300px;
  }
}
.cid-tTrFa5cUuN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tTrFa5cUuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrFa5cUuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrFa5cUuN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTrFa5cUuN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTrFa5cUuN .container {
    padding: 0;
  }
}
.cid-tTrFa5cUuN .row {
  justify-content: center;
  margin: 0;
}
.cid-tTrFa5cUuN .card {
  border-radius: 0;
  padding: 0;
}
.cid-tTrFa5cUuN .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTrFa5cUuN .card .card-wrapper img {
    height: 300px;
  }
}
.cid-tTrFB04moS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tTrFB04moS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTrFB04moS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTrFB04moS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTrFB04moS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTrFB04moS .container {
    padding: 0;
  }
}
.cid-tTrFB04moS .row {
  justify-content: center;
  margin: 0;
}
.cid-tTrFB04moS .card {
  border-radius: 0;
  padding: 0;
}
.cid-tTrFB04moS .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTrFB04moS .card .card-wrapper img {
    height: 300px;
  }
}
.cid-tUs3Mgenq0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-tUs3Mgenq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs3Mgenq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUs3Mgenq0 p {
    max-width: 95%;
  }
}
.cid-tUs3Mgenq0 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tUs3Mgenq0 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6592e6;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tUs3Mgenq0 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ff6666;
  font-size: 1.5rem;
}
.cid-tUs3Mgenq0 .mbr-section-title {
  color: #31479c;
}
.cid-tUs3Mgenq0 .mbr-text,
.cid-tUs3Mgenq0 .mbr-section-btn {
  color: #191b1d;
}
.cid-tUs3Mgenq0 .mbr-section-subtitle,
.cid-tUs3Mgenq0 .align-wrapper {
  color: #04492e;
}
.cid-tUs3Mgenq0 .mbr-section-title2 {
  color: #04492e;
}
.cid-tUs3Mgenq0 .mbr-text2,
.cid-tUs3Mgenq0 .mbr-section-btn {
  color: #191b1d;
  text-align: left;
}
.cid-tUs38WMSUE {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/20231014-131455-2000x1500.jpg");
}
.cid-tUs38WMSUE .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tUs38WMSUE .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tUs38WMSUE {
    align-items: center;
  }
  .cid-tUs38WMSUE .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tUs38WMSUE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tUs38WMSUE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUs38WMSUE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tUs38WMSUE .content-wrap {
    width: 100%;
  }
}
.cid-tUs38WMSUE .mbr-section-title {
  text-align: left;
  color: #31479c;
}
.cid-tUs38WMSUE .mbr-text,
.cid-tUs38WMSUE .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tUs38WMSUE .mbr-section-subtitle {
  color: #ca9236;
}
.cid-tUs8mmLkA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tUs8mmLkA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs8mmLkA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUs8mmLkA5 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUs8mmLkA5 .row {
    margin: 0;
  }
}
.cid-tUs8mmLkA5 .row .card {
  border-top: 1px solid #31479c;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUs8mmLkA5 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .image-wrapper {
    padding: 24px;
  }
}
.cid-tUs8mmLkA5 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tUs8mmLkA5 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tUs8mmLkA5 .main-image-wrapper {
  border-left: 1px solid #31479c;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #31479c;
  }
}
.cid-tUs8mmLkA5 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUs8mmLkA5 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-tUs8sz0PfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tUs8sz0PfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs8sz0PfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUs8sz0PfX .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUs8sz0PfX .row {
    margin: 0;
  }
}
.cid-tUs8sz0PfX .row .card {
  border-top: 1px solid #31479c;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUs8sz0PfX .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .image-wrapper {
    padding: 24px;
  }
}
.cid-tUs8sz0PfX .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tUs8sz0PfX .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .image-wrapper img {
    height: 350px;
  }
}
.cid-tUs8sz0PfX .main-image-wrapper {
  border-left: 1px solid #31479c;
  padding: 32px;
  border-left: none;
  border-right: 1px solid #31479c;
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #31479c;
  }
}
.cid-tUs8sz0PfX .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUs8sz0PfX .main-image-wrapper img {
    height: 400px;
  }
}
.cid-tUs98fZqA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tUs98fZqA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs98fZqA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUs98fZqA1 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUs98fZqA1 .row {
    margin: 0;
  }
}
.cid-tUs98fZqA1 .row .card {
  border-top: 1px solid #31479c;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUs98fZqA1 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .image-wrapper {
    padding: 24px;
  }
}
.cid-tUs98fZqA1 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tUs98fZqA1 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .image-wrapper img {
    height: 350px;
  }
}
.cid-tUs98fZqA1 .main-image-wrapper {
  border-left: 1px solid #31479c;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #31479c;
  }
}
.cid-tUs98fZqA1 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUs98fZqA1 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-tUs9wJQS7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tUs9wJQS7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUs9wJQS7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUs9wJQS7s .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tUs9wJQS7s .row {
    margin: 0;
  }
}
.cid-tUs9wJQS7s .row .card {
  border-top: 1px solid #31479c;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-tUs9wJQS7s .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .image-wrapper {
    padding: 24px;
  }
}
.cid-tUs9wJQS7s .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tUs9wJQS7s .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .image-wrapper img {
    height: 350px;
  }
}
.cid-tUs9wJQS7s .main-image-wrapper {
  border-left: 1px solid #31479c;
  padding: 32px;
  border-left: none;
  border-right: 1px solid #31479c;
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #31479c;
  }
}
.cid-tUs9wJQS7s .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tUs9wJQS7s .main-image-wrapper img {
    height: 400px;
  }
}
.cid-tVC2m0ESCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tVC2m0ESCv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVC2m0ESCv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVC2m0ESCv .container {
    padding: 0 25px;
  }
}
.cid-tVC2m0ESCv .row {
  margin: 0;
}
.cid-tVC2m0ESCv .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tVC2m0ESCv .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tVC2m0ESCv .image-wrapper {
    min-height: 350px;
  }
}
.cid-tVC2m0ESCv .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVC2m0ESCv .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tVC2m0ESCv .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tVC2m0ESCv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tVC2m0ESCv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVC2m0ESCv .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tVC2m0ESCv .mbr-section-title {
  color: #000000;
}
.cid-tVC2m0ESCv .mbr-text {
  color: #000000;
}
.cid-tVC90H2Rdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-tVC90H2Rdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVC90H2Rdx .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-tVC90H2Rdx .container {
    padding: 0 30px;
  }
}
.cid-tVC90H2Rdx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-tVC90H2Rdx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVC90H2Rdx .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tVC90H2Rdx .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-tVC90H2Rdx .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVC90H2Rdx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-tVC90H2Rdx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tVC90H2Rdx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tVC9r866ur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-tVC9r866ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVC9r866ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVC9r866ur .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tVC9r866ur .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tVC9r866ur .container {
    padding: 0 20px;
  }
}
.cid-tVC9r866ur .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tVC9r866ur .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tVC9r866ur .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVC9r866ur .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tVC9r866ur .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVC9r866ur .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-tVC9r866ur .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tVC9r866ur .mbr-section-title {
  color: #31479c;
}
.cid-tVC9r866ur .mbr-text {
  color: #e4dfd4;
}
.cid-tVC9r866ur .list {
  color: #e4dfd4;
}
.cid-tVCb4qhBb3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVCb4qhBb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCb4qhBb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCb4qhBb3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVCb4qhBb3 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tVCb4qhBb3 .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVCb4qhBb3 .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVCb4qhBb3 .container {
    padding: 0 30px;
  }
}
.cid-tVCb4qhBb3 .row {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tVCb4qhBb3 .row {
    border-radius: 0;
  }
}
.cid-tVCb4qhBb3 .card {
  padding: 0;
}
.cid-tVCb4qhBb3 .card .image-wrapper img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVCb4qhBb3 .card .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
.cid-tVCb4qhBb3 .mbr-date {
  color: #ffffff;
}
.cid-tVCb4qhBb3 .mbr-link {
  color: #ffffff;
}
.cid-tVCbnvRS5V {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVCbnvRS5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCbnvRS5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCbnvRS5V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVCbnvRS5V .container-fluid {
    padding: 0 30px;
  }
}
.cid-tVCbnvRS5V .container-fluid .row {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVCbnvRS5V .container-fluid .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVCbnvRS5V .container {
    padding: 0 30px;
  }
}
.cid-tVCbnvRS5V .row {
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tVCbnvRS5V .row {
    border-radius: 0;
  }
}
.cid-tVCbnvRS5V .card {
  padding: 0;
}
.cid-tVCbnvRS5V .card .image-wrapper img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVCbnvRS5V .card .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
    border-radius: 10px;
  }
}
.cid-tVCbnvRS5V .mbr-date {
  color: #ffffff;
}
.cid-tVCbnvRS5V .mbr-link {
  color: #ffffff;
}
.cid-tXjvpmYbYh {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20231128-wa0014-1500x2000.jpg");
}
.cid-tXjvpmYbYh .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tXjvpmYbYh .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tXjvpmYbYh {
    align-items: center;
  }
  .cid-tXjvpmYbYh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tXjvpmYbYh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tXjvpmYbYh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tXjvpmYbYh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tXjvpmYbYh .content-wrap {
    width: 100%;
  }
}
.cid-tXjvpmYbYh .mbr-section-title {
  text-align: center;
}
.cid-tXjvpmYbYh .mbr-text,
.cid-tXjvpmYbYh .mbr-section-btn {
  text-align: center;
}
.cid-tXjvRggkrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXjvRggkrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjvRggkrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjvRggkrr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXjvRggkrr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXjvRggkrr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tXjvRggkrr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXjvRggkrr .container {
    padding: 0 12px;
  }
}
.cid-tXjvRggkrr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tXjvRggkrr .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #b5e7f2;
  border-radius: 10rem;
}
.cid-tXjvRggkrr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tXjvRggkrr .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tXjvRggkrr .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tXjvRggkrr .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tXjvRggkrr .image-wrapper img {
    height: 250px;
  }
}
.cid-tXjvRggkrr .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tXjvRggkrr .image-wrap {
    margin-top: 0;
  }
}
.cid-tXjvRggkrr .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXjvRggkrr .image-wrap img {
    height: 350px;
  }
}
.cid-tXjvRggkrr .mbr-section-title {
  color: #1D1D1F;
}
.cid-tXjvRggkrr .mbr-text {
  color: #1D1D1F;
}
.cid-tXjxLC0MT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXjxLC0MT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjxLC0MT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjxLC0MT3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXjxLC0MT3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXjxLC0MT3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tXjxLC0MT3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXjxLC0MT3 .container {
    padding: 0 12px;
  }
}
.cid-tXjxLC0MT3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXjxLC0MT3 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tXjxLC0MT3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tXjxLC0MT3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tXjxLC0MT3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tXjxLC0MT3 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tXjxLC0MT3 .mbr-section-title,
.cid-tXjxLC0MT3 .mbr-section-btn {
  text-align: center;
}
.cid-tXjAeJSpY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b5e7f2;
}
.cid-tXjAeJSpY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjAeJSpY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjAeJSpY3 .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-tXjAeJSpY3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tXjAeJSpY3 .container {
    padding: 0 25px;
  }
}
.cid-tXjAeJSpY3 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXjAeJSpY3 .image-wrapper {
    margin-top: 20px;
  }
}
.cid-tXjAeJSpY3 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-tXjAeJSpY3 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tXjAeJSpY3 .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-tXjAeJSpY3 .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tXjAeJSpY3 .title-wrapper {
    padding: 0;
  }
}
.cid-tXjAeJSpY3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tXjAeJSpY3 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tXjAeJSpY3 .mbr-section-title {
  color: #ffffff;
}
.cid-tXjAeJSpY3 .mbr-text {
  color: #191b1d;
}
.cid-tXjAeJSpY3 .mbr-section-title,
.cid-tXjAeJSpY3 .mbr-section-btn {
  color: #191b1d;
}
.cid-tXjBuBjVJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2fb;
}
.cid-tXjBuBjVJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjBuBjVJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjBuBjVJI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tXjBuBjVJI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tXjBuBjVJI .container {
    padding: 0 24px;
  }
}
.cid-tXjBuBjVJI .row {
  justify-content: center;
}
.cid-tXjBuBjVJI .item {
  margin-bottom: 32px;
}
.cid-tXjBuBjVJI .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXjBuBjVJI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tXjBYPUQe8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXjBYPUQe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjBYPUQe8 .container {
  max-width: 1300px;
}
.cid-tXjBYPUQe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjBYPUQe8 .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tXjBYPUQe8 .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tXjBYPUQe8 .row {
  background: #b5e7f2;
}
@media (max-width: 991px) {
  .cid-tXjBYPUQe8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXjBYPUQe8 .image-wrapper {
  padding: 0;
}
.cid-tXjBYPUQe8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXjBYPUQe8 .mbr-section-title {
  color: #ffffff;
}
.cid-tXjBYPUQe8 .mbr-text,
.cid-tXjBYPUQe8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tXjBYPUQe8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXjDbkvczg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXjDbkvczg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjDbkvczg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjDbkvczg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXjDbkvczg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tXjDbkvczg .container {
    padding: 0 25px;
  }
}
.cid-tXjDbkvczg .row {
  justify-content: center;
}
.cid-tXjDbkvczg .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tXjDbkvczg .item .item-wrapper a {
  display: block;
}
.cid-tXjDbkvczg .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tXjDbkvczg .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tXjDbkvczg .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tXjEB9ezlH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-image: url("../../../assets/images/img-20231127-wa0066-1536x2048.jpg");
}
.cid-tXjEB9ezlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjEB9ezlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjEB9ezlH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tXjEB9ezlH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tXjEB9ezlH .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tXjEB9ezlH .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tXjEB9ezlH .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-tXjEB9ezlH .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-tXjEB9ezlH .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tXjEB9ezlH .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tXjEB9ezlH .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tXjEB9ezlH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tXjEB9ezlH .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tXjEB9ezlH .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-tXjEB9ezlH .mbr-section-title {
  color: #ffffff;
}
.cid-tXjEB9ezlH .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tXjEB9ezlH .mbr-text {
  color: #fafafa;
  text-align: right;
}
.cid-tXjEB9ezlH .mbr-section-title,
.cid-tXjEB9ezlH .mbr-section-btn {
  text-align: right;
}
.cid-tXjF82J0d7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tXjF82J0d7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjF82J0d7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjF82J0d7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tXjF82J0d7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tXjF82J0d7 .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tXjF82J0d7 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tXjF82J0d7 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXjF82J0d7 .image-wrapper img {
    height: 300px;
  }
}
.cid-tXjF82J0d7 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tXjF82J0d7 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tXjF82J0d7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tXjF82J0d7 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tXjF82J0d7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXjF82J0d7 .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tXjF82J0d7 .cards-wrapper {
    margin: 0;
  }
}
.cid-tXjF82J0d7 .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tXjF82J0d7 .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tXjF82J0d7 .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tXjF82J0d7 .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tXjF82J0d7 .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tXjF82J0d7 .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tXjF82J0d7 .mbr-section-title {
  color: #ffffff;
}
.cid-tXjF82J0d7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXjF82J0d7 .mbr-text {
  color: #cacaca;
}
.cid-tXjF82J0d7 .mbr-card-title {
  color: #ffffff;
}
.cid-tXjJCFyQBL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tXjJCFyQBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjJCFyQBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjJCFyQBL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tXjJCFyQBL .mbr-section-title {
  color: #24262b;
}
.cid-tXjJCFyQBL .mbr-section-subtitle {
  color: #24262b;
}
.cid-tXjJCFyQBL .items-row {
  row-gap: 32px;
}
.cid-tXjJCFyQBL .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tXjJCFyQBL .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tXjJCFyQBL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tXjJCFyQBL .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tXjJCFyQBL .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tXjJCFyQBL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tXjJCFyQBL .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tXjJCFyQBL .mbr-item-subtitle {
  color: #24262b;
}
.cid-tXjJCFyQBL .carousel-control,
.cid-tXjJCFyQBL .close {
  background: #1b1b1b;
}
.cid-tXjJCFyQBL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXjJCFyQBL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXjJCFyQBL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXjJCFyQBL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXjJCFyQBL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXjJCFyQBL .close::before {
  content: '\e91a';
}
.cid-tXjJCFyQBL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXjJCFyQBL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXjJCFyQBL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXjJCFyQBL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXjJCFyQBL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXjJCFyQBL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXjJCFyQBL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXjJCFyQBL .carousel-indicators li.active,
.cid-tXjJCFyQBL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXjJCFyQBL .carousel-indicators li::after,
.cid-tXjJCFyQBL .carousel-indicators li::before {
  content: none;
}
.cid-tXjJCFyQBL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXjJCFyQBL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXjJCFyQBL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXjJCFyQBL .carousel-indicators {
    display: none;
  }
}
.cid-tXjJCFyQBL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXjJCFyQBL .carousel-inner > .active {
  display: block;
}
.cid-tXjJCFyQBL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXjJCFyQBL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXjJCFyQBL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXjJCFyQBL .carousel-control,
  .cid-tXjJCFyQBL .carousel-indicators,
  .cid-tXjJCFyQBL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXjJCFyQBL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXjJCFyQBL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXjJCFyQBL .carousel-indicators .active,
.cid-tXjJCFyQBL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXjJCFyQBL .carousel-indicators .active {
  background: #fff;
}
.cid-tXjJCFyQBL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXjJCFyQBL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXjJCFyQBL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXjJCFyQBL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXjJCFyQBL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXjJCFyQBL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXjJCFyQBL .carousel {
  width: 100%;
}
.cid-tXjJCFyQBL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXjJCFyQBL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXjJCFyQBL .modal.fade .modal-dialog,
.cid-tXjJCFyQBL .modal.in .modal-dialog {
  transform: none;
}
.cid-tXjJCFyQBL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXjJCFyQBL H6 {
  text-align: center;
}
.cid-tXjKmVaMGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXjKmVaMGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjKmVaMGh .container {
  max-width: 1300px;
}
.cid-tXjKmVaMGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjKmVaMGh .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tXjKmVaMGh .text-wrapper {
    padding: 3rem;
  }
}
.cid-tXjKmVaMGh .row {
  background: #b5e7f2;
}
.cid-tXjKmVaMGh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tXjKmVaMGh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXjKmVaMGh .image-wrapper {
  padding: 0;
}
.cid-tXjKmVaMGh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXjKmVaMGh .mbr-section-title {
  color: #191b1d;
}
.cid-tXjKmVaMGh .mbr-text,
.cid-tXjKmVaMGh .mbr-section-btn {
  color: #191b1d;
}
.cid-tXjKmVaMGh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXjLkr8Nf7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #b5e7f2;
}
.cid-tXjLkr8Nf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjLkr8Nf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjLkr8Nf7 .container,
.cid-tXjLkr8Nf7 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXjLkr8Nf7 .container,
  .cid-tXjLkr8Nf7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXjLkr8Nf7 .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tXjLkr8Nf7 .row .card {
  padding: 0;
}
.cid-tXjLkr8Nf7 .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXjLkr8Nf7 .card .card-wrapper img {
    height: 250px;
  }
}
.cid-tXjLLaM4EX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #b5e7f2;
}
.cid-tXjLLaM4EX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjLLaM4EX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjLLaM4EX .container,
.cid-tXjLLaM4EX .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXjLLaM4EX .container,
  .cid-tXjLLaM4EX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXjLLaM4EX .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-tXjLLaM4EX .row .card {
  padding: 0;
}
.cid-tXjLLaM4EX .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXjLLaM4EX .card .card-wrapper img {
    height: 250px;
  }
}
.cid-u0GZl6g0nO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u0GZl6g0nO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0GZl6g0nO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0GZl6g0nO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0GZl6g0nO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0GZl6g0nO .container {
    padding: 0 24px;
  }
}
.cid-u0GZl6g0nO .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-u0GZl6g0nO .content-wrapper {
    padding: 0;
  }
}
.cid-u0GZl6g0nO .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-u0GZl6g0nO .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-u0GZl6g0nO .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-u0GZl6g0nO .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-u0GZl6g0nO .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u0GZl6g0nO .mbr-section-title {
  color: #141414;
}
.cid-u0GZl6g0nO .mbr-desc {
  color: #141414;
}
.cid-u0GZl6g0nO .mbr-text {
  color: #141414;
}
.cid-u0H0s1a3Xt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-u0H0s1a3Xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H0s1a3Xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H0s1a3Xt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0H0s1a3Xt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0H0s1a3Xt .container {
    padding: 0 16px;
  }
}
.cid-u0H0s1a3Xt .row {
  padding: 60px 64px;
  background-color: #fffaf5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u0H0s1a3Xt .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .row {
    padding: 25px 9px;
  }
}
.cid-u0H0s1a3Xt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0H0s1a3Xt .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-u0H0s1a3Xt .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .image-wrapper img {
    height: 350px;
  }
}
.cid-u0H0s1a3Xt .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-u0H0s1a3Xt .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u0H0s1a3Xt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u0H0s1a3Xt .items-wrapper {
    display: block;
  }
}
.cid-u0H0s1a3Xt .items-wrapper .item {
  padding: 50px;
  background-color: #e7f2ed;
  border-radius: .5rem !important;
}
.cid-u0H0s1a3Xt .items-wrapper .item:nth-child(2n) {
  background-color: #31479c;
}
@media (max-width: 992px) {
  .cid-u0H0s1a3Xt .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-u0H0s1a3Xt .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u0H0s1a3Xt .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-u0H0s1a3Xt .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-u0H0s1a3Xt .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u0H0s1a3Xt .card {
  justify-content: center;
}
.cid-u0H0s1a3Xt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u0H0s1a3Xt .mbr-text {
  color: #000000;
}
.cid-u0H0s1a3Xt .card-title {
  color: #000000;
}
.cid-u0H0s1a3Xt .card-text {
  color: #000000;
  text-align: center;
}
.cid-u0H0s1a3Xt .card-title,
.cid-u0H0s1a3Xt .icon-wrapper {
  text-align: center;
}
.cid-u0H1tAirD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0H1tAirD6 .mbr-section-title {
  color: #000000;
}
.cid-u0H1tAirD6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u0H1tAirD6 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u0H1tAirD6 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u0H1tAirD6 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u0H1tAirD6 .mbr-section-title,
.cid-u0H1tAirD6 .line {
  color: #000000;
}
.cid-u0H42DTaz9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-u0H42DTaz9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u0H42DTaz9 .container {
    padding: 10px 8px;
  }
}
.cid-u0H42DTaz9 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u0H42DTaz9 .row {
    padding: 50px 10px;
  }
}
.cid-u0H42DTaz9 .row .card {
  padding: 0;
}
.cid-u0H42DTaz9 .item:focus,
.cid-u0H42DTaz9 span:focus {
  outline: none;
}
.cid-u0H42DTaz9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u0H42DTaz9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u0H42DTaz9 .embla__slide .slide-content {
  width: 100%;
}
.cid-u0H42DTaz9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u0H42DTaz9 .embla__button--next,
.cid-u0H42DTaz9 .embla__button--prev {
  display: flex;
}
.cid-u0H42DTaz9 .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u0H42DTaz9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0H42DTaz9 .embla__button:hover {
  transform: scale(1.15);
}
.cid-u0H42DTaz9 .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-u0H42DTaz9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0H42DTaz9 .embla {
  position: relative;
  width: 100%;
}
.cid-u0H42DTaz9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-u0H42DTaz9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0H42DTaz9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0H42DTaz9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #000000 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0H6zEF8Li {
  background-image: url("../../../assets/images/img-5207-2000x1333.jpg");
}
.cid-u0H6zEF8Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H6zEF8Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H6zEF8Li .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u0H6zEF8Li .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u0H6zEF8Li .container {
    padding: 0 25px;
  }
}
.cid-u0H6zEF8Li .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-u0H6zEF8Li .title-wrapper {
    padding: 0;
  }
}
.cid-u0H6zEF8Li .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u0H6zEF8Li .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-u0H6zEF8Li .mbr-section-title {
  color: #ffffff;
}
.cid-u0H6zEF8Li .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0H6zEF8Li .mbr-section-title,
.cid-u0H6zEF8Li .mbr-section-btn {
  text-align: center;
}
.cid-u0H7h7Fzc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3baa3;
}
.cid-u0H7h7Fzc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H7h7Fzc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H7h7Fzc4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0H7h7Fzc4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0H7h7Fzc4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0H7h7Fzc4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0H7h7Fzc4 .container {
    padding: 0 16px;
  }
}
.cid-u0H7h7Fzc4 .row {
  justify-content: center;
}
.cid-u0H7h7Fzc4 .card-main {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .cid-u0H7h7Fzc4 .card-main {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u0H7h7Fzc4 .card-main a:hover .image-wrapper .image-wrap img,
.cid-u0H7h7Fzc4 .card-main a:focus .image-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-u0H7h7Fzc4 .card-main a:hover .mbr-section-title,
.cid-u0H7h7Fzc4 .card-main a:focus .mbr-section-title {
  text-decoration-color: #000000;
}
.cid-u0H7h7Fzc4 .card-main a .image-wrapper {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-u0H7h7Fzc4 .card-main a .image-wrapper .image-wrap {
  overflow: hidden;
  border-radius: 1rem !important;
}
.cid-u0H7h7Fzc4 .card-main a .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u0H7h7Fzc4 .card-main a .image-wrapper .image-wrap img {
    height: 400px;
  }
}
.cid-u0H7h7Fzc4 .card-main a .date-wrapper {
  margin-bottom: 10px;
}
.cid-u0H7h7Fzc4 .card-main a .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u0H7h7Fzc4 .card-main a .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-u0H7h7Fzc4 .card-main a .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u0H7h7Fzc4 .card-main a .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item {
  margin-bottom: 2rem;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-u0H7h7Fzc4 .cards-wrapper .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a:focus .item-wrapper .item-content .card-title,
.cid-u0H7h7Fzc4 .cards-wrapper .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #000000;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-img {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #000000;
  margin-right: 16px;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u0H7h7Fzc4 .cards-wrapper .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-u0H7h7Fzc4 .mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u0H7h7Fzc4 .mbr-section-btn .border-wrap {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.cid-u0H7h7Fzc4 .mbr-section-btn .btn {
  margin: 10px 80px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .cid-u0H7h7Fzc4 .mbr-section-btn .btn {
    margin: 10px;
  }
}
.cid-u0H7h7Fzc4 .mbr-section-title {
  color: #000000;
}
.cid-u0H7h7Fzc4 .mbr-tag {
  color: #000000;
}
.cid-u0H7h7Fzc4 .mbr-date {
  color: #000000;
}
.cid-u0H7h7Fzc4 .card-title {
  color: #000000;
}
.cid-u0H9pTvqpV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9edcb;
}
.cid-u0H9pTvqpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0H9pTvqpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0H9pTvqpV .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-u0H9pTvqpV .item {
    margin-bottom: 4rem;
  }
}
.cid-u0H9pTvqpV .item:last-child .icon-box:before {
  display: none;
}
.cid-u0H9pTvqpV .item.last .icon-box:before {
  display: none;
}
.cid-u0H9pTvqpV .icon-box {
  background: #191b1d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u0H9pTvqpV .icon-box {
    margin-right: 1rem;
  }
}
.cid-u0H9pTvqpV span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u0H9pTvqpV .card {
    margin-bottom: 2rem;
  }
  .cid-u0H9pTvqpV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u0HbZDi6JB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0HbZDi6JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0HbZDi6JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0HbZDi6JB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0HbZDi6JB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u0HbZDi6JB .container {
    padding: 0 25px;
  }
}
.cid-u0HbZDi6JB .row {
  justify-content: center;
}
.cid-u0HbZDi6JB .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-u0HbZDi6JB .item .item-wrapper a {
  display: block;
}
.cid-u0HbZDi6JB .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-u0HbZDi6JB .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u0HbZDi6JB .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u27buNMtQW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-u27buNMtQW .mbr-text {
  color: #ffffff;
}
.cid-u27buNMtQW .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-u27buNMtQW .mbr-section-title {
  color: #ffffff;
}
.cid-u27dOZ2djg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u27dOZ2djg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27dOZ2djg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27dOZ2djg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u27dOZ2djg .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u27dOZ2djg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u27dOZ2djg .container {
    padding: 0 16px;
  }
}
.cid-u27dOZ2djg .row {
  justify-content: center;
  margin: 0 -32px;
}
.cid-u27dOZ2djg .row .item {
  padding: 0 32px;
}
.cid-u27dOZ2djg .item {
  margin-bottom: 64px;
}
.cid-u27dOZ2djg .item .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u27dOZ2djg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u27gVifzic {
  overflow: hidden;
  background-color: #1d1d1f;
}
.cid-u27gVifzic .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27gVifzic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27gVifzic .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u27gVifzic .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u27gVifzic .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u27gVifzic .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u27gVifzic .container {
    padding: 0 12px;
  }
}
.cid-u27gVifzic .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #212124;
}
@media (max-width: 992px) {
  .cid-u27gVifzic .content-wrapper {
    display: block;
  }
}
.cid-u27gVifzic .content-wrapper .title-wrapper {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-u27gVifzic .content-wrapper .title-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u27gVifzic .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-u27gVifzic .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-u27gVifzic .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-u27gVifzic .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-u27gVifzic .content-wrapper .image-wrapper {
  margin-top: 90px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u27gVifzic .content-wrapper .image-wrapper {
    margin: 0 0 0 32px;
  }
}
.cid-u27gVifzic .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u27gVifzic .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u27gVifzic .mbr-section-title {
  color: #ffffff;
}
.cid-u27gVifzic .mbr-text {
  color: #ffffff;
}
.cid-u27ho7Scpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u27ho7Scpj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u27ho7Scpj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u27ho7Scpj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u27ho7Scpj .container {
    padding: 0 20px;
  }
}
.cid-u27ho7Scpj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-u27ho7Scpj .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-u27ho7Scpj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u27ho7Scpj .embla__slide .slide-content {
  width: 100%;
}
.cid-u27ho7Scpj .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-u27ho7Scpj .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-u27ho7Scpj .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-u27ho7Scpj .embla__button--next,
.cid-u27ho7Scpj .embla__button--prev {
  display: flex;
}
.cid-u27ho7Scpj .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff6666 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u27ho7Scpj .embla__button:hover {
  opacity: .5 !important;
}
.cid-u27ho7Scpj .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-u27ho7Scpj .embla__button.embla__button--next {
  right: 0;
}
.cid-u27ho7Scpj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-u27ho7Scpj .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-u27ho7Scpj .embla::before {
    display: none;
  }
}
.cid-u27ho7Scpj .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u27ho7Scpj .embla__viewport {
    overflow: hidden ;
  }
}
.cid-u27ho7Scpj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u27ho7Scpj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u27ho7Scpj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u27mosovRA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ece6cd;
}
.cid-u27mosovRA .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-u27mosovRA .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u27mosovRA .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-u27mosovRA .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-u27mosovRA .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-u27mosovRA .step-number {
  color: #c3baa3;
}
@media (max-width: 991px) {
  .cid-u27mosovRA .card {
    margin-bottom: 2rem;
  }
  .cid-u27mosovRA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u27mosovRA .card-title {
  color: #2e6b75;
}
.cid-u27mosovRA .icon-text {
  color: #6c7577;
}
.cid-u27mosovRA .icon-title {
  color: #c3baa3;
}
.cid-u27mosovRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27mosovRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27mosovRA .card-title,
.cid-u27mosovRA .card-box {
  color: #000000;
}
.cid-u2Y6Qx48LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece6cd;
}
.cid-u2Y6Qx48LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Y6Qx48LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Y6Qx48LH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u2Y6Qx48LH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u2Y6Qx48LH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2Y6Qx48LH .container {
    padding: 0 16px;
  }
}
.cid-u2Y6Qx48LH .row {
  justify-content: center;
  margin: 0 -42px;
}
.cid-u2Y6Qx48LH .row .item {
  padding: 0 42px;
}
.cid-u2Y6Qx48LH .item {
  margin-bottom: 36px;
}
.cid-u2Y6Qx48LH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u2Y6Qx48LH .item .item-wrapper .item-img {
  width: 100%;
}
.cid-u2Y6Qx48LH .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u2Y6Qx48LH .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2Y6Qx48LH .item:nth-child(2n) .item-wrapper .item-img img {
  height: 280px;
}
.cid-u2Y6Qx48LH .item:nth-child(3n) .item-wrapper .item-img img {
  height: 280px;
  margin-top: -10rem;
}
@media (max-width: 992px) {
  .cid-u2Y6Qx48LH .item:nth-child(3n) .item-wrapper .item-img img {
    margin-top: 0;
  }
}
.cid-u27oByLoe7 {
  background-color: #ffffff;
}
.cid-u27oByLoe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27oByLoe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27oByLoe7 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u27oByLoe7 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .container {
    padding: 0 20px;
  }
}
.cid-u27oByLoe7 .row {
  justify-content: space-between;
}
.cid-u27oByLoe7 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u27oByLoe7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u27oByLoe7 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-u27oByLoe7 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-u27oByLoe7 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-u27oByLoe7 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-u27oByLoe7 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u27oByLoe7 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u27oByLoe7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-u27oByLoe7 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u27oByLoe7 .image-wrapper img {
    height: 450px;
  }
}
.cid-u27oByLoe7 .mbr-section-title {
  color: #000000;
}
.cid-u27oByLoe7 .mbr-link {
  color: #000000;
}
.cid-u27oByLoe7 .mbr-desc {
  color: #000000;
}
.cid-u27oByLoe7 .mbr-text {
  color: #9a9a9a;
}
.cid-u27pQskhok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u27pQskhok .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u27pQskhok .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u27pQskhok .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u27pQskhok .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u27pQskhok .container {
    padding: 0 14px;
  }
}
.cid-u27pQskhok .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u27pQskhok .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u27pQskhok .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-u27pQskhok .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u27pQskhok .embla__slide .slide-content {
  width: 100%;
}
.cid-u27pQskhok .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-u27pQskhok .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ece6cd;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-u27pQskhok .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-u27pQskhok .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #ece6cd;
}
.cid-u27pQskhok .embla__button--next,
.cid-u27pQskhok .embla__button--prev {
  display: flex;
}
.cid-u27pQskhok .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #6592e6 !important;
  color: #47b5ed !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u27pQskhok .embla__button:hover {
  opacity: .7 !important;
}
.cid-u27pQskhok .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-u27pQskhok .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u27pQskhok .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-u27pQskhok .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u27pQskhok .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u27pQskhok .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u27pQskhok .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u27pQskhok .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-u27qKGNRJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u27qKGNRJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27qKGNRJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27qKGNRJf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u27qKGNRJf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u27qKGNRJf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u27qKGNRJf .container {
    padding: 0 20px;
  }
}
.cid-u27qKGNRJf .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u27qKGNRJf .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u27qKGNRJf .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u27qKGNRJf .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u27qKGNRJf .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u27qKGNRJf .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #c3baa3;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u27qKGNRJf .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u27qKGNRJf .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u27qKGNRJf .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u27qKGNRJf .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u27qKGNRJf .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u27qKGNRJf .mbr-desc {
  color: #000000;
}
.cid-u27qKGNRJf .panel-number {
  color: #000000;
}
.cid-u27qKGNRJf .panel-title-edit {
  color: #000000;
}
.cid-u27qKGNRJf .panel-text {
  color: #000000;
}
.cid-u27unL7PGp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ece6cd;
}
.cid-u27unL7PGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27unL7PGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27unL7PGp .container,
.cid-u27unL7PGp .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u27unL7PGp .container,
  .cid-u27unL7PGp .container-fluid {
    padding: 0 20px;
  }
}
.cid-u27unL7PGp .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-u27unL7PGp .row .card {
  padding: 0;
}
.cid-u27unL7PGp .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u27unL7PGp .card .card-wrapper img {
    height: 250px;
  }
}
.cid-u27uRWx8ck {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ece6cd;
}
.cid-u27uRWx8ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-u27uRWx8ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u27uRWx8ck .container,
.cid-u27uRWx8ck .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u27uRWx8ck .container,
  .cid-u27uRWx8ck .container-fluid {
    padding: 0 20px;
  }
}
.cid-u27uRWx8ck .row {
  position: relative;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}
.cid-u27uRWx8ck .row .card {
  padding: 0;
}
.cid-u27uRWx8ck .card .card-wrapper img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u27uRWx8ck .card .card-wrapper img {
    height: 250px;
  }
}
.cid-u40qQhy9DO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u40qQhy9DO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40qQhy9DO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40qQhy9DO .mbr-section-title,
.cid-u40qQhy9DO .mbr-text,
.cid-u40qQhy9DO .mbr-section-btn {
  text-align: center;
}
.cid-u40qQhy9DO .video-wrapper {
  margin: auto;
}
.cid-u40qQhy9DO .video-wrapper iframe {
  width: 100%;
}
.cid-u40sGCqbaA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-u40sGCqbaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40sGCqbaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40sGCqbaA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u40sGCqbaA .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u40sGCqbaA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u40sGCqbaA .container {
    padding: 0 16px;
  }
}
.cid-u40sGCqbaA .row {
  justify-content: center;
  margin: 0 -32px;
}
.cid-u40sGCqbaA .row .item {
  padding: 0 32px;
}
.cid-u40sGCqbaA .item {
  margin-bottom: 64px;
}
.cid-u40sGCqbaA .item .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u40sGCqbaA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u40tuoPPRK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-u40tuoPPRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40tuoPPRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40tuoPPRK .mbr-section-title,
.cid-u40tuoPPRK .mbr-text,
.cid-u40tuoPPRK .mbr-section-btn {
  text-align: center;
}
.cid-u40tuoPPRK .video-wrapper {
  margin: auto;
}
.cid-u40tuoPPRK .video-wrapper iframe {
  width: 100%;
}
.cid-u40uETQdhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u40uETQdhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40uETQdhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40uETQdhk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u40uETQdhk .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u40uETQdhk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u40uETQdhk .container {
    padding: 0 16px;
  }
}
.cid-u40uETQdhk .row {
  justify-content: center;
  margin: 0 -42px;
}
.cid-u40uETQdhk .row .item {
  padding: 0 42px;
}
.cid-u40uETQdhk .item {
  margin-bottom: 36px;
}
.cid-u40uETQdhk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u40uETQdhk .item .item-wrapper .item-img {
  width: 100%;
}
.cid-u40uETQdhk .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u40uETQdhk .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u40uETQdhk .item:nth-child(2n) .item-wrapper .item-img img {
  height: 280px;
}
.cid-u40uETQdhk .item:nth-child(3n) .item-wrapper .item-img img {
  height: 280px;
  margin-top: -10rem;
}
@media (max-width: 992px) {
  .cid-u40uETQdhk .item:nth-child(3n) .item-wrapper .item-img img {
    margin-top: 0;
  }
}
.cid-u40wCMgQTs {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u40wCMgQTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40wCMgQTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40wCMgQTs .mbr-section-title {
  color: #c3baa3;
}
.cid-u40wCMgQTs .mbr-text,
.cid-u40wCMgQTs .mbr-section-btn {
  color: #6e6e6e;
}
.cid-u40wCMgQTs .mbr-section-subtitle {
  color: #04492e;
}
.cid-u40y71rMCU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u40y71rMCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40y71rMCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40y71rMCU .video-wrapper iframe {
  width: 100%;
}
.cid-u40y71rMCU .mbr-section-title,
.cid-u40y71rMCU .mbr-section-subtitle,
.cid-u40y71rMCU .mbr-text {
  text-align: center;
}
.cid-u40y71rMCU .mbr-section-title {
  color: #f0f0f0;
}
.cid-u40y71rMCU .mbr-section-subtitle {
  color: #f0f0f0;
}
.cid-u40zKYqcq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u40zKYqcq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40zKYqcq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u40zKYqcq5 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-u40zKYqcq5 .row {
    margin: 0;
  }
}
.cid-u40zKYqcq5 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-u40zKYqcq5 .image-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .image-wrapper {
    padding: 24px;
  }
}
.cid-u40zKYqcq5 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-u40zKYqcq5 .image-wrapper img:first-child {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .image-wrapper img:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .image-wrapper img {
    height: 350px;
  }
}
.cid-u40zKYqcq5 .main-image-wrapper {
  border-left: 1px solid #72716b;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .main-image-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
  }
}
.cid-u40zKYqcq5 .main-image-wrapper img {
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u40zKYqcq5 .main-image-wrapper img {
    height: 400px;
  }
}
.cid-u40Ao71tDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece6cd;
}
.cid-u40Ao71tDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40Ao71tDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40Ao71tDX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u40Ao71tDX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u40Ao71tDX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u40Ao71tDX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u40Ao71tDX .container {
    padding: 0 14px;
  }
}
.cid-u40Ao71tDX .row {
  justify-content: center;
}
.cid-u40Ao71tDX .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u40Ao71tDX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u40Ao71tDX .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-u40Ao71tDX .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-u40Ao71tDX .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-u40Ao71tDX .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-u40Ao71tDX .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-u40Ao71tDX .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-u40Ao71tDX .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-u40Ao71tDX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u40Ao71tDX .mbr-text_1 {
  color: #01004c;
}
.cid-u40Ao71tDX .list {
  color: #01004c;
}
.cid-u40Ao71tDX .mbr-text_2 {
  color: #01004c;
}
.cid-u40DijFXgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece6cd;
}
.cid-u40DijFXgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40DijFXgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40DijFXgW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u40DijFXgW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u40DijFXgW .container {
    padding: 0 24px;
  }
}
.cid-u40DijFXgW .row {
  justify-content: center;
}
.cid-u40DijFXgW .item {
  margin-bottom: 32px;
}
.cid-u40DijFXgW .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u40DijFXgW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u40EBSVuL2 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20240211-wa0069-1600x1200.jpg");
}
.cid-u40EBSVuL2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-u40EBSVuL2 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u40EBSVuL2 {
    align-items: center;
  }
  .cid-u40EBSVuL2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u40EBSVuL2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u40EBSVuL2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u40EBSVuL2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u40EBSVuL2 .content-wrap {
    width: 100%;
  }
}
.cid-u40EBSVuL2 .mbr-section-title {
  text-align: center;
}
.cid-u40EBSVuL2 .mbr-text,
.cid-u40EBSVuL2 .mbr-section-btn {
  text-align: center;
}
.cid-u40H1F2LCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-u40H1F2LCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40H1F2LCz .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-u40H1F2LCz .container {
    padding: 0 30px;
  }
}
.cid-u40H1F2LCz .row {
  justify-content: center;
}
.cid-u40H1F2LCz .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u40H1F2LCz .item {
    margin-bottom: 30px;
  }
}
.cid-u40H1F2LCz .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-u40H1F2LCz .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-u40H1F2LCz .item .item-wrapper .item-img {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u40H1F2LCz .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-u40H1F2LCz .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-u40HsGOau2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.cid-u40HsGOau2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40HsGOau2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40HsGOau2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u40HsGOau2 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u40HsGOau2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u40HsGOau2 .container {
    padding: 0 16px;
  }
}
.cid-u40HsGOau2 .mbr-section-title {
  margin-bottom: 80px;
  color: #080808;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u40HsGOau2 .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u40HsGOau2 .box {
  margin: 0 auto;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-u40HsGOau2 .box {
    width: 100%;
  }
}
.cid-u40HsGOau2 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 992px) {
  .cid-u40HsGOau2 .box .mbr-media {
    height: 450px;
  }
}
.cid-u40HsGOau2 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .5em !important;
}
.cid-u40HsGOau2 .box .mbr-media .mbr-iconfont {
  font-size: 26px;
  color: #232323;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}
.cid-u40HsGOau2 .mbr-media {
  position: relative;
}
.cid-u40HsGOau2 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u40HsGOau2 a:hover {
  background-image: none !important;
}
.cid-u40HsGOau2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-u40HsGOau2 .icon-wrap:hover,
.cid-u40HsGOau2 .icon-wrap:focus {
  cursor: pointer;
  background-color: #232323;
}
.cid-u40HsGOau2 .icon-wrap:hover .mbr-iconfont,
.cid-u40HsGOau2 .icon-wrap:focus .mbr-iconfont {
  color: #333333;
}
.cid-u40HsGOau2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u40HsGOau2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u40HsGOau2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u40HsGOau2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u40HsGOau2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u40HsGOau2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u40Ih9A4gp {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-2705-2000x1500.jpg");
}
.cid-u40Ih9A4gp .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-u40Ih9A4gp .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u40Ih9A4gp {
    align-items: center;
  }
  .cid-u40Ih9A4gp .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u40Ih9A4gp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u40Ih9A4gp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u40Ih9A4gp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u40Ih9A4gp .content-wrap {
    width: 100%;
  }
}
.cid-u40Ih9A4gp .mbr-section-title {
  text-align: left;
  color: #ece6cd;
}
.cid-u40Ih9A4gp .mbr-text,
.cid-u40Ih9A4gp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u40Ih9A4gp .mbr-section-subtitle {
  color: #ece6cd;
}
.cid-u40JeDJr7g {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u40JeDJr7g {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u40JeDJr7g .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u40JeDJr7g section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-u40JeDJr7g .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/img-2702-2000x1500.jpg");
}
.cid-u40JeDJr7g .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40JeDJr7g .row .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-u40JeDJr7g .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u40JeDJr7g .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u40JeDJr7g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u40JeDJr7g .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u40JeDJr7g .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u40JeDJr7g .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-u40JeDJr7g .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u40JeDJr7g .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-u40JeDJr7g .image-wrapper img {
    height: 300px;
  }
}
.cid-u40JeDJr7g .mbr-section-title {
  color: #ffffff;
}
.cid-u40JeDJr7g .mbr-desc {
  color: #ffffff;
}
.cid-u40Kv8IPfu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-2751-2000x1500.jpg");
}
.cid-u40Kv8IPfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40Kv8IPfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40Kv8IPfu .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .container-fluid {
    padding: 0 12px;
  }
}
.cid-u40Kv8IPfu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .container {
    padding: 0 20px;
  }
}
.cid-u40Kv8IPfu .row {
  margin-top: -2px;
}
.cid-u40Kv8IPfu .card {
  padding: 0;
}
.cid-u40Kv8IPfu .image-wrapper {
  border: 2px solid #706f6d;
}
.cid-u40Kv8IPfu .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-u40Kv8IPfu .title-wrapper {
  border: 2px solid #706f6d;
  border-top: none;
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-u40Kv8IPfu .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-u40Kv8IPfu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u40Kv8IPfu .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-u40Kv8IPfu .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u40Kv8IPfu .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-u40Kv8IPfu .mbr-section-title {
  color: #ffffff;
}
.cid-u40Kv8IPfu .mbr-text {
  color: #ffffff;
}
.cid-u40Kv8IPfu .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u40Kv8IPfu .mbr-section-btn {
    text-align: left;
  }
}
.cid-u40Kv8IPfu .mbr-text,
.cid-u40Kv8IPfu .mbr-section-btn {
  color: #000000;
}
.cid-u40LluJ9Go {
  background-color: #ffffff;
}
.cid-u40LluJ9Go .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40LluJ9Go .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40LluJ9Go .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u40LluJ9Go .container-fluid {
    padding: 0 30px;
  }
}
.cid-u40LluJ9Go .container-fluid .row {
  padding: 0;
}
.cid-u40LluJ9Go .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-u40LluJ9Go .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u40LluJ9Go .title-wrapper {
    padding: 80px 0;
  }
}
.cid-u40LluJ9Go .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u40LluJ9Go .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u40LluJ9Go .image-wrapper {
  position: relative;
}
.cid-u40LluJ9Go .image-wrapper img {
  object-fit: cover;
}
.cid-u40LluJ9Go .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-u40LluJ9Go .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-u40LluJ9Go .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-u40LluJ9Go .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-u40LluJ9Go .image-wrapper img:last-child {
    display: none;
  }
}
.cid-u40LluJ9Go .mbr-section-title {
  color: #000000;
}
.cid-u40LluJ9Go .mbr-text {
  color: #000000;
}
.cid-u40MfSubBs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fdfcfa;
}
.cid-u40MfSubBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40MfSubBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40MfSubBs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u40MfSubBs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u40MfSubBs .container {
    padding: 0;
  }
}
.cid-u40MfSubBs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-u40MfSubBs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u40MfSubBs .embla__slide a {
  display: block;
  width: 100%;
}
.cid-u40MfSubBs .embla__slide a .card-wrap {
  width: 100%;
}
.cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-u40MfSubBs .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-u40MfSubBs .embla__button--next,
.cid-u40MfSubBs .embla__button--prev {
  display: flex;
}
.cid-u40MfSubBs .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #f0f0f0;
  color: #9fdbf8;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u40MfSubBs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u40MfSubBs .embla__button:hover {
  background-color: #f0f0f0;
  color: #9fdbf8;
}
.cid-u40MfSubBs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-u40MfSubBs .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-u40MfSubBs .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-u40MfSubBs .embla {
  position: relative;
  width: 100%;
}
.cid-u40MfSubBs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u40MfSubBs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u40MfSubBs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u40MfSubBs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u40MfSubBs .mbr-section-title {
  color: #ffffff;
}
.cid-u40MfSubBs .mbr-box {
  color: #ffffff;
}
.cid-u4hoZmRg7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ece6cd;
}
.cid-u4hoZmRg7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hoZmRg7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hoZmRg7G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u4hoZmRg7G .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u4hoZmRg7G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4hoZmRg7G .container {
    padding: 0 16px;
  }
}
.cid-u4hoZmRg7G .card {
  justify-content: center;
}
.cid-u4hoZmRg7G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4hoZmRg7G .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u4hoZmRg7G .text-wrapper .mbr-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u4hoZmRg7G .text-wrapper .mbr-text {
    margin: 36px 0 0 0;
  }
}
.cid-u4hoZmRg7G .mbr-section-title {
  color: #080808;
}
.cid-u4hoZmRg7G .mbr-text {
  color: #333333;
}
.cid-u4hoZmRg7G .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4hoZmRg7G .mbr-section-btn {
    text-align: left;
  }
}
.cid-u4hpWoXt2g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ece6cd;
}
.cid-u4hpWoXt2g .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u4hpWoXt2g .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u4hpWoXt2g .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u4hpWoXt2g .container {
    padding: 0 20px;
  }
}
.cid-u4hpWoXt2g .mbr-section-title {
  margin-bottom: 90px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u4hpWoXt2g .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u4hpWoXt2g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-u4hpWoXt2g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u4hpWoXt2g .embla__slide .slide-content {
  width: 100%;
}
.cid-u4hpWoXt2g .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-u4hpWoXt2g .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-u4hpWoXt2g .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #000000;
  background-color: #c3baa3;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 780px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4hpWoXt2g .embla__slide .slide-content a .item-wrapper .item-img img {
    min-height: 400px;
  }
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-u4hpWoXt2g .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u4hpWoXt2g .embla__button--next,
.cid-u4hpWoXt2g .embla__button--prev {
  display: flex;
}
.cid-u4hpWoXt2g .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff6666 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u4hpWoXt2g .embla__button:hover {
  opacity: .5 !important;
}
.cid-u4hpWoXt2g .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-u4hpWoXt2g .embla__button.embla__button--next {
  right: 0;
}
.cid-u4hpWoXt2g .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-u4hpWoXt2g .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-u4hpWoXt2g .embla::before {
    display: none;
  }
}
.cid-u4hpWoXt2g .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u4hpWoXt2g .embla__viewport {
    overflow: hidden ;
  }
}
.cid-u4hpWoXt2g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4hpWoXt2g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4hpWoXt2g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4hpWoXt2g .item-title {
  color: #000000;
}
.cid-u4hpWoXt2g .item-desc {
  color: #9a9a9a;
}
.cid-u4hob7NkUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffe161;
}
.cid-u4hob7NkUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hob7NkUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hob7NkUC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4hob7NkUC .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u4hob7NkUC .container {
    padding: 0 25px;
  }
}
.cid-u4hob7NkUC .row {
  justify-content: center;
}
.cid-u4hob7NkUC .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4hob7NkUC .icon-wrapper {
    justify-content: center;
  }
}
.cid-u4hob7NkUC .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #000000;
}
.cid-u4hob7NkUC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-u4hob7NkUC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u4hob7NkUC .embla__slide .card-wrap {
  width: 100%;
}
.cid-u4hob7NkUC .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 10px;
}
.cid-u4hob7NkUC .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u4hob7NkUC .embla__button--next,
.cid-u4hob7NkUC .embla__button--prev {
  display: flex;
}
.cid-u4hob7NkUC .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u4hob7NkUC .embla__button {
    display: none;
  }
}
.cid-u4hob7NkUC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4hob7NkUC .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .7;
}
.cid-u4hob7NkUC .embla__button.embla__button--prev {
  right: 125px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-u4hob7NkUC .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-u4hob7NkUC .embla__button.embla__button--next {
  right: 60px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-u4hob7NkUC .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .cid-u4hob7NkUC .embla__button {
    bottom: 0;
  }
}
.cid-u4hob7NkUC .embla {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
}
.cid-u4hob7NkUC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u4hob7NkUC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4hob7NkUC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4hob7NkUC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4hob7NkUC .card-text {
  color: #000000;
}
.cid-u4hob7NkUC .mbr-role {
  color: #E33030;
}
.cid-u4hqt7whIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4hqt7whIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4hqt7whIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4hqt7whIe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4hqt7whIe .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u4hqt7whIe .container {
    padding: 0 25px;
  }
}
.cid-u4hqt7whIe .row {
  justify-content: center;
}
.cid-u4hqt7whIe .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-u4hqt7whIe .item .item-wrapper a {
  display: block;
}
.cid-u4hqt7whIe .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-u4hqt7whIe .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u4hqt7whIe .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
