.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #6592e6;
  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: #2260d2 !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: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.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: #65c6d4 !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: #65c6d4;
}
.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 - 3.8rem);
  }
}
.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: #65c6d4;
}
.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;
  position: fixed;
}
.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-tCCIEeB2rd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tCCIEeB2rd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCIEeB2rd .row {
  flex-direction: row-reverse;
}
.cid-tCCIEeB2rd img {
  width: 100%;
}
.cid-tCCIEeB2rd .mbr-description {
  text-align: center;
}
.cid-s48vaXqeL6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-s48vaXqeL6 .mbr-section-title {
  text-align: center;
}
.cid-s48vaXqeL6 .mbr-section-subtitle {
  text-align: left;
}
.cid-s48vnjULo4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-s48vnjULo4 .mbr-section-title {
  text-align: left;
}
.cid-s48vnjULo4 .mbr-section-subtitle {
  text-align: left;
}
.cid-tE9kjz09Le {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tE9kjz09Le .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9kjz09Le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9kjz09Le .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tE9kjz09Le .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tE9kjz09Le .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tE9kjz09Le .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tE9kjz09Le .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tE9kjz09Le P {
  text-align: left;
}
.cid-tE9yFcLjbL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tE9yFcLjbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9yFcLjbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9yFcLjbL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tE9yFcLjbL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tE9yFcLjbL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tE9yFcLjbL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tE9yFcLjbL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tJYjjNIuTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bed3f9;
}
.cid-tJYjjNIuTM .mbr-overlay {
  background-color: #c2b79e;
  opacity: 0.9;
}
.cid-tJYjjNIuTM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tJYjjNIuTM .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-tJYjjNIuTM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tJYjjNIuTM .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-tJYjjNIuTM .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tJYjjNIuTM .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tJYjjNIuTM .mbr-section-title {
    text-align: center;
  }
}
.cid-tJYjjNIuTM .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tJYjjNIuTM .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tJYjjNIuTM .item-card {
  height: 100%;
}
.cid-tJYjjNIuTM .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tJYjjNIuTM .item-wrap {
    padding: 50px 20px;
  }
}
.cid-tJYjjNIuTM .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-tJYjjNIuTM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tJYjjNIuTM .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tJYjjNIuTM .card-box {
  padding-top: 28px;
}
.cid-tJYjjNIuTM .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-tJYjjNIuTM .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-tJYjjNIuTM .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-tJYjjNIuTM .card-contacts {
  color: #878e99;
}
.cid-tJYjjNIuTM .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-tJYjjNIuTM .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #6592e6;
  transition: 0.4s all;
}
.cid-tJYjjNIuTM .card-contacts a:hover {
  color: #6592e6 !important;
}
.cid-tJYjjNIuTM .card-contacts a:hover:before {
  width: 100%;
}
.cid-tJYjjNIuTM .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-tJYjjNIuTM .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-tJYjjNIuTM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-tJYjjNIuTM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tJYjjNIuTM .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tJYjjNIuTM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tJYjjNIuTM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tJYjjNIuTM .soc-item:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tJYjjNIuTM .soc-item:hover:before {
  opacity: 1;
}
.cid-tJYjjNIuTM .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-tJYjjNIuTM .form-main-container {
    padding-left: 20px;
  }
}
.cid-tJYjjNIuTM .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #212428, -10px -10px 19px #212428;
}
@media (max-width: 575px) {
  .cid-tJYjjNIuTM .form-wrap {
    padding: 20px;
  }
}
.cid-tJYjjNIuTM form {
  width: 100%;
}
.cid-tJYjjNIuTM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tJYjjNIuTM form p {
  color: #878e99;
}
.cid-tJYjjNIuTM form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-tJYjjNIuTM form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tJYjjNIuTM form .form-group {
  margin-bottom: 20px !important;
}
.cid-tJYjjNIuTM form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-tJYjjNIuTM form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form select {
  color: #878e99 !important;
}
.cid-tJYjjNIuTM form textarea {
  height: 216px !important;
  resize: none;
}
.cid-tJYjjNIuTM form input:active,
.cid-tJYjjNIuTM form textarea:active,
.cid-tJYjjNIuTM form input:focus,
.cid-tJYjjNIuTM form textarea:focus {
  border-color: #6592e6 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-tJYjjNIuTM form input:active::-webkit-input-placeholder,
.cid-tJYjjNIuTM form textarea:active::-webkit-input-placeholder,
.cid-tJYjjNIuTM form input:focus::-webkit-input-placeholder,
.cid-tJYjjNIuTM form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form input:active::-moz-placeholder,
.cid-tJYjjNIuTM form textarea:active::-moz-placeholder,
.cid-tJYjjNIuTM form input:focus::-moz-placeholder,
.cid-tJYjjNIuTM form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form input:active:-moz-placeholder,
.cid-tJYjjNIuTM form textarea:active:-moz-placeholder,
.cid-tJYjjNIuTM form input:focus:-moz-placeholder,
.cid-tJYjjNIuTM form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form input:active:-ms-input-placeholder,
.cid-tJYjjNIuTM form textarea:active:-ms-input-placeholder,
.cid-tJYjjNIuTM form input:focus:-ms-input-placeholder,
.cid-tJYjjNIuTM form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-tJYjjNIuTM form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-tJYjjNIuTM form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tJYjjNIuTM form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-tJYjjNIuTM form .form-control-label {
  width: 100%;
}
.cid-tJYjjNIuTM form .form-check-label {
  margin-bottom: 14px;
}
.cid-tJYjjNIuTM form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tJYjjNIuTM form .form-check-input:focus,
.cid-tJYjjNIuTM form .form-check-input:hover {
  border-color: #6592e6 !important;
}
.cid-tJYjjNIuTM form .form-check-input:checked {
  border-color: #6592e6 !important;
  background-color: #191b1e !important;
}
.cid-tJYjjNIuTM LABEL {
  color: #000000;
}
.cid-tE9tObeJFD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tE9tObeJFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE9tObeJFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE9tObeJFD .google-map {
  height: 30rem;
  position: relative;
}
.cid-tE9tObeJFD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tE9tObeJFD .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-tE9tObeJFD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tE9tObeJFD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCCI8ZyEm6 {
  display: flex;
  background-image: url("../../../assets/images/sport2-1170x675.jpg");
}
.cid-tCCI8ZyEm6 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tCCI8ZyEm6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tCCI8ZyEm6 {
    align-items: flex-end;
  }
  .cid-tCCI8ZyEm6 .row {
    justify-content: flex-start;
  }
  .cid-tCCI8ZyEm6 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCCI8ZyEm6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tCCI8ZyEm6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tCCI8ZyEm6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tCCI8ZyEm6 .content-wrap {
    width: 100%;
  }
}
.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-tCCuGRcX6F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCCuGRcX6F nav.navbar {
  position: fixed;
}
.cid-tCCuGRcX6F .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-tCCuGRcX6F .dropdown-menu {
  padding: 0;
}
.cid-tCCuGRcX6F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCuGRcX6F .dropdown-item:hover,
.cid-tCCuGRcX6F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCCuGRcX6F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCCuGRcX6F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCCuGRcX6F .nav-link {
  position: relative;
}
.cid-tCCuGRcX6F .container {
  display: flex;
  margin: auto;
}
.cid-tCCuGRcX6F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCCuGRcX6F .navbar-caption {
  padding-right: 4rem;
}
.cid-tCCuGRcX6F .dropdown-menu,
.cid-tCCuGRcX6F .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tCCuGRcX6F .nav-item:focus,
.cid-tCCuGRcX6F .nav-link:focus {
  outline: none;
}
.cid-tCCuGRcX6F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCCuGRcX6F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCCuGRcX6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCCuGRcX6F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCCuGRcX6F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCCuGRcX6F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCCuGRcX6F .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tCCuGRcX6F .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCuGRcX6F .navbar.opened {
  transition: all .3s;
}
.cid-tCCuGRcX6F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCCuGRcX6F .navbar .navbar-logo img {
  width: auto;
}
.cid-tCCuGRcX6F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCCuGRcX6F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCCuGRcX6F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCCuGRcX6F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCCuGRcX6F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCCuGRcX6F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCCuGRcX6F .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-tCCuGRcX6F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCCuGRcX6F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCCuGRcX6F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCCuGRcX6F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCCuGRcX6F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCCuGRcX6F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCCuGRcX6F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCCuGRcX6F .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-tCCuGRcX6F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCCuGRcX6F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCCuGRcX6F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCCuGRcX6F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCCuGRcX6F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCCuGRcX6F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCCuGRcX6F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCCuGRcX6F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCCuGRcX6F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCCuGRcX6F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCCuGRcX6F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCCuGRcX6F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCCuGRcX6F .dropdown-item.active,
.cid-tCCuGRcX6F .dropdown-item:active {
  background-color: transparent;
}
.cid-tCCuGRcX6F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCCuGRcX6F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCCuGRcX6F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCCuGRcX6F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCCuGRcX6F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCCuGRcX6F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCCuGRcX6F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCCuGRcX6F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCCuGRcX6F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCCuGRcX6F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCCuGRcX6F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCCuGRcX6F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCuGRcX6F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCuGRcX6F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCCuGRcX6F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCuGRcX6F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCCuGRcX6F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCCuGRcX6F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCuGRcX6F .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCCuGRcX6F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCCuGRcX6F .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-tCCuGRcX6F .navbar {
    height: 77px;
  }
  .cid-tCCuGRcX6F .navbar.opened {
    height: auto;
  }
  .cid-tCCuGRcX6F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCCuGOV1dx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tCCuGOV1dx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCuGOV1dx .row {
  flex-direction: row-reverse;
}
.cid-tCCuGOV1dx img {
  width: 100%;
}
.cid-uaLkTEse9S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uaLkTEse9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaLkTEse9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaLkTEse9S .item {
  padding-bottom: 2rem;
}
.cid-uaLkTEse9S .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uaLkTEse9S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaLkTEse9S .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-uaLkTEse9S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uaLkTEse9S .carousel-control,
.cid-uaLkTEse9S .close {
  background: #1b1b1b;
}
.cid-uaLkTEse9S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaLkTEse9S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaLkTEse9S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaLkTEse9S .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaLkTEse9S .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-uaLkTEse9S .close::before {
  content: '\e91a';
}
.cid-uaLkTEse9S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaLkTEse9S .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-uaLkTEse9S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaLkTEse9S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaLkTEse9S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaLkTEse9S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaLkTEse9S .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-uaLkTEse9S .carousel-indicators li.active,
.cid-uaLkTEse9S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaLkTEse9S .carousel-indicators li::after,
.cid-uaLkTEse9S .carousel-indicators li::before {
  content: none;
}
.cid-uaLkTEse9S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaLkTEse9S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaLkTEse9S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaLkTEse9S .carousel-indicators {
    display: none;
  }
}
.cid-uaLkTEse9S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaLkTEse9S .carousel-inner > .active {
  display: block;
}
.cid-uaLkTEse9S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaLkTEse9S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaLkTEse9S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaLkTEse9S .carousel-control,
  .cid-uaLkTEse9S .carousel-indicators,
  .cid-uaLkTEse9S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaLkTEse9S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaLkTEse9S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaLkTEse9S .carousel-indicators .active,
.cid-uaLkTEse9S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaLkTEse9S .carousel-indicators .active {
  background: #fff;
}
.cid-uaLkTEse9S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaLkTEse9S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaLkTEse9S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaLkTEse9S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaLkTEse9S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaLkTEse9S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaLkTEse9S .carousel {
  width: 100%;
}
.cid-uaLkTEse9S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaLkTEse9S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaLkTEse9S .modal.fade .modal-dialog,
.cid-uaLkTEse9S .modal.in .modal-dialog {
  transform: none;
}
.cid-uaLkTEse9S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaLkTEse9S H6 {
  text-align: center;
}
.cid-uaFWDsiXNf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uaFWDsiXNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaFWDsiXNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaFWDsiXNf .item {
  padding-bottom: 2rem;
}
.cid-uaFWDsiXNf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uaFWDsiXNf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaFWDsiXNf .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-uaFWDsiXNf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uaFWDsiXNf .carousel-control,
.cid-uaFWDsiXNf .close {
  background: #1b1b1b;
}
.cid-uaFWDsiXNf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaFWDsiXNf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaFWDsiXNf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaFWDsiXNf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaFWDsiXNf .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-uaFWDsiXNf .close::before {
  content: '\e91a';
}
.cid-uaFWDsiXNf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaFWDsiXNf .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-uaFWDsiXNf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaFWDsiXNf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaFWDsiXNf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaFWDsiXNf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaFWDsiXNf .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-uaFWDsiXNf .carousel-indicators li.active,
.cid-uaFWDsiXNf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaFWDsiXNf .carousel-indicators li::after,
.cid-uaFWDsiXNf .carousel-indicators li::before {
  content: none;
}
.cid-uaFWDsiXNf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaFWDsiXNf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaFWDsiXNf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaFWDsiXNf .carousel-indicators {
    display: none;
  }
}
.cid-uaFWDsiXNf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaFWDsiXNf .carousel-inner > .active {
  display: block;
}
.cid-uaFWDsiXNf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaFWDsiXNf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaFWDsiXNf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaFWDsiXNf .carousel-control,
  .cid-uaFWDsiXNf .carousel-indicators,
  .cid-uaFWDsiXNf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaFWDsiXNf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaFWDsiXNf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaFWDsiXNf .carousel-indicators .active,
.cid-uaFWDsiXNf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaFWDsiXNf .carousel-indicators .active {
  background: #fff;
}
.cid-uaFWDsiXNf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaFWDsiXNf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaFWDsiXNf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaFWDsiXNf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaFWDsiXNf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaFWDsiXNf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaFWDsiXNf .carousel {
  width: 100%;
}
.cid-uaFWDsiXNf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaFWDsiXNf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaFWDsiXNf .modal.fade .modal-dialog,
.cid-uaFWDsiXNf .modal.in .modal-dialog {
  transform: none;
}
.cid-uaFWDsiXNf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaFWDsiXNf H6 {
  text-align: center;
}
.cid-uacpTr6NA6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uacpTr6NA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacpTr6NA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacpTr6NA6 .item {
  padding-bottom: 2rem;
}
.cid-uacpTr6NA6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uacpTr6NA6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uacpTr6NA6 .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-uacpTr6NA6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uacpTr6NA6 .carousel-control,
.cid-uacpTr6NA6 .close {
  background: #1b1b1b;
}
.cid-uacpTr6NA6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uacpTr6NA6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uacpTr6NA6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uacpTr6NA6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uacpTr6NA6 .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-uacpTr6NA6 .close::before {
  content: '\e91a';
}
.cid-uacpTr6NA6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uacpTr6NA6 .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-uacpTr6NA6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacpTr6NA6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uacpTr6NA6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uacpTr6NA6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uacpTr6NA6 .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-uacpTr6NA6 .carousel-indicators li.active,
.cid-uacpTr6NA6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uacpTr6NA6 .carousel-indicators li::after,
.cid-uacpTr6NA6 .carousel-indicators li::before {
  content: none;
}
.cid-uacpTr6NA6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uacpTr6NA6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uacpTr6NA6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uacpTr6NA6 .carousel-indicators {
    display: none;
  }
}
.cid-uacpTr6NA6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uacpTr6NA6 .carousel-inner > .active {
  display: block;
}
.cid-uacpTr6NA6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacpTr6NA6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uacpTr6NA6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uacpTr6NA6 .carousel-control,
  .cid-uacpTr6NA6 .carousel-indicators,
  .cid-uacpTr6NA6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uacpTr6NA6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uacpTr6NA6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uacpTr6NA6 .carousel-indicators .active,
.cid-uacpTr6NA6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uacpTr6NA6 .carousel-indicators .active {
  background: #fff;
}
.cid-uacpTr6NA6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uacpTr6NA6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uacpTr6NA6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uacpTr6NA6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uacpTr6NA6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uacpTr6NA6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uacpTr6NA6 .carousel {
  width: 100%;
}
.cid-uacpTr6NA6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uacpTr6NA6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uacpTr6NA6 .modal.fade .modal-dialog,
.cid-uacpTr6NA6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uacpTr6NA6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uacpTr6NA6 H6 {
  text-align: center;
}
.cid-u9K4IwqeZx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9K4IwqeZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K4IwqeZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K4IwqeZx .item {
  padding-bottom: 2rem;
}
.cid-u9K4IwqeZx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9K4IwqeZx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9K4IwqeZx .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-u9K4IwqeZx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9K4IwqeZx .carousel-control,
.cid-u9K4IwqeZx .close {
  background: #1b1b1b;
}
.cid-u9K4IwqeZx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9K4IwqeZx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9K4IwqeZx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9K4IwqeZx .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9K4IwqeZx .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-u9K4IwqeZx .close::before {
  content: '\e91a';
}
.cid-u9K4IwqeZx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9K4IwqeZx .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-u9K4IwqeZx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K4IwqeZx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9K4IwqeZx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9K4IwqeZx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9K4IwqeZx .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-u9K4IwqeZx .carousel-indicators li.active,
.cid-u9K4IwqeZx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9K4IwqeZx .carousel-indicators li::after,
.cid-u9K4IwqeZx .carousel-indicators li::before {
  content: none;
}
.cid-u9K4IwqeZx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9K4IwqeZx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K4IwqeZx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9K4IwqeZx .carousel-indicators {
    display: none;
  }
}
.cid-u9K4IwqeZx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9K4IwqeZx .carousel-inner > .active {
  display: block;
}
.cid-u9K4IwqeZx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K4IwqeZx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9K4IwqeZx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9K4IwqeZx .carousel-control,
  .cid-u9K4IwqeZx .carousel-indicators,
  .cid-u9K4IwqeZx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9K4IwqeZx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9K4IwqeZx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9K4IwqeZx .carousel-indicators .active,
.cid-u9K4IwqeZx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9K4IwqeZx .carousel-indicators .active {
  background: #fff;
}
.cid-u9K4IwqeZx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9K4IwqeZx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9K4IwqeZx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9K4IwqeZx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9K4IwqeZx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9K4IwqeZx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9K4IwqeZx .carousel {
  width: 100%;
}
.cid-u9K4IwqeZx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9K4IwqeZx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9K4IwqeZx .modal.fade .modal-dialog,
.cid-u9K4IwqeZx .modal.in .modal-dialog {
  transform: none;
}
.cid-u9K4IwqeZx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9K4IwqeZx H6 {
  text-align: center;
}
.cid-u9K4tNm93x {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9K4tNm93x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K4tNm93x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K4tNm93x .item {
  padding-bottom: 2rem;
}
.cid-u9K4tNm93x .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9K4tNm93x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9K4tNm93x .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-u9K4tNm93x .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9K4tNm93x .carousel-control,
.cid-u9K4tNm93x .close {
  background: #1b1b1b;
}
.cid-u9K4tNm93x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9K4tNm93x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9K4tNm93x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9K4tNm93x .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9K4tNm93x .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-u9K4tNm93x .close::before {
  content: '\e91a';
}
.cid-u9K4tNm93x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9K4tNm93x .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-u9K4tNm93x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K4tNm93x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9K4tNm93x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9K4tNm93x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9K4tNm93x .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-u9K4tNm93x .carousel-indicators li.active,
.cid-u9K4tNm93x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9K4tNm93x .carousel-indicators li::after,
.cid-u9K4tNm93x .carousel-indicators li::before {
  content: none;
}
.cid-u9K4tNm93x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9K4tNm93x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K4tNm93x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9K4tNm93x .carousel-indicators {
    display: none;
  }
}
.cid-u9K4tNm93x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9K4tNm93x .carousel-inner > .active {
  display: block;
}
.cid-u9K4tNm93x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K4tNm93x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9K4tNm93x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9K4tNm93x .carousel-control,
  .cid-u9K4tNm93x .carousel-indicators,
  .cid-u9K4tNm93x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9K4tNm93x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9K4tNm93x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9K4tNm93x .carousel-indicators .active,
.cid-u9K4tNm93x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9K4tNm93x .carousel-indicators .active {
  background: #fff;
}
.cid-u9K4tNm93x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9K4tNm93x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9K4tNm93x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9K4tNm93x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9K4tNm93x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9K4tNm93x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9K4tNm93x .carousel {
  width: 100%;
}
.cid-u9K4tNm93x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9K4tNm93x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9K4tNm93x .modal.fade .modal-dialog,
.cid-u9K4tNm93x .modal.in .modal-dialog {
  transform: none;
}
.cid-u9K4tNm93x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9K4tNm93x H6 {
  text-align: center;
}
.cid-u9y9jThAry {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9y9jThAry .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9y9jThAry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9y9jThAry .item {
  padding-bottom: 2rem;
}
.cid-u9y9jThAry .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9y9jThAry .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9y9jThAry .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-u9y9jThAry .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9y9jThAry .carousel-control,
.cid-u9y9jThAry .close {
  background: #1b1b1b;
}
.cid-u9y9jThAry .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9y9jThAry .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9y9jThAry .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9y9jThAry .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9y9jThAry .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-u9y9jThAry .close::before {
  content: '\e91a';
}
.cid-u9y9jThAry .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9y9jThAry .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-u9y9jThAry .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9y9jThAry .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9y9jThAry .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9y9jThAry .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9y9jThAry .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-u9y9jThAry .carousel-indicators li.active,
.cid-u9y9jThAry .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9y9jThAry .carousel-indicators li::after,
.cid-u9y9jThAry .carousel-indicators li::before {
  content: none;
}
.cid-u9y9jThAry .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9y9jThAry .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9y9jThAry .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9y9jThAry .carousel-indicators {
    display: none;
  }
}
.cid-u9y9jThAry .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9y9jThAry .carousel-inner > .active {
  display: block;
}
.cid-u9y9jThAry .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9y9jThAry .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9y9jThAry .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9y9jThAry .carousel-control,
  .cid-u9y9jThAry .carousel-indicators,
  .cid-u9y9jThAry .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9y9jThAry .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9y9jThAry .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9y9jThAry .carousel-indicators .active,
.cid-u9y9jThAry .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9y9jThAry .carousel-indicators .active {
  background: #fff;
}
.cid-u9y9jThAry .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9y9jThAry .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9y9jThAry .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9y9jThAry .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9y9jThAry .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9y9jThAry .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9y9jThAry .carousel {
  width: 100%;
}
.cid-u9y9jThAry .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9y9jThAry .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9y9jThAry .modal.fade .modal-dialog,
.cid-u9y9jThAry .modal.in .modal-dialog {
  transform: none;
}
.cid-u9y9jThAry .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9y9jThAry H6 {
  text-align: center;
}
.cid-u9pW3mvt2L {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9pW3mvt2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9pW3mvt2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9pW3mvt2L .item {
  padding-bottom: 2rem;
}
.cid-u9pW3mvt2L .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9pW3mvt2L .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9pW3mvt2L .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-u9pW3mvt2L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9pW3mvt2L .carousel-control,
.cid-u9pW3mvt2L .close {
  background: #1b1b1b;
}
.cid-u9pW3mvt2L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9pW3mvt2L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9pW3mvt2L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9pW3mvt2L .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9pW3mvt2L .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-u9pW3mvt2L .close::before {
  content: '\e91a';
}
.cid-u9pW3mvt2L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9pW3mvt2L .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-u9pW3mvt2L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pW3mvt2L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9pW3mvt2L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9pW3mvt2L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9pW3mvt2L .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-u9pW3mvt2L .carousel-indicators li.active,
.cid-u9pW3mvt2L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9pW3mvt2L .carousel-indicators li::after,
.cid-u9pW3mvt2L .carousel-indicators li::before {
  content: none;
}
.cid-u9pW3mvt2L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9pW3mvt2L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9pW3mvt2L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9pW3mvt2L .carousel-indicators {
    display: none;
  }
}
.cid-u9pW3mvt2L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9pW3mvt2L .carousel-inner > .active {
  display: block;
}
.cid-u9pW3mvt2L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pW3mvt2L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9pW3mvt2L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9pW3mvt2L .carousel-control,
  .cid-u9pW3mvt2L .carousel-indicators,
  .cid-u9pW3mvt2L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9pW3mvt2L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9pW3mvt2L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9pW3mvt2L .carousel-indicators .active,
.cid-u9pW3mvt2L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9pW3mvt2L .carousel-indicators .active {
  background: #fff;
}
.cid-u9pW3mvt2L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9pW3mvt2L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9pW3mvt2L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9pW3mvt2L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9pW3mvt2L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9pW3mvt2L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9pW3mvt2L .carousel {
  width: 100%;
}
.cid-u9pW3mvt2L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9pW3mvt2L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9pW3mvt2L .modal.fade .modal-dialog,
.cid-u9pW3mvt2L .modal.in .modal-dialog {
  transform: none;
}
.cid-u9pW3mvt2L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9pW3mvt2L H6 {
  text-align: center;
}
.cid-u9pVNWwMAz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9pVNWwMAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9pVNWwMAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9pVNWwMAz .item {
  padding-bottom: 2rem;
}
.cid-u9pVNWwMAz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9pVNWwMAz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9pVNWwMAz .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-u9pVNWwMAz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9pVNWwMAz .carousel-control,
.cid-u9pVNWwMAz .close {
  background: #1b1b1b;
}
.cid-u9pVNWwMAz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9pVNWwMAz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9pVNWwMAz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9pVNWwMAz .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9pVNWwMAz .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-u9pVNWwMAz .close::before {
  content: '\e91a';
}
.cid-u9pVNWwMAz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9pVNWwMAz .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-u9pVNWwMAz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pVNWwMAz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9pVNWwMAz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9pVNWwMAz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9pVNWwMAz .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-u9pVNWwMAz .carousel-indicators li.active,
.cid-u9pVNWwMAz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9pVNWwMAz .carousel-indicators li::after,
.cid-u9pVNWwMAz .carousel-indicators li::before {
  content: none;
}
.cid-u9pVNWwMAz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9pVNWwMAz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9pVNWwMAz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9pVNWwMAz .carousel-indicators {
    display: none;
  }
}
.cid-u9pVNWwMAz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9pVNWwMAz .carousel-inner > .active {
  display: block;
}
.cid-u9pVNWwMAz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pVNWwMAz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9pVNWwMAz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9pVNWwMAz .carousel-control,
  .cid-u9pVNWwMAz .carousel-indicators,
  .cid-u9pVNWwMAz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9pVNWwMAz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9pVNWwMAz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9pVNWwMAz .carousel-indicators .active,
.cid-u9pVNWwMAz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9pVNWwMAz .carousel-indicators .active {
  background: #fff;
}
.cid-u9pVNWwMAz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9pVNWwMAz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9pVNWwMAz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9pVNWwMAz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9pVNWwMAz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9pVNWwMAz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9pVNWwMAz .carousel {
  width: 100%;
}
.cid-u9pVNWwMAz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9pVNWwMAz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9pVNWwMAz .modal.fade .modal-dialog,
.cid-u9pVNWwMAz .modal.in .modal-dialog {
  transform: none;
}
.cid-u9pVNWwMAz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9pVNWwMAz H6 {
  text-align: center;
}
.cid-u9pVrxtuUA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9pVrxtuUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9pVrxtuUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9pVrxtuUA .item {
  padding-bottom: 2rem;
}
.cid-u9pVrxtuUA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9pVrxtuUA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9pVrxtuUA .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-u9pVrxtuUA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9pVrxtuUA .carousel-control,
.cid-u9pVrxtuUA .close {
  background: #1b1b1b;
}
.cid-u9pVrxtuUA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9pVrxtuUA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9pVrxtuUA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9pVrxtuUA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9pVrxtuUA .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-u9pVrxtuUA .close::before {
  content: '\e91a';
}
.cid-u9pVrxtuUA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9pVrxtuUA .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-u9pVrxtuUA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pVrxtuUA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9pVrxtuUA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9pVrxtuUA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9pVrxtuUA .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-u9pVrxtuUA .carousel-indicators li.active,
.cid-u9pVrxtuUA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9pVrxtuUA .carousel-indicators li::after,
.cid-u9pVrxtuUA .carousel-indicators li::before {
  content: none;
}
.cid-u9pVrxtuUA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9pVrxtuUA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9pVrxtuUA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9pVrxtuUA .carousel-indicators {
    display: none;
  }
}
.cid-u9pVrxtuUA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9pVrxtuUA .carousel-inner > .active {
  display: block;
}
.cid-u9pVrxtuUA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pVrxtuUA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9pVrxtuUA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9pVrxtuUA .carousel-control,
  .cid-u9pVrxtuUA .carousel-indicators,
  .cid-u9pVrxtuUA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9pVrxtuUA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9pVrxtuUA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9pVrxtuUA .carousel-indicators .active,
.cid-u9pVrxtuUA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9pVrxtuUA .carousel-indicators .active {
  background: #fff;
}
.cid-u9pVrxtuUA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9pVrxtuUA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9pVrxtuUA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9pVrxtuUA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9pVrxtuUA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9pVrxtuUA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9pVrxtuUA .carousel {
  width: 100%;
}
.cid-u9pVrxtuUA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9pVrxtuUA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9pVrxtuUA .modal.fade .modal-dialog,
.cid-u9pVrxtuUA .modal.in .modal-dialog {
  transform: none;
}
.cid-u9pVrxtuUA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9pVrxtuUA H6 {
  text-align: center;
}
.cid-u94tIr6Ivu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u94tIr6Ivu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94tIr6Ivu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94tIr6Ivu .item {
  padding-bottom: 2rem;
}
.cid-u94tIr6Ivu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u94tIr6Ivu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u94tIr6Ivu .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-u94tIr6Ivu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u94tIr6Ivu .carousel-control,
.cid-u94tIr6Ivu .close {
  background: #1b1b1b;
}
.cid-u94tIr6Ivu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u94tIr6Ivu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u94tIr6Ivu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u94tIr6Ivu .carousel-control-next span {
  margin-left: 5px;
}
.cid-u94tIr6Ivu .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-u94tIr6Ivu .close::before {
  content: '\e91a';
}
.cid-u94tIr6Ivu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u94tIr6Ivu .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-u94tIr6Ivu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94tIr6Ivu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u94tIr6Ivu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u94tIr6Ivu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u94tIr6Ivu .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-u94tIr6Ivu .carousel-indicators li.active,
.cid-u94tIr6Ivu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u94tIr6Ivu .carousel-indicators li::after,
.cid-u94tIr6Ivu .carousel-indicators li::before {
  content: none;
}
.cid-u94tIr6Ivu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u94tIr6Ivu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u94tIr6Ivu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u94tIr6Ivu .carousel-indicators {
    display: none;
  }
}
.cid-u94tIr6Ivu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u94tIr6Ivu .carousel-inner > .active {
  display: block;
}
.cid-u94tIr6Ivu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94tIr6Ivu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u94tIr6Ivu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u94tIr6Ivu .carousel-control,
  .cid-u94tIr6Ivu .carousel-indicators,
  .cid-u94tIr6Ivu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u94tIr6Ivu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u94tIr6Ivu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u94tIr6Ivu .carousel-indicators .active,
.cid-u94tIr6Ivu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u94tIr6Ivu .carousel-indicators .active {
  background: #fff;
}
.cid-u94tIr6Ivu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u94tIr6Ivu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u94tIr6Ivu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u94tIr6Ivu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u94tIr6Ivu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u94tIr6Ivu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u94tIr6Ivu .carousel {
  width: 100%;
}
.cid-u94tIr6Ivu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u94tIr6Ivu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u94tIr6Ivu .modal.fade .modal-dialog,
.cid-u94tIr6Ivu .modal.in .modal-dialog {
  transform: none;
}
.cid-u94tIr6Ivu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u94tIr6Ivu H6 {
  text-align: center;
}
.cid-u8ZjwhFhyr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8ZjwhFhyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZjwhFhyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZjwhFhyr .item {
  padding-bottom: 2rem;
}
.cid-u8ZjwhFhyr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8ZjwhFhyr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8ZjwhFhyr .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-u8ZjwhFhyr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8ZjwhFhyr .carousel-control,
.cid-u8ZjwhFhyr .close {
  background: #1b1b1b;
}
.cid-u8ZjwhFhyr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8ZjwhFhyr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8ZjwhFhyr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8ZjwhFhyr .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8ZjwhFhyr .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-u8ZjwhFhyr .close::before {
  content: '\e91a';
}
.cid-u8ZjwhFhyr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8ZjwhFhyr .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-u8ZjwhFhyr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8ZjwhFhyr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8ZjwhFhyr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8ZjwhFhyr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8ZjwhFhyr .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-u8ZjwhFhyr .carousel-indicators li.active,
.cid-u8ZjwhFhyr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8ZjwhFhyr .carousel-indicators li::after,
.cid-u8ZjwhFhyr .carousel-indicators li::before {
  content: none;
}
.cid-u8ZjwhFhyr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8ZjwhFhyr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8ZjwhFhyr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZjwhFhyr .carousel-indicators {
    display: none;
  }
}
.cid-u8ZjwhFhyr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8ZjwhFhyr .carousel-inner > .active {
  display: block;
}
.cid-u8ZjwhFhyr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8ZjwhFhyr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8ZjwhFhyr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8ZjwhFhyr .carousel-control,
  .cid-u8ZjwhFhyr .carousel-indicators,
  .cid-u8ZjwhFhyr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8ZjwhFhyr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8ZjwhFhyr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8ZjwhFhyr .carousel-indicators .active,
.cid-u8ZjwhFhyr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8ZjwhFhyr .carousel-indicators .active {
  background: #fff;
}
.cid-u8ZjwhFhyr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8ZjwhFhyr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8ZjwhFhyr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8ZjwhFhyr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8ZjwhFhyr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8ZjwhFhyr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8ZjwhFhyr .carousel {
  width: 100%;
}
.cid-u8ZjwhFhyr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8ZjwhFhyr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8ZjwhFhyr .modal.fade .modal-dialog,
.cid-u8ZjwhFhyr .modal.in .modal-dialog {
  transform: none;
}
.cid-u8ZjwhFhyr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8ZjwhFhyr H6 {
  text-align: center;
}
.cid-u8Zj77UcNA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8Zj77UcNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Zj77UcNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Zj77UcNA .item {
  padding-bottom: 2rem;
}
.cid-u8Zj77UcNA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8Zj77UcNA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8Zj77UcNA .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-u8Zj77UcNA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8Zj77UcNA .carousel-control,
.cid-u8Zj77UcNA .close {
  background: #1b1b1b;
}
.cid-u8Zj77UcNA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8Zj77UcNA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8Zj77UcNA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8Zj77UcNA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8Zj77UcNA .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-u8Zj77UcNA .close::before {
  content: '\e91a';
}
.cid-u8Zj77UcNA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8Zj77UcNA .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-u8Zj77UcNA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8Zj77UcNA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8Zj77UcNA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8Zj77UcNA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8Zj77UcNA .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-u8Zj77UcNA .carousel-indicators li.active,
.cid-u8Zj77UcNA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8Zj77UcNA .carousel-indicators li::after,
.cid-u8Zj77UcNA .carousel-indicators li::before {
  content: none;
}
.cid-u8Zj77UcNA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8Zj77UcNA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8Zj77UcNA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8Zj77UcNA .carousel-indicators {
    display: none;
  }
}
.cid-u8Zj77UcNA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8Zj77UcNA .carousel-inner > .active {
  display: block;
}
.cid-u8Zj77UcNA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8Zj77UcNA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8Zj77UcNA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8Zj77UcNA .carousel-control,
  .cid-u8Zj77UcNA .carousel-indicators,
  .cid-u8Zj77UcNA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8Zj77UcNA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8Zj77UcNA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8Zj77UcNA .carousel-indicators .active,
.cid-u8Zj77UcNA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8Zj77UcNA .carousel-indicators .active {
  background: #fff;
}
.cid-u8Zj77UcNA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8Zj77UcNA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8Zj77UcNA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8Zj77UcNA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8Zj77UcNA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8Zj77UcNA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8Zj77UcNA .carousel {
  width: 100%;
}
.cid-u8Zj77UcNA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8Zj77UcNA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8Zj77UcNA .modal.fade .modal-dialog,
.cid-u8Zj77UcNA .modal.in .modal-dialog {
  transform: none;
}
.cid-u8Zj77UcNA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8Zj77UcNA H6 {
  text-align: center;
}
.cid-u8ZiAIRHzH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8ZiAIRHzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZiAIRHzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZiAIRHzH .item {
  padding-bottom: 2rem;
}
.cid-u8ZiAIRHzH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8ZiAIRHzH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8ZiAIRHzH .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-u8ZiAIRHzH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8ZiAIRHzH .carousel-control,
.cid-u8ZiAIRHzH .close {
  background: #1b1b1b;
}
.cid-u8ZiAIRHzH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8ZiAIRHzH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8ZiAIRHzH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8ZiAIRHzH .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8ZiAIRHzH .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-u8ZiAIRHzH .close::before {
  content: '\e91a';
}
.cid-u8ZiAIRHzH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8ZiAIRHzH .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-u8ZiAIRHzH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8ZiAIRHzH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8ZiAIRHzH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8ZiAIRHzH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8ZiAIRHzH .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-u8ZiAIRHzH .carousel-indicators li.active,
.cid-u8ZiAIRHzH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8ZiAIRHzH .carousel-indicators li::after,
.cid-u8ZiAIRHzH .carousel-indicators li::before {
  content: none;
}
.cid-u8ZiAIRHzH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8ZiAIRHzH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8ZiAIRHzH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8ZiAIRHzH .carousel-indicators {
    display: none;
  }
}
.cid-u8ZiAIRHzH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8ZiAIRHzH .carousel-inner > .active {
  display: block;
}
.cid-u8ZiAIRHzH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8ZiAIRHzH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8ZiAIRHzH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8ZiAIRHzH .carousel-control,
  .cid-u8ZiAIRHzH .carousel-indicators,
  .cid-u8ZiAIRHzH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8ZiAIRHzH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8ZiAIRHzH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8ZiAIRHzH .carousel-indicators .active,
.cid-u8ZiAIRHzH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8ZiAIRHzH .carousel-indicators .active {
  background: #fff;
}
.cid-u8ZiAIRHzH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8ZiAIRHzH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8ZiAIRHzH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8ZiAIRHzH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8ZiAIRHzH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8ZiAIRHzH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8ZiAIRHzH .carousel {
  width: 100%;
}
.cid-u8ZiAIRHzH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8ZiAIRHzH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8ZiAIRHzH .modal.fade .modal-dialog,
.cid-u8ZiAIRHzH .modal.in .modal-dialog {
  transform: none;
}
.cid-u8ZiAIRHzH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8ZiAIRHzH H6 {
  text-align: center;
}
.cid-u8pFNiqiYa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8pFNiqiYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pFNiqiYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pFNiqiYa .item {
  padding-bottom: 2rem;
}
.cid-u8pFNiqiYa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8pFNiqiYa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8pFNiqiYa .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-u8pFNiqiYa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8pFNiqiYa .carousel-control,
.cid-u8pFNiqiYa .close {
  background: #1b1b1b;
}
.cid-u8pFNiqiYa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8pFNiqiYa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8pFNiqiYa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8pFNiqiYa .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8pFNiqiYa .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-u8pFNiqiYa .close::before {
  content: '\e91a';
}
.cid-u8pFNiqiYa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8pFNiqiYa .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-u8pFNiqiYa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8pFNiqiYa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8pFNiqiYa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8pFNiqiYa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8pFNiqiYa .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-u8pFNiqiYa .carousel-indicators li.active,
.cid-u8pFNiqiYa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8pFNiqiYa .carousel-indicators li::after,
.cid-u8pFNiqiYa .carousel-indicators li::before {
  content: none;
}
.cid-u8pFNiqiYa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8pFNiqiYa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8pFNiqiYa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8pFNiqiYa .carousel-indicators {
    display: none;
  }
}
.cid-u8pFNiqiYa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8pFNiqiYa .carousel-inner > .active {
  display: block;
}
.cid-u8pFNiqiYa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8pFNiqiYa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8pFNiqiYa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8pFNiqiYa .carousel-control,
  .cid-u8pFNiqiYa .carousel-indicators,
  .cid-u8pFNiqiYa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8pFNiqiYa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8pFNiqiYa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8pFNiqiYa .carousel-indicators .active,
.cid-u8pFNiqiYa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8pFNiqiYa .carousel-indicators .active {
  background: #fff;
}
.cid-u8pFNiqiYa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8pFNiqiYa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8pFNiqiYa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8pFNiqiYa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8pFNiqiYa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8pFNiqiYa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8pFNiqiYa .carousel {
  width: 100%;
}
.cid-u8pFNiqiYa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8pFNiqiYa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8pFNiqiYa .modal.fade .modal-dialog,
.cid-u8pFNiqiYa .modal.in .modal-dialog {
  transform: none;
}
.cid-u8pFNiqiYa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8pFNiqiYa H6 {
  text-align: center;
}
.cid-u8cOPNpvr8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8cOPNpvr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cOPNpvr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cOPNpvr8 .item {
  padding-bottom: 2rem;
}
.cid-u8cOPNpvr8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8cOPNpvr8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8cOPNpvr8 .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-u8cOPNpvr8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8cOPNpvr8 .carousel-control,
.cid-u8cOPNpvr8 .close {
  background: #1b1b1b;
}
.cid-u8cOPNpvr8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8cOPNpvr8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8cOPNpvr8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8cOPNpvr8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8cOPNpvr8 .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-u8cOPNpvr8 .close::before {
  content: '\e91a';
}
.cid-u8cOPNpvr8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8cOPNpvr8 .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-u8cOPNpvr8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8cOPNpvr8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8cOPNpvr8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8cOPNpvr8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8cOPNpvr8 .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-u8cOPNpvr8 .carousel-indicators li.active,
.cid-u8cOPNpvr8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8cOPNpvr8 .carousel-indicators li::after,
.cid-u8cOPNpvr8 .carousel-indicators li::before {
  content: none;
}
.cid-u8cOPNpvr8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8cOPNpvr8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8cOPNpvr8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8cOPNpvr8 .carousel-indicators {
    display: none;
  }
}
.cid-u8cOPNpvr8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8cOPNpvr8 .carousel-inner > .active {
  display: block;
}
.cid-u8cOPNpvr8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8cOPNpvr8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8cOPNpvr8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8cOPNpvr8 .carousel-control,
  .cid-u8cOPNpvr8 .carousel-indicators,
  .cid-u8cOPNpvr8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8cOPNpvr8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8cOPNpvr8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8cOPNpvr8 .carousel-indicators .active,
.cid-u8cOPNpvr8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8cOPNpvr8 .carousel-indicators .active {
  background: #fff;
}
.cid-u8cOPNpvr8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8cOPNpvr8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8cOPNpvr8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8cOPNpvr8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8cOPNpvr8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8cOPNpvr8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8cOPNpvr8 .carousel {
  width: 100%;
}
.cid-u8cOPNpvr8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8cOPNpvr8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8cOPNpvr8 .modal.fade .modal-dialog,
.cid-u8cOPNpvr8 .modal.in .modal-dialog {
  transform: none;
}
.cid-u8cOPNpvr8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8cOPNpvr8 H6 {
  text-align: center;
}
.cid-u64nPK19jd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u64nPK19jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64nPK19jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64nPK19jd .item {
  padding-bottom: 2rem;
}
.cid-u64nPK19jd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u64nPK19jd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u64nPK19jd .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-u64nPK19jd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u64nPK19jd .carousel-control,
.cid-u64nPK19jd .close {
  background: #1b1b1b;
}
.cid-u64nPK19jd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u64nPK19jd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u64nPK19jd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u64nPK19jd .carousel-control-next span {
  margin-left: 5px;
}
.cid-u64nPK19jd .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-u64nPK19jd .close::before {
  content: '\e91a';
}
.cid-u64nPK19jd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u64nPK19jd .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-u64nPK19jd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64nPK19jd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u64nPK19jd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u64nPK19jd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u64nPK19jd .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-u64nPK19jd .carousel-indicators li.active,
.cid-u64nPK19jd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u64nPK19jd .carousel-indicators li::after,
.cid-u64nPK19jd .carousel-indicators li::before {
  content: none;
}
.cid-u64nPK19jd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u64nPK19jd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u64nPK19jd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u64nPK19jd .carousel-indicators {
    display: none;
  }
}
.cid-u64nPK19jd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u64nPK19jd .carousel-inner > .active {
  display: block;
}
.cid-u64nPK19jd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64nPK19jd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u64nPK19jd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u64nPK19jd .carousel-control,
  .cid-u64nPK19jd .carousel-indicators,
  .cid-u64nPK19jd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u64nPK19jd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u64nPK19jd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u64nPK19jd .carousel-indicators .active,
.cid-u64nPK19jd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u64nPK19jd .carousel-indicators .active {
  background: #fff;
}
.cid-u64nPK19jd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u64nPK19jd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u64nPK19jd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u64nPK19jd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u64nPK19jd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u64nPK19jd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u64nPK19jd .carousel {
  width: 100%;
}
.cid-u64nPK19jd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u64nPK19jd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u64nPK19jd .modal.fade .modal-dialog,
.cid-u64nPK19jd .modal.in .modal-dialog {
  transform: none;
}
.cid-u64nPK19jd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u64nPK19jd H6 {
  text-align: center;
}
.cid-u64ne3AtGL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u64ne3AtGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64ne3AtGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64ne3AtGL .item {
  padding-bottom: 2rem;
}
.cid-u64ne3AtGL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u64ne3AtGL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u64ne3AtGL .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-u64ne3AtGL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u64ne3AtGL .carousel-control,
.cid-u64ne3AtGL .close {
  background: #1b1b1b;
}
.cid-u64ne3AtGL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u64ne3AtGL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u64ne3AtGL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u64ne3AtGL .carousel-control-next span {
  margin-left: 5px;
}
.cid-u64ne3AtGL .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-u64ne3AtGL .close::before {
  content: '\e91a';
}
.cid-u64ne3AtGL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u64ne3AtGL .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-u64ne3AtGL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64ne3AtGL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u64ne3AtGL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u64ne3AtGL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u64ne3AtGL .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-u64ne3AtGL .carousel-indicators li.active,
.cid-u64ne3AtGL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u64ne3AtGL .carousel-indicators li::after,
.cid-u64ne3AtGL .carousel-indicators li::before {
  content: none;
}
.cid-u64ne3AtGL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u64ne3AtGL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u64ne3AtGL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u64ne3AtGL .carousel-indicators {
    display: none;
  }
}
.cid-u64ne3AtGL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u64ne3AtGL .carousel-inner > .active {
  display: block;
}
.cid-u64ne3AtGL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64ne3AtGL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u64ne3AtGL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u64ne3AtGL .carousel-control,
  .cid-u64ne3AtGL .carousel-indicators,
  .cid-u64ne3AtGL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u64ne3AtGL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u64ne3AtGL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u64ne3AtGL .carousel-indicators .active,
.cid-u64ne3AtGL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u64ne3AtGL .carousel-indicators .active {
  background: #fff;
}
.cid-u64ne3AtGL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u64ne3AtGL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u64ne3AtGL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u64ne3AtGL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u64ne3AtGL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u64ne3AtGL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u64ne3AtGL .carousel {
  width: 100%;
}
.cid-u64ne3AtGL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u64ne3AtGL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u64ne3AtGL .modal.fade .modal-dialog,
.cid-u64ne3AtGL .modal.in .modal-dialog {
  transform: none;
}
.cid-u64ne3AtGL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u64ne3AtGL H6 {
  text-align: center;
}
.cid-u64koLswNQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u64koLswNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64koLswNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64koLswNQ .item {
  padding-bottom: 2rem;
}
.cid-u64koLswNQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u64koLswNQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u64koLswNQ .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-u64koLswNQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u64koLswNQ .carousel-control,
.cid-u64koLswNQ .close {
  background: #1b1b1b;
}
.cid-u64koLswNQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u64koLswNQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u64koLswNQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u64koLswNQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u64koLswNQ .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-u64koLswNQ .close::before {
  content: '\e91a';
}
.cid-u64koLswNQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u64koLswNQ .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-u64koLswNQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64koLswNQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u64koLswNQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u64koLswNQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u64koLswNQ .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-u64koLswNQ .carousel-indicators li.active,
.cid-u64koLswNQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u64koLswNQ .carousel-indicators li::after,
.cid-u64koLswNQ .carousel-indicators li::before {
  content: none;
}
.cid-u64koLswNQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u64koLswNQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u64koLswNQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u64koLswNQ .carousel-indicators {
    display: none;
  }
}
.cid-u64koLswNQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u64koLswNQ .carousel-inner > .active {
  display: block;
}
.cid-u64koLswNQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64koLswNQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u64koLswNQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u64koLswNQ .carousel-control,
  .cid-u64koLswNQ .carousel-indicators,
  .cid-u64koLswNQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u64koLswNQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u64koLswNQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u64koLswNQ .carousel-indicators .active,
.cid-u64koLswNQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u64koLswNQ .carousel-indicators .active {
  background: #fff;
}
.cid-u64koLswNQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u64koLswNQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u64koLswNQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u64koLswNQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u64koLswNQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u64koLswNQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u64koLswNQ .carousel {
  width: 100%;
}
.cid-u64koLswNQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u64koLswNQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u64koLswNQ .modal.fade .modal-dialog,
.cid-u64koLswNQ .modal.in .modal-dialog {
  transform: none;
}
.cid-u64koLswNQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u64koLswNQ H6 {
  text-align: center;
}
.cid-u64jI2aufL {
  background-image: url("../../../assets/images/photo-2024-02-15-08-56-25-850x468.jpg");
}
.cid-u64jI2aufL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64jI2aufL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64jP4PGzo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u64jP4PGzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64jP4PGzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64jP4PGzo .item {
  padding-bottom: 2rem;
}
.cid-u64jP4PGzo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u64jP4PGzo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u64jP4PGzo .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-u64jP4PGzo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u64jP4PGzo .carousel-control,
.cid-u64jP4PGzo .close {
  background: #1b1b1b;
}
.cid-u64jP4PGzo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u64jP4PGzo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u64jP4PGzo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u64jP4PGzo .carousel-control-next span {
  margin-left: 5px;
}
.cid-u64jP4PGzo .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-u64jP4PGzo .close::before {
  content: '\e91a';
}
.cid-u64jP4PGzo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u64jP4PGzo .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-u64jP4PGzo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64jP4PGzo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u64jP4PGzo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u64jP4PGzo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u64jP4PGzo .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-u64jP4PGzo .carousel-indicators li.active,
.cid-u64jP4PGzo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u64jP4PGzo .carousel-indicators li::after,
.cid-u64jP4PGzo .carousel-indicators li::before {
  content: none;
}
.cid-u64jP4PGzo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u64jP4PGzo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u64jP4PGzo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u64jP4PGzo .carousel-indicators {
    display: none;
  }
}
.cid-u64jP4PGzo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u64jP4PGzo .carousel-inner > .active {
  display: block;
}
.cid-u64jP4PGzo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64jP4PGzo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u64jP4PGzo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u64jP4PGzo .carousel-control,
  .cid-u64jP4PGzo .carousel-indicators,
  .cid-u64jP4PGzo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u64jP4PGzo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u64jP4PGzo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u64jP4PGzo .carousel-indicators .active,
.cid-u64jP4PGzo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u64jP4PGzo .carousel-indicators .active {
  background: #fff;
}
.cid-u64jP4PGzo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u64jP4PGzo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u64jP4PGzo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u64jP4PGzo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u64jP4PGzo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u64jP4PGzo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u64jP4PGzo .carousel {
  width: 100%;
}
.cid-u64jP4PGzo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u64jP4PGzo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u64jP4PGzo .modal.fade .modal-dialog,
.cid-u64jP4PGzo .modal.in .modal-dialog {
  transform: none;
}
.cid-u64jP4PGzo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u64jP4PGzo H6 {
  text-align: center;
}
.cid-u5pmRIKTSi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u5pmRIKTSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pmRIKTSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pmRIKTSi .item {
  padding-bottom: 2rem;
}
.cid-u5pmRIKTSi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5pmRIKTSi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5pmRIKTSi .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-u5pmRIKTSi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5pmRIKTSi .carousel-control,
.cid-u5pmRIKTSi .close {
  background: #1b1b1b;
}
.cid-u5pmRIKTSi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5pmRIKTSi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5pmRIKTSi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5pmRIKTSi .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5pmRIKTSi .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-u5pmRIKTSi .close::before {
  content: '\e91a';
}
.cid-u5pmRIKTSi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5pmRIKTSi .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-u5pmRIKTSi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pmRIKTSi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5pmRIKTSi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5pmRIKTSi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5pmRIKTSi .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-u5pmRIKTSi .carousel-indicators li.active,
.cid-u5pmRIKTSi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5pmRIKTSi .carousel-indicators li::after,
.cid-u5pmRIKTSi .carousel-indicators li::before {
  content: none;
}
.cid-u5pmRIKTSi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5pmRIKTSi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5pmRIKTSi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pmRIKTSi .carousel-indicators {
    display: none;
  }
}
.cid-u5pmRIKTSi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5pmRIKTSi .carousel-inner > .active {
  display: block;
}
.cid-u5pmRIKTSi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pmRIKTSi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5pmRIKTSi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5pmRIKTSi .carousel-control,
  .cid-u5pmRIKTSi .carousel-indicators,
  .cid-u5pmRIKTSi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5pmRIKTSi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5pmRIKTSi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5pmRIKTSi .carousel-indicators .active,
.cid-u5pmRIKTSi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5pmRIKTSi .carousel-indicators .active {
  background: #fff;
}
.cid-u5pmRIKTSi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5pmRIKTSi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5pmRIKTSi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5pmRIKTSi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5pmRIKTSi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5pmRIKTSi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5pmRIKTSi .carousel {
  width: 100%;
}
.cid-u5pmRIKTSi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5pmRIKTSi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5pmRIKTSi .modal.fade .modal-dialog,
.cid-u5pmRIKTSi .modal.in .modal-dialog {
  transform: none;
}
.cid-u5pmRIKTSi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5pmRIKTSi H6 {
  text-align: center;
}
.cid-u5pmq3yVsS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u5pmq3yVsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pmq3yVsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pmq3yVsS .item {
  padding-bottom: 2rem;
}
.cid-u5pmq3yVsS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5pmq3yVsS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5pmq3yVsS .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-u5pmq3yVsS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5pmq3yVsS .carousel-control,
.cid-u5pmq3yVsS .close {
  background: #1b1b1b;
}
.cid-u5pmq3yVsS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5pmq3yVsS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5pmq3yVsS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5pmq3yVsS .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5pmq3yVsS .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-u5pmq3yVsS .close::before {
  content: '\e91a';
}
.cid-u5pmq3yVsS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5pmq3yVsS .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-u5pmq3yVsS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pmq3yVsS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5pmq3yVsS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5pmq3yVsS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5pmq3yVsS .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-u5pmq3yVsS .carousel-indicators li.active,
.cid-u5pmq3yVsS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5pmq3yVsS .carousel-indicators li::after,
.cid-u5pmq3yVsS .carousel-indicators li::before {
  content: none;
}
.cid-u5pmq3yVsS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5pmq3yVsS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5pmq3yVsS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pmq3yVsS .carousel-indicators {
    display: none;
  }
}
.cid-u5pmq3yVsS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5pmq3yVsS .carousel-inner > .active {
  display: block;
}
.cid-u5pmq3yVsS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pmq3yVsS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5pmq3yVsS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5pmq3yVsS .carousel-control,
  .cid-u5pmq3yVsS .carousel-indicators,
  .cid-u5pmq3yVsS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5pmq3yVsS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5pmq3yVsS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5pmq3yVsS .carousel-indicators .active,
.cid-u5pmq3yVsS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5pmq3yVsS .carousel-indicators .active {
  background: #fff;
}
.cid-u5pmq3yVsS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5pmq3yVsS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5pmq3yVsS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5pmq3yVsS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5pmq3yVsS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5pmq3yVsS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5pmq3yVsS .carousel {
  width: 100%;
}
.cid-u5pmq3yVsS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5pmq3yVsS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5pmq3yVsS .modal.fade .modal-dialog,
.cid-u5pmq3yVsS .modal.in .modal-dialog {
  transform: none;
}
.cid-u5pmq3yVsS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5pmq3yVsS H6 {
  text-align: center;
}
.cid-u5pm3fB2wz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u5pm3fB2wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pm3fB2wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pm3fB2wz .item {
  padding-bottom: 2rem;
}
.cid-u5pm3fB2wz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5pm3fB2wz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5pm3fB2wz .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-u5pm3fB2wz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5pm3fB2wz .carousel-control,
.cid-u5pm3fB2wz .close {
  background: #1b1b1b;
}
.cid-u5pm3fB2wz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5pm3fB2wz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5pm3fB2wz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5pm3fB2wz .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5pm3fB2wz .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-u5pm3fB2wz .close::before {
  content: '\e91a';
}
.cid-u5pm3fB2wz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5pm3fB2wz .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-u5pm3fB2wz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pm3fB2wz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5pm3fB2wz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5pm3fB2wz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5pm3fB2wz .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-u5pm3fB2wz .carousel-indicators li.active,
.cid-u5pm3fB2wz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5pm3fB2wz .carousel-indicators li::after,
.cid-u5pm3fB2wz .carousel-indicators li::before {
  content: none;
}
.cid-u5pm3fB2wz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5pm3fB2wz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5pm3fB2wz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pm3fB2wz .carousel-indicators {
    display: none;
  }
}
.cid-u5pm3fB2wz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5pm3fB2wz .carousel-inner > .active {
  display: block;
}
.cid-u5pm3fB2wz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pm3fB2wz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5pm3fB2wz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5pm3fB2wz .carousel-control,
  .cid-u5pm3fB2wz .carousel-indicators,
  .cid-u5pm3fB2wz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5pm3fB2wz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5pm3fB2wz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5pm3fB2wz .carousel-indicators .active,
.cid-u5pm3fB2wz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5pm3fB2wz .carousel-indicators .active {
  background: #fff;
}
.cid-u5pm3fB2wz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5pm3fB2wz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5pm3fB2wz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5pm3fB2wz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5pm3fB2wz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5pm3fB2wz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5pm3fB2wz .carousel {
  width: 100%;
}
.cid-u5pm3fB2wz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5pm3fB2wz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5pm3fB2wz .modal.fade .modal-dialog,
.cid-u5pm3fB2wz .modal.in .modal-dialog {
  transform: none;
}
.cid-u5pm3fB2wz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5pm3fB2wz H6 {
  text-align: center;
}
.cid-u4o1jtoXZV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4o1jtoXZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o1jtoXZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o1jtoXZV .item {
  padding-bottom: 2rem;
}
.cid-u4o1jtoXZV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4o1jtoXZV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4o1jtoXZV .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-u4o1jtoXZV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4o1jtoXZV .carousel-control,
.cid-u4o1jtoXZV .close {
  background: #1b1b1b;
}
.cid-u4o1jtoXZV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4o1jtoXZV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4o1jtoXZV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4o1jtoXZV .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4o1jtoXZV .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-u4o1jtoXZV .close::before {
  content: '\e91a';
}
.cid-u4o1jtoXZV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4o1jtoXZV .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-u4o1jtoXZV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o1jtoXZV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4o1jtoXZV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4o1jtoXZV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4o1jtoXZV .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-u4o1jtoXZV .carousel-indicators li.active,
.cid-u4o1jtoXZV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4o1jtoXZV .carousel-indicators li::after,
.cid-u4o1jtoXZV .carousel-indicators li::before {
  content: none;
}
.cid-u4o1jtoXZV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4o1jtoXZV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4o1jtoXZV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4o1jtoXZV .carousel-indicators {
    display: none;
  }
}
.cid-u4o1jtoXZV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4o1jtoXZV .carousel-inner > .active {
  display: block;
}
.cid-u4o1jtoXZV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o1jtoXZV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4o1jtoXZV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4o1jtoXZV .carousel-control,
  .cid-u4o1jtoXZV .carousel-indicators,
  .cid-u4o1jtoXZV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4o1jtoXZV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4o1jtoXZV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4o1jtoXZV .carousel-indicators .active,
.cid-u4o1jtoXZV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4o1jtoXZV .carousel-indicators .active {
  background: #fff;
}
.cid-u4o1jtoXZV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4o1jtoXZV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4o1jtoXZV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4o1jtoXZV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4o1jtoXZV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4o1jtoXZV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4o1jtoXZV .carousel {
  width: 100%;
}
.cid-u4o1jtoXZV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4o1jtoXZV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4o1jtoXZV .modal.fade .modal-dialog,
.cid-u4o1jtoXZV .modal.in .modal-dialog {
  transform: none;
}
.cid-u4o1jtoXZV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4o1jtoXZV H6 {
  text-align: center;
}
.cid-u4o0PZ8CjH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4o0PZ8CjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o0PZ8CjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o0PZ8CjH .item {
  padding-bottom: 2rem;
}
.cid-u4o0PZ8CjH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4o0PZ8CjH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4o0PZ8CjH .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-u4o0PZ8CjH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4o0PZ8CjH .carousel-control,
.cid-u4o0PZ8CjH .close {
  background: #1b1b1b;
}
.cid-u4o0PZ8CjH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4o0PZ8CjH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4o0PZ8CjH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4o0PZ8CjH .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4o0PZ8CjH .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-u4o0PZ8CjH .close::before {
  content: '\e91a';
}
.cid-u4o0PZ8CjH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4o0PZ8CjH .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-u4o0PZ8CjH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o0PZ8CjH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4o0PZ8CjH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4o0PZ8CjH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4o0PZ8CjH .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-u4o0PZ8CjH .carousel-indicators li.active,
.cid-u4o0PZ8CjH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4o0PZ8CjH .carousel-indicators li::after,
.cid-u4o0PZ8CjH .carousel-indicators li::before {
  content: none;
}
.cid-u4o0PZ8CjH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4o0PZ8CjH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4o0PZ8CjH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4o0PZ8CjH .carousel-indicators {
    display: none;
  }
}
.cid-u4o0PZ8CjH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4o0PZ8CjH .carousel-inner > .active {
  display: block;
}
.cid-u4o0PZ8CjH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o0PZ8CjH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4o0PZ8CjH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4o0PZ8CjH .carousel-control,
  .cid-u4o0PZ8CjH .carousel-indicators,
  .cid-u4o0PZ8CjH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4o0PZ8CjH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4o0PZ8CjH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4o0PZ8CjH .carousel-indicators .active,
.cid-u4o0PZ8CjH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4o0PZ8CjH .carousel-indicators .active {
  background: #fff;
}
.cid-u4o0PZ8CjH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4o0PZ8CjH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4o0PZ8CjH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4o0PZ8CjH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4o0PZ8CjH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4o0PZ8CjH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4o0PZ8CjH .carousel {
  width: 100%;
}
.cid-u4o0PZ8CjH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4o0PZ8CjH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4o0PZ8CjH .modal.fade .modal-dialog,
.cid-u4o0PZ8CjH .modal.in .modal-dialog {
  transform: none;
}
.cid-u4o0PZ8CjH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4o0PZ8CjH H6 {
  text-align: center;
}
.cid-u4o0rR7HcV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4o0rR7HcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o0rR7HcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o0rR7HcV .item {
  padding-bottom: 2rem;
}
.cid-u4o0rR7HcV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4o0rR7HcV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4o0rR7HcV .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-u4o0rR7HcV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4o0rR7HcV .carousel-control,
.cid-u4o0rR7HcV .close {
  background: #1b1b1b;
}
.cid-u4o0rR7HcV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4o0rR7HcV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4o0rR7HcV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4o0rR7HcV .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4o0rR7HcV .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-u4o0rR7HcV .close::before {
  content: '\e91a';
}
.cid-u4o0rR7HcV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4o0rR7HcV .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-u4o0rR7HcV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o0rR7HcV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4o0rR7HcV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4o0rR7HcV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4o0rR7HcV .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-u4o0rR7HcV .carousel-indicators li.active,
.cid-u4o0rR7HcV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4o0rR7HcV .carousel-indicators li::after,
.cid-u4o0rR7HcV .carousel-indicators li::before {
  content: none;
}
.cid-u4o0rR7HcV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4o0rR7HcV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4o0rR7HcV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4o0rR7HcV .carousel-indicators {
    display: none;
  }
}
.cid-u4o0rR7HcV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4o0rR7HcV .carousel-inner > .active {
  display: block;
}
.cid-u4o0rR7HcV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o0rR7HcV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4o0rR7HcV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4o0rR7HcV .carousel-control,
  .cid-u4o0rR7HcV .carousel-indicators,
  .cid-u4o0rR7HcV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4o0rR7HcV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4o0rR7HcV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4o0rR7HcV .carousel-indicators .active,
.cid-u4o0rR7HcV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4o0rR7HcV .carousel-indicators .active {
  background: #fff;
}
.cid-u4o0rR7HcV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4o0rR7HcV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4o0rR7HcV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4o0rR7HcV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4o0rR7HcV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4o0rR7HcV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4o0rR7HcV .carousel {
  width: 100%;
}
.cid-u4o0rR7HcV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4o0rR7HcV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4o0rR7HcV .modal.fade .modal-dialog,
.cid-u4o0rR7HcV .modal.in .modal-dialog {
  transform: none;
}
.cid-u4o0rR7HcV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4o0rR7HcV H6 {
  text-align: center;
}
.cid-u4nZIgvJNZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4nZIgvJNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nZIgvJNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nZIgvJNZ .item {
  padding-bottom: 2rem;
}
.cid-u4nZIgvJNZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4nZIgvJNZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4nZIgvJNZ .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-u4nZIgvJNZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4nZIgvJNZ .carousel-control,
.cid-u4nZIgvJNZ .close {
  background: #1b1b1b;
}
.cid-u4nZIgvJNZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4nZIgvJNZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4nZIgvJNZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4nZIgvJNZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4nZIgvJNZ .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-u4nZIgvJNZ .close::before {
  content: '\e91a';
}
.cid-u4nZIgvJNZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4nZIgvJNZ .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-u4nZIgvJNZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nZIgvJNZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4nZIgvJNZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4nZIgvJNZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4nZIgvJNZ .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-u4nZIgvJNZ .carousel-indicators li.active,
.cid-u4nZIgvJNZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4nZIgvJNZ .carousel-indicators li::after,
.cid-u4nZIgvJNZ .carousel-indicators li::before {
  content: none;
}
.cid-u4nZIgvJNZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4nZIgvJNZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nZIgvJNZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nZIgvJNZ .carousel-indicators {
    display: none;
  }
}
.cid-u4nZIgvJNZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4nZIgvJNZ .carousel-inner > .active {
  display: block;
}
.cid-u4nZIgvJNZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nZIgvJNZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4nZIgvJNZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4nZIgvJNZ .carousel-control,
  .cid-u4nZIgvJNZ .carousel-indicators,
  .cid-u4nZIgvJNZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4nZIgvJNZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4nZIgvJNZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4nZIgvJNZ .carousel-indicators .active,
.cid-u4nZIgvJNZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4nZIgvJNZ .carousel-indicators .active {
  background: #fff;
}
.cid-u4nZIgvJNZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4nZIgvJNZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4nZIgvJNZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4nZIgvJNZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4nZIgvJNZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4nZIgvJNZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4nZIgvJNZ .carousel {
  width: 100%;
}
.cid-u4nZIgvJNZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4nZIgvJNZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4nZIgvJNZ .modal.fade .modal-dialog,
.cid-u4nZIgvJNZ .modal.in .modal-dialog {
  transform: none;
}
.cid-u4nZIgvJNZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4nZIgvJNZ H6 {
  text-align: center;
}
.cid-u4nZbPJiQh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4nZbPJiQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nZbPJiQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nZbPJiQh .item {
  padding-bottom: 2rem;
}
.cid-u4nZbPJiQh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4nZbPJiQh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4nZbPJiQh .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-u4nZbPJiQh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4nZbPJiQh .carousel-control,
.cid-u4nZbPJiQh .close {
  background: #1b1b1b;
}
.cid-u4nZbPJiQh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4nZbPJiQh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4nZbPJiQh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4nZbPJiQh .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4nZbPJiQh .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-u4nZbPJiQh .close::before {
  content: '\e91a';
}
.cid-u4nZbPJiQh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4nZbPJiQh .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-u4nZbPJiQh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nZbPJiQh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4nZbPJiQh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4nZbPJiQh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4nZbPJiQh .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-u4nZbPJiQh .carousel-indicators li.active,
.cid-u4nZbPJiQh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4nZbPJiQh .carousel-indicators li::after,
.cid-u4nZbPJiQh .carousel-indicators li::before {
  content: none;
}
.cid-u4nZbPJiQh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4nZbPJiQh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nZbPJiQh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nZbPJiQh .carousel-indicators {
    display: none;
  }
}
.cid-u4nZbPJiQh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4nZbPJiQh .carousel-inner > .active {
  display: block;
}
.cid-u4nZbPJiQh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nZbPJiQh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4nZbPJiQh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4nZbPJiQh .carousel-control,
  .cid-u4nZbPJiQh .carousel-indicators,
  .cid-u4nZbPJiQh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4nZbPJiQh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4nZbPJiQh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4nZbPJiQh .carousel-indicators .active,
.cid-u4nZbPJiQh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4nZbPJiQh .carousel-indicators .active {
  background: #fff;
}
.cid-u4nZbPJiQh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4nZbPJiQh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4nZbPJiQh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4nZbPJiQh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4nZbPJiQh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4nZbPJiQh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4nZbPJiQh .carousel {
  width: 100%;
}
.cid-u4nZbPJiQh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4nZbPJiQh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4nZbPJiQh .modal.fade .modal-dialog,
.cid-u4nZbPJiQh .modal.in .modal-dialog {
  transform: none;
}
.cid-u4nZbPJiQh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4nZbPJiQh H6 {
  text-align: center;
}
.cid-u4nYKp5IxB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4nYKp5IxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nYKp5IxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nYKp5IxB .item {
  padding-bottom: 2rem;
}
.cid-u4nYKp5IxB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4nYKp5IxB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4nYKp5IxB .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-u4nYKp5IxB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4nYKp5IxB .carousel-control,
.cid-u4nYKp5IxB .close {
  background: #1b1b1b;
}
.cid-u4nYKp5IxB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4nYKp5IxB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4nYKp5IxB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4nYKp5IxB .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4nYKp5IxB .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-u4nYKp5IxB .close::before {
  content: '\e91a';
}
.cid-u4nYKp5IxB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4nYKp5IxB .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-u4nYKp5IxB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nYKp5IxB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4nYKp5IxB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4nYKp5IxB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4nYKp5IxB .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-u4nYKp5IxB .carousel-indicators li.active,
.cid-u4nYKp5IxB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4nYKp5IxB .carousel-indicators li::after,
.cid-u4nYKp5IxB .carousel-indicators li::before {
  content: none;
}
.cid-u4nYKp5IxB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4nYKp5IxB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nYKp5IxB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nYKp5IxB .carousel-indicators {
    display: none;
  }
}
.cid-u4nYKp5IxB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4nYKp5IxB .carousel-inner > .active {
  display: block;
}
.cid-u4nYKp5IxB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nYKp5IxB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4nYKp5IxB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4nYKp5IxB .carousel-control,
  .cid-u4nYKp5IxB .carousel-indicators,
  .cid-u4nYKp5IxB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4nYKp5IxB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4nYKp5IxB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4nYKp5IxB .carousel-indicators .active,
.cid-u4nYKp5IxB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4nYKp5IxB .carousel-indicators .active {
  background: #fff;
}
.cid-u4nYKp5IxB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4nYKp5IxB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4nYKp5IxB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4nYKp5IxB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4nYKp5IxB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4nYKp5IxB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4nYKp5IxB .carousel {
  width: 100%;
}
.cid-u4nYKp5IxB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4nYKp5IxB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4nYKp5IxB .modal.fade .modal-dialog,
.cid-u4nYKp5IxB .modal.in .modal-dialog {
  transform: none;
}
.cid-u4nYKp5IxB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4nYKp5IxB H6 {
  text-align: center;
}
.cid-u4nYbyhWkZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4nYbyhWkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nYbyhWkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nYbyhWkZ .item {
  padding-bottom: 2rem;
}
.cid-u4nYbyhWkZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4nYbyhWkZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4nYbyhWkZ .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-u4nYbyhWkZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4nYbyhWkZ .carousel-control,
.cid-u4nYbyhWkZ .close {
  background: #1b1b1b;
}
.cid-u4nYbyhWkZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4nYbyhWkZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4nYbyhWkZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4nYbyhWkZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4nYbyhWkZ .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-u4nYbyhWkZ .close::before {
  content: '\e91a';
}
.cid-u4nYbyhWkZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4nYbyhWkZ .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-u4nYbyhWkZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nYbyhWkZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4nYbyhWkZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4nYbyhWkZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4nYbyhWkZ .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-u4nYbyhWkZ .carousel-indicators li.active,
.cid-u4nYbyhWkZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4nYbyhWkZ .carousel-indicators li::after,
.cid-u4nYbyhWkZ .carousel-indicators li::before {
  content: none;
}
.cid-u4nYbyhWkZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4nYbyhWkZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nYbyhWkZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nYbyhWkZ .carousel-indicators {
    display: none;
  }
}
.cid-u4nYbyhWkZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4nYbyhWkZ .carousel-inner > .active {
  display: block;
}
.cid-u4nYbyhWkZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nYbyhWkZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4nYbyhWkZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4nYbyhWkZ .carousel-control,
  .cid-u4nYbyhWkZ .carousel-indicators,
  .cid-u4nYbyhWkZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4nYbyhWkZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4nYbyhWkZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4nYbyhWkZ .carousel-indicators .active,
.cid-u4nYbyhWkZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4nYbyhWkZ .carousel-indicators .active {
  background: #fff;
}
.cid-u4nYbyhWkZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4nYbyhWkZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4nYbyhWkZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4nYbyhWkZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4nYbyhWkZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4nYbyhWkZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4nYbyhWkZ .carousel {
  width: 100%;
}
.cid-u4nYbyhWkZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4nYbyhWkZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4nYbyhWkZ .modal.fade .modal-dialog,
.cid-u4nYbyhWkZ .modal.in .modal-dialog {
  transform: none;
}
.cid-u4nYbyhWkZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4nYbyhWkZ H6 {
  text-align: center;
}
.cid-u4nXxxPuSA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4nXxxPuSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nXxxPuSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nXxxPuSA .item {
  padding-bottom: 2rem;
}
.cid-u4nXxxPuSA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4nXxxPuSA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4nXxxPuSA .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-u4nXxxPuSA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4nXxxPuSA .carousel-control,
.cid-u4nXxxPuSA .close {
  background: #1b1b1b;
}
.cid-u4nXxxPuSA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4nXxxPuSA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4nXxxPuSA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4nXxxPuSA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4nXxxPuSA .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-u4nXxxPuSA .close::before {
  content: '\e91a';
}
.cid-u4nXxxPuSA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4nXxxPuSA .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-u4nXxxPuSA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nXxxPuSA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4nXxxPuSA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4nXxxPuSA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4nXxxPuSA .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-u4nXxxPuSA .carousel-indicators li.active,
.cid-u4nXxxPuSA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4nXxxPuSA .carousel-indicators li::after,
.cid-u4nXxxPuSA .carousel-indicators li::before {
  content: none;
}
.cid-u4nXxxPuSA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4nXxxPuSA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nXxxPuSA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nXxxPuSA .carousel-indicators {
    display: none;
  }
}
.cid-u4nXxxPuSA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4nXxxPuSA .carousel-inner > .active {
  display: block;
}
.cid-u4nXxxPuSA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4nXxxPuSA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4nXxxPuSA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4nXxxPuSA .carousel-control,
  .cid-u4nXxxPuSA .carousel-indicators,
  .cid-u4nXxxPuSA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4nXxxPuSA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4nXxxPuSA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4nXxxPuSA .carousel-indicators .active,
.cid-u4nXxxPuSA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4nXxxPuSA .carousel-indicators .active {
  background: #fff;
}
.cid-u4nXxxPuSA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4nXxxPuSA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4nXxxPuSA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4nXxxPuSA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4nXxxPuSA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4nXxxPuSA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4nXxxPuSA .carousel {
  width: 100%;
}
.cid-u4nXxxPuSA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4nXxxPuSA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4nXxxPuSA .modal.fade .modal-dialog,
.cid-u4nXxxPuSA .modal.in .modal-dialog {
  transform: none;
}
.cid-u4nXxxPuSA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4nXxxPuSA H6 {
  text-align: center;
}
.cid-u2OLl44roA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u2OLl44roA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2OLl44roA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2OLl44roA .item {
  padding-bottom: 2rem;
}
.cid-u2OLl44roA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u2OLl44roA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2OLl44roA .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-u2OLl44roA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2OLl44roA .carousel-control,
.cid-u2OLl44roA .close {
  background: #1b1b1b;
}
.cid-u2OLl44roA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2OLl44roA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2OLl44roA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2OLl44roA .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2OLl44roA .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-u2OLl44roA .close::before {
  content: '\e91a';
}
.cid-u2OLl44roA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2OLl44roA .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-u2OLl44roA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2OLl44roA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2OLl44roA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2OLl44roA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2OLl44roA .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-u2OLl44roA .carousel-indicators li.active,
.cid-u2OLl44roA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2OLl44roA .carousel-indicators li::after,
.cid-u2OLl44roA .carousel-indicators li::before {
  content: none;
}
.cid-u2OLl44roA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2OLl44roA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2OLl44roA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2OLl44roA .carousel-indicators {
    display: none;
  }
}
.cid-u2OLl44roA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2OLl44roA .carousel-inner > .active {
  display: block;
}
.cid-u2OLl44roA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2OLl44roA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2OLl44roA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2OLl44roA .carousel-control,
  .cid-u2OLl44roA .carousel-indicators,
  .cid-u2OLl44roA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2OLl44roA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2OLl44roA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2OLl44roA .carousel-indicators .active,
.cid-u2OLl44roA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2OLl44roA .carousel-indicators .active {
  background: #fff;
}
.cid-u2OLl44roA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2OLl44roA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2OLl44roA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2OLl44roA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2OLl44roA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2OLl44roA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2OLl44roA .carousel {
  width: 100%;
}
.cid-u2OLl44roA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2OLl44roA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2OLl44roA .modal.fade .modal-dialog,
.cid-u2OLl44roA .modal.in .modal-dialog {
  transform: none;
}
.cid-u2OLl44roA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2OLl44roA H6 {
  text-align: center;
}
.cid-tZEAGDPc9m {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tZEAGDPc9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEAGDPc9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEAGDPc9m .item {
  padding-bottom: 2rem;
}
.cid-tZEAGDPc9m .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tZEAGDPc9m .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tZEAGDPc9m .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-tZEAGDPc9m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tZEAGDPc9m .carousel-control,
.cid-tZEAGDPc9m .close {
  background: #1b1b1b;
}
.cid-tZEAGDPc9m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tZEAGDPc9m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tZEAGDPc9m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tZEAGDPc9m .carousel-control-next span {
  margin-left: 5px;
}
.cid-tZEAGDPc9m .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-tZEAGDPc9m .close::before {
  content: '\e91a';
}
.cid-tZEAGDPc9m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZEAGDPc9m .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-tZEAGDPc9m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZEAGDPc9m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tZEAGDPc9m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tZEAGDPc9m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tZEAGDPc9m .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-tZEAGDPc9m .carousel-indicators li.active,
.cid-tZEAGDPc9m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tZEAGDPc9m .carousel-indicators li::after,
.cid-tZEAGDPc9m .carousel-indicators li::before {
  content: none;
}
.cid-tZEAGDPc9m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tZEAGDPc9m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tZEAGDPc9m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZEAGDPc9m .carousel-indicators {
    display: none;
  }
}
.cid-tZEAGDPc9m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tZEAGDPc9m .carousel-inner > .active {
  display: block;
}
.cid-tZEAGDPc9m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZEAGDPc9m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tZEAGDPc9m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tZEAGDPc9m .carousel-control,
  .cid-tZEAGDPc9m .carousel-indicators,
  .cid-tZEAGDPc9m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tZEAGDPc9m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tZEAGDPc9m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tZEAGDPc9m .carousel-indicators .active,
.cid-tZEAGDPc9m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tZEAGDPc9m .carousel-indicators .active {
  background: #fff;
}
.cid-tZEAGDPc9m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tZEAGDPc9m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tZEAGDPc9m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tZEAGDPc9m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tZEAGDPc9m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tZEAGDPc9m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tZEAGDPc9m .carousel {
  width: 100%;
}
.cid-tZEAGDPc9m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tZEAGDPc9m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tZEAGDPc9m .modal.fade .modal-dialog,
.cid-tZEAGDPc9m .modal.in .modal-dialog {
  transform: none;
}
.cid-tZEAGDPc9m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tZEAGDPc9m H6 {
  text-align: center;
}
.cid-tXsvNYzQIe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tXsvNYzQIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsvNYzQIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsvNYzQIe .item {
  padding-bottom: 2rem;
}
.cid-tXsvNYzQIe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXsvNYzQIe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXsvNYzQIe .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-tXsvNYzQIe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXsvNYzQIe .carousel-control,
.cid-tXsvNYzQIe .close {
  background: #1b1b1b;
}
.cid-tXsvNYzQIe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXsvNYzQIe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXsvNYzQIe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXsvNYzQIe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXsvNYzQIe .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-tXsvNYzQIe .close::before {
  content: '\e91a';
}
.cid-tXsvNYzQIe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXsvNYzQIe .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-tXsvNYzQIe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXsvNYzQIe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXsvNYzQIe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXsvNYzQIe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXsvNYzQIe .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-tXsvNYzQIe .carousel-indicators li.active,
.cid-tXsvNYzQIe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXsvNYzQIe .carousel-indicators li::after,
.cid-tXsvNYzQIe .carousel-indicators li::before {
  content: none;
}
.cid-tXsvNYzQIe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXsvNYzQIe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXsvNYzQIe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXsvNYzQIe .carousel-indicators {
    display: none;
  }
}
.cid-tXsvNYzQIe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXsvNYzQIe .carousel-inner > .active {
  display: block;
}
.cid-tXsvNYzQIe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXsvNYzQIe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXsvNYzQIe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXsvNYzQIe .carousel-control,
  .cid-tXsvNYzQIe .carousel-indicators,
  .cid-tXsvNYzQIe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXsvNYzQIe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXsvNYzQIe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXsvNYzQIe .carousel-indicators .active,
.cid-tXsvNYzQIe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXsvNYzQIe .carousel-indicators .active {
  background: #fff;
}
.cid-tXsvNYzQIe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXsvNYzQIe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXsvNYzQIe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXsvNYzQIe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXsvNYzQIe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXsvNYzQIe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXsvNYzQIe .carousel {
  width: 100%;
}
.cid-tXsvNYzQIe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXsvNYzQIe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXsvNYzQIe .modal.fade .modal-dialog,
.cid-tXsvNYzQIe .modal.in .modal-dialog {
  transform: none;
}
.cid-tXsvNYzQIe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXsvNYzQIe H6 {
  text-align: center;
}
.cid-tWZb8WZYa0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tWZb8WZYa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZb8WZYa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZb8WZYa0 .item {
  padding-bottom: 2rem;
}
.cid-tWZb8WZYa0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWZb8WZYa0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWZb8WZYa0 .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-tWZb8WZYa0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWZb8WZYa0 .carousel-control,
.cid-tWZb8WZYa0 .close {
  background: #1b1b1b;
}
.cid-tWZb8WZYa0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWZb8WZYa0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWZb8WZYa0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWZb8WZYa0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWZb8WZYa0 .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-tWZb8WZYa0 .close::before {
  content: '\e91a';
}
.cid-tWZb8WZYa0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWZb8WZYa0 .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-tWZb8WZYa0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWZb8WZYa0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWZb8WZYa0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWZb8WZYa0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWZb8WZYa0 .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-tWZb8WZYa0 .carousel-indicators li.active,
.cid-tWZb8WZYa0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWZb8WZYa0 .carousel-indicators li::after,
.cid-tWZb8WZYa0 .carousel-indicators li::before {
  content: none;
}
.cid-tWZb8WZYa0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWZb8WZYa0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWZb8WZYa0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZb8WZYa0 .carousel-indicators {
    display: none;
  }
}
.cid-tWZb8WZYa0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWZb8WZYa0 .carousel-inner > .active {
  display: block;
}
.cid-tWZb8WZYa0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWZb8WZYa0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWZb8WZYa0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWZb8WZYa0 .carousel-control,
  .cid-tWZb8WZYa0 .carousel-indicators,
  .cid-tWZb8WZYa0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWZb8WZYa0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWZb8WZYa0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWZb8WZYa0 .carousel-indicators .active,
.cid-tWZb8WZYa0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWZb8WZYa0 .carousel-indicators .active {
  background: #fff;
}
.cid-tWZb8WZYa0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWZb8WZYa0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWZb8WZYa0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWZb8WZYa0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWZb8WZYa0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWZb8WZYa0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWZb8WZYa0 .carousel {
  width: 100%;
}
.cid-tWZb8WZYa0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWZb8WZYa0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWZb8WZYa0 .modal.fade .modal-dialog,
.cid-tWZb8WZYa0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tWZb8WZYa0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWZb8WZYa0 H6 {
  text-align: center;
}
.cid-tRKk01VbPJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tRKk01VbPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKk01VbPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKk01VbPJ .item {
  padding-bottom: 2rem;
}
.cid-tRKk01VbPJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRKk01VbPJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRKk01VbPJ .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-tRKk01VbPJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRKk01VbPJ .carousel-control,
.cid-tRKk01VbPJ .close {
  background: #1b1b1b;
}
.cid-tRKk01VbPJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRKk01VbPJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRKk01VbPJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRKk01VbPJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRKk01VbPJ .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-tRKk01VbPJ .close::before {
  content: '\e91a';
}
.cid-tRKk01VbPJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRKk01VbPJ .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-tRKk01VbPJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRKk01VbPJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRKk01VbPJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRKk01VbPJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRKk01VbPJ .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-tRKk01VbPJ .carousel-indicators li.active,
.cid-tRKk01VbPJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRKk01VbPJ .carousel-indicators li::after,
.cid-tRKk01VbPJ .carousel-indicators li::before {
  content: none;
}
.cid-tRKk01VbPJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRKk01VbPJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRKk01VbPJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRKk01VbPJ .carousel-indicators {
    display: none;
  }
}
.cid-tRKk01VbPJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRKk01VbPJ .carousel-inner > .active {
  display: block;
}
.cid-tRKk01VbPJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRKk01VbPJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRKk01VbPJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRKk01VbPJ .carousel-control,
  .cid-tRKk01VbPJ .carousel-indicators,
  .cid-tRKk01VbPJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRKk01VbPJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRKk01VbPJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRKk01VbPJ .carousel-indicators .active,
.cid-tRKk01VbPJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRKk01VbPJ .carousel-indicators .active {
  background: #fff;
}
.cid-tRKk01VbPJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRKk01VbPJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRKk01VbPJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRKk01VbPJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRKk01VbPJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRKk01VbPJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRKk01VbPJ .carousel {
  width: 100%;
}
.cid-tRKk01VbPJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRKk01VbPJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRKk01VbPJ .modal.fade .modal-dialog,
.cid-tRKk01VbPJ .modal.in .modal-dialog {
  transform: none;
}
.cid-tRKk01VbPJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRKk01VbPJ H6 {
  text-align: center;
}
.cid-tQZEl6SzoK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tQZEl6SzoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZEl6SzoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZEl6SzoK .item {
  padding-bottom: 2rem;
}
.cid-tQZEl6SzoK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tQZEl6SzoK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQZEl6SzoK .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-tQZEl6SzoK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQZEl6SzoK .carousel-control,
.cid-tQZEl6SzoK .close {
  background: #1b1b1b;
}
.cid-tQZEl6SzoK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQZEl6SzoK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQZEl6SzoK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQZEl6SzoK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQZEl6SzoK .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-tQZEl6SzoK .close::before {
  content: '\e91a';
}
.cid-tQZEl6SzoK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQZEl6SzoK .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-tQZEl6SzoK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQZEl6SzoK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQZEl6SzoK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQZEl6SzoK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQZEl6SzoK .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-tQZEl6SzoK .carousel-indicators li.active,
.cid-tQZEl6SzoK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQZEl6SzoK .carousel-indicators li::after,
.cid-tQZEl6SzoK .carousel-indicators li::before {
  content: none;
}
.cid-tQZEl6SzoK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQZEl6SzoK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQZEl6SzoK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQZEl6SzoK .carousel-indicators {
    display: none;
  }
}
.cid-tQZEl6SzoK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQZEl6SzoK .carousel-inner > .active {
  display: block;
}
.cid-tQZEl6SzoK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQZEl6SzoK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQZEl6SzoK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQZEl6SzoK .carousel-control,
  .cid-tQZEl6SzoK .carousel-indicators,
  .cid-tQZEl6SzoK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQZEl6SzoK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQZEl6SzoK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQZEl6SzoK .carousel-indicators .active,
.cid-tQZEl6SzoK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQZEl6SzoK .carousel-indicators .active {
  background: #fff;
}
.cid-tQZEl6SzoK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQZEl6SzoK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQZEl6SzoK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQZEl6SzoK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQZEl6SzoK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQZEl6SzoK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQZEl6SzoK .carousel {
  width: 100%;
}
.cid-tQZEl6SzoK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQZEl6SzoK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQZEl6SzoK .modal.fade .modal-dialog,
.cid-tQZEl6SzoK .modal.in .modal-dialog {
  transform: none;
}
.cid-tQZEl6SzoK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQZEl6SzoK H6 {
  text-align: center;
}
.cid-tPVppuhsgl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVppuhsgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVppuhsgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVppuhsgl .item {
  padding-bottom: 2rem;
}
.cid-tPVppuhsgl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVppuhsgl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVppuhsgl .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-tPVppuhsgl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVppuhsgl .carousel-control,
.cid-tPVppuhsgl .close {
  background: #1b1b1b;
}
.cid-tPVppuhsgl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVppuhsgl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVppuhsgl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVppuhsgl .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVppuhsgl .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-tPVppuhsgl .close::before {
  content: '\e91a';
}
.cid-tPVppuhsgl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVppuhsgl .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-tPVppuhsgl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVppuhsgl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVppuhsgl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVppuhsgl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVppuhsgl .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-tPVppuhsgl .carousel-indicators li.active,
.cid-tPVppuhsgl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVppuhsgl .carousel-indicators li::after,
.cid-tPVppuhsgl .carousel-indicators li::before {
  content: none;
}
.cid-tPVppuhsgl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVppuhsgl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVppuhsgl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVppuhsgl .carousel-indicators {
    display: none;
  }
}
.cid-tPVppuhsgl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVppuhsgl .carousel-inner > .active {
  display: block;
}
.cid-tPVppuhsgl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVppuhsgl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVppuhsgl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVppuhsgl .carousel-control,
  .cid-tPVppuhsgl .carousel-indicators,
  .cid-tPVppuhsgl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVppuhsgl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVppuhsgl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVppuhsgl .carousel-indicators .active,
.cid-tPVppuhsgl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVppuhsgl .carousel-indicators .active {
  background: #fff;
}
.cid-tPVppuhsgl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVppuhsgl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVppuhsgl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVppuhsgl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVppuhsgl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVppuhsgl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVppuhsgl .carousel {
  width: 100%;
}
.cid-tPVppuhsgl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVppuhsgl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVppuhsgl .modal.fade .modal-dialog,
.cid-tPVppuhsgl .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVppuhsgl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVppuhsgl H6 {
  text-align: center;
}
.cid-tPVpLqUR1a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVpLqUR1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVpLqUR1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVpLqUR1a .item {
  padding-bottom: 2rem;
}
.cid-tPVpLqUR1a .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVpLqUR1a .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVpLqUR1a .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-tPVpLqUR1a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVpLqUR1a .carousel-control,
.cid-tPVpLqUR1a .close {
  background: #1b1b1b;
}
.cid-tPVpLqUR1a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVpLqUR1a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVpLqUR1a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVpLqUR1a .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVpLqUR1a .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-tPVpLqUR1a .close::before {
  content: '\e91a';
}
.cid-tPVpLqUR1a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVpLqUR1a .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-tPVpLqUR1a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVpLqUR1a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVpLqUR1a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVpLqUR1a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVpLqUR1a .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-tPVpLqUR1a .carousel-indicators li.active,
.cid-tPVpLqUR1a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVpLqUR1a .carousel-indicators li::after,
.cid-tPVpLqUR1a .carousel-indicators li::before {
  content: none;
}
.cid-tPVpLqUR1a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVpLqUR1a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVpLqUR1a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVpLqUR1a .carousel-indicators {
    display: none;
  }
}
.cid-tPVpLqUR1a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVpLqUR1a .carousel-inner > .active {
  display: block;
}
.cid-tPVpLqUR1a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVpLqUR1a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVpLqUR1a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVpLqUR1a .carousel-control,
  .cid-tPVpLqUR1a .carousel-indicators,
  .cid-tPVpLqUR1a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVpLqUR1a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVpLqUR1a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVpLqUR1a .carousel-indicators .active,
.cid-tPVpLqUR1a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVpLqUR1a .carousel-indicators .active {
  background: #fff;
}
.cid-tPVpLqUR1a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVpLqUR1a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVpLqUR1a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVpLqUR1a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVpLqUR1a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVpLqUR1a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVpLqUR1a .carousel {
  width: 100%;
}
.cid-tPVpLqUR1a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVpLqUR1a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVpLqUR1a .modal.fade .modal-dialog,
.cid-tPVpLqUR1a .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVpLqUR1a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVpLqUR1a H6 {
  text-align: center;
}
.cid-tPVoRGHxxX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVoRGHxxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVoRGHxxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVoRGHxxX .item {
  padding-bottom: 2rem;
}
.cid-tPVoRGHxxX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVoRGHxxX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVoRGHxxX .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-tPVoRGHxxX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVoRGHxxX .carousel-control,
.cid-tPVoRGHxxX .close {
  background: #1b1b1b;
}
.cid-tPVoRGHxxX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVoRGHxxX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVoRGHxxX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVoRGHxxX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVoRGHxxX .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-tPVoRGHxxX .close::before {
  content: '\e91a';
}
.cid-tPVoRGHxxX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVoRGHxxX .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-tPVoRGHxxX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVoRGHxxX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVoRGHxxX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVoRGHxxX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVoRGHxxX .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-tPVoRGHxxX .carousel-indicators li.active,
.cid-tPVoRGHxxX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVoRGHxxX .carousel-indicators li::after,
.cid-tPVoRGHxxX .carousel-indicators li::before {
  content: none;
}
.cid-tPVoRGHxxX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVoRGHxxX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVoRGHxxX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVoRGHxxX .carousel-indicators {
    display: none;
  }
}
.cid-tPVoRGHxxX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVoRGHxxX .carousel-inner > .active {
  display: block;
}
.cid-tPVoRGHxxX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVoRGHxxX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVoRGHxxX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVoRGHxxX .carousel-control,
  .cid-tPVoRGHxxX .carousel-indicators,
  .cid-tPVoRGHxxX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVoRGHxxX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVoRGHxxX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVoRGHxxX .carousel-indicators .active,
.cid-tPVoRGHxxX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVoRGHxxX .carousel-indicators .active {
  background: #fff;
}
.cid-tPVoRGHxxX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVoRGHxxX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVoRGHxxX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVoRGHxxX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVoRGHxxX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVoRGHxxX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVoRGHxxX .carousel {
  width: 100%;
}
.cid-tPVoRGHxxX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVoRGHxxX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVoRGHxxX .modal.fade .modal-dialog,
.cid-tPVoRGHxxX .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVoRGHxxX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVoRGHxxX H6 {
  text-align: center;
}
.cid-tPVod4YZzH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVod4YZzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVod4YZzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVod4YZzH .item {
  padding-bottom: 2rem;
}
.cid-tPVod4YZzH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVod4YZzH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVod4YZzH .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-tPVod4YZzH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVod4YZzH .carousel-control,
.cid-tPVod4YZzH .close {
  background: #1b1b1b;
}
.cid-tPVod4YZzH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVod4YZzH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVod4YZzH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVod4YZzH .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVod4YZzH .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-tPVod4YZzH .close::before {
  content: '\e91a';
}
.cid-tPVod4YZzH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVod4YZzH .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-tPVod4YZzH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVod4YZzH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVod4YZzH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVod4YZzH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVod4YZzH .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-tPVod4YZzH .carousel-indicators li.active,
.cid-tPVod4YZzH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVod4YZzH .carousel-indicators li::after,
.cid-tPVod4YZzH .carousel-indicators li::before {
  content: none;
}
.cid-tPVod4YZzH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVod4YZzH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVod4YZzH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVod4YZzH .carousel-indicators {
    display: none;
  }
}
.cid-tPVod4YZzH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVod4YZzH .carousel-inner > .active {
  display: block;
}
.cid-tPVod4YZzH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVod4YZzH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVod4YZzH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVod4YZzH .carousel-control,
  .cid-tPVod4YZzH .carousel-indicators,
  .cid-tPVod4YZzH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVod4YZzH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVod4YZzH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVod4YZzH .carousel-indicators .active,
.cid-tPVod4YZzH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVod4YZzH .carousel-indicators .active {
  background: #fff;
}
.cid-tPVod4YZzH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVod4YZzH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVod4YZzH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVod4YZzH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVod4YZzH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVod4YZzH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVod4YZzH .carousel {
  width: 100%;
}
.cid-tPVod4YZzH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVod4YZzH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVod4YZzH .modal.fade .modal-dialog,
.cid-tPVod4YZzH .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVod4YZzH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVod4YZzH H6 {
  text-align: center;
}
.cid-tNPm72VZzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tNPm72VZzq img,
.cid-tNPm72VZzq .item-img {
  width: 100%;
}
.cid-tNPm72VZzq .item:focus,
.cid-tNPm72VZzq span:focus {
  outline: none;
}
.cid-tNPm72VZzq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tNPm72VZzq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNPm72VZzq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNPm72VZzq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tNPm72VZzq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNPm72VZzq .mbr-section-title {
  color: #ffffff;
}
.cid-tNPm72VZzq .mbr-text,
.cid-tNPm72VZzq .mbr-section-btn {
  text-align: center;
}
.cid-tNPm72VZzq .item-title {
  text-align: center;
}
.cid-tNPm72VZzq .item-subtitle {
  text-align: left;
}
.cid-tNPlBlIPEK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tNPlBlIPEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPlBlIPEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPlBlIPEK .item {
  padding-bottom: 2rem;
}
.cid-tNPlBlIPEK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tNPlBlIPEK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNPlBlIPEK .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-tNPlBlIPEK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNPlBlIPEK .carousel-control,
.cid-tNPlBlIPEK .close {
  background: #1b1b1b;
}
.cid-tNPlBlIPEK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNPlBlIPEK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNPlBlIPEK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNPlBlIPEK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNPlBlIPEK .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-tNPlBlIPEK .close::before {
  content: '\e91a';
}
.cid-tNPlBlIPEK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNPlBlIPEK .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-tNPlBlIPEK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNPlBlIPEK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNPlBlIPEK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNPlBlIPEK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNPlBlIPEK .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-tNPlBlIPEK .carousel-indicators li.active,
.cid-tNPlBlIPEK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNPlBlIPEK .carousel-indicators li::after,
.cid-tNPlBlIPEK .carousel-indicators li::before {
  content: none;
}
.cid-tNPlBlIPEK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNPlBlIPEK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNPlBlIPEK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNPlBlIPEK .carousel-indicators {
    display: none;
  }
}
.cid-tNPlBlIPEK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNPlBlIPEK .carousel-inner > .active {
  display: block;
}
.cid-tNPlBlIPEK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNPlBlIPEK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNPlBlIPEK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNPlBlIPEK .carousel-control,
  .cid-tNPlBlIPEK .carousel-indicators,
  .cid-tNPlBlIPEK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNPlBlIPEK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNPlBlIPEK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNPlBlIPEK .carousel-indicators .active,
.cid-tNPlBlIPEK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNPlBlIPEK .carousel-indicators .active {
  background: #fff;
}
.cid-tNPlBlIPEK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNPlBlIPEK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNPlBlIPEK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNPlBlIPEK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNPlBlIPEK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNPlBlIPEK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNPlBlIPEK .carousel {
  width: 100%;
}
.cid-tNPlBlIPEK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNPlBlIPEK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNPlBlIPEK .modal.fade .modal-dialog,
.cid-tNPlBlIPEK .modal.in .modal-dialog {
  transform: none;
}
.cid-tNPlBlIPEK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNPlBlIPEK H6 {
  text-align: center;
}
.cid-tNPkWUL7oR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tNPkWUL7oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNPkWUL7oR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNPkWUL7oR .item {
  padding-bottom: 2rem;
}
.cid-tNPkWUL7oR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tNPkWUL7oR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNPkWUL7oR .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-tNPkWUL7oR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNPkWUL7oR .carousel-control,
.cid-tNPkWUL7oR .close {
  background: #1b1b1b;
}
.cid-tNPkWUL7oR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNPkWUL7oR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNPkWUL7oR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNPkWUL7oR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNPkWUL7oR .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-tNPkWUL7oR .close::before {
  content: '\e91a';
}
.cid-tNPkWUL7oR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNPkWUL7oR .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-tNPkWUL7oR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNPkWUL7oR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNPkWUL7oR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNPkWUL7oR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNPkWUL7oR .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-tNPkWUL7oR .carousel-indicators li.active,
.cid-tNPkWUL7oR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNPkWUL7oR .carousel-indicators li::after,
.cid-tNPkWUL7oR .carousel-indicators li::before {
  content: none;
}
.cid-tNPkWUL7oR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNPkWUL7oR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNPkWUL7oR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNPkWUL7oR .carousel-indicators {
    display: none;
  }
}
.cid-tNPkWUL7oR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNPkWUL7oR .carousel-inner > .active {
  display: block;
}
.cid-tNPkWUL7oR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNPkWUL7oR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNPkWUL7oR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNPkWUL7oR .carousel-control,
  .cid-tNPkWUL7oR .carousel-indicators,
  .cid-tNPkWUL7oR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNPkWUL7oR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNPkWUL7oR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNPkWUL7oR .carousel-indicators .active,
.cid-tNPkWUL7oR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNPkWUL7oR .carousel-indicators .active {
  background: #fff;
}
.cid-tNPkWUL7oR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNPkWUL7oR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNPkWUL7oR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNPkWUL7oR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNPkWUL7oR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNPkWUL7oR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNPkWUL7oR .carousel {
  width: 100%;
}
.cid-tNPkWUL7oR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNPkWUL7oR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNPkWUL7oR .modal.fade .modal-dialog,
.cid-tNPkWUL7oR .modal.in .modal-dialog {
  transform: none;
}
.cid-tNPkWUL7oR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNPkWUL7oR H6 {
  text-align: center;
}
.cid-tFLaLhPJcn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tFLaLhPJcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLaLhPJcn .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-tFLaLhPJcn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFLaLhPJcn .row {
  flex-direction: row-reverse;
}
.cid-tFLaLhPJcn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFLaLhPJcn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFLaghfOwN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tFLaghfOwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLaghfOwN .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-tFLaghfOwN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFLaghfOwN .row {
  flex-direction: row-reverse;
}
.cid-tFLaghfOwN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFLaghfOwN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFL9G3jrGB {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #bed3f9;
}
.cid-tFL9G3jrGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFL9G3jrGB .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-tFL9G3jrGB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFL9G3jrGB .row {
  flex-direction: row-reverse;
}
.cid-tFL9G3jrGB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFL9G3jrGB .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFL9G3jrGB .mbr-text {
  text-align: left;
}
.cid-tFL9eSIlCb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tFL9eSIlCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFL9eSIlCb .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-tFL9eSIlCb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFL9eSIlCb .row {
  flex-direction: row-reverse;
}
.cid-tFL9eSIlCb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFL9eSIlCb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFL9eSIlCb .mbr-text {
  text-align: left;
}
.cid-tFbqVdJ4p4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tFbqVdJ4p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFbqVdJ4p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFbqVdJ4p4 .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tFbqVdJ4p4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tFbqVdJ4p4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFbqVdJ4p4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFbqVdJ4p4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFbqVdJ4p4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tFbqVdJ4p4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tFbqVdJ4p4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFbqVdJ4p4 .mbr-text,
.cid-tFbqVdJ4p4 .mbr-section-btn {
  text-align: left;
}
.cid-tCCC1T5Qmk {
  background-color: #bed3f9;
}
.cid-tCCC1T5Qmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCC1T5Qmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCC1T5Qmk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCCC1T5Qmk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCC1T5Qmk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCCC1T5Qmk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCCC1T5Qmk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCM5oGbq {
  background-color: #bed3f9;
}
.cid-tCCCM5oGbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCCM5oGbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCCM5oGbq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCCCM5oGbq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCM5oGbq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCCCM5oGbq .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCCCM5oGbq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCMRCAfE {
  background-color: #bed3f9;
}
.cid-tCCCMRCAfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCCMRCAfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCCMRCAfE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCCCMRCAfE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCMRCAfE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCCCMRCAfE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCCCMRCAfE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCNMK5HF {
  background-color: #bed3f9;
}
.cid-tCCCNMK5HF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCCNMK5HF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCCNMK5HF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCCCNMK5HF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCCCNMK5HF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCCCNMK5HF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCCCNMK5HF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFLbkdZ8gi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tFLbkdZ8gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLbkdZ8gi .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-tFLbkdZ8gi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFLbkdZ8gi .row {
  flex-direction: row-reverse;
}
.cid-tFLbkdZ8gi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFLbkdZ8gi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCCuGSlCfG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCCuGSlCfG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCCuGSlCfG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCCuGSlCfG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCCuGSlCfG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCCuGSlCfG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCCuGSlCfG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCCuGSlCfG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCCuGSlCfG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCCuGSlCfG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCCuGSlCfG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCCuGSlCfG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCCuGSlCfG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCCuGSlCfG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCCuGSlCfG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCCxieBwve {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCCxieBwve nav.navbar {
  position: fixed;
}
.cid-tCCxieBwve .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-tCCxieBwve .dropdown-menu {
  padding: 0;
}
.cid-tCCxieBwve .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCxieBwve .dropdown-item:hover,
.cid-tCCxieBwve .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCCxieBwve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCCxieBwve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCCxieBwve .nav-link {
  position: relative;
}
.cid-tCCxieBwve .container {
  display: flex;
  margin: auto;
}
.cid-tCCxieBwve .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCCxieBwve .navbar-caption {
  padding-right: 4rem;
}
.cid-tCCxieBwve .dropdown-menu,
.cid-tCCxieBwve .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tCCxieBwve .nav-item:focus,
.cid-tCCxieBwve .nav-link:focus {
  outline: none;
}
.cid-tCCxieBwve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCCxieBwve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCCxieBwve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCCxieBwve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCCxieBwve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCCxieBwve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCCxieBwve .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tCCxieBwve .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCxieBwve .navbar.opened {
  transition: all .3s;
}
.cid-tCCxieBwve .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCCxieBwve .navbar .navbar-logo img {
  width: auto;
}
.cid-tCCxieBwve .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCCxieBwve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCCxieBwve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCCxieBwve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCCxieBwve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCCxieBwve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCCxieBwve .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-tCCxieBwve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCCxieBwve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCCxieBwve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCCxieBwve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCCxieBwve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCCxieBwve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCCxieBwve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCCxieBwve .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-tCCxieBwve .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCCxieBwve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCCxieBwve .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCCxieBwve .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCCxieBwve .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCCxieBwve .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCCxieBwve .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCCxieBwve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCCxieBwve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCCxieBwve .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCCxieBwve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCCxieBwve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCCxieBwve .dropdown-item.active,
.cid-tCCxieBwve .dropdown-item:active {
  background-color: transparent;
}
.cid-tCCxieBwve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCCxieBwve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCCxieBwve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCCxieBwve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCCxieBwve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCCxieBwve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCCxieBwve ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCCxieBwve .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCCxieBwve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCCxieBwve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCCxieBwve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCCxieBwve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCxieBwve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCxieBwve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCCxieBwve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCxieBwve nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCCxieBwve nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCCxieBwve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCxieBwve .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCCxieBwve a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCCxieBwve .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-tCCxieBwve .navbar {
    height: 77px;
  }
  .cid-tCCxieBwve .navbar.opened {
    height: auto;
  }
  .cid-tCCxieBwve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCCxic6xVz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tCCxic6xVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCxic6xVz .row {
  flex-direction: row-reverse;
}
.cid-tCCxic6xVz img {
  width: 100%;
}
.cid-tCCERrIWrb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tCCERrIWrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCERrIWrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCERrIWrb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCCERrIWrb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCCERrIWrb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCCERrIWrb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCCERrIWrb .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-tCCERrIWrb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCCERrIWrb .carousel-control,
.cid-tCCERrIWrb .close {
  background: #1b1b1b;
}
.cid-tCCERrIWrb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCCERrIWrb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCCERrIWrb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCCERrIWrb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCCERrIWrb .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-tCCERrIWrb .close::before {
  content: '\e91a';
}
.cid-tCCERrIWrb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCCERrIWrb .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-tCCERrIWrb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCCERrIWrb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCCERrIWrb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCCERrIWrb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCCERrIWrb .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-tCCERrIWrb .carousel-indicators li.active,
.cid-tCCERrIWrb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCCERrIWrb .carousel-indicators li::after,
.cid-tCCERrIWrb .carousel-indicators li::before {
  content: none;
}
.cid-tCCERrIWrb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCCERrIWrb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCCERrIWrb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCCERrIWrb .carousel-indicators {
    display: none;
  }
}
.cid-tCCERrIWrb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCCERrIWrb .carousel-inner > .active {
  display: block;
}
.cid-tCCERrIWrb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCCERrIWrb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCCERrIWrb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCCERrIWrb .carousel-control,
  .cid-tCCERrIWrb .carousel-indicators,
  .cid-tCCERrIWrb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCCERrIWrb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCCERrIWrb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCCERrIWrb .carousel-indicators .active,
.cid-tCCERrIWrb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCCERrIWrb .carousel-indicators .active {
  background: #fff;
}
.cid-tCCERrIWrb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCCERrIWrb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCCERrIWrb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCCERrIWrb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCCERrIWrb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCCERrIWrb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCCERrIWrb .carousel {
  width: 100%;
}
.cid-tCCERrIWrb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCCERrIWrb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCCERrIWrb .modal.fade .modal-dialog,
.cid-tCCERrIWrb .modal.in .modal-dialog {
  transform: none;
}
.cid-tCCERrIWrb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCCERrIWrb H6 {
  text-align: center;
}
.cid-tCCxifulWY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCCxifulWY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCCxifulWY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCCxifulWY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCCxifulWY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCCxifulWY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCCxifulWY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCCxifulWY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCCxifulWY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCCxifulWY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCCxifulWY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCCxifulWY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCCxifulWY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCCxifulWY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCCxifulWY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCCDqGjmRu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCCDqGjmRu nav.navbar {
  position: fixed;
}
.cid-tCCDqGjmRu .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-tCCDqGjmRu .dropdown-menu {
  padding: 0;
}
.cid-tCCDqGjmRu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCDqGjmRu .dropdown-item:hover,
.cid-tCCDqGjmRu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCCDqGjmRu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCCDqGjmRu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCCDqGjmRu .nav-link {
  position: relative;
}
.cid-tCCDqGjmRu .container {
  display: flex;
  margin: auto;
}
.cid-tCCDqGjmRu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCCDqGjmRu .navbar-caption {
  padding-right: 4rem;
}
.cid-tCCDqGjmRu .dropdown-menu,
.cid-tCCDqGjmRu .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tCCDqGjmRu .nav-item:focus,
.cid-tCCDqGjmRu .nav-link:focus {
  outline: none;
}
.cid-tCCDqGjmRu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCCDqGjmRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCCDqGjmRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCCDqGjmRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCCDqGjmRu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCCDqGjmRu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCCDqGjmRu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tCCDqGjmRu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCDqGjmRu .navbar.opened {
  transition: all .3s;
}
.cid-tCCDqGjmRu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCCDqGjmRu .navbar .navbar-logo img {
  width: auto;
}
.cid-tCCDqGjmRu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCCDqGjmRu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCCDqGjmRu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCCDqGjmRu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCCDqGjmRu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCCDqGjmRu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCCDqGjmRu .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-tCCDqGjmRu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCCDqGjmRu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCCDqGjmRu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCCDqGjmRu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCCDqGjmRu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCCDqGjmRu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCCDqGjmRu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCCDqGjmRu .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-tCCDqGjmRu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCCDqGjmRu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCCDqGjmRu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCCDqGjmRu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCCDqGjmRu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCCDqGjmRu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCCDqGjmRu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCCDqGjmRu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCCDqGjmRu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCCDqGjmRu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCCDqGjmRu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCCDqGjmRu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCCDqGjmRu .dropdown-item.active,
.cid-tCCDqGjmRu .dropdown-item:active {
  background-color: transparent;
}
.cid-tCCDqGjmRu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCCDqGjmRu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCCDqGjmRu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCCDqGjmRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCCDqGjmRu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCCDqGjmRu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCCDqGjmRu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCCDqGjmRu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCCDqGjmRu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCCDqGjmRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCCDqGjmRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCCDqGjmRu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCDqGjmRu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCDqGjmRu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCCDqGjmRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCDqGjmRu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCCDqGjmRu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCCDqGjmRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCDqGjmRu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCCDqGjmRu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCCDqGjmRu .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-tCCDqGjmRu .navbar {
    height: 77px;
  }
  .cid-tCCDqGjmRu .navbar.opened {
    height: auto;
  }
  .cid-tCCDqGjmRu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCCDqFbuf9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tCCDqFbuf9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCDqFbuf9 .row {
  flex-direction: row-reverse;
}
.cid-tCCDqFbuf9 img {
  width: 100%;
}
.cid-tCCDqFKj74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tCCDqFKj74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCDqFKj74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCCDqFKj74 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCCDqFKj74 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCCDqFKj74 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCCDqFKj74 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tCCDqFKj74 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tCCDqFKj74 P {
  text-align: left;
}
.cid-tCCDqGUf6k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCCDqGUf6k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCCDqGUf6k .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCCDqGUf6k .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCCDqGUf6k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCCDqGUf6k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCCDqGUf6k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCCDqGUf6k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCCDqGUf6k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCCDqGUf6k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCCDqGUf6k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCCDqGUf6k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCCDqGUf6k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCCDqGUf6k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCCDqGUf6k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCCDtJU0O7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCCDtJU0O7 nav.navbar {
  position: fixed;
}
.cid-tCCDtJU0O7 .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-tCCDtJU0O7 .dropdown-menu {
  padding: 0;
}
.cid-tCCDtJU0O7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCDtJU0O7 .dropdown-item:hover,
.cid-tCCDtJU0O7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCCDtJU0O7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCCDtJU0O7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCCDtJU0O7 .nav-link {
  position: relative;
}
.cid-tCCDtJU0O7 .container {
  display: flex;
  margin: auto;
}
.cid-tCCDtJU0O7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCCDtJU0O7 .navbar-caption {
  padding-right: 4rem;
}
.cid-tCCDtJU0O7 .dropdown-menu,
.cid-tCCDtJU0O7 .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tCCDtJU0O7 .nav-item:focus,
.cid-tCCDtJU0O7 .nav-link:focus {
  outline: none;
}
.cid-tCCDtJU0O7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCCDtJU0O7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCCDtJU0O7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCCDtJU0O7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCCDtJU0O7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCCDtJU0O7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCCDtJU0O7 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tCCDtJU0O7 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCCDtJU0O7 .navbar.opened {
  transition: all .3s;
}
.cid-tCCDtJU0O7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCCDtJU0O7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCCDtJU0O7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCCDtJU0O7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCCDtJU0O7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCCDtJU0O7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCCDtJU0O7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCCDtJU0O7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCCDtJU0O7 .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-tCCDtJU0O7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCCDtJU0O7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCCDtJU0O7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCCDtJU0O7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCCDtJU0O7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCCDtJU0O7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCCDtJU0O7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCCDtJU0O7 .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-tCCDtJU0O7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCCDtJU0O7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCCDtJU0O7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCCDtJU0O7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCCDtJU0O7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCCDtJU0O7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCCDtJU0O7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCCDtJU0O7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCCDtJU0O7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCCDtJU0O7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCCDtJU0O7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCCDtJU0O7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCCDtJU0O7 .dropdown-item.active,
.cid-tCCDtJU0O7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCCDtJU0O7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCCDtJU0O7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCCDtJU0O7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCCDtJU0O7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tCCDtJU0O7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCCDtJU0O7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCCDtJU0O7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCCDtJU0O7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCCDtJU0O7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCCDtJU0O7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCCDtJU0O7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCCDtJU0O7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCDtJU0O7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCCDtJU0O7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCCDtJU0O7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCDtJU0O7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCCDtJU0O7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCCDtJU0O7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCCDtJU0O7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCCDtJU0O7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCCDtJU0O7 .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-tCCDtJU0O7 .navbar {
    height: 77px;
  }
  .cid-tCCDtJU0O7 .navbar.opened {
    height: auto;
  }
  .cid-tCCDtJU0O7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCCDtHWhar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tCCDtHWhar .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCDtHWhar .row {
  flex-direction: row-reverse;
}
.cid-tCCDtHWhar img {
  width: 100%;
}
.cid-u4koxIPjZa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4koxIPjZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4koxIPjZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4koxIPjZa .item {
  padding-bottom: 2rem;
}
.cid-u4koxIPjZa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4koxIPjZa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4koxIPjZa .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-u4koxIPjZa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4koxIPjZa .carousel-control,
.cid-u4koxIPjZa .close {
  background: #1b1b1b;
}
.cid-u4koxIPjZa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4koxIPjZa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4koxIPjZa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4koxIPjZa .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4koxIPjZa .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-u4koxIPjZa .close::before {
  content: '\e91a';
}
.cid-u4koxIPjZa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4koxIPjZa .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-u4koxIPjZa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4koxIPjZa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4koxIPjZa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4koxIPjZa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4koxIPjZa .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-u4koxIPjZa .carousel-indicators li.active,
.cid-u4koxIPjZa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4koxIPjZa .carousel-indicators li::after,
.cid-u4koxIPjZa .carousel-indicators li::before {
  content: none;
}
.cid-u4koxIPjZa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4koxIPjZa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4koxIPjZa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4koxIPjZa .carousel-indicators {
    display: none;
  }
}
.cid-u4koxIPjZa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4koxIPjZa .carousel-inner > .active {
  display: block;
}
.cid-u4koxIPjZa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4koxIPjZa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4koxIPjZa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4koxIPjZa .carousel-control,
  .cid-u4koxIPjZa .carousel-indicators,
  .cid-u4koxIPjZa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4koxIPjZa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4koxIPjZa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4koxIPjZa .carousel-indicators .active,
.cid-u4koxIPjZa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4koxIPjZa .carousel-indicators .active {
  background: #fff;
}
.cid-u4koxIPjZa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4koxIPjZa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4koxIPjZa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4koxIPjZa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4koxIPjZa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4koxIPjZa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4koxIPjZa .carousel {
  width: 100%;
}
.cid-u4koxIPjZa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4koxIPjZa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4koxIPjZa .modal.fade .modal-dialog,
.cid-u4koxIPjZa .modal.in .modal-dialog {
  transform: none;
}
.cid-u4koxIPjZa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4koxIPjZa H6 {
  text-align: center;
}
.cid-tWZ9MhRHHp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tWZ9MhRHHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWZ9MhRHHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWZ9MhRHHp .item {
  padding-bottom: 2rem;
}
.cid-tWZ9MhRHHp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWZ9MhRHHp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWZ9MhRHHp .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-tWZ9MhRHHp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWZ9MhRHHp .carousel-control,
.cid-tWZ9MhRHHp .close {
  background: #1b1b1b;
}
.cid-tWZ9MhRHHp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWZ9MhRHHp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWZ9MhRHHp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWZ9MhRHHp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWZ9MhRHHp .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-tWZ9MhRHHp .close::before {
  content: '\e91a';
}
.cid-tWZ9MhRHHp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWZ9MhRHHp .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-tWZ9MhRHHp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWZ9MhRHHp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWZ9MhRHHp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWZ9MhRHHp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWZ9MhRHHp .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-tWZ9MhRHHp .carousel-indicators li.active,
.cid-tWZ9MhRHHp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWZ9MhRHHp .carousel-indicators li::after,
.cid-tWZ9MhRHHp .carousel-indicators li::before {
  content: none;
}
.cid-tWZ9MhRHHp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWZ9MhRHHp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWZ9MhRHHp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWZ9MhRHHp .carousel-indicators {
    display: none;
  }
}
.cid-tWZ9MhRHHp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWZ9MhRHHp .carousel-inner > .active {
  display: block;
}
.cid-tWZ9MhRHHp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWZ9MhRHHp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWZ9MhRHHp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWZ9MhRHHp .carousel-control,
  .cid-tWZ9MhRHHp .carousel-indicators,
  .cid-tWZ9MhRHHp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWZ9MhRHHp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWZ9MhRHHp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWZ9MhRHHp .carousel-indicators .active,
.cid-tWZ9MhRHHp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWZ9MhRHHp .carousel-indicators .active {
  background: #fff;
}
.cid-tWZ9MhRHHp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWZ9MhRHHp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWZ9MhRHHp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWZ9MhRHHp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWZ9MhRHHp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWZ9MhRHHp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWZ9MhRHHp .carousel {
  width: 100%;
}
.cid-tWZ9MhRHHp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWZ9MhRHHp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWZ9MhRHHp .modal.fade .modal-dialog,
.cid-tWZ9MhRHHp .modal.in .modal-dialog {
  transform: none;
}
.cid-tWZ9MhRHHp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWZ9MhRHHp H6 {
  text-align: center;
}
.cid-tCCDtKve3h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCCDtKve3h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCCDtKve3h .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCCDtKve3h .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCCDtKve3h .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCCDtKve3h .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCCDtKve3h .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCCDtKve3h .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCCDtKve3h .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCCDtKve3h .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCCDtKve3h .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCCDtKve3h .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCCDtKve3h .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCCDtKve3h .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCCDtKve3h .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDbBgYjW8F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDbBgYjW8F nav.navbar {
  position: fixed;
}
.cid-tDbBgYjW8F .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-tDbBgYjW8F .dropdown-menu {
  padding: 0;
}
.cid-tDbBgYjW8F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDbBgYjW8F .dropdown-item:hover,
.cid-tDbBgYjW8F .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDbBgYjW8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tDbBgYjW8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDbBgYjW8F .nav-link {
  position: relative;
}
.cid-tDbBgYjW8F .container {
  display: flex;
  margin: auto;
}
.cid-tDbBgYjW8F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDbBgYjW8F .navbar-caption {
  padding-right: 4rem;
}
.cid-tDbBgYjW8F .dropdown-menu,
.cid-tDbBgYjW8F .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tDbBgYjW8F .nav-item:focus,
.cid-tDbBgYjW8F .nav-link:focus {
  outline: none;
}
.cid-tDbBgYjW8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDbBgYjW8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDbBgYjW8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDbBgYjW8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDbBgYjW8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDbBgYjW8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDbBgYjW8F .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tDbBgYjW8F .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDbBgYjW8F .navbar.opened {
  transition: all .3s;
}
.cid-tDbBgYjW8F .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tDbBgYjW8F .navbar .navbar-logo img {
  width: auto;
}
.cid-tDbBgYjW8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDbBgYjW8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDbBgYjW8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDbBgYjW8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tDbBgYjW8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDbBgYjW8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDbBgYjW8F .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-tDbBgYjW8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDbBgYjW8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tDbBgYjW8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tDbBgYjW8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDbBgYjW8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDbBgYjW8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDbBgYjW8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDbBgYjW8F .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-tDbBgYjW8F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDbBgYjW8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDbBgYjW8F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDbBgYjW8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDbBgYjW8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDbBgYjW8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tDbBgYjW8F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDbBgYjW8F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDbBgYjW8F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDbBgYjW8F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDbBgYjW8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDbBgYjW8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDbBgYjW8F .dropdown-item.active,
.cid-tDbBgYjW8F .dropdown-item:active {
  background-color: transparent;
}
.cid-tDbBgYjW8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDbBgYjW8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDbBgYjW8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDbBgYjW8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tDbBgYjW8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDbBgYjW8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDbBgYjW8F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDbBgYjW8F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDbBgYjW8F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tDbBgYjW8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tDbBgYjW8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDbBgYjW8F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDbBgYjW8F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDbBgYjW8F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDbBgYjW8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDbBgYjW8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tDbBgYjW8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tDbBgYjW8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDbBgYjW8F .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tDbBgYjW8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDbBgYjW8F .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-tDbBgYjW8F .navbar {
    height: 77px;
  }
  .cid-tDbBgYjW8F .navbar.opened {
    height: auto;
  }
  .cid-tDbBgYjW8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDbBgYbbDl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tDbBgYbbDl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDbBgYbbDl .row {
  flex-direction: row-reverse;
}
.cid-tDbBgYbbDl img {
  width: 100%;
}
.cid-tDbBSvAcpV {
  background-color: #bed3f9;
}
.cid-tDbBSvAcpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbBSvAcpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbBSvAcpV .mbr-text,
.cid-tDbBSvAcpV .mbr-section-btn {
  text-align: center;
}
.cid-tDbBgZ0oKC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDbBgZ0oKC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDbBgZ0oKC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDbBgZ0oKC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDbBgZ0oKC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDbBgZ0oKC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDbBgZ0oKC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDbBgZ0oKC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDbBgZ0oKC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDbBgZ0oKC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDbBgZ0oKC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDbBgZ0oKC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDbBgZ0oKC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDbBgZ0oKC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDbBgZ0oKC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIAcFiNmee {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIAcFiNmee nav.navbar {
  position: fixed;
}
.cid-tIAcFiNmee .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-tIAcFiNmee .dropdown-menu {
  padding: 0;
}
.cid-tIAcFiNmee .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIAcFiNmee .dropdown-item:hover,
.cid-tIAcFiNmee .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIAcFiNmee .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIAcFiNmee .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIAcFiNmee .nav-link {
  position: relative;
}
.cid-tIAcFiNmee .container {
  display: flex;
  margin: auto;
}
.cid-tIAcFiNmee .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIAcFiNmee .navbar-caption {
  padding-right: 4rem;
}
.cid-tIAcFiNmee .dropdown-menu,
.cid-tIAcFiNmee .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tIAcFiNmee .nav-item:focus,
.cid-tIAcFiNmee .nav-link:focus {
  outline: none;
}
.cid-tIAcFiNmee .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIAcFiNmee .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIAcFiNmee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIAcFiNmee .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIAcFiNmee .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIAcFiNmee .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIAcFiNmee .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tIAcFiNmee .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIAcFiNmee .navbar.opened {
  transition: all .3s;
}
.cid-tIAcFiNmee .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIAcFiNmee .navbar .navbar-logo img {
  width: auto;
}
.cid-tIAcFiNmee .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIAcFiNmee .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIAcFiNmee .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIAcFiNmee .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIAcFiNmee .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIAcFiNmee .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIAcFiNmee .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-tIAcFiNmee .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIAcFiNmee .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIAcFiNmee .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIAcFiNmee .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIAcFiNmee .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIAcFiNmee .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIAcFiNmee .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIAcFiNmee .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-tIAcFiNmee .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIAcFiNmee .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIAcFiNmee .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIAcFiNmee .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIAcFiNmee .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIAcFiNmee .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIAcFiNmee .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIAcFiNmee .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIAcFiNmee .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIAcFiNmee .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIAcFiNmee .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIAcFiNmee .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIAcFiNmee .dropdown-item.active,
.cid-tIAcFiNmee .dropdown-item:active {
  background-color: transparent;
}
.cid-tIAcFiNmee .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIAcFiNmee .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIAcFiNmee .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIAcFiNmee .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tIAcFiNmee .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIAcFiNmee .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIAcFiNmee ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIAcFiNmee .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIAcFiNmee button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIAcFiNmee button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIAcFiNmee button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIAcFiNmee button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIAcFiNmee button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIAcFiNmee button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIAcFiNmee nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIAcFiNmee nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIAcFiNmee nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIAcFiNmee nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIAcFiNmee .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIAcFiNmee a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIAcFiNmee .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-tIAcFiNmee .navbar {
    height: 77px;
  }
  .cid-tIAcFiNmee .navbar.opened {
    height: auto;
  }
  .cid-tIAcFiNmee .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIAcFixswP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tIAcFixswP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIAcFixswP .row {
  flex-direction: row-reverse;
}
.cid-tIAcFixswP img {
  width: 100%;
}
.cid-u7DZwBVmoJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u7DZwBVmoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7DZwBVmoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7DZwBVmoJ .mbr-text,
.cid-u7DZwBVmoJ .mbr-section-btn {
  text-align: center;
}
.cid-u7DZwBVmoJ .mbr-section-title {
  text-align: center;
}
.cid-u7DZwBVmoJ .mbr-section-subtitle {
  text-align: center;
}
.cid-u7E0vWBpus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-u7E0vWBpus .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E0vWBpus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7E0vWBpus .mbr-text,
.cid-u7E0vWBpus .mbr-section-btn {
  text-align: center;
}
.cid-u7E0vWBpus .mbr-section-title {
  text-align: center;
}
.cid-u7E0vWBpus .mbr-section-subtitle {
  text-align: center;
}
.cid-u7E1RT1s40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-u7E1RT1s40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7E1RT1s40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7E1RT1s40 .mbr-text,
.cid-u7E1RT1s40 .mbr-section-btn {
  text-align: center;
}
.cid-u7E1RT1s40 .mbr-section-title {
  text-align: center;
}
.cid-u7E1RT1s40 .mbr-section-subtitle {
  text-align: center;
}
.cid-tIAcFjnFVA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIAcFjnFVA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIAcFjnFVA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIAcFjnFVA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIAcFjnFVA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIAcFjnFVA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIAcFjnFVA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIAcFjnFVA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIAcFjnFVA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIAcFjnFVA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIAcFjnFVA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIAcFjnFVA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIAcFjnFVA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIAcFjnFVA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIAcFjnFVA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJYw0sOsdC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJYw0sOsdC nav.navbar {
  position: fixed;
}
.cid-tJYw0sOsdC .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-tJYw0sOsdC .dropdown-menu {
  padding: 0;
}
.cid-tJYw0sOsdC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJYw0sOsdC .dropdown-item:hover,
.cid-tJYw0sOsdC .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJYw0sOsdC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tJYw0sOsdC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJYw0sOsdC .nav-link {
  position: relative;
}
.cid-tJYw0sOsdC .container {
  display: flex;
  margin: auto;
}
.cid-tJYw0sOsdC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJYw0sOsdC .navbar-caption {
  padding-right: 4rem;
}
.cid-tJYw0sOsdC .dropdown-menu,
.cid-tJYw0sOsdC .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tJYw0sOsdC .nav-item:focus,
.cid-tJYw0sOsdC .nav-link:focus {
  outline: none;
}
.cid-tJYw0sOsdC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJYw0sOsdC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJYw0sOsdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJYw0sOsdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJYw0sOsdC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJYw0sOsdC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJYw0sOsdC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tJYw0sOsdC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJYw0sOsdC .navbar.opened {
  transition: all .3s;
}
.cid-tJYw0sOsdC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJYw0sOsdC .navbar .navbar-logo img {
  width: auto;
}
.cid-tJYw0sOsdC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJYw0sOsdC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJYw0sOsdC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJYw0sOsdC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJYw0sOsdC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJYw0sOsdC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJYw0sOsdC .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-tJYw0sOsdC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJYw0sOsdC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJYw0sOsdC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJYw0sOsdC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJYw0sOsdC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJYw0sOsdC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJYw0sOsdC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJYw0sOsdC .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-tJYw0sOsdC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJYw0sOsdC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJYw0sOsdC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJYw0sOsdC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJYw0sOsdC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJYw0sOsdC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJYw0sOsdC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJYw0sOsdC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJYw0sOsdC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJYw0sOsdC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJYw0sOsdC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJYw0sOsdC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJYw0sOsdC .dropdown-item.active,
.cid-tJYw0sOsdC .dropdown-item:active {
  background-color: transparent;
}
.cid-tJYw0sOsdC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJYw0sOsdC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJYw0sOsdC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJYw0sOsdC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tJYw0sOsdC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJYw0sOsdC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJYw0sOsdC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJYw0sOsdC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJYw0sOsdC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tJYw0sOsdC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tJYw0sOsdC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJYw0sOsdC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJYw0sOsdC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJYw0sOsdC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJYw0sOsdC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJYw0sOsdC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJYw0sOsdC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJYw0sOsdC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJYw0sOsdC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJYw0sOsdC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJYw0sOsdC .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-tJYw0sOsdC .navbar {
    height: 77px;
  }
  .cid-tJYw0sOsdC .navbar.opened {
    height: auto;
  }
  .cid-tJYw0sOsdC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJYw0srYgO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tJYw0srYgO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJYw0srYgO .row {
  flex-direction: row-reverse;
}
.cid-tJYw0srYgO img {
  width: 100%;
}
.cid-tJYwp5aLEZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tJYwp5aLEZ .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJYwp5aLEZ .mbr-text {
  text-align: left;
}
.cid-u4KAE6wB55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u4KAE6wB55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KAE6wB55 .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-u4KAE6wB55 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4KAE6wB55 .row {
  flex-direction: row-reverse;
}
.cid-u4KAE6wB55 img {
  width: 100%;
}
.cid-u4KNTT84GN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u4KNTT84GN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KNTT84GN .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-u4KNTT84GN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4KNTT84GN .row {
  flex-direction: row-reverse;
}
.cid-u4KNTT84GN img {
  width: 100%;
}
.cid-u4KOjmmT9K {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u4KOjmmT9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KOjmmT9K .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-u4KOjmmT9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4KOjmmT9K .row {
  flex-direction: row-reverse;
}
.cid-u4KOjmmT9K img {
  width: 100%;
}
.cid-u4KOEwxTKp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u4KOEwxTKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4KOEwxTKp .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-u4KOEwxTKp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4KOEwxTKp .row {
  flex-direction: row-reverse;
}
.cid-u4KOEwxTKp img {
  width: 100%;
}
.cid-tJYwpONOtc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJYwpONOtc .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJYwpONOtc .mbr-text {
  text-align: left;
}
.cid-tJYydhNFHM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJYw0t5CJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tJYw0t5CJf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJYw0t5CJf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJYw0t5CJf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJYw0t5CJf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJYw0t5CJf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJYw0t5CJf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tJYw0t5CJf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJYw0t5CJf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJYw0t5CJf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJYw0t5CJf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJYw0t5CJf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJYw0t5CJf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJYw0t5CJf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJYw0t5CJf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tL6oXL9OvE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL6oXL9OvE nav.navbar {
  position: fixed;
}
.cid-tL6oXL9OvE .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-tL6oXL9OvE .dropdown-menu {
  padding: 0;
}
.cid-tL6oXL9OvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL6oXL9OvE .dropdown-item:hover,
.cid-tL6oXL9OvE .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tL6oXL9OvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tL6oXL9OvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL6oXL9OvE .nav-link {
  position: relative;
}
.cid-tL6oXL9OvE .container {
  display: flex;
  margin: auto;
}
.cid-tL6oXL9OvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tL6oXL9OvE .navbar-caption {
  padding-right: 4rem;
}
.cid-tL6oXL9OvE .dropdown-menu,
.cid-tL6oXL9OvE .navbar.opened {
  background: #65c6d4 !important;
}
.cid-tL6oXL9OvE .nav-item:focus,
.cid-tL6oXL9OvE .nav-link:focus {
  outline: none;
}
.cid-tL6oXL9OvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL6oXL9OvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL6oXL9OvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tL6oXL9OvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6oXL9OvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL6oXL9OvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL6oXL9OvE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-tL6oXL9OvE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL6oXL9OvE .navbar.opened {
  transition: all .3s;
}
.cid-tL6oXL9OvE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tL6oXL9OvE .navbar .navbar-logo img {
  width: auto;
}
.cid-tL6oXL9OvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL6oXL9OvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL6oXL9OvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL6oXL9OvE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tL6oXL9OvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL6oXL9OvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL6oXL9OvE .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-tL6oXL9OvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL6oXL9OvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tL6oXL9OvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tL6oXL9OvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL6oXL9OvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL6oXL9OvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL6oXL9OvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL6oXL9OvE .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-tL6oXL9OvE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tL6oXL9OvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL6oXL9OvE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL6oXL9OvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL6oXL9OvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL6oXL9OvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tL6oXL9OvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL6oXL9OvE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tL6oXL9OvE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tL6oXL9OvE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL6oXL9OvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL6oXL9OvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL6oXL9OvE .dropdown-item.active,
.cid-tL6oXL9OvE .dropdown-item:active {
  background-color: transparent;
}
.cid-tL6oXL9OvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL6oXL9OvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL6oXL9OvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL6oXL9OvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-tL6oXL9OvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL6oXL9OvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL6oXL9OvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL6oXL9OvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL6oXL9OvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tL6oXL9OvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tL6oXL9OvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tL6oXL9OvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tL6oXL9OvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tL6oXL9OvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tL6oXL9OvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL6oXL9OvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tL6oXL9OvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tL6oXL9OvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tL6oXL9OvE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tL6oXL9OvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6oXL9OvE .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-tL6oXL9OvE .navbar {
    height: 77px;
  }
  .cid-tL6oXL9OvE .navbar.opened {
    height: auto;
  }
  .cid-tL6oXL9OvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL6oXKX6CH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-tL6oXKX6CH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tL6oXKX6CH .row {
  flex-direction: row-reverse;
}
.cid-tL6oXKX6CH img {
  width: 100%;
}
.cid-u840qXens3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-u840qXens3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u840qXens3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u840qXens3 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #4479d9, -10px -10px 19px #4479d9;
}
@media (max-width: 767px) {
  .cid-u840qXens3 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-u840qXens3 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-u840qXens3 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u840qXens3 .card-title {
    margin-bottom: 20px;
  }
}
.cid-u840qXens3 .card-subtitle {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u840qXens3 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u840qXens3 .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-u6JwJO2hpY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u6JwJO2hpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JwJO2hpY .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-u6JwJO2hpY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6JwJO2hpY .row {
  flex-direction: row-reverse;
}
.cid-u6JwJO2hpY img {
  width: 100%;
}
.cid-u6JwY99qWW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6JwY99qWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JwY99qWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JwY99qWW .item {
  padding-bottom: 2rem;
}
.cid-u6JwY99qWW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6JwY99qWW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6JwY99qWW .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-u6JwY99qWW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6JwY99qWW .carousel-control,
.cid-u6JwY99qWW .close {
  background: #1b1b1b;
}
.cid-u6JwY99qWW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6JwY99qWW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6JwY99qWW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6JwY99qWW .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6JwY99qWW .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-u6JwY99qWW .close::before {
  content: '\e91a';
}
.cid-u6JwY99qWW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6JwY99qWW .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-u6JwY99qWW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6JwY99qWW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6JwY99qWW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6JwY99qWW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6JwY99qWW .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-u6JwY99qWW .carousel-indicators li.active,
.cid-u6JwY99qWW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6JwY99qWW .carousel-indicators li::after,
.cid-u6JwY99qWW .carousel-indicators li::before {
  content: none;
}
.cid-u6JwY99qWW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6JwY99qWW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6JwY99qWW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6JwY99qWW .carousel-indicators {
    display: none;
  }
}
.cid-u6JwY99qWW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6JwY99qWW .carousel-inner > .active {
  display: block;
}
.cid-u6JwY99qWW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6JwY99qWW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6JwY99qWW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6JwY99qWW .carousel-control,
  .cid-u6JwY99qWW .carousel-indicators,
  .cid-u6JwY99qWW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6JwY99qWW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6JwY99qWW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6JwY99qWW .carousel-indicators .active,
.cid-u6JwY99qWW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6JwY99qWW .carousel-indicators .active {
  background: #fff;
}
.cid-u6JwY99qWW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6JwY99qWW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6JwY99qWW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6JwY99qWW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6JwY99qWW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6JwY99qWW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6JwY99qWW .carousel {
  width: 100%;
}
.cid-u6JwY99qWW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6JwY99qWW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6JwY99qWW .modal.fade .modal-dialog,
.cid-u6JwY99qWW .modal.in .modal-dialog {
  transform: none;
}
.cid-u6JwY99qWW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6JwY99qWW H6 {
  text-align: center;
}
.cid-u6JvKQzr2e {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6JvKQzr2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JvKQzr2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JvKQzr2e .item {
  padding-bottom: 2rem;
}
.cid-u6JvKQzr2e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6JvKQzr2e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6JvKQzr2e .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-u6JvKQzr2e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6JvKQzr2e .carousel-control,
.cid-u6JvKQzr2e .close {
  background: #1b1b1b;
}
.cid-u6JvKQzr2e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6JvKQzr2e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6JvKQzr2e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6JvKQzr2e .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6JvKQzr2e .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-u6JvKQzr2e .close::before {
  content: '\e91a';
}
.cid-u6JvKQzr2e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6JvKQzr2e .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-u6JvKQzr2e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6JvKQzr2e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6JvKQzr2e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6JvKQzr2e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6JvKQzr2e .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-u6JvKQzr2e .carousel-indicators li.active,
.cid-u6JvKQzr2e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6JvKQzr2e .carousel-indicators li::after,
.cid-u6JvKQzr2e .carousel-indicators li::before {
  content: none;
}
.cid-u6JvKQzr2e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6JvKQzr2e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6JvKQzr2e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6JvKQzr2e .carousel-indicators {
    display: none;
  }
}
.cid-u6JvKQzr2e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6JvKQzr2e .carousel-inner > .active {
  display: block;
}
.cid-u6JvKQzr2e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6JvKQzr2e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6JvKQzr2e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6JvKQzr2e .carousel-control,
  .cid-u6JvKQzr2e .carousel-indicators,
  .cid-u6JvKQzr2e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6JvKQzr2e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6JvKQzr2e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6JvKQzr2e .carousel-indicators .active,
.cid-u6JvKQzr2e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6JvKQzr2e .carousel-indicators .active {
  background: #fff;
}
.cid-u6JvKQzr2e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6JvKQzr2e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6JvKQzr2e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6JvKQzr2e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6JvKQzr2e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6JvKQzr2e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6JvKQzr2e .carousel {
  width: 100%;
}
.cid-u6JvKQzr2e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6JvKQzr2e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6JvKQzr2e .modal.fade .modal-dialog,
.cid-u6JvKQzr2e .modal.in .modal-dialog {
  transform: none;
}
.cid-u6JvKQzr2e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6JvKQzr2e H6 {
  text-align: center;
}
.cid-tL6oZGPEYC {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tL6oZGPEYC img,
.cid-tL6oZGPEYC .item-img {
  width: 100%;
}
.cid-tL6oZGPEYC .item:focus,
.cid-tL6oZGPEYC span:focus {
  outline: none;
}
.cid-tL6oZGPEYC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tL6oZGPEYC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tL6oZGPEYC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tL6oZGPEYC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tL6oZGPEYC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tL6oZGPEYC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tL6oZGPEYC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tL6oZGPEYC .mbr-section-title {
  color: #ffffff;
}
.cid-tL6oZGPEYC .mbr-text,
.cid-tL6oZGPEYC .mbr-section-btn {
  text-align: center;
}
.cid-tL6oZGPEYC .item-title {
  text-align: center;
}
.cid-tL6oZGPEYC .item-subtitle {
  text-align: left;
}
.cid-tL6pEJeURw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tL6pEJeURw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pEJeURw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6pEJeURw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pEJeURw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pEJeURw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6pGtKv6g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tL6pGtKv6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pGtKv6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6pGtKv6g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pGtKv6g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pGtKv6g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6pHAlTnC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tL6pHAlTnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pHAlTnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6pHAlTnC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pHAlTnC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pHAlTnC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6pIUOhA8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tL6pIUOhA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pIUOhA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6pIUOhA8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pIUOhA8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pIUOhA8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6pJMy8mj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tL6pJMy8mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pJMy8mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL6pJMy8mj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6pJMy8mj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6pJMy8mj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6oXLEqrM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tL6oXLEqrM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL6oXLEqrM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tL6oXLEqrM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tL6oXLEqrM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL6oXLEqrM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL6oXLEqrM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tL6oXLEqrM .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tL6oXLEqrM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tL6oXLEqrM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL6oXLEqrM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tL6oXLEqrM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL6oXLEqrM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL6oXLEqrM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tL6oXLEqrM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u9K2s19tfe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9K2s19tfe nav.navbar {
  position: fixed;
}
.cid-u9K2s19tfe .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-u9K2s19tfe .dropdown-menu {
  padding: 0;
}
.cid-u9K2s19tfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9K2s19tfe .dropdown-item:hover,
.cid-u9K2s19tfe .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u9K2s19tfe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u9K2s19tfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9K2s19tfe .nav-link {
  position: relative;
}
.cid-u9K2s19tfe .container {
  display: flex;
  margin: auto;
}
.cid-u9K2s19tfe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u9K2s19tfe .navbar-caption {
  padding-right: 4rem;
}
.cid-u9K2s19tfe .dropdown-menu,
.cid-u9K2s19tfe .navbar.opened {
  background: #65c6d4 !important;
}
.cid-u9K2s19tfe .nav-item:focus,
.cid-u9K2s19tfe .nav-link:focus {
  outline: none;
}
.cid-u9K2s19tfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9K2s19tfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9K2s19tfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9K2s19tfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9K2s19tfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9K2s19tfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9K2s19tfe .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #65c6d4;
}
.cid-u9K2s19tfe .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9K2s19tfe .navbar.opened {
  transition: all .3s;
}
.cid-u9K2s19tfe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u9K2s19tfe .navbar .navbar-logo img {
  width: auto;
}
.cid-u9K2s19tfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9K2s19tfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9K2s19tfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9K2s19tfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u9K2s19tfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9K2s19tfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9K2s19tfe .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-u9K2s19tfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9K2s19tfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9K2s19tfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u9K2s19tfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9K2s19tfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9K2s19tfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9K2s19tfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9K2s19tfe .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-u9K2s19tfe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9K2s19tfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9K2s19tfe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9K2s19tfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9K2s19tfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9K2s19tfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u9K2s19tfe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9K2s19tfe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9K2s19tfe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9K2s19tfe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9K2s19tfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9K2s19tfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9K2s19tfe .dropdown-item.active,
.cid-u9K2s19tfe .dropdown-item:active {
  background-color: transparent;
}
.cid-u9K2s19tfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9K2s19tfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9K2s19tfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9K2s19tfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65c6d4;
}
.cid-u9K2s19tfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9K2s19tfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9K2s19tfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9K2s19tfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9K2s19tfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u9K2s19tfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u9K2s19tfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9K2s19tfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9K2s19tfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9K2s19tfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9K2s19tfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9K2s19tfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9K2s19tfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9K2s19tfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9K2s19tfe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u9K2s19tfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9K2s19tfe .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-u9K2s19tfe .navbar {
    height: 77px;
  }
  .cid-u9K2s19tfe .navbar.opened {
    height: auto;
  }
  .cid-u9K2s19tfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9K2s1wm6G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/photo-2024-03-04-19-57-24-1280x1275.jpeg");
}
@media (max-width: 991px) {
  .cid-u9K2s1wm6G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9K2s1wm6G .row {
  flex-direction: row-reverse;
}
.cid-u9K2s1wm6G img {
  width: 100%;
}
.cid-u9K2s1wm6G .mbr-description {
  text-align: center;
}
.cid-u9K2s2024d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-u9K2s2024d .mbr-section-title {
  text-align: center;
}
.cid-u9K2s2024d .mbr-section-subtitle {
  text-align: left;
}
.cid-u9K2s3LXus {
  display: flex;
  background-image: url("../../../assets/images/sport2-1170x675.jpg");
}
.cid-u9K2s3LXus .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-u9K2s3LXus .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-u9K2s3LXus {
    align-items: flex-end;
  }
  .cid-u9K2s3LXus .row {
    justify-content: flex-start;
  }
  .cid-u9K2s3LXus .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9K2s3LXus .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9K2s3LXus {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9K2s3LXus .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9K2s3LXus .content-wrap {
    width: 100%;
  }
}
.cid-u9K2s46u9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u9K2s46u9v .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9K2s46u9v .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u9K2s46u9v .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9K2s46u9v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9K2s46u9v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9K2s46u9v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u9K2s46u9v .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u9K2s46u9v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u9K2s46u9v .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9K2s46u9v .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u9K2s46u9v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9K2s46u9v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9K2s46u9v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9K2s46u9v .media-container-row .row-copirayt p {
  width: 100%;
}
