.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: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #40b0bf !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: #40b0bf;
}
.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: #40b0bf;
}
.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/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tCCIEeB2rd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCIEeB2rd .row {
  flex-direction: row-reverse;
}
.cid-tCCIEeB2rd img {
  width: 100%;
}
.cid-tWqTARt9DY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWqTARt9DY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWqTARt9DY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWqTARt9DY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWqTARt9DY .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.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: #40b0bf !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: #40b0bf;
}
.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: #40b0bf;
}
.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/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tCCuGOV1dx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCuGOV1dx .row {
  flex-direction: row-reverse;
}
.cid-tCCuGOV1dx img {
  width: 100%;
}
.cid-uboDOqep3K {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uboDOqep3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uboDOqep3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uboDOqep3K .item {
  padding-bottom: 2rem;
}
.cid-uboDOqep3K .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uboDOqep3K .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uboDOqep3K .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-uboDOqep3K .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uboDOqep3K .carousel-control,
.cid-uboDOqep3K .close {
  background: #1b1b1b;
}
.cid-uboDOqep3K .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uboDOqep3K .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uboDOqep3K .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uboDOqep3K .carousel-control-next span {
  margin-left: 5px;
}
.cid-uboDOqep3K .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-uboDOqep3K .close::before {
  content: '\e91a';
}
.cid-uboDOqep3K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uboDOqep3K .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-uboDOqep3K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uboDOqep3K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uboDOqep3K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uboDOqep3K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uboDOqep3K .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-uboDOqep3K .carousel-indicators li.active,
.cid-uboDOqep3K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uboDOqep3K .carousel-indicators li::after,
.cid-uboDOqep3K .carousel-indicators li::before {
  content: none;
}
.cid-uboDOqep3K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uboDOqep3K .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uboDOqep3K .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uboDOqep3K .carousel-indicators {
    display: none;
  }
}
.cid-uboDOqep3K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uboDOqep3K .carousel-inner > .active {
  display: block;
}
.cid-uboDOqep3K .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uboDOqep3K .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uboDOqep3K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uboDOqep3K .carousel-control,
  .cid-uboDOqep3K .carousel-indicators,
  .cid-uboDOqep3K .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uboDOqep3K .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uboDOqep3K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uboDOqep3K .carousel-indicators .active,
.cid-uboDOqep3K .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uboDOqep3K .carousel-indicators .active {
  background: #fff;
}
.cid-uboDOqep3K .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uboDOqep3K .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uboDOqep3K .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uboDOqep3K .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uboDOqep3K .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uboDOqep3K .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uboDOqep3K .carousel {
  width: 100%;
}
.cid-uboDOqep3K .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uboDOqep3K .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uboDOqep3K .modal.fade .modal-dialog,
.cid-uboDOqep3K .modal.in .modal-dialog {
  transform: none;
}
.cid-uboDOqep3K .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uboDOqep3K H6 {
  text-align: center;
}
.cid-uacqJZBVeF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uacqJZBVeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacqJZBVeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacqJZBVeF .item {
  padding-bottom: 2rem;
}
.cid-uacqJZBVeF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uacqJZBVeF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uacqJZBVeF .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-uacqJZBVeF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uacqJZBVeF .carousel-control,
.cid-uacqJZBVeF .close {
  background: #1b1b1b;
}
.cid-uacqJZBVeF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uacqJZBVeF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uacqJZBVeF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uacqJZBVeF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uacqJZBVeF .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-uacqJZBVeF .close::before {
  content: '\e91a';
}
.cid-uacqJZBVeF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uacqJZBVeF .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-uacqJZBVeF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacqJZBVeF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uacqJZBVeF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uacqJZBVeF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uacqJZBVeF .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-uacqJZBVeF .carousel-indicators li.active,
.cid-uacqJZBVeF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uacqJZBVeF .carousel-indicators li::after,
.cid-uacqJZBVeF .carousel-indicators li::before {
  content: none;
}
.cid-uacqJZBVeF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uacqJZBVeF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uacqJZBVeF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uacqJZBVeF .carousel-indicators {
    display: none;
  }
}
.cid-uacqJZBVeF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uacqJZBVeF .carousel-inner > .active {
  display: block;
}
.cid-uacqJZBVeF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uacqJZBVeF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uacqJZBVeF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uacqJZBVeF .carousel-control,
  .cid-uacqJZBVeF .carousel-indicators,
  .cid-uacqJZBVeF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uacqJZBVeF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uacqJZBVeF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uacqJZBVeF .carousel-indicators .active,
.cid-uacqJZBVeF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uacqJZBVeF .carousel-indicators .active {
  background: #fff;
}
.cid-uacqJZBVeF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uacqJZBVeF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uacqJZBVeF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uacqJZBVeF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uacqJZBVeF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uacqJZBVeF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uacqJZBVeF .carousel {
  width: 100%;
}
.cid-uacqJZBVeF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uacqJZBVeF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uacqJZBVeF .modal.fade .modal-dialog,
.cid-uacqJZBVeF .modal.in .modal-dialog {
  transform: none;
}
.cid-uacqJZBVeF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uacqJZBVeF H6 {
  text-align: center;
}
.cid-u9K9wwqJl5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9K9wwqJl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K9wwqJl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K9wwqJl5 .item {
  padding-bottom: 2rem;
}
.cid-u9K9wwqJl5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9K9wwqJl5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9K9wwqJl5 .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-u9K9wwqJl5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9K9wwqJl5 .carousel-control,
.cid-u9K9wwqJl5 .close {
  background: #1b1b1b;
}
.cid-u9K9wwqJl5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9K9wwqJl5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9K9wwqJl5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9K9wwqJl5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9K9wwqJl5 .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-u9K9wwqJl5 .close::before {
  content: '\e91a';
}
.cid-u9K9wwqJl5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9K9wwqJl5 .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-u9K9wwqJl5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K9wwqJl5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9K9wwqJl5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9K9wwqJl5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9K9wwqJl5 .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-u9K9wwqJl5 .carousel-indicators li.active,
.cid-u9K9wwqJl5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9K9wwqJl5 .carousel-indicators li::after,
.cid-u9K9wwqJl5 .carousel-indicators li::before {
  content: none;
}
.cid-u9K9wwqJl5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9K9wwqJl5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K9wwqJl5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9K9wwqJl5 .carousel-indicators {
    display: none;
  }
}
.cid-u9K9wwqJl5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9K9wwqJl5 .carousel-inner > .active {
  display: block;
}
.cid-u9K9wwqJl5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K9wwqJl5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9K9wwqJl5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9K9wwqJl5 .carousel-control,
  .cid-u9K9wwqJl5 .carousel-indicators,
  .cid-u9K9wwqJl5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9K9wwqJl5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9K9wwqJl5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9K9wwqJl5 .carousel-indicators .active,
.cid-u9K9wwqJl5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9K9wwqJl5 .carousel-indicators .active {
  background: #fff;
}
.cid-u9K9wwqJl5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9K9wwqJl5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9K9wwqJl5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9K9wwqJl5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9K9wwqJl5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9K9wwqJl5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9K9wwqJl5 .carousel {
  width: 100%;
}
.cid-u9K9wwqJl5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9K9wwqJl5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9K9wwqJl5 .modal.fade .modal-dialog,
.cid-u9K9wwqJl5 .modal.in .modal-dialog {
  transform: none;
}
.cid-u9K9wwqJl5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9K9wwqJl5 H6 {
  text-align: center;
}
.cid-u9K9l9hSNw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9K9l9hSNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K9l9hSNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K9l9hSNw .item {
  padding-bottom: 2rem;
}
.cid-u9K9l9hSNw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9K9l9hSNw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9K9l9hSNw .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-u9K9l9hSNw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9K9l9hSNw .carousel-control,
.cid-u9K9l9hSNw .close {
  background: #1b1b1b;
}
.cid-u9K9l9hSNw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9K9l9hSNw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9K9l9hSNw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9K9l9hSNw .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9K9l9hSNw .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-u9K9l9hSNw .close::before {
  content: '\e91a';
}
.cid-u9K9l9hSNw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9K9l9hSNw .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-u9K9l9hSNw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K9l9hSNw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9K9l9hSNw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9K9l9hSNw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9K9l9hSNw .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-u9K9l9hSNw .carousel-indicators li.active,
.cid-u9K9l9hSNw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9K9l9hSNw .carousel-indicators li::after,
.cid-u9K9l9hSNw .carousel-indicators li::before {
  content: none;
}
.cid-u9K9l9hSNw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9K9l9hSNw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K9l9hSNw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9K9l9hSNw .carousel-indicators {
    display: none;
  }
}
.cid-u9K9l9hSNw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9K9l9hSNw .carousel-inner > .active {
  display: block;
}
.cid-u9K9l9hSNw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K9l9hSNw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9K9l9hSNw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9K9l9hSNw .carousel-control,
  .cid-u9K9l9hSNw .carousel-indicators,
  .cid-u9K9l9hSNw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9K9l9hSNw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9K9l9hSNw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9K9l9hSNw .carousel-indicators .active,
.cid-u9K9l9hSNw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9K9l9hSNw .carousel-indicators .active {
  background: #fff;
}
.cid-u9K9l9hSNw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9K9l9hSNw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9K9l9hSNw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9K9l9hSNw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9K9l9hSNw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9K9l9hSNw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9K9l9hSNw .carousel {
  width: 100%;
}
.cid-u9K9l9hSNw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9K9l9hSNw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9K9l9hSNw .modal.fade .modal-dialog,
.cid-u9K9l9hSNw .modal.in .modal-dialog {
  transform: none;
}
.cid-u9K9l9hSNw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9K9l9hSNw H6 {
  text-align: center;
}
.cid-u9K96EdmWl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9K96EdmWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9K96EdmWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9K96EdmWl .item {
  padding-bottom: 2rem;
}
.cid-u9K96EdmWl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9K96EdmWl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9K96EdmWl .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-u9K96EdmWl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9K96EdmWl .carousel-control,
.cid-u9K96EdmWl .close {
  background: #1b1b1b;
}
.cid-u9K96EdmWl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9K96EdmWl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9K96EdmWl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9K96EdmWl .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9K96EdmWl .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-u9K96EdmWl .close::before {
  content: '\e91a';
}
.cid-u9K96EdmWl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9K96EdmWl .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-u9K96EdmWl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K96EdmWl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9K96EdmWl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9K96EdmWl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9K96EdmWl .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-u9K96EdmWl .carousel-indicators li.active,
.cid-u9K96EdmWl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9K96EdmWl .carousel-indicators li::after,
.cid-u9K96EdmWl .carousel-indicators li::before {
  content: none;
}
.cid-u9K96EdmWl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9K96EdmWl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9K96EdmWl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9K96EdmWl .carousel-indicators {
    display: none;
  }
}
.cid-u9K96EdmWl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9K96EdmWl .carousel-inner > .active {
  display: block;
}
.cid-u9K96EdmWl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9K96EdmWl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9K96EdmWl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9K96EdmWl .carousel-control,
  .cid-u9K96EdmWl .carousel-indicators,
  .cid-u9K96EdmWl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9K96EdmWl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9K96EdmWl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9K96EdmWl .carousel-indicators .active,
.cid-u9K96EdmWl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9K96EdmWl .carousel-indicators .active {
  background: #fff;
}
.cid-u9K96EdmWl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9K96EdmWl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9K96EdmWl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9K96EdmWl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9K96EdmWl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9K96EdmWl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9K96EdmWl .carousel {
  width: 100%;
}
.cid-u9K96EdmWl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9K96EdmWl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9K96EdmWl .modal.fade .modal-dialog,
.cid-u9K96EdmWl .modal.in .modal-dialog {
  transform: none;
}
.cid-u9K96EdmWl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9K96EdmWl H6 {
  text-align: center;
}
.cid-u9pRwGGQu1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u9pRwGGQu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9pRwGGQu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9pRwGGQu1 .item {
  padding-bottom: 2rem;
}
.cid-u9pRwGGQu1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u9pRwGGQu1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9pRwGGQu1 .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-u9pRwGGQu1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9pRwGGQu1 .carousel-control,
.cid-u9pRwGGQu1 .close {
  background: #1b1b1b;
}
.cid-u9pRwGGQu1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9pRwGGQu1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9pRwGGQu1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9pRwGGQu1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9pRwGGQu1 .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-u9pRwGGQu1 .close::before {
  content: '\e91a';
}
.cid-u9pRwGGQu1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9pRwGGQu1 .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-u9pRwGGQu1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pRwGGQu1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9pRwGGQu1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9pRwGGQu1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9pRwGGQu1 .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-u9pRwGGQu1 .carousel-indicators li.active,
.cid-u9pRwGGQu1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9pRwGGQu1 .carousel-indicators li::after,
.cid-u9pRwGGQu1 .carousel-indicators li::before {
  content: none;
}
.cid-u9pRwGGQu1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9pRwGGQu1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9pRwGGQu1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9pRwGGQu1 .carousel-indicators {
    display: none;
  }
}
.cid-u9pRwGGQu1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9pRwGGQu1 .carousel-inner > .active {
  display: block;
}
.cid-u9pRwGGQu1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9pRwGGQu1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9pRwGGQu1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9pRwGGQu1 .carousel-control,
  .cid-u9pRwGGQu1 .carousel-indicators,
  .cid-u9pRwGGQu1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9pRwGGQu1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9pRwGGQu1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9pRwGGQu1 .carousel-indicators .active,
.cid-u9pRwGGQu1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9pRwGGQu1 .carousel-indicators .active {
  background: #fff;
}
.cid-u9pRwGGQu1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9pRwGGQu1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9pRwGGQu1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9pRwGGQu1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9pRwGGQu1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9pRwGGQu1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9pRwGGQu1 .carousel {
  width: 100%;
}
.cid-u9pRwGGQu1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9pRwGGQu1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9pRwGGQu1 .modal.fade .modal-dialog,
.cid-u9pRwGGQu1 .modal.in .modal-dialog {
  transform: none;
}
.cid-u9pRwGGQu1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9pRwGGQu1 H6 {
  text-align: center;
}
.cid-u94wrhhiEy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u94wrhhiEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94wrhhiEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94wrhhiEy .item {
  padding-bottom: 2rem;
}
.cid-u94wrhhiEy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u94wrhhiEy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u94wrhhiEy .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-u94wrhhiEy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u94wrhhiEy .carousel-control,
.cid-u94wrhhiEy .close {
  background: #1b1b1b;
}
.cid-u94wrhhiEy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u94wrhhiEy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u94wrhhiEy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u94wrhhiEy .carousel-control-next span {
  margin-left: 5px;
}
.cid-u94wrhhiEy .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-u94wrhhiEy .close::before {
  content: '\e91a';
}
.cid-u94wrhhiEy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u94wrhhiEy .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-u94wrhhiEy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94wrhhiEy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u94wrhhiEy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u94wrhhiEy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u94wrhhiEy .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-u94wrhhiEy .carousel-indicators li.active,
.cid-u94wrhhiEy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u94wrhhiEy .carousel-indicators li::after,
.cid-u94wrhhiEy .carousel-indicators li::before {
  content: none;
}
.cid-u94wrhhiEy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u94wrhhiEy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u94wrhhiEy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u94wrhhiEy .carousel-indicators {
    display: none;
  }
}
.cid-u94wrhhiEy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u94wrhhiEy .carousel-inner > .active {
  display: block;
}
.cid-u94wrhhiEy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94wrhhiEy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u94wrhhiEy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u94wrhhiEy .carousel-control,
  .cid-u94wrhhiEy .carousel-indicators,
  .cid-u94wrhhiEy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u94wrhhiEy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u94wrhhiEy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u94wrhhiEy .carousel-indicators .active,
.cid-u94wrhhiEy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u94wrhhiEy .carousel-indicators .active {
  background: #fff;
}
.cid-u94wrhhiEy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u94wrhhiEy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u94wrhhiEy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u94wrhhiEy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u94wrhhiEy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u94wrhhiEy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u94wrhhiEy .carousel {
  width: 100%;
}
.cid-u94wrhhiEy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u94wrhhiEy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u94wrhhiEy .modal.fade .modal-dialog,
.cid-u94wrhhiEy .modal.in .modal-dialog {
  transform: none;
}
.cid-u94wrhhiEy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u94wrhhiEy H6 {
  text-align: center;
}
.cid-u94wcy27Sg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u94wcy27Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94wcy27Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94wcy27Sg .item {
  padding-bottom: 2rem;
}
.cid-u94wcy27Sg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u94wcy27Sg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u94wcy27Sg .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-u94wcy27Sg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u94wcy27Sg .carousel-control,
.cid-u94wcy27Sg .close {
  background: #1b1b1b;
}
.cid-u94wcy27Sg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u94wcy27Sg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u94wcy27Sg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u94wcy27Sg .carousel-control-next span {
  margin-left: 5px;
}
.cid-u94wcy27Sg .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-u94wcy27Sg .close::before {
  content: '\e91a';
}
.cid-u94wcy27Sg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u94wcy27Sg .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-u94wcy27Sg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94wcy27Sg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u94wcy27Sg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u94wcy27Sg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u94wcy27Sg .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-u94wcy27Sg .carousel-indicators li.active,
.cid-u94wcy27Sg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u94wcy27Sg .carousel-indicators li::after,
.cid-u94wcy27Sg .carousel-indicators li::before {
  content: none;
}
.cid-u94wcy27Sg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u94wcy27Sg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u94wcy27Sg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u94wcy27Sg .carousel-indicators {
    display: none;
  }
}
.cid-u94wcy27Sg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u94wcy27Sg .carousel-inner > .active {
  display: block;
}
.cid-u94wcy27Sg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u94wcy27Sg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u94wcy27Sg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u94wcy27Sg .carousel-control,
  .cid-u94wcy27Sg .carousel-indicators,
  .cid-u94wcy27Sg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u94wcy27Sg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u94wcy27Sg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u94wcy27Sg .carousel-indicators .active,
.cid-u94wcy27Sg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u94wcy27Sg .carousel-indicators .active {
  background: #fff;
}
.cid-u94wcy27Sg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u94wcy27Sg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u94wcy27Sg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u94wcy27Sg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u94wcy27Sg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u94wcy27Sg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u94wcy27Sg .carousel {
  width: 100%;
}
.cid-u94wcy27Sg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u94wcy27Sg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u94wcy27Sg .modal.fade .modal-dialog,
.cid-u94wcy27Sg .modal.in .modal-dialog {
  transform: none;
}
.cid-u94wcy27Sg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u94wcy27Sg H6 {
  text-align: center;
}
.cid-u8O7S09Ahm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8O7S09Ahm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8O7S09Ahm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8O7S09Ahm .item {
  padding-bottom: 2rem;
}
.cid-u8O7S09Ahm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8O7S09Ahm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8O7S09Ahm .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-u8O7S09Ahm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8O7S09Ahm .carousel-control,
.cid-u8O7S09Ahm .close {
  background: #1b1b1b;
}
.cid-u8O7S09Ahm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8O7S09Ahm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8O7S09Ahm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8O7S09Ahm .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8O7S09Ahm .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-u8O7S09Ahm .close::before {
  content: '\e91a';
}
.cid-u8O7S09Ahm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8O7S09Ahm .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-u8O7S09Ahm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8O7S09Ahm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8O7S09Ahm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8O7S09Ahm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8O7S09Ahm .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-u8O7S09Ahm .carousel-indicators li.active,
.cid-u8O7S09Ahm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8O7S09Ahm .carousel-indicators li::after,
.cid-u8O7S09Ahm .carousel-indicators li::before {
  content: none;
}
.cid-u8O7S09Ahm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8O7S09Ahm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8O7S09Ahm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8O7S09Ahm .carousel-indicators {
    display: none;
  }
}
.cid-u8O7S09Ahm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8O7S09Ahm .carousel-inner > .active {
  display: block;
}
.cid-u8O7S09Ahm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8O7S09Ahm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8O7S09Ahm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8O7S09Ahm .carousel-control,
  .cid-u8O7S09Ahm .carousel-indicators,
  .cid-u8O7S09Ahm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8O7S09Ahm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8O7S09Ahm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8O7S09Ahm .carousel-indicators .active,
.cid-u8O7S09Ahm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8O7S09Ahm .carousel-indicators .active {
  background: #fff;
}
.cid-u8O7S09Ahm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8O7S09Ahm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8O7S09Ahm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8O7S09Ahm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8O7S09Ahm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8O7S09Ahm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8O7S09Ahm .carousel {
  width: 100%;
}
.cid-u8O7S09Ahm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8O7S09Ahm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8O7S09Ahm .modal.fade .modal-dialog,
.cid-u8O7S09Ahm .modal.in .modal-dialog {
  transform: none;
}
.cid-u8O7S09Ahm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8O7S09Ahm H6 {
  text-align: center;
}
.cid-u8O7BP8NlB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8O7BP8NlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8O7BP8NlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8O7BP8NlB .item {
  padding-bottom: 2rem;
}
.cid-u8O7BP8NlB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8O7BP8NlB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8O7BP8NlB .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-u8O7BP8NlB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8O7BP8NlB .carousel-control,
.cid-u8O7BP8NlB .close {
  background: #1b1b1b;
}
.cid-u8O7BP8NlB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8O7BP8NlB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8O7BP8NlB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8O7BP8NlB .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8O7BP8NlB .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-u8O7BP8NlB .close::before {
  content: '\e91a';
}
.cid-u8O7BP8NlB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8O7BP8NlB .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-u8O7BP8NlB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8O7BP8NlB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8O7BP8NlB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8O7BP8NlB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8O7BP8NlB .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-u8O7BP8NlB .carousel-indicators li.active,
.cid-u8O7BP8NlB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8O7BP8NlB .carousel-indicators li::after,
.cid-u8O7BP8NlB .carousel-indicators li::before {
  content: none;
}
.cid-u8O7BP8NlB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8O7BP8NlB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8O7BP8NlB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8O7BP8NlB .carousel-indicators {
    display: none;
  }
}
.cid-u8O7BP8NlB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8O7BP8NlB .carousel-inner > .active {
  display: block;
}
.cid-u8O7BP8NlB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8O7BP8NlB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8O7BP8NlB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8O7BP8NlB .carousel-control,
  .cid-u8O7BP8NlB .carousel-indicators,
  .cid-u8O7BP8NlB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8O7BP8NlB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8O7BP8NlB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8O7BP8NlB .carousel-indicators .active,
.cid-u8O7BP8NlB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8O7BP8NlB .carousel-indicators .active {
  background: #fff;
}
.cid-u8O7BP8NlB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8O7BP8NlB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8O7BP8NlB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8O7BP8NlB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8O7BP8NlB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8O7BP8NlB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8O7BP8NlB .carousel {
  width: 100%;
}
.cid-u8O7BP8NlB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8O7BP8NlB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8O7BP8NlB .modal.fade .modal-dialog,
.cid-u8O7BP8NlB .modal.in .modal-dialog {
  transform: none;
}
.cid-u8O7BP8NlB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8O7BP8NlB H6 {
  text-align: center;
}
.cid-u8pGuCMCpz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u8pGuCMCpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pGuCMCpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pGuCMCpz .item {
  padding-bottom: 2rem;
}
.cid-u8pGuCMCpz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u8pGuCMCpz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8pGuCMCpz .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-u8pGuCMCpz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8pGuCMCpz .carousel-control,
.cid-u8pGuCMCpz .close {
  background: #1b1b1b;
}
.cid-u8pGuCMCpz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8pGuCMCpz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8pGuCMCpz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8pGuCMCpz .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8pGuCMCpz .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-u8pGuCMCpz .close::before {
  content: '\e91a';
}
.cid-u8pGuCMCpz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8pGuCMCpz .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-u8pGuCMCpz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8pGuCMCpz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8pGuCMCpz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8pGuCMCpz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8pGuCMCpz .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-u8pGuCMCpz .carousel-indicators li.active,
.cid-u8pGuCMCpz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8pGuCMCpz .carousel-indicators li::after,
.cid-u8pGuCMCpz .carousel-indicators li::before {
  content: none;
}
.cid-u8pGuCMCpz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8pGuCMCpz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8pGuCMCpz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8pGuCMCpz .carousel-indicators {
    display: none;
  }
}
.cid-u8pGuCMCpz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8pGuCMCpz .carousel-inner > .active {
  display: block;
}
.cid-u8pGuCMCpz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8pGuCMCpz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8pGuCMCpz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8pGuCMCpz .carousel-control,
  .cid-u8pGuCMCpz .carousel-indicators,
  .cid-u8pGuCMCpz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8pGuCMCpz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8pGuCMCpz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8pGuCMCpz .carousel-indicators .active,
.cid-u8pGuCMCpz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8pGuCMCpz .carousel-indicators .active {
  background: #fff;
}
.cid-u8pGuCMCpz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8pGuCMCpz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8pGuCMCpz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8pGuCMCpz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8pGuCMCpz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8pGuCMCpz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8pGuCMCpz .carousel {
  width: 100%;
}
.cid-u8pGuCMCpz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8pGuCMCpz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8pGuCMCpz .modal.fade .modal-dialog,
.cid-u8pGuCMCpz .modal.in .modal-dialog {
  transform: none;
}
.cid-u8pGuCMCpz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8pGuCMCpz H6 {
  text-align: center;
}
.cid-u83WXEJqQY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u83WXEJqQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83WXEJqQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83WXEJqQY .item {
  padding-bottom: 2rem;
}
.cid-u83WXEJqQY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u83WXEJqQY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u83WXEJqQY .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-u83WXEJqQY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u83WXEJqQY .carousel-control,
.cid-u83WXEJqQY .close {
  background: #1b1b1b;
}
.cid-u83WXEJqQY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u83WXEJqQY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u83WXEJqQY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u83WXEJqQY .carousel-control-next span {
  margin-left: 5px;
}
.cid-u83WXEJqQY .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-u83WXEJqQY .close::before {
  content: '\e91a';
}
.cid-u83WXEJqQY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u83WXEJqQY .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-u83WXEJqQY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u83WXEJqQY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u83WXEJqQY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u83WXEJqQY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u83WXEJqQY .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-u83WXEJqQY .carousel-indicators li.active,
.cid-u83WXEJqQY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u83WXEJqQY .carousel-indicators li::after,
.cid-u83WXEJqQY .carousel-indicators li::before {
  content: none;
}
.cid-u83WXEJqQY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u83WXEJqQY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u83WXEJqQY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u83WXEJqQY .carousel-indicators {
    display: none;
  }
}
.cid-u83WXEJqQY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u83WXEJqQY .carousel-inner > .active {
  display: block;
}
.cid-u83WXEJqQY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u83WXEJqQY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u83WXEJqQY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u83WXEJqQY .carousel-control,
  .cid-u83WXEJqQY .carousel-indicators,
  .cid-u83WXEJqQY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u83WXEJqQY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u83WXEJqQY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u83WXEJqQY .carousel-indicators .active,
.cid-u83WXEJqQY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u83WXEJqQY .carousel-indicators .active {
  background: #fff;
}
.cid-u83WXEJqQY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u83WXEJqQY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u83WXEJqQY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u83WXEJqQY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u83WXEJqQY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u83WXEJqQY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u83WXEJqQY .carousel {
  width: 100%;
}
.cid-u83WXEJqQY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u83WXEJqQY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u83WXEJqQY .modal.fade .modal-dialog,
.cid-u83WXEJqQY .modal.in .modal-dialog {
  transform: none;
}
.cid-u83WXEJqQY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u83WXEJqQY H6 {
  text-align: center;
}
.cid-u7DV1nyV0e {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u7DV1nyV0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7DV1nyV0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7DV1nyV0e .item {
  padding-bottom: 2rem;
}
.cid-u7DV1nyV0e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u7DV1nyV0e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7DV1nyV0e .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-u7DV1nyV0e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u7DV1nyV0e .carousel-control,
.cid-u7DV1nyV0e .close {
  background: #1b1b1b;
}
.cid-u7DV1nyV0e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7DV1nyV0e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7DV1nyV0e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7DV1nyV0e .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7DV1nyV0e .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-u7DV1nyV0e .close::before {
  content: '\e91a';
}
.cid-u7DV1nyV0e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7DV1nyV0e .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-u7DV1nyV0e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7DV1nyV0e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7DV1nyV0e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7DV1nyV0e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7DV1nyV0e .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-u7DV1nyV0e .carousel-indicators li.active,
.cid-u7DV1nyV0e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7DV1nyV0e .carousel-indicators li::after,
.cid-u7DV1nyV0e .carousel-indicators li::before {
  content: none;
}
.cid-u7DV1nyV0e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7DV1nyV0e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7DV1nyV0e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7DV1nyV0e .carousel-indicators {
    display: none;
  }
}
.cid-u7DV1nyV0e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7DV1nyV0e .carousel-inner > .active {
  display: block;
}
.cid-u7DV1nyV0e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7DV1nyV0e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7DV1nyV0e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7DV1nyV0e .carousel-control,
  .cid-u7DV1nyV0e .carousel-indicators,
  .cid-u7DV1nyV0e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7DV1nyV0e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7DV1nyV0e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7DV1nyV0e .carousel-indicators .active,
.cid-u7DV1nyV0e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7DV1nyV0e .carousel-indicators .active {
  background: #fff;
}
.cid-u7DV1nyV0e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7DV1nyV0e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7DV1nyV0e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7DV1nyV0e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7DV1nyV0e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7DV1nyV0e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7DV1nyV0e .carousel {
  width: 100%;
}
.cid-u7DV1nyV0e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7DV1nyV0e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7DV1nyV0e .modal.fade .modal-dialog,
.cid-u7DV1nyV0e .modal.in .modal-dialog {
  transform: none;
}
.cid-u7DV1nyV0e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7DV1nyV0e H6 {
  text-align: center;
}
.cid-u6pCz1XdK9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6pCz1XdK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6pCz1XdK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6pCz1XdK9 .item {
  padding-bottom: 2rem;
}
.cid-u6pCz1XdK9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6pCz1XdK9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6pCz1XdK9 .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-u6pCz1XdK9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6pCz1XdK9 .carousel-control,
.cid-u6pCz1XdK9 .close {
  background: #1b1b1b;
}
.cid-u6pCz1XdK9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6pCz1XdK9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6pCz1XdK9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6pCz1XdK9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6pCz1XdK9 .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-u6pCz1XdK9 .close::before {
  content: '\e91a';
}
.cid-u6pCz1XdK9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6pCz1XdK9 .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-u6pCz1XdK9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6pCz1XdK9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6pCz1XdK9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6pCz1XdK9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6pCz1XdK9 .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-u6pCz1XdK9 .carousel-indicators li.active,
.cid-u6pCz1XdK9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6pCz1XdK9 .carousel-indicators li::after,
.cid-u6pCz1XdK9 .carousel-indicators li::before {
  content: none;
}
.cid-u6pCz1XdK9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6pCz1XdK9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6pCz1XdK9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6pCz1XdK9 .carousel-indicators {
    display: none;
  }
}
.cid-u6pCz1XdK9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6pCz1XdK9 .carousel-inner > .active {
  display: block;
}
.cid-u6pCz1XdK9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6pCz1XdK9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6pCz1XdK9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6pCz1XdK9 .carousel-control,
  .cid-u6pCz1XdK9 .carousel-indicators,
  .cid-u6pCz1XdK9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6pCz1XdK9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6pCz1XdK9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6pCz1XdK9 .carousel-indicators .active,
.cid-u6pCz1XdK9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6pCz1XdK9 .carousel-indicators .active {
  background: #fff;
}
.cid-u6pCz1XdK9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6pCz1XdK9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6pCz1XdK9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6pCz1XdK9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6pCz1XdK9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6pCz1XdK9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6pCz1XdK9 .carousel {
  width: 100%;
}
.cid-u6pCz1XdK9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6pCz1XdK9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6pCz1XdK9 .modal.fade .modal-dialog,
.cid-u6pCz1XdK9 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6pCz1XdK9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6pCz1XdK9 H6 {
  text-align: center;
}
.cid-u64xjvk9ft {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u64xjvk9ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64xjvk9ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64xjvk9ft .item {
  padding-bottom: 2rem;
}
.cid-u64xjvk9ft .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u64xjvk9ft .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u64xjvk9ft .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-u64xjvk9ft .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u64xjvk9ft .carousel-control,
.cid-u64xjvk9ft .close {
  background: #1b1b1b;
}
.cid-u64xjvk9ft .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u64xjvk9ft .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u64xjvk9ft .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u64xjvk9ft .carousel-control-next span {
  margin-left: 5px;
}
.cid-u64xjvk9ft .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-u64xjvk9ft .close::before {
  content: '\e91a';
}
.cid-u64xjvk9ft .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u64xjvk9ft .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-u64xjvk9ft .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64xjvk9ft .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u64xjvk9ft .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u64xjvk9ft .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u64xjvk9ft .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-u64xjvk9ft .carousel-indicators li.active,
.cid-u64xjvk9ft .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u64xjvk9ft .carousel-indicators li::after,
.cid-u64xjvk9ft .carousel-indicators li::before {
  content: none;
}
.cid-u64xjvk9ft .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u64xjvk9ft .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u64xjvk9ft .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u64xjvk9ft .carousel-indicators {
    display: none;
  }
}
.cid-u64xjvk9ft .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u64xjvk9ft .carousel-inner > .active {
  display: block;
}
.cid-u64xjvk9ft .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u64xjvk9ft .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u64xjvk9ft .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u64xjvk9ft .carousel-control,
  .cid-u64xjvk9ft .carousel-indicators,
  .cid-u64xjvk9ft .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u64xjvk9ft .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u64xjvk9ft .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u64xjvk9ft .carousel-indicators .active,
.cid-u64xjvk9ft .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u64xjvk9ft .carousel-indicators .active {
  background: #fff;
}
.cid-u64xjvk9ft .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u64xjvk9ft .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u64xjvk9ft .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u64xjvk9ft .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u64xjvk9ft .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u64xjvk9ft .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u64xjvk9ft .carousel {
  width: 100%;
}
.cid-u64xjvk9ft .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u64xjvk9ft .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u64xjvk9ft .modal.fade .modal-dialog,
.cid-u64xjvk9ft .modal.in .modal-dialog {
  transform: none;
}
.cid-u64xjvk9ft .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u64xjvk9ft H6 {
  text-align: center;
}
.cid-u5zokih1GX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u5zokih1GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5zokih1GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5zokih1GX .item {
  padding-bottom: 2rem;
}
.cid-u5zokih1GX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5zokih1GX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5zokih1GX .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-u5zokih1GX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5zokih1GX .carousel-control,
.cid-u5zokih1GX .close {
  background: #1b1b1b;
}
.cid-u5zokih1GX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5zokih1GX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5zokih1GX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5zokih1GX .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5zokih1GX .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-u5zokih1GX .close::before {
  content: '\e91a';
}
.cid-u5zokih1GX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5zokih1GX .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-u5zokih1GX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5zokih1GX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5zokih1GX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5zokih1GX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5zokih1GX .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-u5zokih1GX .carousel-indicators li.active,
.cid-u5zokih1GX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5zokih1GX .carousel-indicators li::after,
.cid-u5zokih1GX .carousel-indicators li::before {
  content: none;
}
.cid-u5zokih1GX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5zokih1GX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5zokih1GX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5zokih1GX .carousel-indicators {
    display: none;
  }
}
.cid-u5zokih1GX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5zokih1GX .carousel-inner > .active {
  display: block;
}
.cid-u5zokih1GX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5zokih1GX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5zokih1GX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5zokih1GX .carousel-control,
  .cid-u5zokih1GX .carousel-indicators,
  .cid-u5zokih1GX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5zokih1GX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5zokih1GX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5zokih1GX .carousel-indicators .active,
.cid-u5zokih1GX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5zokih1GX .carousel-indicators .active {
  background: #fff;
}
.cid-u5zokih1GX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5zokih1GX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5zokih1GX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5zokih1GX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5zokih1GX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5zokih1GX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5zokih1GX .carousel {
  width: 100%;
}
.cid-u5zokih1GX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5zokih1GX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5zokih1GX .modal.fade .modal-dialog,
.cid-u5zokih1GX .modal.in .modal-dialog {
  transform: none;
}
.cid-u5zokih1GX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5zokih1GX H6 {
  text-align: center;
}
.cid-u5pqY68ft2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u5pqY68ft2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pqY68ft2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pqY68ft2 .item {
  padding-bottom: 2rem;
}
.cid-u5pqY68ft2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5pqY68ft2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5pqY68ft2 .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-u5pqY68ft2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5pqY68ft2 .carousel-control,
.cid-u5pqY68ft2 .close {
  background: #1b1b1b;
}
.cid-u5pqY68ft2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5pqY68ft2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5pqY68ft2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5pqY68ft2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5pqY68ft2 .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-u5pqY68ft2 .close::before {
  content: '\e91a';
}
.cid-u5pqY68ft2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5pqY68ft2 .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-u5pqY68ft2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pqY68ft2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5pqY68ft2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5pqY68ft2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5pqY68ft2 .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-u5pqY68ft2 .carousel-indicators li.active,
.cid-u5pqY68ft2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5pqY68ft2 .carousel-indicators li::after,
.cid-u5pqY68ft2 .carousel-indicators li::before {
  content: none;
}
.cid-u5pqY68ft2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5pqY68ft2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5pqY68ft2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pqY68ft2 .carousel-indicators {
    display: none;
  }
}
.cid-u5pqY68ft2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5pqY68ft2 .carousel-inner > .active {
  display: block;
}
.cid-u5pqY68ft2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5pqY68ft2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5pqY68ft2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5pqY68ft2 .carousel-control,
  .cid-u5pqY68ft2 .carousel-indicators,
  .cid-u5pqY68ft2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5pqY68ft2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5pqY68ft2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5pqY68ft2 .carousel-indicators .active,
.cid-u5pqY68ft2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5pqY68ft2 .carousel-indicators .active {
  background: #fff;
}
.cid-u5pqY68ft2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5pqY68ft2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5pqY68ft2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5pqY68ft2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5pqY68ft2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5pqY68ft2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5pqY68ft2 .carousel {
  width: 100%;
}
.cid-u5pqY68ft2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5pqY68ft2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5pqY68ft2 .modal.fade .modal-dialog,
.cid-u5pqY68ft2 .modal.in .modal-dialog {
  transform: none;
}
.cid-u5pqY68ft2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5pqY68ft2 H6 {
  text-align: center;
}
.cid-u4Vb099IXb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4Vb099IXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Vb099IXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Vb099IXb .item {
  padding-bottom: 2rem;
}
.cid-u4Vb099IXb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4Vb099IXb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4Vb099IXb .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-u4Vb099IXb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4Vb099IXb .carousel-control,
.cid-u4Vb099IXb .close {
  background: #1b1b1b;
}
.cid-u4Vb099IXb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4Vb099IXb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4Vb099IXb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4Vb099IXb .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4Vb099IXb .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-u4Vb099IXb .close::before {
  content: '\e91a';
}
.cid-u4Vb099IXb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4Vb099IXb .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-u4Vb099IXb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Vb099IXb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4Vb099IXb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4Vb099IXb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4Vb099IXb .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-u4Vb099IXb .carousel-indicators li.active,
.cid-u4Vb099IXb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4Vb099IXb .carousel-indicators li::after,
.cid-u4Vb099IXb .carousel-indicators li::before {
  content: none;
}
.cid-u4Vb099IXb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4Vb099IXb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4Vb099IXb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4Vb099IXb .carousel-indicators {
    display: none;
  }
}
.cid-u4Vb099IXb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4Vb099IXb .carousel-inner > .active {
  display: block;
}
.cid-u4Vb099IXb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Vb099IXb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4Vb099IXb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4Vb099IXb .carousel-control,
  .cid-u4Vb099IXb .carousel-indicators,
  .cid-u4Vb099IXb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4Vb099IXb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4Vb099IXb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4Vb099IXb .carousel-indicators .active,
.cid-u4Vb099IXb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4Vb099IXb .carousel-indicators .active {
  background: #fff;
}
.cid-u4Vb099IXb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4Vb099IXb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4Vb099IXb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4Vb099IXb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4Vb099IXb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4Vb099IXb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4Vb099IXb .carousel {
  width: 100%;
}
.cid-u4Vb099IXb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4Vb099IXb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4Vb099IXb .modal.fade .modal-dialog,
.cid-u4Vb099IXb .modal.in .modal-dialog {
  transform: none;
}
.cid-u4Vb099IXb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4Vb099IXb H6 {
  text-align: center;
}
.cid-u4VaDvBjJ3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4VaDvBjJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VaDvBjJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VaDvBjJ3 .item {
  padding-bottom: 2rem;
}
.cid-u4VaDvBjJ3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4VaDvBjJ3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4VaDvBjJ3 .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-u4VaDvBjJ3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4VaDvBjJ3 .carousel-control,
.cid-u4VaDvBjJ3 .close {
  background: #1b1b1b;
}
.cid-u4VaDvBjJ3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4VaDvBjJ3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4VaDvBjJ3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4VaDvBjJ3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4VaDvBjJ3 .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-u4VaDvBjJ3 .close::before {
  content: '\e91a';
}
.cid-u4VaDvBjJ3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4VaDvBjJ3 .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-u4VaDvBjJ3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4VaDvBjJ3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4VaDvBjJ3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4VaDvBjJ3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4VaDvBjJ3 .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-u4VaDvBjJ3 .carousel-indicators li.active,
.cid-u4VaDvBjJ3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4VaDvBjJ3 .carousel-indicators li::after,
.cid-u4VaDvBjJ3 .carousel-indicators li::before {
  content: none;
}
.cid-u4VaDvBjJ3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4VaDvBjJ3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4VaDvBjJ3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4VaDvBjJ3 .carousel-indicators {
    display: none;
  }
}
.cid-u4VaDvBjJ3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4VaDvBjJ3 .carousel-inner > .active {
  display: block;
}
.cid-u4VaDvBjJ3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4VaDvBjJ3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4VaDvBjJ3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4VaDvBjJ3 .carousel-control,
  .cid-u4VaDvBjJ3 .carousel-indicators,
  .cid-u4VaDvBjJ3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4VaDvBjJ3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4VaDvBjJ3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4VaDvBjJ3 .carousel-indicators .active,
.cid-u4VaDvBjJ3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4VaDvBjJ3 .carousel-indicators .active {
  background: #fff;
}
.cid-u4VaDvBjJ3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4VaDvBjJ3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4VaDvBjJ3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4VaDvBjJ3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4VaDvBjJ3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4VaDvBjJ3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4VaDvBjJ3 .carousel {
  width: 100%;
}
.cid-u4VaDvBjJ3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4VaDvBjJ3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4VaDvBjJ3 .modal.fade .modal-dialog,
.cid-u4VaDvBjJ3 .modal.in .modal-dialog {
  transform: none;
}
.cid-u4VaDvBjJ3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4VaDvBjJ3 H6 {
  text-align: center;
}
.cid-u4Kzg7VBqz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4Kzg7VBqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Kzg7VBqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Kzg7VBqz .item {
  padding-bottom: 2rem;
}
.cid-u4Kzg7VBqz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4Kzg7VBqz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4Kzg7VBqz .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-u4Kzg7VBqz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4Kzg7VBqz .carousel-control,
.cid-u4Kzg7VBqz .close {
  background: #1b1b1b;
}
.cid-u4Kzg7VBqz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4Kzg7VBqz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4Kzg7VBqz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4Kzg7VBqz .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4Kzg7VBqz .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-u4Kzg7VBqz .close::before {
  content: '\e91a';
}
.cid-u4Kzg7VBqz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4Kzg7VBqz .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-u4Kzg7VBqz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Kzg7VBqz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4Kzg7VBqz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4Kzg7VBqz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4Kzg7VBqz .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-u4Kzg7VBqz .carousel-indicators li.active,
.cid-u4Kzg7VBqz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4Kzg7VBqz .carousel-indicators li::after,
.cid-u4Kzg7VBqz .carousel-indicators li::before {
  content: none;
}
.cid-u4Kzg7VBqz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4Kzg7VBqz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4Kzg7VBqz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4Kzg7VBqz .carousel-indicators {
    display: none;
  }
}
.cid-u4Kzg7VBqz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4Kzg7VBqz .carousel-inner > .active {
  display: block;
}
.cid-u4Kzg7VBqz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Kzg7VBqz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4Kzg7VBqz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4Kzg7VBqz .carousel-control,
  .cid-u4Kzg7VBqz .carousel-indicators,
  .cid-u4Kzg7VBqz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4Kzg7VBqz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4Kzg7VBqz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4Kzg7VBqz .carousel-indicators .active,
.cid-u4Kzg7VBqz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4Kzg7VBqz .carousel-indicators .active {
  background: #fff;
}
.cid-u4Kzg7VBqz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4Kzg7VBqz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4Kzg7VBqz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4Kzg7VBqz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4Kzg7VBqz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4Kzg7VBqz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4Kzg7VBqz .carousel {
  width: 100%;
}
.cid-u4Kzg7VBqz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4Kzg7VBqz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4Kzg7VBqz .modal.fade .modal-dialog,
.cid-u4Kzg7VBqz .modal.in .modal-dialog {
  transform: none;
}
.cid-u4Kzg7VBqz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4Kzg7VBqz H6 {
  text-align: center;
}
.cid-u4o4nay0pY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4o4nay0pY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o4nay0pY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o4nay0pY .item {
  padding-bottom: 2rem;
}
.cid-u4o4nay0pY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4o4nay0pY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4o4nay0pY .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-u4o4nay0pY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4o4nay0pY .carousel-control,
.cid-u4o4nay0pY .close {
  background: #1b1b1b;
}
.cid-u4o4nay0pY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4o4nay0pY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4o4nay0pY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4o4nay0pY .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4o4nay0pY .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-u4o4nay0pY .close::before {
  content: '\e91a';
}
.cid-u4o4nay0pY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4o4nay0pY .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-u4o4nay0pY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o4nay0pY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4o4nay0pY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4o4nay0pY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4o4nay0pY .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-u4o4nay0pY .carousel-indicators li.active,
.cid-u4o4nay0pY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4o4nay0pY .carousel-indicators li::after,
.cid-u4o4nay0pY .carousel-indicators li::before {
  content: none;
}
.cid-u4o4nay0pY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4o4nay0pY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4o4nay0pY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4o4nay0pY .carousel-indicators {
    display: none;
  }
}
.cid-u4o4nay0pY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4o4nay0pY .carousel-inner > .active {
  display: block;
}
.cid-u4o4nay0pY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o4nay0pY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4o4nay0pY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4o4nay0pY .carousel-control,
  .cid-u4o4nay0pY .carousel-indicators,
  .cid-u4o4nay0pY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4o4nay0pY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4o4nay0pY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4o4nay0pY .carousel-indicators .active,
.cid-u4o4nay0pY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4o4nay0pY .carousel-indicators .active {
  background: #fff;
}
.cid-u4o4nay0pY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4o4nay0pY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4o4nay0pY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4o4nay0pY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4o4nay0pY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4o4nay0pY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4o4nay0pY .carousel {
  width: 100%;
}
.cid-u4o4nay0pY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4o4nay0pY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4o4nay0pY .modal.fade .modal-dialog,
.cid-u4o4nay0pY .modal.in .modal-dialog {
  transform: none;
}
.cid-u4o4nay0pY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4o4nay0pY H6 {
  text-align: center;
}
.cid-u4o3QFHZga {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u4o3QFHZga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4o3QFHZga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4o3QFHZga .item {
  padding-bottom: 2rem;
}
.cid-u4o3QFHZga .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4o3QFHZga .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4o3QFHZga .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-u4o3QFHZga .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u4o3QFHZga .carousel-control,
.cid-u4o3QFHZga .close {
  background: #1b1b1b;
}
.cid-u4o3QFHZga .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4o3QFHZga .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4o3QFHZga .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4o3QFHZga .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4o3QFHZga .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-u4o3QFHZga .close::before {
  content: '\e91a';
}
.cid-u4o3QFHZga .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4o3QFHZga .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-u4o3QFHZga .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o3QFHZga .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4o3QFHZga .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4o3QFHZga .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4o3QFHZga .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-u4o3QFHZga .carousel-indicators li.active,
.cid-u4o3QFHZga .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4o3QFHZga .carousel-indicators li::after,
.cid-u4o3QFHZga .carousel-indicators li::before {
  content: none;
}
.cid-u4o3QFHZga .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4o3QFHZga .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4o3QFHZga .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4o3QFHZga .carousel-indicators {
    display: none;
  }
}
.cid-u4o3QFHZga .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4o3QFHZga .carousel-inner > .active {
  display: block;
}
.cid-u4o3QFHZga .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4o3QFHZga .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4o3QFHZga .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4o3QFHZga .carousel-control,
  .cid-u4o3QFHZga .carousel-indicators,
  .cid-u4o3QFHZga .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4o3QFHZga .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4o3QFHZga .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4o3QFHZga .carousel-indicators .active,
.cid-u4o3QFHZga .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4o3QFHZga .carousel-indicators .active {
  background: #fff;
}
.cid-u4o3QFHZga .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4o3QFHZga .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4o3QFHZga .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4o3QFHZga .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4o3QFHZga .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4o3QFHZga .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4o3QFHZga .carousel {
  width: 100%;
}
.cid-u4o3QFHZga .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4o3QFHZga .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4o3QFHZga .modal.fade .modal-dialog,
.cid-u4o3QFHZga .modal.in .modal-dialog {
  transform: none;
}
.cid-u4o3QFHZga .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4o3QFHZga H6 {
  text-align: center;
}
.cid-u44LT4Xmog {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u44LT4Xmog .mbr-fallback-image.disabled {
  display: none;
}
.cid-u44LT4Xmog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u44LT4Xmog .item {
  padding-bottom: 2rem;
}
.cid-u44LT4Xmog .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u44LT4Xmog .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u44LT4Xmog .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-u44LT4Xmog .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u44LT4Xmog .carousel-control,
.cid-u44LT4Xmog .close {
  background: #1b1b1b;
}
.cid-u44LT4Xmog .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u44LT4Xmog .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u44LT4Xmog .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u44LT4Xmog .carousel-control-next span {
  margin-left: 5px;
}
.cid-u44LT4Xmog .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-u44LT4Xmog .close::before {
  content: '\e91a';
}
.cid-u44LT4Xmog .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u44LT4Xmog .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-u44LT4Xmog .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u44LT4Xmog .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u44LT4Xmog .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u44LT4Xmog .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u44LT4Xmog .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-u44LT4Xmog .carousel-indicators li.active,
.cid-u44LT4Xmog .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u44LT4Xmog .carousel-indicators li::after,
.cid-u44LT4Xmog .carousel-indicators li::before {
  content: none;
}
.cid-u44LT4Xmog .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u44LT4Xmog .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u44LT4Xmog .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u44LT4Xmog .carousel-indicators {
    display: none;
  }
}
.cid-u44LT4Xmog .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u44LT4Xmog .carousel-inner > .active {
  display: block;
}
.cid-u44LT4Xmog .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u44LT4Xmog .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u44LT4Xmog .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u44LT4Xmog .carousel-control,
  .cid-u44LT4Xmog .carousel-indicators,
  .cid-u44LT4Xmog .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u44LT4Xmog .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u44LT4Xmog .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u44LT4Xmog .carousel-indicators .active,
.cid-u44LT4Xmog .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u44LT4Xmog .carousel-indicators .active {
  background: #fff;
}
.cid-u44LT4Xmog .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u44LT4Xmog .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u44LT4Xmog .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u44LT4Xmog .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u44LT4Xmog .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u44LT4Xmog .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u44LT4Xmog .carousel {
  width: 100%;
}
.cid-u44LT4Xmog .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u44LT4Xmog .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u44LT4Xmog .modal.fade .modal-dialog,
.cid-u44LT4Xmog .modal.in .modal-dialog {
  transform: none;
}
.cid-u44LT4Xmog .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u44LT4Xmog H6 {
  text-align: center;
}
.cid-u3MigcWXfH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u3MigcWXfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3MigcWXfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3MigcWXfH .item {
  padding-bottom: 2rem;
}
.cid-u3MigcWXfH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u3MigcWXfH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3MigcWXfH .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-u3MigcWXfH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u3MigcWXfH .carousel-control,
.cid-u3MigcWXfH .close {
  background: #1b1b1b;
}
.cid-u3MigcWXfH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u3MigcWXfH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u3MigcWXfH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u3MigcWXfH .carousel-control-next span {
  margin-left: 5px;
}
.cid-u3MigcWXfH .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-u3MigcWXfH .close::before {
  content: '\e91a';
}
.cid-u3MigcWXfH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u3MigcWXfH .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-u3MigcWXfH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3MigcWXfH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3MigcWXfH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3MigcWXfH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u3MigcWXfH .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-u3MigcWXfH .carousel-indicators li.active,
.cid-u3MigcWXfH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3MigcWXfH .carousel-indicators li::after,
.cid-u3MigcWXfH .carousel-indicators li::before {
  content: none;
}
.cid-u3MigcWXfH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u3MigcWXfH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u3MigcWXfH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u3MigcWXfH .carousel-indicators {
    display: none;
  }
}
.cid-u3MigcWXfH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u3MigcWXfH .carousel-inner > .active {
  display: block;
}
.cid-u3MigcWXfH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3MigcWXfH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3MigcWXfH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u3MigcWXfH .carousel-control,
  .cid-u3MigcWXfH .carousel-indicators,
  .cid-u3MigcWXfH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u3MigcWXfH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u3MigcWXfH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3MigcWXfH .carousel-indicators .active,
.cid-u3MigcWXfH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u3MigcWXfH .carousel-indicators .active {
  background: #fff;
}
.cid-u3MigcWXfH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u3MigcWXfH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u3MigcWXfH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3MigcWXfH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u3MigcWXfH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u3MigcWXfH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u3MigcWXfH .carousel {
  width: 100%;
}
.cid-u3MigcWXfH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u3MigcWXfH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u3MigcWXfH .modal.fade .modal-dialog,
.cid-u3MigcWXfH .modal.in .modal-dialog {
  transform: none;
}
.cid-u3MigcWXfH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u3MigcWXfH H6 {
  text-align: center;
}
.cid-u2Uo3TDmiY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u2Uo3TDmiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Uo3TDmiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Uo3TDmiY .item {
  padding-bottom: 2rem;
}
.cid-u2Uo3TDmiY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u2Uo3TDmiY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2Uo3TDmiY .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-u2Uo3TDmiY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2Uo3TDmiY .carousel-control,
.cid-u2Uo3TDmiY .close {
  background: #1b1b1b;
}
.cid-u2Uo3TDmiY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2Uo3TDmiY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2Uo3TDmiY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2Uo3TDmiY .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2Uo3TDmiY .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-u2Uo3TDmiY .close::before {
  content: '\e91a';
}
.cid-u2Uo3TDmiY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2Uo3TDmiY .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-u2Uo3TDmiY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2Uo3TDmiY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2Uo3TDmiY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2Uo3TDmiY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2Uo3TDmiY .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-u2Uo3TDmiY .carousel-indicators li.active,
.cid-u2Uo3TDmiY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2Uo3TDmiY .carousel-indicators li::after,
.cid-u2Uo3TDmiY .carousel-indicators li::before {
  content: none;
}
.cid-u2Uo3TDmiY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2Uo3TDmiY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2Uo3TDmiY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2Uo3TDmiY .carousel-indicators {
    display: none;
  }
}
.cid-u2Uo3TDmiY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2Uo3TDmiY .carousel-inner > .active {
  display: block;
}
.cid-u2Uo3TDmiY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2Uo3TDmiY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2Uo3TDmiY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2Uo3TDmiY .carousel-control,
  .cid-u2Uo3TDmiY .carousel-indicators,
  .cid-u2Uo3TDmiY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2Uo3TDmiY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2Uo3TDmiY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2Uo3TDmiY .carousel-indicators .active,
.cid-u2Uo3TDmiY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2Uo3TDmiY .carousel-indicators .active {
  background: #fff;
}
.cid-u2Uo3TDmiY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2Uo3TDmiY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2Uo3TDmiY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2Uo3TDmiY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2Uo3TDmiY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2Uo3TDmiY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2Uo3TDmiY .carousel {
  width: 100%;
}
.cid-u2Uo3TDmiY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2Uo3TDmiY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2Uo3TDmiY .modal.fade .modal-dialog,
.cid-u2Uo3TDmiY .modal.in .modal-dialog {
  transform: none;
}
.cid-u2Uo3TDmiY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2Uo3TDmiY H6 {
  text-align: center;
}
.cid-u2R2f8IKlR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u2R2f8IKlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2R2f8IKlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2R2f8IKlR .item {
  padding-bottom: 2rem;
}
.cid-u2R2f8IKlR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u2R2f8IKlR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2R2f8IKlR .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-u2R2f8IKlR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2R2f8IKlR .carousel-control,
.cid-u2R2f8IKlR .close {
  background: #1b1b1b;
}
.cid-u2R2f8IKlR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2R2f8IKlR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2R2f8IKlR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2R2f8IKlR .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2R2f8IKlR .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-u2R2f8IKlR .close::before {
  content: '\e91a';
}
.cid-u2R2f8IKlR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2R2f8IKlR .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-u2R2f8IKlR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2R2f8IKlR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2R2f8IKlR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2R2f8IKlR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2R2f8IKlR .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-u2R2f8IKlR .carousel-indicators li.active,
.cid-u2R2f8IKlR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2R2f8IKlR .carousel-indicators li::after,
.cid-u2R2f8IKlR .carousel-indicators li::before {
  content: none;
}
.cid-u2R2f8IKlR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2R2f8IKlR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2R2f8IKlR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2R2f8IKlR .carousel-indicators {
    display: none;
  }
}
.cid-u2R2f8IKlR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2R2f8IKlR .carousel-inner > .active {
  display: block;
}
.cid-u2R2f8IKlR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2R2f8IKlR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2R2f8IKlR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2R2f8IKlR .carousel-control,
  .cid-u2R2f8IKlR .carousel-indicators,
  .cid-u2R2f8IKlR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2R2f8IKlR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2R2f8IKlR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2R2f8IKlR .carousel-indicators .active,
.cid-u2R2f8IKlR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2R2f8IKlR .carousel-indicators .active {
  background: #fff;
}
.cid-u2R2f8IKlR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2R2f8IKlR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2R2f8IKlR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2R2f8IKlR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2R2f8IKlR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2R2f8IKlR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2R2f8IKlR .carousel {
  width: 100%;
}
.cid-u2R2f8IKlR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2R2f8IKlR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2R2f8IKlR .modal.fade .modal-dialog,
.cid-u2R2f8IKlR .modal.in .modal-dialog {
  transform: none;
}
.cid-u2R2f8IKlR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2R2f8IKlR H6 {
  text-align: center;
}
.cid-tZDvLhg12h {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tZDvLhg12h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDvLhg12h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDvLhg12h .item {
  padding-bottom: 2rem;
}
.cid-tZDvLhg12h .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tZDvLhg12h .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDvLhg12h .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-tZDvLhg12h .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tZDvLhg12h .carousel-control,
.cid-tZDvLhg12h .close {
  background: #1b1b1b;
}
.cid-tZDvLhg12h .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tZDvLhg12h .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tZDvLhg12h .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tZDvLhg12h .carousel-control-next span {
  margin-left: 5px;
}
.cid-tZDvLhg12h .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-tZDvLhg12h .close::before {
  content: '\e91a';
}
.cid-tZDvLhg12h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZDvLhg12h .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-tZDvLhg12h .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZDvLhg12h .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tZDvLhg12h .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tZDvLhg12h .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tZDvLhg12h .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-tZDvLhg12h .carousel-indicators li.active,
.cid-tZDvLhg12h .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tZDvLhg12h .carousel-indicators li::after,
.cid-tZDvLhg12h .carousel-indicators li::before {
  content: none;
}
.cid-tZDvLhg12h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tZDvLhg12h .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tZDvLhg12h .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZDvLhg12h .carousel-indicators {
    display: none;
  }
}
.cid-tZDvLhg12h .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tZDvLhg12h .carousel-inner > .active {
  display: block;
}
.cid-tZDvLhg12h .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZDvLhg12h .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tZDvLhg12h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tZDvLhg12h .carousel-control,
  .cid-tZDvLhg12h .carousel-indicators,
  .cid-tZDvLhg12h .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tZDvLhg12h .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tZDvLhg12h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tZDvLhg12h .carousel-indicators .active,
.cid-tZDvLhg12h .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tZDvLhg12h .carousel-indicators .active {
  background: #fff;
}
.cid-tZDvLhg12h .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tZDvLhg12h .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tZDvLhg12h .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tZDvLhg12h .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tZDvLhg12h .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tZDvLhg12h .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tZDvLhg12h .carousel {
  width: 100%;
}
.cid-tZDvLhg12h .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tZDvLhg12h .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tZDvLhg12h .modal.fade .modal-dialog,
.cid-tZDvLhg12h .modal.in .modal-dialog {
  transform: none;
}
.cid-tZDvLhg12h .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tZDvLhg12h H6 {
  text-align: center;
}
.cid-tSY9yqUaq3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tSY9yqUaq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSY9yqUaq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSY9yqUaq3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tSY9yqUaq3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tSY9yqUaq3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tSVrcA9St6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tSVrcA9St6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSVrcA9St6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSVrcA9St6 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-tSVrcA9St6 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tSVrcA9St6 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-tSVrcA9St6 .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-tSVrcA9St6 .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-tSVrcA9St6 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tSVrcA9St6 .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #6592e6 !important;
  will-change: transform;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline:hover {
  color: #6592e6 !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #6592e6;
  color: #FFFFFF !important;
}
.cid-tSVrcA9St6 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-tSVrcA9St6 .mbr-text,
.cid-tSVrcA9St6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tSVq2kur0n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-tSVq2kur0n .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff6666, #6592e6);
}
.cid-tSVq2kur0n .mbr-text,
.cid-tSVq2kur0n .mbr-section-btn {
  color: #000000;
}
.cid-tSVq2kur0n .mbr-section-title,
.cid-tSVq2kur0n .title-wrapper {
  color: #353535;
  text-align: center;
}
.cid-tRKmH6DiC2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tRKmH6DiC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKmH6DiC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKmH6DiC2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRKmH6DiC2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRKmH6DiC2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPVOKavH2G {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVOKavH2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVOKavH2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVOKavH2G .item {
  padding-bottom: 2rem;
}
.cid-tPVOKavH2G .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVOKavH2G .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVOKavH2G .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-tPVOKavH2G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVOKavH2G .carousel-control,
.cid-tPVOKavH2G .close {
  background: #1b1b1b;
}
.cid-tPVOKavH2G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVOKavH2G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVOKavH2G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVOKavH2G .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVOKavH2G .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-tPVOKavH2G .close::before {
  content: '\e91a';
}
.cid-tPVOKavH2G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVOKavH2G .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-tPVOKavH2G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVOKavH2G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVOKavH2G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVOKavH2G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVOKavH2G .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-tPVOKavH2G .carousel-indicators li.active,
.cid-tPVOKavH2G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVOKavH2G .carousel-indicators li::after,
.cid-tPVOKavH2G .carousel-indicators li::before {
  content: none;
}
.cid-tPVOKavH2G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVOKavH2G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVOKavH2G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVOKavH2G .carousel-indicators {
    display: none;
  }
}
.cid-tPVOKavH2G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVOKavH2G .carousel-inner > .active {
  display: block;
}
.cid-tPVOKavH2G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVOKavH2G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVOKavH2G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVOKavH2G .carousel-control,
  .cid-tPVOKavH2G .carousel-indicators,
  .cid-tPVOKavH2G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVOKavH2G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVOKavH2G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVOKavH2G .carousel-indicators .active,
.cid-tPVOKavH2G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVOKavH2G .carousel-indicators .active {
  background: #fff;
}
.cid-tPVOKavH2G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVOKavH2G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVOKavH2G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVOKavH2G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVOKavH2G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVOKavH2G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVOKavH2G .carousel {
  width: 100%;
}
.cid-tPVOKavH2G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVOKavH2G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVOKavH2G .modal.fade .modal-dialog,
.cid-tPVOKavH2G .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVOKavH2G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVOKavH2G H6 {
  text-align: center;
}
.cid-tPVOLIX0YV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tPVOLIX0YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPVOLIX0YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPVOLIX0YV .item {
  padding-bottom: 2rem;
}
.cid-tPVOLIX0YV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tPVOLIX0YV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tPVOLIX0YV .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-tPVOLIX0YV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tPVOLIX0YV .carousel-control,
.cid-tPVOLIX0YV .close {
  background: #1b1b1b;
}
.cid-tPVOLIX0YV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPVOLIX0YV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPVOLIX0YV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPVOLIX0YV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPVOLIX0YV .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-tPVOLIX0YV .close::before {
  content: '\e91a';
}
.cid-tPVOLIX0YV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPVOLIX0YV .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-tPVOLIX0YV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVOLIX0YV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPVOLIX0YV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPVOLIX0YV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPVOLIX0YV .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-tPVOLIX0YV .carousel-indicators li.active,
.cid-tPVOLIX0YV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPVOLIX0YV .carousel-indicators li::after,
.cid-tPVOLIX0YV .carousel-indicators li::before {
  content: none;
}
.cid-tPVOLIX0YV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPVOLIX0YV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPVOLIX0YV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPVOLIX0YV .carousel-indicators {
    display: none;
  }
}
.cid-tPVOLIX0YV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPVOLIX0YV .carousel-inner > .active {
  display: block;
}
.cid-tPVOLIX0YV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPVOLIX0YV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPVOLIX0YV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPVOLIX0YV .carousel-control,
  .cid-tPVOLIX0YV .carousel-indicators,
  .cid-tPVOLIX0YV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPVOLIX0YV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPVOLIX0YV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPVOLIX0YV .carousel-indicators .active,
.cid-tPVOLIX0YV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPVOLIX0YV .carousel-indicators .active {
  background: #fff;
}
.cid-tPVOLIX0YV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPVOLIX0YV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPVOLIX0YV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPVOLIX0YV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPVOLIX0YV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPVOLIX0YV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPVOLIX0YV .carousel {
  width: 100%;
}
.cid-tPVOLIX0YV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPVOLIX0YV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPVOLIX0YV .modal.fade .modal-dialog,
.cid-tPVOLIX0YV .modal.in .modal-dialog {
  transform: none;
}
.cid-tPVOLIX0YV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPVOLIX0YV H6 {
  text-align: center;
}
.cid-tOnRnCqRYp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnRnCqRYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnRnCqRYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnRnCqRYp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnRnCqRYp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnRnCqRYp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnRoXLMEG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnRoXLMEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnRoXLMEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnRoXLMEG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnRoXLMEG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnRoXLMEG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnRpOFyXZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnRpOFyXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnRpOFyXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnRpOFyXZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnRpOFyXZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnRpOFyXZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnUk0WsZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnUk0WsZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnUk0WsZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnUk0WsZQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnUk0WsZQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnUk0WsZQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnUkElA1T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnUkElA1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnUkElA1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnUkElA1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnUkElA1T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnUkElA1T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnUld3KFx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnUld3KFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnUld3KFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnUld3KFx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnUld3KFx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnUld3KFx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOnV06sHJ9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tOnV06sHJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOnV06sHJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOnV06sHJ9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOnV06sHJ9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOnV06sHJ9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMex8lO30U {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-tMex8lO30U .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff6666, #6592e6);
}
.cid-tMex8lO30U .mbr-text,
.cid-tMex8lO30U .mbr-section-btn {
  color: #000000;
}
.cid-tMex8lO30U .mbr-section-title,
.cid-tMex8lO30U .title-wrapper {
  color: #353535;
}
.cid-tJB1SnefBx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tJB1SnefBx img,
.cid-tJB1SnefBx .item-img {
  width: 100%;
}
.cid-tJB1SnefBx .item:focus,
.cid-tJB1SnefBx span:focus {
  outline: none;
}
.cid-tJB1SnefBx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tJB1SnefBx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJB1SnefBx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tJB1SnefBx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJB1SnefBx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tJB1SnefBx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tJB1SnefBx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJB1SnefBx .mbr-section-title {
  color: #ffffff;
}
.cid-tJB1SnefBx .mbr-text,
.cid-tJB1SnefBx .mbr-section-btn {
  text-align: center;
}
.cid-tJB1SnefBx .item-title {
  text-align: center;
}
.cid-tJB1SnefBx .item-subtitle {
  text-align: left;
}
.cid-tJSLB0yPDQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tJSLB0yPDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSLB0yPDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSLB0yPDQ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-tJSLB0yPDQ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tJSLB0yPDQ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-tJSLB0yPDQ .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-tJSLB0yPDQ .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-tJSLB0yPDQ .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #6592e6 !important;
  will-change: transform;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline:hover {
  color: #6592e6 !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #6592e6;
  color: #FFFFFF !important;
}
.cid-tJSLB0yPDQ .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-tJSLB0yPDQ .mbr-text,
.cid-tJSLB0yPDQ .mbr-section-btn {
  color: #000000;
}
.cid-tJSMC5qMbt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tJSMC5qMbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSMC5qMbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSMC5qMbt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJSMC5qMbt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJSMC5qMbt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJSMIafv8M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tJSMIafv8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSMIafv8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSMIafv8M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJSMIafv8M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJSMIafv8M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJSMIZNfjR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tJSMIZNfjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSMIZNfjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSMIZNfjR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJSMIZNfjR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJSMIZNfjR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJSMJB0ZDm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tJSMJB0ZDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSMJB0ZDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSMJB0ZDm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJSMJB0ZDm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJSMJB0ZDm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJSMKsQ5SL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tJSMKsQ5SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSMKsQ5SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJSMKsQ5SL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJSMKsQ5SL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJSMKsQ5SL .text-wrapper {
    padding: 0 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: #40b0bf !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: #40b0bf;
}
.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: #40b0bf;
}
.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/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tCCxic6xVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCxic6xVz .row {
  flex-direction: row-reverse;
}
.cid-tCCxic6xVz img {
  width: 100%;
}
.cid-ubNkNZXEmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-ubNkNZXEmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubNkNZXEmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubNkNZXEmD .mbr-text,
.cid-ubNkNZXEmD .mbr-section-btn {
  text-align: center;
}
.cid-u6STwukAO6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-u6STwukAO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6STwukAO6 .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-u6STwukAO6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6STwukAO6 .row {
  flex-direction: row-reverse;
}
.cid-u6STwukAO6 img {
  width: 100%;
}
.cid-u6SS8xZBG4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6SS8xZBG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SS8xZBG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SS8xZBG4 .item {
  padding-bottom: 2rem;
}
.cid-u6SS8xZBG4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6SS8xZBG4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6SS8xZBG4 .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-u6SS8xZBG4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6SS8xZBG4 .carousel-control,
.cid-u6SS8xZBG4 .close {
  background: #1b1b1b;
}
.cid-u6SS8xZBG4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6SS8xZBG4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6SS8xZBG4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6SS8xZBG4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6SS8xZBG4 .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-u6SS8xZBG4 .close::before {
  content: '\e91a';
}
.cid-u6SS8xZBG4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6SS8xZBG4 .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-u6SS8xZBG4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SS8xZBG4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6SS8xZBG4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6SS8xZBG4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6SS8xZBG4 .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-u6SS8xZBG4 .carousel-indicators li.active,
.cid-u6SS8xZBG4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6SS8xZBG4 .carousel-indicators li::after,
.cid-u6SS8xZBG4 .carousel-indicators li::before {
  content: none;
}
.cid-u6SS8xZBG4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6SS8xZBG4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6SS8xZBG4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6SS8xZBG4 .carousel-indicators {
    display: none;
  }
}
.cid-u6SS8xZBG4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6SS8xZBG4 .carousel-inner > .active {
  display: block;
}
.cid-u6SS8xZBG4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SS8xZBG4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6SS8xZBG4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6SS8xZBG4 .carousel-control,
  .cid-u6SS8xZBG4 .carousel-indicators,
  .cid-u6SS8xZBG4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6SS8xZBG4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6SS8xZBG4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6SS8xZBG4 .carousel-indicators .active,
.cid-u6SS8xZBG4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6SS8xZBG4 .carousel-indicators .active {
  background: #fff;
}
.cid-u6SS8xZBG4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6SS8xZBG4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6SS8xZBG4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6SS8xZBG4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6SS8xZBG4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6SS8xZBG4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6SS8xZBG4 .carousel {
  width: 100%;
}
.cid-u6SS8xZBG4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6SS8xZBG4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6SS8xZBG4 .modal.fade .modal-dialog,
.cid-u6SS8xZBG4 .modal.in .modal-dialog {
  transform: none;
}
.cid-u6SS8xZBG4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6SS8xZBG4 H6 {
  text-align: center;
}
.cid-u6SPh5PtyM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6SPh5PtyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SPh5PtyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SPh5PtyM .item {
  padding-bottom: 2rem;
}
.cid-u6SPh5PtyM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6SPh5PtyM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6SPh5PtyM .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-u6SPh5PtyM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6SPh5PtyM .carousel-control,
.cid-u6SPh5PtyM .close {
  background: #1b1b1b;
}
.cid-u6SPh5PtyM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6SPh5PtyM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6SPh5PtyM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6SPh5PtyM .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6SPh5PtyM .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-u6SPh5PtyM .close::before {
  content: '\e91a';
}
.cid-u6SPh5PtyM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6SPh5PtyM .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-u6SPh5PtyM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SPh5PtyM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6SPh5PtyM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6SPh5PtyM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6SPh5PtyM .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-u6SPh5PtyM .carousel-indicators li.active,
.cid-u6SPh5PtyM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6SPh5PtyM .carousel-indicators li::after,
.cid-u6SPh5PtyM .carousel-indicators li::before {
  content: none;
}
.cid-u6SPh5PtyM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6SPh5PtyM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6SPh5PtyM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6SPh5PtyM .carousel-indicators {
    display: none;
  }
}
.cid-u6SPh5PtyM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6SPh5PtyM .carousel-inner > .active {
  display: block;
}
.cid-u6SPh5PtyM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SPh5PtyM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6SPh5PtyM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6SPh5PtyM .carousel-control,
  .cid-u6SPh5PtyM .carousel-indicators,
  .cid-u6SPh5PtyM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6SPh5PtyM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6SPh5PtyM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6SPh5PtyM .carousel-indicators .active,
.cid-u6SPh5PtyM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6SPh5PtyM .carousel-indicators .active {
  background: #fff;
}
.cid-u6SPh5PtyM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6SPh5PtyM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6SPh5PtyM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6SPh5PtyM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6SPh5PtyM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6SPh5PtyM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6SPh5PtyM .carousel {
  width: 100%;
}
.cid-u6SPh5PtyM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6SPh5PtyM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6SPh5PtyM .modal.fade .modal-dialog,
.cid-u6SPh5PtyM .modal.in .modal-dialog {
  transform: none;
}
.cid-u6SPh5PtyM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6SPh5PtyM 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: #40b0bf !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: #40b0bf;
}
.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: #40b0bf;
}
.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/2-1280x720.jpg");
}
@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: #40b0bf !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: #40b0bf;
}
.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: #40b0bf;
}
.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/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tCCDtHWhar .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCDtHWhar .row {
  flex-direction: row-reverse;
}
.cid-tCCDtHWhar img {
  width: 100%;
}
.cid-u6SVN5v20B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-u6SVN5v20B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SVN5v20B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SVN5v20B .item {
  padding-bottom: 2rem;
}
.cid-u6SVN5v20B .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6SVN5v20B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6SVN5v20B .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-u6SVN5v20B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u6SVN5v20B .carousel-control,
.cid-u6SVN5v20B .close {
  background: #1b1b1b;
}
.cid-u6SVN5v20B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6SVN5v20B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6SVN5v20B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6SVN5v20B .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6SVN5v20B .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-u6SVN5v20B .close::before {
  content: '\e91a';
}
.cid-u6SVN5v20B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6SVN5v20B .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-u6SVN5v20B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SVN5v20B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6SVN5v20B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6SVN5v20B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6SVN5v20B .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-u6SVN5v20B .carousel-indicators li.active,
.cid-u6SVN5v20B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6SVN5v20B .carousel-indicators li::after,
.cid-u6SVN5v20B .carousel-indicators li::before {
  content: none;
}
.cid-u6SVN5v20B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6SVN5v20B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6SVN5v20B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6SVN5v20B .carousel-indicators {
    display: none;
  }
}
.cid-u6SVN5v20B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6SVN5v20B .carousel-inner > .active {
  display: block;
}
.cid-u6SVN5v20B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6SVN5v20B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6SVN5v20B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6SVN5v20B .carousel-control,
  .cid-u6SVN5v20B .carousel-indicators,
  .cid-u6SVN5v20B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6SVN5v20B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6SVN5v20B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6SVN5v20B .carousel-indicators .active,
.cid-u6SVN5v20B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6SVN5v20B .carousel-indicators .active {
  background: #fff;
}
.cid-u6SVN5v20B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6SVN5v20B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6SVN5v20B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6SVN5v20B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6SVN5v20B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6SVN5v20B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6SVN5v20B .carousel {
  width: 100%;
}
.cid-u6SVN5v20B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6SVN5v20B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6SVN5v20B .modal.fade .modal-dialog,
.cid-u6SVN5v20B .modal.in .modal-dialog {
  transform: none;
}
.cid-u6SVN5v20B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6SVN5v20B H6 {
  text-align: center;
}
.cid-tWOHmYtCDF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tWOHmYtCDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOHmYtCDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOHmYtCDF .item {
  padding-bottom: 2rem;
}
.cid-tWOHmYtCDF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWOHmYtCDF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWOHmYtCDF .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-tWOHmYtCDF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWOHmYtCDF .carousel-control,
.cid-tWOHmYtCDF .close {
  background: #1b1b1b;
}
.cid-tWOHmYtCDF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWOHmYtCDF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWOHmYtCDF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWOHmYtCDF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWOHmYtCDF .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-tWOHmYtCDF .close::before {
  content: '\e91a';
}
.cid-tWOHmYtCDF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWOHmYtCDF .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-tWOHmYtCDF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWOHmYtCDF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWOHmYtCDF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWOHmYtCDF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWOHmYtCDF .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-tWOHmYtCDF .carousel-indicators li.active,
.cid-tWOHmYtCDF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWOHmYtCDF .carousel-indicators li::after,
.cid-tWOHmYtCDF .carousel-indicators li::before {
  content: none;
}
.cid-tWOHmYtCDF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWOHmYtCDF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWOHmYtCDF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWOHmYtCDF .carousel-indicators {
    display: none;
  }
}
.cid-tWOHmYtCDF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWOHmYtCDF .carousel-inner > .active {
  display: block;
}
.cid-tWOHmYtCDF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWOHmYtCDF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWOHmYtCDF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWOHmYtCDF .carousel-control,
  .cid-tWOHmYtCDF .carousel-indicators,
  .cid-tWOHmYtCDF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWOHmYtCDF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWOHmYtCDF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWOHmYtCDF .carousel-indicators .active,
.cid-tWOHmYtCDF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWOHmYtCDF .carousel-indicators .active {
  background: #fff;
}
.cid-tWOHmYtCDF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWOHmYtCDF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWOHmYtCDF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWOHmYtCDF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWOHmYtCDF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWOHmYtCDF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWOHmYtCDF .carousel {
  width: 100%;
}
.cid-tWOHmYtCDF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWOHmYtCDF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWOHmYtCDF .modal.fade .modal-dialog,
.cid-tWOHmYtCDF .modal.in .modal-dialog {
  transform: none;
}
.cid-tWOHmYtCDF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWOHmYtCDF H6 {
  text-align: center;
}
.cid-tRKmlXCQ7P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tRKmlXCQ7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRKmlXCQ7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRKmlXCQ7P .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-tRKmlXCQ7P .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tRKmlXCQ7P .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .cid-tRKmlXCQ7P .mbr-section-btn {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .cid-tRKmlXCQ7P .mbr-section-btn {
    margin-top: 26px;
    width: auto;
  }
  .cid-tRKmlXCQ7P .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn.display-7 > .mbr-iconfont {
  font-size: 0.75rem !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px !important;
  transition: .4s all !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn:hover .mbr-iconfont {
  margin-left: 14px !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline {
  padding: 0 !important;
  color: #FFFFFF !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #6592e6 !important;
  will-change: transform;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline .mbr-iconfont:before {
  animation: icon-move-out 0.4s ease-in-out;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline:hover {
  color: #6592e6 !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline:hover .mbr-iconfont {
  background: #6592e6;
  color: #FFFFFF !important;
}
.cid-tRKmlXCQ7P .mbr-section-btn .btn-white-outline:hover .mbr-iconfont:before {
  animation: icon-move 0.4s ease-in-out;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-tRKmlXCQ7P .mbr-text,
.cid-tRKmlXCQ7P .mbr-section-btn {
  color: #000000;
}
.cid-tWkNcZb510 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tWkNcZb510 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkNcZb510 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWkNcZb510 .item {
  padding-bottom: 2rem;
}
.cid-tWkNcZb510 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWkNcZb510 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWkNcZb510 .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-tWkNcZb510 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWkNcZb510 .carousel-control,
.cid-tWkNcZb510 .close {
  background: #1b1b1b;
}
.cid-tWkNcZb510 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWkNcZb510 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWkNcZb510 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWkNcZb510 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWkNcZb510 .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-tWkNcZb510 .close::before {
  content: '\e91a';
}
.cid-tWkNcZb510 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWkNcZb510 .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-tWkNcZb510 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWkNcZb510 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWkNcZb510 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWkNcZb510 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWkNcZb510 .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-tWkNcZb510 .carousel-indicators li.active,
.cid-tWkNcZb510 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWkNcZb510 .carousel-indicators li::after,
.cid-tWkNcZb510 .carousel-indicators li::before {
  content: none;
}
.cid-tWkNcZb510 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWkNcZb510 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWkNcZb510 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWkNcZb510 .carousel-indicators {
    display: none;
  }
}
.cid-tWkNcZb510 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWkNcZb510 .carousel-inner > .active {
  display: block;
}
.cid-tWkNcZb510 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWkNcZb510 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWkNcZb510 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWkNcZb510 .carousel-control,
  .cid-tWkNcZb510 .carousel-indicators,
  .cid-tWkNcZb510 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWkNcZb510 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWkNcZb510 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWkNcZb510 .carousel-indicators .active,
.cid-tWkNcZb510 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWkNcZb510 .carousel-indicators .active {
  background: #fff;
}
.cid-tWkNcZb510 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWkNcZb510 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWkNcZb510 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWkNcZb510 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWkNcZb510 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWkNcZb510 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWkNcZb510 .carousel {
  width: 100%;
}
.cid-tWkNcZb510 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWkNcZb510 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWkNcZb510 .modal.fade .modal-dialog,
.cid-tWkNcZb510 .modal.in .modal-dialog {
  transform: none;
}
.cid-tWkNcZb510 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWkNcZb510 H6 {
  text-align: center;
}
.cid-tWkO1Gdaev {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tWkO1Gdaev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkO1Gdaev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWkO1Gdaev .item {
  padding-bottom: 2rem;
}
.cid-tWkO1Gdaev .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWkO1Gdaev .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWkO1Gdaev .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-tWkO1Gdaev .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWkO1Gdaev .carousel-control,
.cid-tWkO1Gdaev .close {
  background: #1b1b1b;
}
.cid-tWkO1Gdaev .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWkO1Gdaev .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWkO1Gdaev .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWkO1Gdaev .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWkO1Gdaev .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-tWkO1Gdaev .close::before {
  content: '\e91a';
}
.cid-tWkO1Gdaev .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWkO1Gdaev .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-tWkO1Gdaev .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWkO1Gdaev .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWkO1Gdaev .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWkO1Gdaev .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWkO1Gdaev .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-tWkO1Gdaev .carousel-indicators li.active,
.cid-tWkO1Gdaev .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWkO1Gdaev .carousel-indicators li::after,
.cid-tWkO1Gdaev .carousel-indicators li::before {
  content: none;
}
.cid-tWkO1Gdaev .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWkO1Gdaev .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWkO1Gdaev .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWkO1Gdaev .carousel-indicators {
    display: none;
  }
}
.cid-tWkO1Gdaev .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWkO1Gdaev .carousel-inner > .active {
  display: block;
}
.cid-tWkO1Gdaev .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWkO1Gdaev .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWkO1Gdaev .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWkO1Gdaev .carousel-control,
  .cid-tWkO1Gdaev .carousel-indicators,
  .cid-tWkO1Gdaev .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWkO1Gdaev .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWkO1Gdaev .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWkO1Gdaev .carousel-indicators .active,
.cid-tWkO1Gdaev .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWkO1Gdaev .carousel-indicators .active {
  background: #fff;
}
.cid-tWkO1Gdaev .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWkO1Gdaev .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWkO1Gdaev .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWkO1Gdaev .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWkO1Gdaev .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWkO1Gdaev .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWkO1Gdaev .carousel {
  width: 100%;
}
.cid-tWkO1Gdaev .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWkO1Gdaev .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWkO1Gdaev .modal.fade .modal-dialog,
.cid-tWkO1Gdaev .modal.in .modal-dialog {
  transform: none;
}
.cid-tWkO1Gdaev .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWkO1Gdaev 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-tIEKvgpomt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIEKvgpomt nav.navbar {
  position: fixed;
}
.cid-tIEKvgpomt .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-tIEKvgpomt .dropdown-menu {
  padding: 0;
}
.cid-tIEKvgpomt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIEKvgpomt .dropdown-item:hover,
.cid-tIEKvgpomt .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIEKvgpomt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIEKvgpomt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIEKvgpomt .nav-link {
  position: relative;
}
.cid-tIEKvgpomt .container {
  display: flex;
  margin: auto;
}
.cid-tIEKvgpomt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIEKvgpomt .navbar-caption {
  padding-right: 4rem;
}
.cid-tIEKvgpomt .dropdown-menu,
.cid-tIEKvgpomt .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIEKvgpomt .nav-item:focus,
.cid-tIEKvgpomt .nav-link:focus {
  outline: none;
}
.cid-tIEKvgpomt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIEKvgpomt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIEKvgpomt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIEKvgpomt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIEKvgpomt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIEKvgpomt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIEKvgpomt .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIEKvgpomt .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIEKvgpomt .navbar.opened {
  transition: all .3s;
}
.cid-tIEKvgpomt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIEKvgpomt .navbar .navbar-logo img {
  width: auto;
}
.cid-tIEKvgpomt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIEKvgpomt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIEKvgpomt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIEKvgpomt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIEKvgpomt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIEKvgpomt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIEKvgpomt .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-tIEKvgpomt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIEKvgpomt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIEKvgpomt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIEKvgpomt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIEKvgpomt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIEKvgpomt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIEKvgpomt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIEKvgpomt .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-tIEKvgpomt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIEKvgpomt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIEKvgpomt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIEKvgpomt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIEKvgpomt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIEKvgpomt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIEKvgpomt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIEKvgpomt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIEKvgpomt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIEKvgpomt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIEKvgpomt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIEKvgpomt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIEKvgpomt .dropdown-item.active,
.cid-tIEKvgpomt .dropdown-item:active {
  background-color: transparent;
}
.cid-tIEKvgpomt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIEKvgpomt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIEKvgpomt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIEKvgpomt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIEKvgpomt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIEKvgpomt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIEKvgpomt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIEKvgpomt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIEKvgpomt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIEKvgpomt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIEKvgpomt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIEKvgpomt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIEKvgpomt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIEKvgpomt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIEKvgpomt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIEKvgpomt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIEKvgpomt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIEKvgpomt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIEKvgpomt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIEKvgpomt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIEKvgpomt .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-tIEKvgpomt .navbar {
    height: 77px;
  }
  .cid-tIEKvgpomt .navbar.opened {
    height: auto;
  }
  .cid-tIEKvgpomt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIEKvg8kPv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIEKvg8kPv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIEKvg8kPv .row {
  flex-direction: row-reverse;
}
.cid-tIEKvg8kPv img {
  width: 100%;
}
.cid-tIEMo3Vk7O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tIEMo3Vk7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIEMo3Vk7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIEMo3Vk7O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIEMo3Vk7O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIEMo3Vk7O .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIEMo3Vk7O .panel-body,
.cid-tIEMo3Vk7O .card-header {
  padding: 1rem 0;
}
.cid-tIEMo3Vk7O .panel-title-edit {
  color: #000000;
}
.cid-tIEMo3Vk7O .panel-text {
  text-align: left;
}
.cid-tIEKvhT1zg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIEKvhT1zg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIEKvhT1zg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIEKvhT1zg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIEKvhT1zg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIEKvhT1zg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIEKvhT1zg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIEKvhT1zg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIEKvhT1zg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIEKvhT1zg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIEKvhT1zg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIEKvhT1zg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIEKvhT1zg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIEKvhT1zg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIEKvhT1zg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIEZ6JG0gd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIEZ6JG0gd nav.navbar {
  position: fixed;
}
.cid-tIEZ6JG0gd .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-tIEZ6JG0gd .dropdown-menu {
  padding: 0;
}
.cid-tIEZ6JG0gd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIEZ6JG0gd .dropdown-item:hover,
.cid-tIEZ6JG0gd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIEZ6JG0gd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIEZ6JG0gd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIEZ6JG0gd .nav-link {
  position: relative;
}
.cid-tIEZ6JG0gd .container {
  display: flex;
  margin: auto;
}
.cid-tIEZ6JG0gd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIEZ6JG0gd .navbar-caption {
  padding-right: 4rem;
}
.cid-tIEZ6JG0gd .dropdown-menu,
.cid-tIEZ6JG0gd .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIEZ6JG0gd .nav-item:focus,
.cid-tIEZ6JG0gd .nav-link:focus {
  outline: none;
}
.cid-tIEZ6JG0gd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIEZ6JG0gd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIEZ6JG0gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIEZ6JG0gd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIEZ6JG0gd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIEZ6JG0gd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIEZ6JG0gd .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIEZ6JG0gd .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIEZ6JG0gd .navbar.opened {
  transition: all .3s;
}
.cid-tIEZ6JG0gd .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIEZ6JG0gd .navbar .navbar-logo img {
  width: auto;
}
.cid-tIEZ6JG0gd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIEZ6JG0gd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIEZ6JG0gd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIEZ6JG0gd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIEZ6JG0gd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIEZ6JG0gd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIEZ6JG0gd .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-tIEZ6JG0gd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIEZ6JG0gd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIEZ6JG0gd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIEZ6JG0gd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIEZ6JG0gd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIEZ6JG0gd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIEZ6JG0gd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIEZ6JG0gd .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-tIEZ6JG0gd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIEZ6JG0gd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIEZ6JG0gd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIEZ6JG0gd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIEZ6JG0gd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIEZ6JG0gd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIEZ6JG0gd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIEZ6JG0gd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIEZ6JG0gd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIEZ6JG0gd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIEZ6JG0gd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIEZ6JG0gd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIEZ6JG0gd .dropdown-item.active,
.cid-tIEZ6JG0gd .dropdown-item:active {
  background-color: transparent;
}
.cid-tIEZ6JG0gd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIEZ6JG0gd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIEZ6JG0gd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIEZ6JG0gd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIEZ6JG0gd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIEZ6JG0gd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIEZ6JG0gd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIEZ6JG0gd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIEZ6JG0gd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIEZ6JG0gd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIEZ6JG0gd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIEZ6JG0gd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIEZ6JG0gd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIEZ6JG0gd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIEZ6JG0gd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIEZ6JG0gd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIEZ6JG0gd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIEZ6JG0gd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIEZ6JG0gd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIEZ6JG0gd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIEZ6JG0gd .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-tIEZ6JG0gd .navbar {
    height: 77px;
  }
  .cid-tIEZ6JG0gd .navbar.opened {
    height: auto;
  }
  .cid-tIEZ6JG0gd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIEZ6JrXxg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIEZ6JrXxg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIEZ6JrXxg .row {
  flex-direction: row-reverse;
}
.cid-tIEZ6JrXxg img {
  width: 100%;
}
.cid-tIYJOQhFQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIYJOQhFQx .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIYJOQhFQx .mbr-text {
  color: #000000;
}
.cid-tIEZ6L7o0C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIEZ6L7o0C .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIEZ6L7o0C .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIEZ6L7o0C .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIEZ6L7o0C .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIEZ6L7o0C .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIEZ6L7o0C .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIEZ6L7o0C .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIEZ6L7o0C .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIEZ6L7o0C .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIEZ6L7o0C .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIEZ6L7o0C .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIEZ6L7o0C .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIEZ6L7o0C .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIEZ6L7o0C .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIF2fWipRz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIF2fWipRz nav.navbar {
  position: fixed;
}
.cid-tIF2fWipRz .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-tIF2fWipRz .dropdown-menu {
  padding: 0;
}
.cid-tIF2fWipRz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIF2fWipRz .dropdown-item:hover,
.cid-tIF2fWipRz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIF2fWipRz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIF2fWipRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIF2fWipRz .nav-link {
  position: relative;
}
.cid-tIF2fWipRz .container {
  display: flex;
  margin: auto;
}
.cid-tIF2fWipRz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIF2fWipRz .navbar-caption {
  padding-right: 4rem;
}
.cid-tIF2fWipRz .dropdown-menu,
.cid-tIF2fWipRz .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIF2fWipRz .nav-item:focus,
.cid-tIF2fWipRz .nav-link:focus {
  outline: none;
}
.cid-tIF2fWipRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIF2fWipRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIF2fWipRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIF2fWipRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIF2fWipRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIF2fWipRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIF2fWipRz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIF2fWipRz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIF2fWipRz .navbar.opened {
  transition: all .3s;
}
.cid-tIF2fWipRz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIF2fWipRz .navbar .navbar-logo img {
  width: auto;
}
.cid-tIF2fWipRz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIF2fWipRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIF2fWipRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIF2fWipRz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIF2fWipRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIF2fWipRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIF2fWipRz .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-tIF2fWipRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIF2fWipRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIF2fWipRz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIF2fWipRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIF2fWipRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIF2fWipRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIF2fWipRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIF2fWipRz .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-tIF2fWipRz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIF2fWipRz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIF2fWipRz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIF2fWipRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIF2fWipRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIF2fWipRz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIF2fWipRz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIF2fWipRz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIF2fWipRz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIF2fWipRz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIF2fWipRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIF2fWipRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIF2fWipRz .dropdown-item.active,
.cid-tIF2fWipRz .dropdown-item:active {
  background-color: transparent;
}
.cid-tIF2fWipRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIF2fWipRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIF2fWipRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIF2fWipRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIF2fWipRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIF2fWipRz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIF2fWipRz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIF2fWipRz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIF2fWipRz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIF2fWipRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIF2fWipRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIF2fWipRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIF2fWipRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIF2fWipRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIF2fWipRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIF2fWipRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIF2fWipRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIF2fWipRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIF2fWipRz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIF2fWipRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIF2fWipRz .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-tIF2fWipRz .navbar {
    height: 77px;
  }
  .cid-tIF2fWipRz .navbar.opened {
    height: auto;
  }
  .cid-tIF2fWipRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIF2fVCJLT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIF2fVCJLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIF2fVCJLT .row {
  flex-direction: row-reverse;
}
.cid-tIF2fVCJLT img {
  width: 100%;
}
.cid-tIF2fVYVKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIF2fVYVKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIF2fVYVKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIF2fVYVKZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tIF2fVYVKZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIF2fVYVKZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIF2fVYVKZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tIF2fVYVKZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tIF2fVYVKZ P {
  text-align: left;
}
.cid-tIF2fWBgY0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIF2fWBgY0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIF2fWBgY0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIF2fWBgY0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIF2fWBgY0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIF2fWBgY0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIF2fWBgY0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIF2fWBgY0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIF2fWBgY0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIF2fWBgY0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIF2fWBgY0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIF2fWBgY0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIF2fWBgY0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIF2fWBgY0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIF2fWBgY0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIF572uuDQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIF572uuDQ nav.navbar {
  position: fixed;
}
.cid-tIF572uuDQ .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-tIF572uuDQ .dropdown-menu {
  padding: 0;
}
.cid-tIF572uuDQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIF572uuDQ .dropdown-item:hover,
.cid-tIF572uuDQ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIF572uuDQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIF572uuDQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIF572uuDQ .nav-link {
  position: relative;
}
.cid-tIF572uuDQ .container {
  display: flex;
  margin: auto;
}
.cid-tIF572uuDQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIF572uuDQ .navbar-caption {
  padding-right: 4rem;
}
.cid-tIF572uuDQ .dropdown-menu,
.cid-tIF572uuDQ .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIF572uuDQ .nav-item:focus,
.cid-tIF572uuDQ .nav-link:focus {
  outline: none;
}
.cid-tIF572uuDQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIF572uuDQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIF572uuDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIF572uuDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIF572uuDQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIF572uuDQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIF572uuDQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIF572uuDQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIF572uuDQ .navbar.opened {
  transition: all .3s;
}
.cid-tIF572uuDQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIF572uuDQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tIF572uuDQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIF572uuDQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIF572uuDQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIF572uuDQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIF572uuDQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIF572uuDQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIF572uuDQ .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-tIF572uuDQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIF572uuDQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIF572uuDQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIF572uuDQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIF572uuDQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIF572uuDQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIF572uuDQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIF572uuDQ .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-tIF572uuDQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIF572uuDQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIF572uuDQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIF572uuDQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIF572uuDQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIF572uuDQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIF572uuDQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIF572uuDQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIF572uuDQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIF572uuDQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIF572uuDQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIF572uuDQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIF572uuDQ .dropdown-item.active,
.cid-tIF572uuDQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tIF572uuDQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIF572uuDQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIF572uuDQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIF572uuDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIF572uuDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIF572uuDQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIF572uuDQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIF572uuDQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIF572uuDQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIF572uuDQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIF572uuDQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIF572uuDQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIF572uuDQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIF572uuDQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIF572uuDQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIF572uuDQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIF572uuDQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIF572uuDQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIF572uuDQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIF572uuDQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIF572uuDQ .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-tIF572uuDQ .navbar {
    height: 77px;
  }
  .cid-tIF572uuDQ .navbar.opened {
    height: auto;
  }
  .cid-tIF572uuDQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIF572aUfZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIF572aUfZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIF572aUfZ .row {
  flex-direction: row-reverse;
}
.cid-tIF572aUfZ img {
  width: 100%;
}
.cid-tIF9gtiCna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIF9gtiCna .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIF9gtiCna .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFbu8mjPw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tIFbu8mjPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFbu8mjPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFbu8mjPw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIFbu8mjPw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIFbu8mjPw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIFbu8mjPw .panel-body,
.cid-tIFbu8mjPw .card-header {
  padding: 1rem 0;
}
.cid-tIFbu8mjPw .panel-title-edit {
  color: #000000;
}
.cid-tIFbu8mjPw .panel-text {
  text-align: left;
}
.cid-tIF572QZdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tIF572QZdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIF572QZdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIF572QZdW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIF572QZdW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIF572QZdW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIF572QZdW .panel-body,
.cid-tIF572QZdW .card-header {
  padding: 1rem 0;
}
.cid-tIF572QZdW .panel-title-edit {
  color: #000000;
}
.cid-tIF572QZdW .panel-text {
  text-align: left;
}
.cid-tIF9Ruc9OQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tIF9Ruc9OQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIF9Ruc9OQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIF9Ruc9OQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIF9Ruc9OQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIF9Ruc9OQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIF9Ruc9OQ .panel-body,
.cid-tIF9Ruc9OQ .card-header {
  padding: 1rem 0;
}
.cid-tIF9Ruc9OQ .panel-title-edit {
  color: #000000;
}
.cid-tIF9Ruc9OQ .panel-text {
  text-align: left;
}
.cid-tIYKJhqMgx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tIYKJhqMgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIYKJhqMgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYKJhqMgx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIYKJhqMgx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIYKJhqMgx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIYKJhqMgx .panel-body,
.cid-tIYKJhqMgx .card-header {
  padding: 1rem 0;
}
.cid-tIYKJhqMgx .panel-title-edit {
  color: #000000;
}
.cid-tIYKJhqMgx .panel-text {
  text-align: left;
}
.cid-tIYKKfqEjL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tIYKKfqEjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIYKKfqEjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYKKfqEjL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tIYKKfqEjL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tIYKKfqEjL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tIYKKfqEjL .panel-body,
.cid-tIYKKfqEjL .card-header {
  padding: 1rem 0;
}
.cid-tIYKKfqEjL .panel-title-edit {
  color: #000000;
}
.cid-tIYKKfqEjL .panel-text {
  text-align: left;
}
.cid-tIF573aqUt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIF573aqUt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIF573aqUt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIF573aqUt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIF573aqUt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIF573aqUt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIF573aqUt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIF573aqUt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIF573aqUt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIF573aqUt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIF573aqUt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIF573aqUt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIF573aqUt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIF573aqUt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIF573aqUt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFidAvkUS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFidAvkUS nav.navbar {
  position: fixed;
}
.cid-tIFidAvkUS .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-tIFidAvkUS .dropdown-menu {
  padding: 0;
}
.cid-tIFidAvkUS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFidAvkUS .dropdown-item:hover,
.cid-tIFidAvkUS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFidAvkUS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFidAvkUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFidAvkUS .nav-link {
  position: relative;
}
.cid-tIFidAvkUS .container {
  display: flex;
  margin: auto;
}
.cid-tIFidAvkUS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFidAvkUS .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFidAvkUS .dropdown-menu,
.cid-tIFidAvkUS .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFidAvkUS .nav-item:focus,
.cid-tIFidAvkUS .nav-link:focus {
  outline: none;
}
.cid-tIFidAvkUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFidAvkUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFidAvkUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFidAvkUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFidAvkUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFidAvkUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFidAvkUS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFidAvkUS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFidAvkUS .navbar.opened {
  transition: all .3s;
}
.cid-tIFidAvkUS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFidAvkUS .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFidAvkUS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFidAvkUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFidAvkUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFidAvkUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFidAvkUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFidAvkUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFidAvkUS .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-tIFidAvkUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFidAvkUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFidAvkUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFidAvkUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFidAvkUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFidAvkUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFidAvkUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFidAvkUS .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-tIFidAvkUS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFidAvkUS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFidAvkUS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFidAvkUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFidAvkUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFidAvkUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFidAvkUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFidAvkUS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFidAvkUS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFidAvkUS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFidAvkUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFidAvkUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFidAvkUS .dropdown-item.active,
.cid-tIFidAvkUS .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFidAvkUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFidAvkUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFidAvkUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFidAvkUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFidAvkUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFidAvkUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFidAvkUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFidAvkUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFidAvkUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFidAvkUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFidAvkUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFidAvkUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFidAvkUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFidAvkUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFidAvkUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFidAvkUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFidAvkUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFidAvkUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFidAvkUS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFidAvkUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFidAvkUS .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-tIFidAvkUS .navbar {
    height: 77px;
  }
  .cid-tIFidAvkUS .navbar.opened {
    height: auto;
  }
  .cid-tIFidAvkUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFidAa6EO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFidAa6EO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFidAa6EO .row {
  flex-direction: row-reverse;
}
.cid-tIFidAa6EO img {
  width: 100%;
}
.cid-tIFipkvCW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIFipkvCW7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFipkvCW7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFidAMQUD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFidAMQUD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFidAMQUD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFidAMQUD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFidAMQUD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFidAMQUD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFidAMQUD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFidAMQUD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFidAMQUD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFidAMQUD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFidAMQUD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFidAMQUD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFidAMQUD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFidAMQUD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFidAMQUD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFiAbNekL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFiAbNekL nav.navbar {
  position: fixed;
}
.cid-tIFiAbNekL .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-tIFiAbNekL .dropdown-menu {
  padding: 0;
}
.cid-tIFiAbNekL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFiAbNekL .dropdown-item:hover,
.cid-tIFiAbNekL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFiAbNekL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFiAbNekL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFiAbNekL .nav-link {
  position: relative;
}
.cid-tIFiAbNekL .container {
  display: flex;
  margin: auto;
}
.cid-tIFiAbNekL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFiAbNekL .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFiAbNekL .dropdown-menu,
.cid-tIFiAbNekL .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFiAbNekL .nav-item:focus,
.cid-tIFiAbNekL .nav-link:focus {
  outline: none;
}
.cid-tIFiAbNekL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFiAbNekL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFiAbNekL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFiAbNekL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFiAbNekL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFiAbNekL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFiAbNekL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFiAbNekL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFiAbNekL .navbar.opened {
  transition: all .3s;
}
.cid-tIFiAbNekL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFiAbNekL .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFiAbNekL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFiAbNekL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFiAbNekL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFiAbNekL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFiAbNekL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFiAbNekL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFiAbNekL .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-tIFiAbNekL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFiAbNekL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFiAbNekL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFiAbNekL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFiAbNekL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFiAbNekL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFiAbNekL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFiAbNekL .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-tIFiAbNekL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFiAbNekL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFiAbNekL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFiAbNekL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFiAbNekL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFiAbNekL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFiAbNekL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFiAbNekL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFiAbNekL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFiAbNekL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFiAbNekL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFiAbNekL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFiAbNekL .dropdown-item.active,
.cid-tIFiAbNekL .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFiAbNekL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFiAbNekL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFiAbNekL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFiAbNekL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFiAbNekL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFiAbNekL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFiAbNekL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFiAbNekL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFiAbNekL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFiAbNekL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFiAbNekL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFiAbNekL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFiAbNekL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFiAbNekL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFiAbNekL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFiAbNekL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFiAbNekL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFiAbNekL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFiAbNekL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFiAbNekL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFiAbNekL .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-tIFiAbNekL .navbar {
    height: 77px;
  }
  .cid-tIFiAbNekL .navbar.opened {
    height: auto;
  }
  .cid-tIFiAbNekL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFiAbrkKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFiAbrkKr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFiAbrkKr .row {
  flex-direction: row-reverse;
}
.cid-tIFiAbrkKr img {
  width: 100%;
}
.cid-tXQMVa5JVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tXQMVa5JVJ .mbr-text {
  text-align: center;
}
.cid-tIFiAc6r0F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFiAc6r0F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFiAc6r0F .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFiAc6r0F .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFiAc6r0F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFiAc6r0F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFiAc6r0F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFiAc6r0F .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFiAc6r0F .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFiAc6r0F .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFiAc6r0F .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFiAc6r0F .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFiAc6r0F .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFiAc6r0F .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFiAc6r0F .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFj0ju5MA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFj0ju5MA nav.navbar {
  position: fixed;
}
.cid-tIFj0ju5MA .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-tIFj0ju5MA .dropdown-menu {
  padding: 0;
}
.cid-tIFj0ju5MA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFj0ju5MA .dropdown-item:hover,
.cid-tIFj0ju5MA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFj0ju5MA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFj0ju5MA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFj0ju5MA .nav-link {
  position: relative;
}
.cid-tIFj0ju5MA .container {
  display: flex;
  margin: auto;
}
.cid-tIFj0ju5MA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFj0ju5MA .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFj0ju5MA .dropdown-menu,
.cid-tIFj0ju5MA .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFj0ju5MA .nav-item:focus,
.cid-tIFj0ju5MA .nav-link:focus {
  outline: none;
}
.cid-tIFj0ju5MA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFj0ju5MA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFj0ju5MA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFj0ju5MA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFj0ju5MA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFj0ju5MA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFj0ju5MA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFj0ju5MA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFj0ju5MA .navbar.opened {
  transition: all .3s;
}
.cid-tIFj0ju5MA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFj0ju5MA .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFj0ju5MA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFj0ju5MA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFj0ju5MA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFj0ju5MA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFj0ju5MA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFj0ju5MA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFj0ju5MA .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-tIFj0ju5MA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFj0ju5MA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFj0ju5MA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFj0ju5MA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFj0ju5MA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFj0ju5MA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFj0ju5MA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFj0ju5MA .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-tIFj0ju5MA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFj0ju5MA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFj0ju5MA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFj0ju5MA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFj0ju5MA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFj0ju5MA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFj0ju5MA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFj0ju5MA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFj0ju5MA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFj0ju5MA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFj0ju5MA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFj0ju5MA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFj0ju5MA .dropdown-item.active,
.cid-tIFj0ju5MA .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFj0ju5MA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFj0ju5MA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFj0ju5MA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFj0ju5MA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFj0ju5MA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFj0ju5MA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFj0ju5MA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFj0ju5MA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFj0ju5MA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFj0ju5MA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFj0ju5MA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFj0ju5MA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFj0ju5MA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFj0ju5MA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFj0ju5MA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFj0ju5MA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFj0ju5MA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFj0ju5MA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFj0ju5MA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFj0ju5MA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFj0ju5MA .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-tIFj0ju5MA .navbar {
    height: 77px;
  }
  .cid-tIFj0ju5MA .navbar.opened {
    height: auto;
  }
  .cid-tIFj0ju5MA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFj0j5eNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFj0j5eNf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFj0j5eNf .row {
  flex-direction: row-reverse;
}
.cid-tIFj0j5eNf img {
  width: 100%;
}
.cid-tIFj0jkL9b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIFj0jkL9b .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFj0jkL9b .mbr-text {
  color: #000000;
}
.cid-tIFj0jKayx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFj0jKayx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFj0jKayx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFj0jKayx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFj0jKayx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFj0jKayx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFj0jKayx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFj0jKayx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFj0jKayx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFj0jKayx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFj0jKayx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFj0jKayx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFj0jKayx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFj0jKayx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFj0jKayx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFjkoFgd8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFjkoFgd8 nav.navbar {
  position: fixed;
}
.cid-tIFjkoFgd8 .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-tIFjkoFgd8 .dropdown-menu {
  padding: 0;
}
.cid-tIFjkoFgd8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFjkoFgd8 .dropdown-item:hover,
.cid-tIFjkoFgd8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFjkoFgd8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFjkoFgd8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFjkoFgd8 .nav-link {
  position: relative;
}
.cid-tIFjkoFgd8 .container {
  display: flex;
  margin: auto;
}
.cid-tIFjkoFgd8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFjkoFgd8 .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFjkoFgd8 .dropdown-menu,
.cid-tIFjkoFgd8 .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFjkoFgd8 .nav-item:focus,
.cid-tIFjkoFgd8 .nav-link:focus {
  outline: none;
}
.cid-tIFjkoFgd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFjkoFgd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFjkoFgd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFjkoFgd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFjkoFgd8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFjkoFgd8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFjkoFgd8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFjkoFgd8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFjkoFgd8 .navbar.opened {
  transition: all .3s;
}
.cid-tIFjkoFgd8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFjkoFgd8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFjkoFgd8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFjkoFgd8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFjkoFgd8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFjkoFgd8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFjkoFgd8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFjkoFgd8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFjkoFgd8 .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-tIFjkoFgd8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFjkoFgd8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFjkoFgd8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFjkoFgd8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFjkoFgd8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFjkoFgd8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFjkoFgd8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFjkoFgd8 .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-tIFjkoFgd8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFjkoFgd8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFjkoFgd8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFjkoFgd8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFjkoFgd8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFjkoFgd8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFjkoFgd8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFjkoFgd8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFjkoFgd8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFjkoFgd8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFjkoFgd8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFjkoFgd8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFjkoFgd8 .dropdown-item.active,
.cid-tIFjkoFgd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFjkoFgd8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFjkoFgd8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFjkoFgd8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFjkoFgd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFjkoFgd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFjkoFgd8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFjkoFgd8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFjkoFgd8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFjkoFgd8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFjkoFgd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFjkoFgd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFjkoFgd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFjkoFgd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFjkoFgd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFjkoFgd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFjkoFgd8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFjkoFgd8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFjkoFgd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFjkoFgd8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFjkoFgd8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFjkoFgd8 .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-tIFjkoFgd8 .navbar {
    height: 77px;
  }
  .cid-tIFjkoFgd8 .navbar.opened {
    height: auto;
  }
  .cid-tIFjkoFgd8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFjkoiGkG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFjkoiGkG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFjkoiGkG .row {
  flex-direction: row-reverse;
}
.cid-tIFjkoiGkG img {
  width: 100%;
}
.cid-tIFjkoxCV0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tIFjkoxCV0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFjkoxCV0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFjMqzz20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-tIFjMqzz20 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFjMqzz20 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFkl3Iex1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIFkl3Iex1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFkl3Iex1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFjkoZGtI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFjkoZGtI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFjkoZGtI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFjkoZGtI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFjkoZGtI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFjkoZGtI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFjkoZGtI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFjkoZGtI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFjkoZGtI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFjkoZGtI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFjkoZGtI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFjkoZGtI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFjkoZGtI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFjkoZGtI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFjkoZGtI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFmGPJWbb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFmGPJWbb nav.navbar {
  position: fixed;
}
.cid-tIFmGPJWbb .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-tIFmGPJWbb .dropdown-menu {
  padding: 0;
}
.cid-tIFmGPJWbb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFmGPJWbb .dropdown-item:hover,
.cid-tIFmGPJWbb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFmGPJWbb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFmGPJWbb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFmGPJWbb .nav-link {
  position: relative;
}
.cid-tIFmGPJWbb .container {
  display: flex;
  margin: auto;
}
.cid-tIFmGPJWbb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFmGPJWbb .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFmGPJWbb .dropdown-menu,
.cid-tIFmGPJWbb .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFmGPJWbb .nav-item:focus,
.cid-tIFmGPJWbb .nav-link:focus {
  outline: none;
}
.cid-tIFmGPJWbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFmGPJWbb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFmGPJWbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFmGPJWbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFmGPJWbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFmGPJWbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFmGPJWbb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFmGPJWbb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFmGPJWbb .navbar.opened {
  transition: all .3s;
}
.cid-tIFmGPJWbb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFmGPJWbb .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFmGPJWbb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFmGPJWbb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFmGPJWbb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFmGPJWbb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFmGPJWbb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFmGPJWbb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFmGPJWbb .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-tIFmGPJWbb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFmGPJWbb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFmGPJWbb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFmGPJWbb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFmGPJWbb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFmGPJWbb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFmGPJWbb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFmGPJWbb .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-tIFmGPJWbb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFmGPJWbb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFmGPJWbb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFmGPJWbb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFmGPJWbb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFmGPJWbb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFmGPJWbb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFmGPJWbb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFmGPJWbb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFmGPJWbb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFmGPJWbb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFmGPJWbb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFmGPJWbb .dropdown-item.active,
.cid-tIFmGPJWbb .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFmGPJWbb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFmGPJWbb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFmGPJWbb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFmGPJWbb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFmGPJWbb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFmGPJWbb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFmGPJWbb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFmGPJWbb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFmGPJWbb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFmGPJWbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFmGPJWbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFmGPJWbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFmGPJWbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFmGPJWbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFmGPJWbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFmGPJWbb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFmGPJWbb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFmGPJWbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFmGPJWbb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFmGPJWbb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFmGPJWbb .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-tIFmGPJWbb .navbar {
    height: 77px;
  }
  .cid-tIFmGPJWbb .navbar.opened {
    height: auto;
  }
  .cid-tIFmGPJWbb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFmGPqDSL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFmGPqDSL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFmGPqDSL .row {
  flex-direction: row-reverse;
}
.cid-tIFmGPqDSL img {
  width: 100%;
}
.cid-tIFmGQ5u6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f5e5e;
}
.cid-tIFmGQ5u6Y .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFmGQ5u6Y .mbr-text {
  color: #ffffff;
}
.cid-tIFmGQiWHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFmGQiWHZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFmGQiWHZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFmGQiWHZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFmGQiWHZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFmGQiWHZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFmGQiWHZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFmGQiWHZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFmGQiWHZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFmGQiWHZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFmGQiWHZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFmGQiWHZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFmGQiWHZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFmGQiWHZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFmGQiWHZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFndgivjX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFndgivjX nav.navbar {
  position: fixed;
}
.cid-tIFndgivjX .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-tIFndgivjX .dropdown-menu {
  padding: 0;
}
.cid-tIFndgivjX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFndgivjX .dropdown-item:hover,
.cid-tIFndgivjX .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFndgivjX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFndgivjX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFndgivjX .nav-link {
  position: relative;
}
.cid-tIFndgivjX .container {
  display: flex;
  margin: auto;
}
.cid-tIFndgivjX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFndgivjX .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFndgivjX .dropdown-menu,
.cid-tIFndgivjX .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFndgivjX .nav-item:focus,
.cid-tIFndgivjX .nav-link:focus {
  outline: none;
}
.cid-tIFndgivjX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFndgivjX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFndgivjX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFndgivjX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFndgivjX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFndgivjX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFndgivjX .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFndgivjX .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFndgivjX .navbar.opened {
  transition: all .3s;
}
.cid-tIFndgivjX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFndgivjX .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFndgivjX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFndgivjX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFndgivjX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFndgivjX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFndgivjX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFndgivjX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFndgivjX .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-tIFndgivjX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFndgivjX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFndgivjX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFndgivjX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFndgivjX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFndgivjX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFndgivjX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFndgivjX .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-tIFndgivjX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFndgivjX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFndgivjX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFndgivjX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFndgivjX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFndgivjX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFndgivjX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFndgivjX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFndgivjX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFndgivjX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFndgivjX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFndgivjX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFndgivjX .dropdown-item.active,
.cid-tIFndgivjX .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFndgivjX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFndgivjX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFndgivjX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFndgivjX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFndgivjX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFndgivjX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFndgivjX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFndgivjX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFndgivjX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFndgivjX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFndgivjX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFndgivjX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFndgivjX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFndgivjX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFndgivjX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFndgivjX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFndgivjX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFndgivjX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFndgivjX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFndgivjX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFndgivjX .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-tIFndgivjX .navbar {
    height: 77px;
  }
  .cid-tIFndgivjX .navbar.opened {
    height: auto;
  }
  .cid-tIFndgivjX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFndg3Sun {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFndg3Sun .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFndg3Sun .row {
  flex-direction: row-reverse;
}
.cid-tIFndg3Sun img {
  width: 100%;
}
.cid-tIFnomRZnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIFnomRZnC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFnomRZnC .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFndgyZo1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFndgyZo1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFndgyZo1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFndgyZo1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFndgyZo1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFndgyZo1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFndgyZo1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFndgyZo1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFndgyZo1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFndgyZo1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFndgyZo1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFndgyZo1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFndgyZo1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFndgyZo1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFndgyZo1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIFobYiazj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIFobYiazj nav.navbar {
  position: fixed;
}
.cid-tIFobYiazj .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-tIFobYiazj .dropdown-menu {
  padding: 0;
}
.cid-tIFobYiazj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFobYiazj .dropdown-item:hover,
.cid-tIFobYiazj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIFobYiazj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIFobYiazj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIFobYiazj .nav-link {
  position: relative;
}
.cid-tIFobYiazj .container {
  display: flex;
  margin: auto;
}
.cid-tIFobYiazj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIFobYiazj .navbar-caption {
  padding-right: 4rem;
}
.cid-tIFobYiazj .dropdown-menu,
.cid-tIFobYiazj .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIFobYiazj .nav-item:focus,
.cid-tIFobYiazj .nav-link:focus {
  outline: none;
}
.cid-tIFobYiazj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIFobYiazj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIFobYiazj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIFobYiazj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIFobYiazj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIFobYiazj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIFobYiazj .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIFobYiazj .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIFobYiazj .navbar.opened {
  transition: all .3s;
}
.cid-tIFobYiazj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIFobYiazj .navbar .navbar-logo img {
  width: auto;
}
.cid-tIFobYiazj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIFobYiazj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIFobYiazj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIFobYiazj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIFobYiazj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIFobYiazj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIFobYiazj .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-tIFobYiazj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIFobYiazj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIFobYiazj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIFobYiazj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIFobYiazj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIFobYiazj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIFobYiazj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIFobYiazj .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-tIFobYiazj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIFobYiazj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIFobYiazj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIFobYiazj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIFobYiazj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIFobYiazj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIFobYiazj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIFobYiazj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIFobYiazj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIFobYiazj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIFobYiazj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIFobYiazj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIFobYiazj .dropdown-item.active,
.cid-tIFobYiazj .dropdown-item:active {
  background-color: transparent;
}
.cid-tIFobYiazj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIFobYiazj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIFobYiazj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIFobYiazj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIFobYiazj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIFobYiazj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIFobYiazj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIFobYiazj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIFobYiazj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIFobYiazj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIFobYiazj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIFobYiazj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFobYiazj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIFobYiazj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIFobYiazj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFobYiazj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIFobYiazj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIFobYiazj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIFobYiazj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIFobYiazj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIFobYiazj .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-tIFobYiazj .navbar {
    height: 77px;
  }
  .cid-tIFobYiazj .navbar.opened {
    height: auto;
  }
  .cid-tIFobYiazj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFobXWutW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIFobXWutW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIFobXWutW .row {
  flex-direction: row-reverse;
}
.cid-tIFobXWutW img {
  width: 100%;
}
.cid-tIFobYa97w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIFobYa97w .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tIFobYa97w .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tIFobYCinz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIFobYCinz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIFobYCinz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIFobYCinz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIFobYCinz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIFobYCinz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIFobYCinz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIFobYCinz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIFobYCinz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIFobYCinz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIFobYCinz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIFobYCinz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIFobYCinz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIFobYCinz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIFobYCinz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIYDtfZR5I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIYDtfZR5I nav.navbar {
  position: fixed;
}
.cid-tIYDtfZR5I .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-tIYDtfZR5I .dropdown-menu {
  padding: 0;
}
.cid-tIYDtfZR5I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIYDtfZR5I .dropdown-item:hover,
.cid-tIYDtfZR5I .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tIYDtfZR5I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tIYDtfZR5I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIYDtfZR5I .nav-link {
  position: relative;
}
.cid-tIYDtfZR5I .container {
  display: flex;
  margin: auto;
}
.cid-tIYDtfZR5I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tIYDtfZR5I .navbar-caption {
  padding-right: 4rem;
}
.cid-tIYDtfZR5I .dropdown-menu,
.cid-tIYDtfZR5I .navbar.opened {
  background: #40b0bf !important;
}
.cid-tIYDtfZR5I .nav-item:focus,
.cid-tIYDtfZR5I .nav-link:focus {
  outline: none;
}
.cid-tIYDtfZR5I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIYDtfZR5I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIYDtfZR5I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tIYDtfZR5I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIYDtfZR5I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIYDtfZR5I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIYDtfZR5I .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #40b0bf;
}
.cid-tIYDtfZR5I .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIYDtfZR5I .navbar.opened {
  transition: all .3s;
}
.cid-tIYDtfZR5I .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tIYDtfZR5I .navbar .navbar-logo img {
  width: auto;
}
.cid-tIYDtfZR5I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIYDtfZR5I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIYDtfZR5I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIYDtfZR5I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tIYDtfZR5I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIYDtfZR5I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIYDtfZR5I .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-tIYDtfZR5I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIYDtfZR5I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tIYDtfZR5I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tIYDtfZR5I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIYDtfZR5I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIYDtfZR5I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIYDtfZR5I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIYDtfZR5I .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-tIYDtfZR5I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tIYDtfZR5I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIYDtfZR5I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIYDtfZR5I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIYDtfZR5I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIYDtfZR5I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tIYDtfZR5I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIYDtfZR5I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tIYDtfZR5I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tIYDtfZR5I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIYDtfZR5I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIYDtfZR5I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIYDtfZR5I .dropdown-item.active,
.cid-tIYDtfZR5I .dropdown-item:active {
  background-color: transparent;
}
.cid-tIYDtfZR5I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIYDtfZR5I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIYDtfZR5I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIYDtfZR5I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #40b0bf;
}
.cid-tIYDtfZR5I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIYDtfZR5I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIYDtfZR5I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIYDtfZR5I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIYDtfZR5I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tIYDtfZR5I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tIYDtfZR5I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tIYDtfZR5I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tIYDtfZR5I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tIYDtfZR5I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tIYDtfZR5I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIYDtfZR5I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tIYDtfZR5I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tIYDtfZR5I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tIYDtfZR5I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tIYDtfZR5I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIYDtfZR5I .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-tIYDtfZR5I .navbar {
    height: 77px;
  }
  .cid-tIYDtfZR5I .navbar.opened {
    height: auto;
  }
  .cid-tIYDtfZR5I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIYDtfGQ95 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2-1280x720.jpg");
}
@media (max-width: 991px) {
  .cid-tIYDtfGQ95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIYDtfGQ95 .row {
  flex-direction: row-reverse;
}
.cid-tIYDtfGQ95 img {
  width: 100%;
}
.cid-tIYFkVYBlv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tIYFkVYBlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIYFkVYBlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYFkVYBlv .mbr-text,
.cid-tIYFkVYBlv .mbr-section-btn {
  text-align: center;
}
.cid-tIYDtglKuO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tIYDtglKuO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIYDtglKuO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tIYDtglKuO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIYDtglKuO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tIYDtglKuO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tIYDtglKuO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tIYDtglKuO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIYDtglKuO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tIYDtglKuO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIYDtglKuO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tIYDtglKuO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIYDtglKuO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIYDtglKuO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tIYDtglKuO .media-container-row .row-copirayt p {
  width: 100%;
}
