.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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.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 */
.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-srfrf8Gp0Q {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-srfrf8Gp0Q .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-srfrf8Gp0Q .mbr-text {
  text-align: center;
}
.cid-sqNhCa4JuV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqNhCa4JuV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqNhCa4JuV a {
  font-style: normal;
}
.cid-sqNhCa4JuV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNhCa4JuV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqNhCa4JuV .nav-item:focus,
.cid-sqNhCa4JuV .nav-link:focus {
  outline: none;
}
.cid-sqNhCa4JuV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNhCa4JuV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNhCa4JuV .menu-logo {
  margin-right: auto;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNhCa4JuV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNhCa4JuV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqNhCa4JuV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqNhCa4JuV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNhCa4JuV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNhCa4JuV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqNhCa4JuV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqNhCa4JuV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV img {
    height: 3.8rem !important;
  }
  .cid-sqNhCa4JuV .btn {
    display: -webkit-flex;
  }
  .cid-sqNhCa4JuV button.navbar-toggler {
    display: block;
  }
  .cid-sqNhCa4JuV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNhCa4JuV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing,
  .cid-sqNhCa4JuV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqNhCa4JuV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNhCa4JuV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNhCa4JuV .nav-link:hover,
.cid-sqNhCa4JuV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srfhJj97ka {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/20131020-78-1000x750.jpg");
}
.cid-srfhJj97ka .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-srfhJj97ka .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srfhJj97ka .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srfhJj97ka .card-wrapper {
    padding: 4rem;
  }
}
.cid-srfhJj97ka .mbr-text,
.cid-srfhJj97ka .mbr-section-btn {
  text-align: center;
}
.cid-srltuU9oRD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-srltuU9oRD blockquote {
  border-color: #bed3f9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-srmFWkXqeV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sqNhF13rwW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sqNhF13rwW .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sqNhF13rwW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-srgIeCHmzv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20191025-541-727x409.jpg");
}
.cid-srgIeCHmzv .item {
  padding-bottom: 2rem;
}
.cid-srgIeCHmzv .item-wrapper {
  position: relative;
}
.cid-srgIeCHmzv .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-srgIeCHmzv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srgIeCHmzv .carousel-control,
.cid-srgIeCHmzv .close {
  background: #1b1b1b;
}
.cid-srgIeCHmzv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srgIeCHmzv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srgIeCHmzv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srgIeCHmzv .carousel-control-next span {
  margin-left: 5px;
}
.cid-srgIeCHmzv .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-srgIeCHmzv .close::before {
  content: '\e91a';
}
.cid-srgIeCHmzv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srgIeCHmzv .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-srgIeCHmzv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srgIeCHmzv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srgIeCHmzv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srgIeCHmzv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srgIeCHmzv .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-srgIeCHmzv .carousel-indicators li.active,
.cid-srgIeCHmzv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srgIeCHmzv .carousel-indicators li::after,
.cid-srgIeCHmzv .carousel-indicators li::before {
  content: none;
}
.cid-srgIeCHmzv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srgIeCHmzv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srgIeCHmzv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srgIeCHmzv .carousel-indicators {
    display: none;
  }
}
.cid-srgIeCHmzv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srgIeCHmzv .carousel-inner > .active {
  display: block;
}
.cid-srgIeCHmzv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srgIeCHmzv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srgIeCHmzv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srgIeCHmzv .carousel-control,
  .cid-srgIeCHmzv .carousel-indicators,
  .cid-srgIeCHmzv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srgIeCHmzv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srgIeCHmzv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srgIeCHmzv .carousel-indicators .active,
.cid-srgIeCHmzv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srgIeCHmzv .carousel-indicators .active {
  background: #fff;
}
.cid-srgIeCHmzv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srgIeCHmzv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srgIeCHmzv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srgIeCHmzv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srgIeCHmzv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srgIeCHmzv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srgIeCHmzv .carousel {
  width: 100%;
}
.cid-srgIeCHmzv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srgIeCHmzv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srgIeCHmzv .modal.fade .modal-dialog,
.cid-srgIeCHmzv .modal.in .modal-dialog {
  transform: none;
}
.cid-srgIeCHmzv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srgIeCHmzv H6 {
  text-align: center;
}
.cid-sqNhGyijiZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/contact-background-1900x600.jpg");
}
.cid-sqNhGyijiZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sqNhGyijiZ .icon-block {
  margin-bottom: 10px;
}
.cid-sqNhGyijiZ .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-sqNhGyijiZ .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sqNhGyijiZ .mbr-text {
  color: #767676;
}
.cid-sqNhGyijiZ textarea.form-control {
  min-height: 100px;
}
.cid-sqNhGyijiZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sqNhGyijiZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqNhGyijiZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqNhGyijiZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqNhGyijiZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqNhGyijiZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sqNhGyijiZ h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sqNhGyijiZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sqNhGyijiZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sqNhGyijiZ .icon-block,
.cid-sqNhGyijiZ .icon-block .icon-block__title {
  text-align: left;
}
.cid-sqNi5YW4gi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqNi5YW4gi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNi5YW4gi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqNi5YW4gi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqNi5YW4gi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqNi5YW4gi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNhCa4JuV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqNhCa4JuV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqNhCa4JuV a {
  font-style: normal;
}
.cid-sqNhCa4JuV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNhCa4JuV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqNhCa4JuV .nav-item:focus,
.cid-sqNhCa4JuV .nav-link:focus {
  outline: none;
}
.cid-sqNhCa4JuV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNhCa4JuV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNhCa4JuV .menu-logo {
  margin-right: auto;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNhCa4JuV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNhCa4JuV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqNhCa4JuV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqNhCa4JuV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNhCa4JuV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNhCa4JuV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqNhCa4JuV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqNhCa4JuV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV img {
    height: 3.8rem !important;
  }
  .cid-sqNhCa4JuV .btn {
    display: -webkit-flex;
  }
  .cid-sqNhCa4JuV button.navbar-toggler {
    display: block;
  }
  .cid-sqNhCa4JuV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNhCa4JuV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing,
  .cid-sqNhCa4JuV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqNhCa4JuV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNhCa4JuV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNhCa4JuV .nav-link:hover,
.cid-sqNhCa4JuV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sqOvDWxqWB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOvDWxqWB .mbr-section-subtitle {
  color: #767676;
}
.cid-sqOvJ5P2W1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOvJ5P2W1 .mbr-text {
  color: #767676;
}
.cid-sqOvKnxLIh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqOvKnxLIh .mbr-section-subtitle {
  color: #767676;
}
.cid-sqOvKnxLIh .btn {
  margin: 0 0 .5rem 0;
}
.cid-sqNi5YW4gi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqNi5YW4gi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNi5YW4gi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqNi5YW4gi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqNi5YW4gi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqNi5YW4gi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNhCa4JuV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqNhCa4JuV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqNhCa4JuV a {
  font-style: normal;
}
.cid-sqNhCa4JuV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNhCa4JuV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqNhCa4JuV .nav-item:focus,
.cid-sqNhCa4JuV .nav-link:focus {
  outline: none;
}
.cid-sqNhCa4JuV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNhCa4JuV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNhCa4JuV .menu-logo {
  margin-right: auto;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNhCa4JuV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNhCa4JuV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqNhCa4JuV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqNhCa4JuV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNhCa4JuV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNhCa4JuV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqNhCa4JuV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqNhCa4JuV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV img {
    height: 3.8rem !important;
  }
  .cid-sqNhCa4JuV .btn {
    display: -webkit-flex;
  }
  .cid-sqNhCa4JuV button.navbar-toggler {
    display: block;
  }
  .cid-sqNhCa4JuV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNhCa4JuV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing,
  .cid-sqNhCa4JuV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqNhCa4JuV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNhCa4JuV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNhCa4JuV .nav-link:hover,
.cid-sqNhCa4JuV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sqOwi351HN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOwi351HN .mbr-section-subtitle {
  color: #767676;
}
.cid-sqOwjhcI4V {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqOwjhcI4V .mbr-text {
  color: #767676;
}
.cid-sr6gD4qDWX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sr6gD4qDWX .mbr-section-subtitle {
  color: #767676;
}
.cid-sr6gD4qDWX .btn {
  margin: 0 0 .5rem 0;
}
.cid-sqNi5YW4gi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqNi5YW4gi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNi5YW4gi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqNi5YW4gi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqNi5YW4gi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqNi5YW4gi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqOCcauyXV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqOCcauyXV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqOCcauyXV a {
  font-style: normal;
}
.cid-sqOCcauyXV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqOCcauyXV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqOCcauyXV .nav-item:focus,
.cid-sqOCcauyXV .nav-link:focus {
  outline: none;
}
.cid-sqOCcauyXV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqOCcauyXV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqOCcauyXV .menu-logo {
  margin-right: auto;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqOCcauyXV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqOCcauyXV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqOCcauyXV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqOCcauyXV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqOCcauyXV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqOCcauyXV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqOCcauyXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqOCcauyXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqOCcauyXV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqOCcauyXV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqOCcauyXV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqOCcauyXV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqOCcauyXV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqOCcauyXV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqOCcauyXV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqOCcauyXV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqOCcauyXV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqOCcauyXV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqOCcauyXV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqOCcauyXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqOCcauyXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqOCcauyXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqOCcauyXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqOCcauyXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqOCcauyXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqOCcauyXV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqOCcauyXV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqOCcauyXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqOCcauyXV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqOCcauyXV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse.collapsing,
.cid-sqOCcauyXV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqOCcauyXV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqOCcauyXV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqOCcauyXV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqOCcauyXV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqOCcauyXV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqOCcauyXV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqOCcauyXV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqOCcauyXV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqOCcauyXV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqOCcauyXV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqOCcauyXV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqOCcauyXV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqOCcauyXV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqOCcauyXV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqOCcauyXV img {
    height: 3.8rem !important;
  }
  .cid-sqOCcauyXV .btn {
    display: -webkit-flex;
  }
  .cid-sqOCcauyXV button.navbar-toggler {
    display: block;
  }
  .cid-sqOCcauyXV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqOCcauyXV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqOCcauyXV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqOCcauyXV .navbar-collapse.collapsing,
  .cid-sqOCcauyXV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqOCcauyXV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqOCcauyXV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqOCcauyXV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqOCcauyXV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqOCcauyXV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqOCcauyXV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqOCcauyXV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqOCcauyXV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqOCcauyXV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqOCcauyXV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqOCcauyXV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqOCcauyXV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqOCcauyXV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqOCcauyXV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqOCcauyXV .nav-link:hover,
.cid-sqOCcauyXV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhm02RO9l {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhm02RO9l .item {
  padding-bottom: 2rem;
}
.cid-srhm02RO9l .item-wrapper {
  position: relative;
}
.cid-srhm02RO9l .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-srhm02RO9l .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhm02RO9l .carousel-control,
.cid-srhm02RO9l .close {
  background: #1b1b1b;
}
.cid-srhm02RO9l .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhm02RO9l .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhm02RO9l .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhm02RO9l .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhm02RO9l .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-srhm02RO9l .close::before {
  content: '\e91a';
}
.cid-srhm02RO9l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhm02RO9l .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-srhm02RO9l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhm02RO9l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhm02RO9l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhm02RO9l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhm02RO9l .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-srhm02RO9l .carousel-indicators li.active,
.cid-srhm02RO9l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhm02RO9l .carousel-indicators li::after,
.cid-srhm02RO9l .carousel-indicators li::before {
  content: none;
}
.cid-srhm02RO9l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhm02RO9l .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhm02RO9l .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhm02RO9l .carousel-indicators {
    display: none;
  }
}
.cid-srhm02RO9l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhm02RO9l .carousel-inner > .active {
  display: block;
}
.cid-srhm02RO9l .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhm02RO9l .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhm02RO9l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhm02RO9l .carousel-control,
  .cid-srhm02RO9l .carousel-indicators,
  .cid-srhm02RO9l .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhm02RO9l .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhm02RO9l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhm02RO9l .carousel-indicators .active,
.cid-srhm02RO9l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhm02RO9l .carousel-indicators .active {
  background: #fff;
}
.cid-srhm02RO9l .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhm02RO9l .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhm02RO9l .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhm02RO9l .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhm02RO9l .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhm02RO9l .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhm02RO9l .carousel {
  width: 100%;
}
.cid-srhm02RO9l .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhm02RO9l .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhm02RO9l .modal.fade .modal-dialog,
.cid-srhm02RO9l .modal.in .modal-dialog {
  transform: none;
}
.cid-srhm02RO9l .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhm02RO9l H6 {
  text-align: center;
}
.cid-sqOCceybO5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqOCceybO5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqOCceybO5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqOCceybO5 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqOCceybO5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqOCceybO5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqOCceybO5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqOCceybO5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqOCceybO5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqOCceybO5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqOCceybO5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqOCceybO5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqSKD3LI2W .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqSKD3LI2W .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqSKD3LI2W a {
  font-style: normal;
}
.cid-sqSKD3LI2W .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqSKD3LI2W .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqSKD3LI2W .nav-item:focus,
.cid-sqSKD3LI2W .nav-link:focus {
  outline: none;
}
.cid-sqSKD3LI2W .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqSKD3LI2W .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqSKD3LI2W .menu-logo {
  margin-right: auto;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqSKD3LI2W .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqSKD3LI2W .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqSKD3LI2W .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqSKD3LI2W .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqSKD3LI2W .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqSKD3LI2W .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqSKD3LI2W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqSKD3LI2W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqSKD3LI2W .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqSKD3LI2W .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqSKD3LI2W .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqSKD3LI2W .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqSKD3LI2W .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqSKD3LI2W .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqSKD3LI2W .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqSKD3LI2W .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqSKD3LI2W .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqSKD3LI2W button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqSKD3LI2W button.navbar-toggler:focus {
  outline: none;
}
.cid-sqSKD3LI2W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqSKD3LI2W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqSKD3LI2W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqSKD3LI2W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqSKD3LI2W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqSKD3LI2W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqSKD3LI2W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqSKD3LI2W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqSKD3LI2W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqSKD3LI2W .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqSKD3LI2W .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse.collapsing,
.cid-sqSKD3LI2W .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqSKD3LI2W .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqSKD3LI2W .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqSKD3LI2W .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqSKD3LI2W .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqSKD3LI2W .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqSKD3LI2W .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqSKD3LI2W .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqSKD3LI2W .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqSKD3LI2W .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqSKD3LI2W .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqSKD3LI2W .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqSKD3LI2W .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqSKD3LI2W .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqSKD3LI2W.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqSKD3LI2W img {
    height: 3.8rem !important;
  }
  .cid-sqSKD3LI2W .btn {
    display: -webkit-flex;
  }
  .cid-sqSKD3LI2W button.navbar-toggler {
    display: block;
  }
  .cid-sqSKD3LI2W .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqSKD3LI2W .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqSKD3LI2W .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqSKD3LI2W .navbar-collapse.collapsing,
  .cid-sqSKD3LI2W .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqSKD3LI2W .navbar-collapse.collapsing .navbar-nav,
  .cid-sqSKD3LI2W .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqSKD3LI2W .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqSKD3LI2W .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqSKD3LI2W .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqSKD3LI2W .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqSKD3LI2W .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqSKD3LI2W .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqSKD3LI2W .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqSKD3LI2W .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqSKD3LI2W .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqSKD3LI2W .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqSKD3LI2W .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqSKD3LI2W .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqSKD3LI2W .nav-link:hover,
.cid-sqSKD3LI2W .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhFmMRXkt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhFmMRXkt .item {
  padding-bottom: 2rem;
}
.cid-srhFmMRXkt .item-wrapper {
  position: relative;
}
.cid-srhFmMRXkt .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-srhFmMRXkt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhFmMRXkt .carousel-control,
.cid-srhFmMRXkt .close {
  background: #1b1b1b;
}
.cid-srhFmMRXkt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhFmMRXkt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhFmMRXkt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhFmMRXkt .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhFmMRXkt .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-srhFmMRXkt .close::before {
  content: '\e91a';
}
.cid-srhFmMRXkt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhFmMRXkt .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-srhFmMRXkt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhFmMRXkt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhFmMRXkt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhFmMRXkt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhFmMRXkt .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-srhFmMRXkt .carousel-indicators li.active,
.cid-srhFmMRXkt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhFmMRXkt .carousel-indicators li::after,
.cid-srhFmMRXkt .carousel-indicators li::before {
  content: none;
}
.cid-srhFmMRXkt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhFmMRXkt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhFmMRXkt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhFmMRXkt .carousel-indicators {
    display: none;
  }
}
.cid-srhFmMRXkt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhFmMRXkt .carousel-inner > .active {
  display: block;
}
.cid-srhFmMRXkt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhFmMRXkt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhFmMRXkt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhFmMRXkt .carousel-control,
  .cid-srhFmMRXkt .carousel-indicators,
  .cid-srhFmMRXkt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhFmMRXkt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhFmMRXkt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhFmMRXkt .carousel-indicators .active,
.cid-srhFmMRXkt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhFmMRXkt .carousel-indicators .active {
  background: #fff;
}
.cid-srhFmMRXkt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhFmMRXkt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhFmMRXkt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhFmMRXkt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhFmMRXkt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhFmMRXkt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhFmMRXkt .carousel {
  width: 100%;
}
.cid-srhFmMRXkt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhFmMRXkt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhFmMRXkt .modal.fade .modal-dialog,
.cid-srhFmMRXkt .modal.in .modal-dialog {
  transform: none;
}
.cid-srhFmMRXkt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhFmMRXkt H6 {
  text-align: center;
}
.cid-sqSKD89dnq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqSKD89dnq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqSKD89dnq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqSKD89dnq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqSKD89dnq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqSKD89dnq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqSKD89dnq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqSKD89dnq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqSKD89dnq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqSKD89dnq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqSKD89dnq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqSKD89dnq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqSLV2y5jf .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqSLV2y5jf .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqSLV2y5jf a {
  font-style: normal;
}
.cid-sqSLV2y5jf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqSLV2y5jf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqSLV2y5jf .nav-item:focus,
.cid-sqSLV2y5jf .nav-link:focus {
  outline: none;
}
.cid-sqSLV2y5jf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqSLV2y5jf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqSLV2y5jf .menu-logo {
  margin-right: auto;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqSLV2y5jf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqSLV2y5jf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqSLV2y5jf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqSLV2y5jf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqSLV2y5jf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqSLV2y5jf .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqSLV2y5jf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqSLV2y5jf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqSLV2y5jf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqSLV2y5jf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqSLV2y5jf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqSLV2y5jf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqSLV2y5jf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqSLV2y5jf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqSLV2y5jf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqSLV2y5jf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqSLV2y5jf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqSLV2y5jf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqSLV2y5jf button.navbar-toggler:focus {
  outline: none;
}
.cid-sqSLV2y5jf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqSLV2y5jf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqSLV2y5jf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqSLV2y5jf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqSLV2y5jf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqSLV2y5jf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqSLV2y5jf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqSLV2y5jf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqSLV2y5jf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqSLV2y5jf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqSLV2y5jf .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse.collapsing,
.cid-sqSLV2y5jf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqSLV2y5jf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqSLV2y5jf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqSLV2y5jf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqSLV2y5jf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqSLV2y5jf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqSLV2y5jf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqSLV2y5jf .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqSLV2y5jf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqSLV2y5jf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqSLV2y5jf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqSLV2y5jf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqSLV2y5jf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqSLV2y5jf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqSLV2y5jf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqSLV2y5jf img {
    height: 3.8rem !important;
  }
  .cid-sqSLV2y5jf .btn {
    display: -webkit-flex;
  }
  .cid-sqSLV2y5jf button.navbar-toggler {
    display: block;
  }
  .cid-sqSLV2y5jf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqSLV2y5jf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqSLV2y5jf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqSLV2y5jf .navbar-collapse.collapsing,
  .cid-sqSLV2y5jf .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqSLV2y5jf .navbar-collapse.collapsing .navbar-nav,
  .cid-sqSLV2y5jf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqSLV2y5jf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqSLV2y5jf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqSLV2y5jf .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqSLV2y5jf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqSLV2y5jf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqSLV2y5jf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqSLV2y5jf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqSLV2y5jf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqSLV2y5jf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqSLV2y5jf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqSLV2y5jf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqSLV2y5jf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqSLV2y5jf .nav-link:hover,
.cid-sqSLV2y5jf .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhIr7z4uk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhIr7z4uk .item {
  padding-bottom: 2rem;
}
.cid-srhIr7z4uk .item-wrapper {
  position: relative;
}
.cid-srhIr7z4uk .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-srhIr7z4uk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhIr7z4uk .carousel-control,
.cid-srhIr7z4uk .close {
  background: #1b1b1b;
}
.cid-srhIr7z4uk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhIr7z4uk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhIr7z4uk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhIr7z4uk .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhIr7z4uk .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-srhIr7z4uk .close::before {
  content: '\e91a';
}
.cid-srhIr7z4uk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhIr7z4uk .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-srhIr7z4uk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhIr7z4uk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhIr7z4uk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhIr7z4uk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhIr7z4uk .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-srhIr7z4uk .carousel-indicators li.active,
.cid-srhIr7z4uk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhIr7z4uk .carousel-indicators li::after,
.cid-srhIr7z4uk .carousel-indicators li::before {
  content: none;
}
.cid-srhIr7z4uk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhIr7z4uk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhIr7z4uk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhIr7z4uk .carousel-indicators {
    display: none;
  }
}
.cid-srhIr7z4uk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhIr7z4uk .carousel-inner > .active {
  display: block;
}
.cid-srhIr7z4uk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhIr7z4uk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhIr7z4uk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhIr7z4uk .carousel-control,
  .cid-srhIr7z4uk .carousel-indicators,
  .cid-srhIr7z4uk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhIr7z4uk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhIr7z4uk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhIr7z4uk .carousel-indicators .active,
.cid-srhIr7z4uk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhIr7z4uk .carousel-indicators .active {
  background: #fff;
}
.cid-srhIr7z4uk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhIr7z4uk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhIr7z4uk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhIr7z4uk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhIr7z4uk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhIr7z4uk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhIr7z4uk .carousel {
  width: 100%;
}
.cid-srhIr7z4uk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhIr7z4uk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhIr7z4uk .modal.fade .modal-dialog,
.cid-srhIr7z4uk .modal.in .modal-dialog {
  transform: none;
}
.cid-srhIr7z4uk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhIr7z4uk H6 {
  text-align: center;
}
.cid-sqSLV7imgB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqSLV7imgB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqSLV7imgB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqSLV7imgB .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqSLV7imgB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqSLV7imgB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqSLV7imgB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqSLV7imgB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqSLV7imgB .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqSLV7imgB .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqSLV7imgB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqSLV7imgB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqYrtAxVc3 .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqYrtAxVc3 .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqYrtAxVc3 a {
  font-style: normal;
}
.cid-sqYrtAxVc3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqYrtAxVc3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqYrtAxVc3 .nav-item:focus,
.cid-sqYrtAxVc3 .nav-link:focus {
  outline: none;
}
.cid-sqYrtAxVc3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqYrtAxVc3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqYrtAxVc3 .menu-logo {
  margin-right: auto;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqYrtAxVc3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqYrtAxVc3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqYrtAxVc3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqYrtAxVc3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqYrtAxVc3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqYrtAxVc3 .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqYrtAxVc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqYrtAxVc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqYrtAxVc3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqYrtAxVc3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqYrtAxVc3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqYrtAxVc3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqYrtAxVc3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqYrtAxVc3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqYrtAxVc3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqYrtAxVc3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqYrtAxVc3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqYrtAxVc3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqYrtAxVc3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqYrtAxVc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqYrtAxVc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqYrtAxVc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqYrtAxVc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqYrtAxVc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqYrtAxVc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqYrtAxVc3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqYrtAxVc3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqYrtAxVc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqYrtAxVc3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqYrtAxVc3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.collapsing,
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqYrtAxVc3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqYrtAxVc3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqYrtAxVc3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqYrtAxVc3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqYrtAxVc3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqYrtAxVc3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqYrtAxVc3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqYrtAxVc3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqYrtAxVc3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqYrtAxVc3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqYrtAxVc3 img {
    height: 3.8rem !important;
  }
  .cid-sqYrtAxVc3 .btn {
    display: -webkit-flex;
  }
  .cid-sqYrtAxVc3 button.navbar-toggler {
    display: block;
  }
  .cid-sqYrtAxVc3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqYrtAxVc3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqYrtAxVc3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqYrtAxVc3 .navbar-collapse.collapsing,
  .cid-sqYrtAxVc3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqYrtAxVc3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqYrtAxVc3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqYrtAxVc3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqYrtAxVc3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqYrtAxVc3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqYrtAxVc3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqYrtAxVc3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqYrtAxVc3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqYrtAxVc3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqYrtAxVc3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqYrtAxVc3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqYrtAxVc3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqYrtAxVc3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqYrtAxVc3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqYrtAxVc3 .nav-link:hover,
.cid-sqYrtAxVc3 .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhJZaz4vR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhJZaz4vR .item {
  padding-bottom: 2rem;
}
.cid-srhJZaz4vR .item-wrapper {
  position: relative;
}
.cid-srhJZaz4vR .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-srhJZaz4vR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhJZaz4vR .carousel-control,
.cid-srhJZaz4vR .close {
  background: #1b1b1b;
}
.cid-srhJZaz4vR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhJZaz4vR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhJZaz4vR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhJZaz4vR .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhJZaz4vR .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-srhJZaz4vR .close::before {
  content: '\e91a';
}
.cid-srhJZaz4vR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhJZaz4vR .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-srhJZaz4vR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhJZaz4vR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhJZaz4vR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhJZaz4vR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhJZaz4vR .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-srhJZaz4vR .carousel-indicators li.active,
.cid-srhJZaz4vR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhJZaz4vR .carousel-indicators li::after,
.cid-srhJZaz4vR .carousel-indicators li::before {
  content: none;
}
.cid-srhJZaz4vR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhJZaz4vR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhJZaz4vR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhJZaz4vR .carousel-indicators {
    display: none;
  }
}
.cid-srhJZaz4vR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhJZaz4vR .carousel-inner > .active {
  display: block;
}
.cid-srhJZaz4vR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhJZaz4vR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhJZaz4vR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhJZaz4vR .carousel-control,
  .cid-srhJZaz4vR .carousel-indicators,
  .cid-srhJZaz4vR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhJZaz4vR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhJZaz4vR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhJZaz4vR .carousel-indicators .active,
.cid-srhJZaz4vR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhJZaz4vR .carousel-indicators .active {
  background: #fff;
}
.cid-srhJZaz4vR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhJZaz4vR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhJZaz4vR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhJZaz4vR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhJZaz4vR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhJZaz4vR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhJZaz4vR .carousel {
  width: 100%;
}
.cid-srhJZaz4vR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhJZaz4vR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhJZaz4vR .modal.fade .modal-dialog,
.cid-srhJZaz4vR .modal.in .modal-dialog {
  transform: none;
}
.cid-srhJZaz4vR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhJZaz4vR H6 {
  text-align: center;
}
.cid-sqYrtEopmj {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqYrtEopmj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqYrtEopmj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqYrtEopmj .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqYrtEopmj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqYrtEopmj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqYrtEopmj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqYrtEopmj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqYrtEopmj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqYrtEopmj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqYrtEopmj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqYrtEopmj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNhCa4JuV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqNhCa4JuV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqNhCa4JuV a {
  font-style: normal;
}
.cid-sqNhCa4JuV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNhCa4JuV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqNhCa4JuV .nav-item:focus,
.cid-sqNhCa4JuV .nav-link:focus {
  outline: none;
}
.cid-sqNhCa4JuV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNhCa4JuV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNhCa4JuV .menu-logo {
  margin-right: auto;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNhCa4JuV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNhCa4JuV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqNhCa4JuV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqNhCa4JuV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNhCa4JuV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNhCa4JuV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqNhCa4JuV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqNhCa4JuV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV img {
    height: 3.8rem !important;
  }
  .cid-sqNhCa4JuV .btn {
    display: -webkit-flex;
  }
  .cid-sqNhCa4JuV button.navbar-toggler {
    display: block;
  }
  .cid-sqNhCa4JuV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNhCa4JuV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing,
  .cid-sqNhCa4JuV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqNhCa4JuV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNhCa4JuV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNhCa4JuV .nav-link:hover,
.cid-sqNhCa4JuV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sqOzSF4qLQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/alfred-bell-cup-2013.resized-655x496.jpg");
}
.cid-sqOzSF4qLQ .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sqOzSF4qLQ img,
.cid-sqOzSF4qLQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sqOzSF4qLQ .item:focus,
.cid-sqOzSF4qLQ span:focus {
  outline: none;
}
.cid-sqOzSF4qLQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqOzSF4qLQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqOzSF4qLQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sqOzSF4qLQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqOzSF4qLQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sqOzSF4qLQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sqOzSF4qLQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqOzSF4qLQ .mbr-section-title {
  color: #000000;
}
.cid-sqOzSF4qLQ .mbr-text,
.cid-sqOzSF4qLQ .mbr-section-btn {
  text-align: center;
}
.cid-sqOzSF4qLQ .item-title {
  text-align: center;
}
.cid-sqOzSF4qLQ .item-subtitle {
  text-align: left;
}
.cid-sqNi5YW4gi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqNi5YW4gi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNi5YW4gi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqNi5YW4gi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqNi5YW4gi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqNi5YW4gi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqYzzjS6iy .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqYzzjS6iy .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqYzzjS6iy a {
  font-style: normal;
}
.cid-sqYzzjS6iy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqYzzjS6iy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqYzzjS6iy .nav-item:focus,
.cid-sqYzzjS6iy .nav-link:focus {
  outline: none;
}
.cid-sqYzzjS6iy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqYzzjS6iy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqYzzjS6iy .menu-logo {
  margin-right: auto;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqYzzjS6iy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqYzzjS6iy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqYzzjS6iy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqYzzjS6iy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqYzzjS6iy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqYzzjS6iy .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqYzzjS6iy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqYzzjS6iy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqYzzjS6iy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqYzzjS6iy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqYzzjS6iy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqYzzjS6iy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqYzzjS6iy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqYzzjS6iy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqYzzjS6iy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqYzzjS6iy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqYzzjS6iy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqYzzjS6iy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqYzzjS6iy button.navbar-toggler:focus {
  outline: none;
}
.cid-sqYzzjS6iy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqYzzjS6iy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqYzzjS6iy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqYzzjS6iy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqYzzjS6iy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqYzzjS6iy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqYzzjS6iy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqYzzjS6iy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqYzzjS6iy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqYzzjS6iy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqYzzjS6iy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse.collapsing,
.cid-sqYzzjS6iy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqYzzjS6iy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqYzzjS6iy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqYzzjS6iy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqYzzjS6iy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqYzzjS6iy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqYzzjS6iy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqYzzjS6iy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqYzzjS6iy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqYzzjS6iy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqYzzjS6iy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqYzzjS6iy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqYzzjS6iy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqYzzjS6iy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqYzzjS6iy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqYzzjS6iy img {
    height: 3.8rem !important;
  }
  .cid-sqYzzjS6iy .btn {
    display: -webkit-flex;
  }
  .cid-sqYzzjS6iy button.navbar-toggler {
    display: block;
  }
  .cid-sqYzzjS6iy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqYzzjS6iy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqYzzjS6iy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqYzzjS6iy .navbar-collapse.collapsing,
  .cid-sqYzzjS6iy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqYzzjS6iy .navbar-collapse.collapsing .navbar-nav,
  .cid-sqYzzjS6iy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqYzzjS6iy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqYzzjS6iy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqYzzjS6iy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqYzzjS6iy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqYzzjS6iy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqYzzjS6iy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqYzzjS6iy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqYzzjS6iy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqYzzjS6iy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqYzzjS6iy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqYzzjS6iy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqYzzjS6iy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqYzzjS6iy .nav-link:hover,
.cid-sqYzzjS6iy .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhKYTvh4m {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhKYTvh4m .item {
  padding-bottom: 2rem;
}
.cid-srhKYTvh4m .item-wrapper {
  position: relative;
}
.cid-srhKYTvh4m .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-srhKYTvh4m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhKYTvh4m .carousel-control,
.cid-srhKYTvh4m .close {
  background: #1b1b1b;
}
.cid-srhKYTvh4m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhKYTvh4m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhKYTvh4m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhKYTvh4m .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhKYTvh4m .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-srhKYTvh4m .close::before {
  content: '\e91a';
}
.cid-srhKYTvh4m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhKYTvh4m .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-srhKYTvh4m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhKYTvh4m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhKYTvh4m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhKYTvh4m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhKYTvh4m .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-srhKYTvh4m .carousel-indicators li.active,
.cid-srhKYTvh4m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhKYTvh4m .carousel-indicators li::after,
.cid-srhKYTvh4m .carousel-indicators li::before {
  content: none;
}
.cid-srhKYTvh4m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhKYTvh4m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhKYTvh4m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhKYTvh4m .carousel-indicators {
    display: none;
  }
}
.cid-srhKYTvh4m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhKYTvh4m .carousel-inner > .active {
  display: block;
}
.cid-srhKYTvh4m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhKYTvh4m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhKYTvh4m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhKYTvh4m .carousel-control,
  .cid-srhKYTvh4m .carousel-indicators,
  .cid-srhKYTvh4m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhKYTvh4m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhKYTvh4m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhKYTvh4m .carousel-indicators .active,
.cid-srhKYTvh4m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhKYTvh4m .carousel-indicators .active {
  background: #fff;
}
.cid-srhKYTvh4m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhKYTvh4m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhKYTvh4m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhKYTvh4m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhKYTvh4m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhKYTvh4m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhKYTvh4m .carousel {
  width: 100%;
}
.cid-srhKYTvh4m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhKYTvh4m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhKYTvh4m .modal.fade .modal-dialog,
.cid-srhKYTvh4m .modal.in .modal-dialog {
  transform: none;
}
.cid-srhKYTvh4m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhKYTvh4m H6 {
  text-align: center;
}
.cid-sqYzzpnHQY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqYzzpnHQY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqYzzpnHQY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqYzzpnHQY .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqYzzpnHQY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqYzzpnHQY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqYzzpnHQY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqYzzpnHQY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqYzzpnHQY .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqYzzpnHQY .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqYzzpnHQY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqYzzpnHQY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5oP18AIe .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr5oP18AIe .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr5oP18AIe a {
  font-style: normal;
}
.cid-sr5oP18AIe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr5oP18AIe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr5oP18AIe .nav-item:focus,
.cid-sr5oP18AIe .nav-link:focus {
  outline: none;
}
.cid-sr5oP18AIe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr5oP18AIe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr5oP18AIe .menu-logo {
  margin-right: auto;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr5oP18AIe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr5oP18AIe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr5oP18AIe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr5oP18AIe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr5oP18AIe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr5oP18AIe .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr5oP18AIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr5oP18AIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr5oP18AIe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr5oP18AIe .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr5oP18AIe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr5oP18AIe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr5oP18AIe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr5oP18AIe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr5oP18AIe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr5oP18AIe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr5oP18AIe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr5oP18AIe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr5oP18AIe button.navbar-toggler:focus {
  outline: none;
}
.cid-sr5oP18AIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr5oP18AIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr5oP18AIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5oP18AIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5oP18AIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr5oP18AIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5oP18AIe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr5oP18AIe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr5oP18AIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5oP18AIe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5oP18AIe .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse.collapsing,
.cid-sr5oP18AIe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr5oP18AIe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr5oP18AIe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr5oP18AIe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr5oP18AIe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr5oP18AIe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr5oP18AIe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr5oP18AIe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr5oP18AIe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr5oP18AIe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5oP18AIe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr5oP18AIe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr5oP18AIe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr5oP18AIe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr5oP18AIe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5oP18AIe img {
    height: 3.8rem !important;
  }
  .cid-sr5oP18AIe .btn {
    display: -webkit-flex;
  }
  .cid-sr5oP18AIe button.navbar-toggler {
    display: block;
  }
  .cid-sr5oP18AIe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr5oP18AIe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5oP18AIe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr5oP18AIe .navbar-collapse.collapsing,
  .cid-sr5oP18AIe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr5oP18AIe .navbar-collapse.collapsing .navbar-nav,
  .cid-sr5oP18AIe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr5oP18AIe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr5oP18AIe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr5oP18AIe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr5oP18AIe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr5oP18AIe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr5oP18AIe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr5oP18AIe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr5oP18AIe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr5oP18AIe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr5oP18AIe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr5oP18AIe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr5oP18AIe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr5oP18AIe .nav-link:hover,
.cid-sr5oP18AIe .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhMHV7wcF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhMHV7wcF .item {
  padding-bottom: 2rem;
}
.cid-srhMHV7wcF .item-wrapper {
  position: relative;
}
.cid-srhMHV7wcF .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-srhMHV7wcF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhMHV7wcF .carousel-control,
.cid-srhMHV7wcF .close {
  background: #1b1b1b;
}
.cid-srhMHV7wcF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhMHV7wcF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhMHV7wcF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhMHV7wcF .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhMHV7wcF .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-srhMHV7wcF .close::before {
  content: '\e91a';
}
.cid-srhMHV7wcF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhMHV7wcF .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-srhMHV7wcF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhMHV7wcF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhMHV7wcF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhMHV7wcF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhMHV7wcF .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-srhMHV7wcF .carousel-indicators li.active,
.cid-srhMHV7wcF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhMHV7wcF .carousel-indicators li::after,
.cid-srhMHV7wcF .carousel-indicators li::before {
  content: none;
}
.cid-srhMHV7wcF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhMHV7wcF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhMHV7wcF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhMHV7wcF .carousel-indicators {
    display: none;
  }
}
.cid-srhMHV7wcF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhMHV7wcF .carousel-inner > .active {
  display: block;
}
.cid-srhMHV7wcF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhMHV7wcF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhMHV7wcF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhMHV7wcF .carousel-control,
  .cid-srhMHV7wcF .carousel-indicators,
  .cid-srhMHV7wcF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhMHV7wcF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhMHV7wcF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhMHV7wcF .carousel-indicators .active,
.cid-srhMHV7wcF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhMHV7wcF .carousel-indicators .active {
  background: #fff;
}
.cid-srhMHV7wcF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhMHV7wcF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhMHV7wcF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhMHV7wcF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhMHV7wcF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhMHV7wcF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhMHV7wcF .carousel {
  width: 100%;
}
.cid-srhMHV7wcF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhMHV7wcF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhMHV7wcF .modal.fade .modal-dialog,
.cid-srhMHV7wcF .modal.in .modal-dialog {
  transform: none;
}
.cid-srhMHV7wcF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhMHV7wcF H6 {
  text-align: center;
}
.cid-sr5oP4W86Y {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr5oP4W86Y .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5oP4W86Y .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr5oP4W86Y .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr5oP4W86Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5oP4W86Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr5oP4W86Y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5oP4W86Y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5oP4W86Y .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5oP4W86Y .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5oP4W86Y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5oP4W86Y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5sCmR7pe .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr5sCmR7pe .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr5sCmR7pe a {
  font-style: normal;
}
.cid-sr5sCmR7pe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr5sCmR7pe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr5sCmR7pe .nav-item:focus,
.cid-sr5sCmR7pe .nav-link:focus {
  outline: none;
}
.cid-sr5sCmR7pe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr5sCmR7pe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr5sCmR7pe .menu-logo {
  margin-right: auto;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr5sCmR7pe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr5sCmR7pe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr5sCmR7pe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr5sCmR7pe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr5sCmR7pe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr5sCmR7pe .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr5sCmR7pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr5sCmR7pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr5sCmR7pe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr5sCmR7pe .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr5sCmR7pe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr5sCmR7pe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr5sCmR7pe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr5sCmR7pe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr5sCmR7pe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr5sCmR7pe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr5sCmR7pe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr5sCmR7pe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr5sCmR7pe button.navbar-toggler:focus {
  outline: none;
}
.cid-sr5sCmR7pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr5sCmR7pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr5sCmR7pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5sCmR7pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5sCmR7pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr5sCmR7pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5sCmR7pe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr5sCmR7pe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr5sCmR7pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5sCmR7pe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5sCmR7pe .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse.collapsing,
.cid-sr5sCmR7pe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr5sCmR7pe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr5sCmR7pe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr5sCmR7pe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr5sCmR7pe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr5sCmR7pe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr5sCmR7pe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr5sCmR7pe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr5sCmR7pe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr5sCmR7pe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5sCmR7pe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr5sCmR7pe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr5sCmR7pe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr5sCmR7pe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr5sCmR7pe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5sCmR7pe img {
    height: 3.8rem !important;
  }
  .cid-sr5sCmR7pe .btn {
    display: -webkit-flex;
  }
  .cid-sr5sCmR7pe button.navbar-toggler {
    display: block;
  }
  .cid-sr5sCmR7pe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr5sCmR7pe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5sCmR7pe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr5sCmR7pe .navbar-collapse.collapsing,
  .cid-sr5sCmR7pe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr5sCmR7pe .navbar-collapse.collapsing .navbar-nav,
  .cid-sr5sCmR7pe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr5sCmR7pe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr5sCmR7pe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr5sCmR7pe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr5sCmR7pe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr5sCmR7pe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr5sCmR7pe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr5sCmR7pe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr5sCmR7pe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr5sCmR7pe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr5sCmR7pe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr5sCmR7pe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr5sCmR7pe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr5sCmR7pe .nav-link:hover,
.cid-sr5sCmR7pe .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sr5sCorVGo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sr5sCorVGo .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-sr5sCorVGo img,
.cid-sr5sCorVGo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sr5sCorVGo .item:focus,
.cid-sr5sCorVGo span:focus {
  outline: none;
}
.cid-sr5sCorVGo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sr5sCorVGo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sr5sCorVGo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sr5sCorVGo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sr5sCorVGo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sr5sCorVGo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sr5sCorVGo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sr5sCorVGo .mbr-section-title {
  color: #000000;
}
.cid-sr5sCorVGo .mbr-text,
.cid-sr5sCorVGo .mbr-section-btn {
  text-align: center;
}
.cid-sr5sCorVGo .item-title {
  text-align: center;
}
.cid-sr5sCorVGo .item-subtitle {
  text-align: left;
}
.cid-sr5sCsumps {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr5sCsumps .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5sCsumps .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr5sCsumps .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr5sCsumps .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5sCsumps .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr5sCsumps .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5sCsumps .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5sCsumps .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5sCsumps .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5sCsumps .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5sCsumps .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5quWNxW8 .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr5quWNxW8 .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr5quWNxW8 a {
  font-style: normal;
}
.cid-sr5quWNxW8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr5quWNxW8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr5quWNxW8 .nav-item:focus,
.cid-sr5quWNxW8 .nav-link:focus {
  outline: none;
}
.cid-sr5quWNxW8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr5quWNxW8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr5quWNxW8 .menu-logo {
  margin-right: auto;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr5quWNxW8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr5quWNxW8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr5quWNxW8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr5quWNxW8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr5quWNxW8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr5quWNxW8 .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr5quWNxW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr5quWNxW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr5quWNxW8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr5quWNxW8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr5quWNxW8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr5quWNxW8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr5quWNxW8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr5quWNxW8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr5quWNxW8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr5quWNxW8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr5quWNxW8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr5quWNxW8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr5quWNxW8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sr5quWNxW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr5quWNxW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr5quWNxW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5quWNxW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5quWNxW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr5quWNxW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5quWNxW8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr5quWNxW8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr5quWNxW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5quWNxW8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5quWNxW8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse.collapsing,
.cid-sr5quWNxW8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr5quWNxW8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr5quWNxW8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr5quWNxW8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr5quWNxW8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr5quWNxW8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr5quWNxW8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr5quWNxW8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr5quWNxW8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr5quWNxW8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5quWNxW8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr5quWNxW8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr5quWNxW8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr5quWNxW8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr5quWNxW8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5quWNxW8 img {
    height: 3.8rem !important;
  }
  .cid-sr5quWNxW8 .btn {
    display: -webkit-flex;
  }
  .cid-sr5quWNxW8 button.navbar-toggler {
    display: block;
  }
  .cid-sr5quWNxW8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr5quWNxW8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5quWNxW8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr5quWNxW8 .navbar-collapse.collapsing,
  .cid-sr5quWNxW8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr5quWNxW8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sr5quWNxW8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr5quWNxW8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr5quWNxW8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr5quWNxW8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr5quWNxW8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr5quWNxW8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr5quWNxW8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr5quWNxW8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr5quWNxW8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr5quWNxW8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr5quWNxW8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr5quWNxW8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr5quWNxW8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr5quWNxW8 .nav-link:hover,
.cid-sr5quWNxW8 .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhNLwtWMx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhNLwtWMx .item {
  padding-bottom: 2rem;
}
.cid-srhNLwtWMx .item-wrapper {
  position: relative;
}
.cid-srhNLwtWMx .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-srhNLwtWMx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhNLwtWMx .carousel-control,
.cid-srhNLwtWMx .close {
  background: #1b1b1b;
}
.cid-srhNLwtWMx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhNLwtWMx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhNLwtWMx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhNLwtWMx .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhNLwtWMx .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-srhNLwtWMx .close::before {
  content: '\e91a';
}
.cid-srhNLwtWMx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhNLwtWMx .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-srhNLwtWMx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhNLwtWMx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhNLwtWMx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhNLwtWMx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhNLwtWMx .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-srhNLwtWMx .carousel-indicators li.active,
.cid-srhNLwtWMx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhNLwtWMx .carousel-indicators li::after,
.cid-srhNLwtWMx .carousel-indicators li::before {
  content: none;
}
.cid-srhNLwtWMx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhNLwtWMx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhNLwtWMx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhNLwtWMx .carousel-indicators {
    display: none;
  }
}
.cid-srhNLwtWMx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhNLwtWMx .carousel-inner > .active {
  display: block;
}
.cid-srhNLwtWMx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhNLwtWMx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhNLwtWMx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhNLwtWMx .carousel-control,
  .cid-srhNLwtWMx .carousel-indicators,
  .cid-srhNLwtWMx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhNLwtWMx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhNLwtWMx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhNLwtWMx .carousel-indicators .active,
.cid-srhNLwtWMx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhNLwtWMx .carousel-indicators .active {
  background: #fff;
}
.cid-srhNLwtWMx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhNLwtWMx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhNLwtWMx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhNLwtWMx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhNLwtWMx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhNLwtWMx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhNLwtWMx .carousel {
  width: 100%;
}
.cid-srhNLwtWMx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhNLwtWMx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhNLwtWMx .modal.fade .modal-dialog,
.cid-srhNLwtWMx .modal.in .modal-dialog {
  transform: none;
}
.cid-srhNLwtWMx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhNLwtWMx H6 {
  text-align: center;
}
.cid-srhPdS2bTu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhPdS2bTu .item {
  padding-bottom: 2rem;
}
.cid-srhPdS2bTu .item-wrapper {
  position: relative;
}
.cid-srhPdS2bTu .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-srhPdS2bTu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhPdS2bTu .carousel-control,
.cid-srhPdS2bTu .close {
  background: #1b1b1b;
}
.cid-srhPdS2bTu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhPdS2bTu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhPdS2bTu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhPdS2bTu .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhPdS2bTu .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-srhPdS2bTu .close::before {
  content: '\e91a';
}
.cid-srhPdS2bTu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhPdS2bTu .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-srhPdS2bTu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhPdS2bTu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhPdS2bTu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhPdS2bTu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhPdS2bTu .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-srhPdS2bTu .carousel-indicators li.active,
.cid-srhPdS2bTu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhPdS2bTu .carousel-indicators li::after,
.cid-srhPdS2bTu .carousel-indicators li::before {
  content: none;
}
.cid-srhPdS2bTu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhPdS2bTu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhPdS2bTu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhPdS2bTu .carousel-indicators {
    display: none;
  }
}
.cid-srhPdS2bTu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhPdS2bTu .carousel-inner > .active {
  display: block;
}
.cid-srhPdS2bTu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhPdS2bTu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhPdS2bTu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhPdS2bTu .carousel-control,
  .cid-srhPdS2bTu .carousel-indicators,
  .cid-srhPdS2bTu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhPdS2bTu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhPdS2bTu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhPdS2bTu .carousel-indicators .active,
.cid-srhPdS2bTu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhPdS2bTu .carousel-indicators .active {
  background: #fff;
}
.cid-srhPdS2bTu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhPdS2bTu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhPdS2bTu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhPdS2bTu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhPdS2bTu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhPdS2bTu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhPdS2bTu .carousel {
  width: 100%;
}
.cid-srhPdS2bTu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhPdS2bTu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhPdS2bTu .modal.fade .modal-dialog,
.cid-srhPdS2bTu .modal.in .modal-dialog {
  transform: none;
}
.cid-srhPdS2bTu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhPdS2bTu H6 {
  text-align: center;
}
.cid-sr5qv1i1t5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr5qv1i1t5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5qv1i1t5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr5qv1i1t5 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr5qv1i1t5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5qv1i1t5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr5qv1i1t5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5qv1i1t5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5qv1i1t5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5qv1i1t5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5qv1i1t5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5qv1i1t5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr5ZupQ57I .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr5ZupQ57I .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr5ZupQ57I a {
  font-style: normal;
}
.cid-sr5ZupQ57I .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr5ZupQ57I .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr5ZupQ57I .nav-item:focus,
.cid-sr5ZupQ57I .nav-link:focus {
  outline: none;
}
.cid-sr5ZupQ57I .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr5ZupQ57I .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr5ZupQ57I .menu-logo {
  margin-right: auto;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr5ZupQ57I .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr5ZupQ57I .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr5ZupQ57I .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr5ZupQ57I .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr5ZupQ57I .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr5ZupQ57I .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr5ZupQ57I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr5ZupQ57I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr5ZupQ57I .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr5ZupQ57I .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr5ZupQ57I .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr5ZupQ57I .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr5ZupQ57I .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr5ZupQ57I .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr5ZupQ57I .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr5ZupQ57I .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr5ZupQ57I .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr5ZupQ57I button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr5ZupQ57I button.navbar-toggler:focus {
  outline: none;
}
.cid-sr5ZupQ57I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr5ZupQ57I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr5ZupQ57I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5ZupQ57I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr5ZupQ57I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr5ZupQ57I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5ZupQ57I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr5ZupQ57I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr5ZupQ57I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr5ZupQ57I .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5ZupQ57I .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse.collapsing,
.cid-sr5ZupQ57I .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr5ZupQ57I .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr5ZupQ57I .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr5ZupQ57I .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr5ZupQ57I .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr5ZupQ57I .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr5ZupQ57I .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr5ZupQ57I .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr5ZupQ57I .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr5ZupQ57I .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr5ZupQ57I .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr5ZupQ57I .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr5ZupQ57I .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr5ZupQ57I .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr5ZupQ57I.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5ZupQ57I img {
    height: 3.8rem !important;
  }
  .cid-sr5ZupQ57I .btn {
    display: -webkit-flex;
  }
  .cid-sr5ZupQ57I button.navbar-toggler {
    display: block;
  }
  .cid-sr5ZupQ57I .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr5ZupQ57I .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr5ZupQ57I .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr5ZupQ57I .navbar-collapse.collapsing,
  .cid-sr5ZupQ57I .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr5ZupQ57I .navbar-collapse.collapsing .navbar-nav,
  .cid-sr5ZupQ57I .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr5ZupQ57I .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr5ZupQ57I .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr5ZupQ57I .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr5ZupQ57I .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr5ZupQ57I .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr5ZupQ57I .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr5ZupQ57I .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr5ZupQ57I .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr5ZupQ57I .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr5ZupQ57I .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr5ZupQ57I .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr5ZupQ57I .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr5ZupQ57I .nav-link:hover,
.cid-sr5ZupQ57I .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhQthkXTF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhQthkXTF .item {
  padding-bottom: 2rem;
}
.cid-srhQthkXTF .item-wrapper {
  position: relative;
}
.cid-srhQthkXTF .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-srhQthkXTF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhQthkXTF .carousel-control,
.cid-srhQthkXTF .close {
  background: #1b1b1b;
}
.cid-srhQthkXTF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhQthkXTF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhQthkXTF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhQthkXTF .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhQthkXTF .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-srhQthkXTF .close::before {
  content: '\e91a';
}
.cid-srhQthkXTF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhQthkXTF .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-srhQthkXTF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhQthkXTF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhQthkXTF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhQthkXTF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhQthkXTF .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-srhQthkXTF .carousel-indicators li.active,
.cid-srhQthkXTF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhQthkXTF .carousel-indicators li::after,
.cid-srhQthkXTF .carousel-indicators li::before {
  content: none;
}
.cid-srhQthkXTF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhQthkXTF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhQthkXTF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhQthkXTF .carousel-indicators {
    display: none;
  }
}
.cid-srhQthkXTF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhQthkXTF .carousel-inner > .active {
  display: block;
}
.cid-srhQthkXTF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhQthkXTF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhQthkXTF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhQthkXTF .carousel-control,
  .cid-srhQthkXTF .carousel-indicators,
  .cid-srhQthkXTF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhQthkXTF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhQthkXTF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhQthkXTF .carousel-indicators .active,
.cid-srhQthkXTF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhQthkXTF .carousel-indicators .active {
  background: #fff;
}
.cid-srhQthkXTF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhQthkXTF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhQthkXTF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhQthkXTF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhQthkXTF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhQthkXTF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhQthkXTF .carousel {
  width: 100%;
}
.cid-srhQthkXTF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhQthkXTF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhQthkXTF .modal.fade .modal-dialog,
.cid-srhQthkXTF .modal.in .modal-dialog {
  transform: none;
}
.cid-srhQthkXTF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhQthkXTF H6 {
  text-align: center;
}
.cid-sr5ZuwQQZZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr5ZuwQQZZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5ZuwQQZZ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr5ZuwQQZZ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr5ZuwQQZZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr5ZuwQQZZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr5ZuwQQZZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr5ZuwQQZZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr5ZuwQQZZ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr5ZuwQQZZ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr5ZuwQQZZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr5ZuwQQZZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr65fM5Loh .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr65fM5Loh .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr65fM5Loh a {
  font-style: normal;
}
.cid-sr65fM5Loh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr65fM5Loh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr65fM5Loh .nav-item:focus,
.cid-sr65fM5Loh .nav-link:focus {
  outline: none;
}
.cid-sr65fM5Loh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr65fM5Loh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr65fM5Loh .menu-logo {
  margin-right: auto;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr65fM5Loh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr65fM5Loh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr65fM5Loh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr65fM5Loh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr65fM5Loh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr65fM5Loh .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr65fM5Loh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr65fM5Loh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr65fM5Loh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr65fM5Loh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr65fM5Loh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr65fM5Loh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr65fM5Loh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr65fM5Loh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr65fM5Loh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr65fM5Loh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr65fM5Loh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr65fM5Loh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr65fM5Loh button.navbar-toggler:focus {
  outline: none;
}
.cid-sr65fM5Loh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr65fM5Loh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr65fM5Loh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr65fM5Loh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr65fM5Loh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr65fM5Loh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr65fM5Loh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr65fM5Loh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr65fM5Loh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr65fM5Loh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr65fM5Loh .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse.collapsing,
.cid-sr65fM5Loh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr65fM5Loh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr65fM5Loh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr65fM5Loh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr65fM5Loh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr65fM5Loh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr65fM5Loh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr65fM5Loh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr65fM5Loh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr65fM5Loh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr65fM5Loh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr65fM5Loh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr65fM5Loh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr65fM5Loh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr65fM5Loh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr65fM5Loh img {
    height: 3.8rem !important;
  }
  .cid-sr65fM5Loh .btn {
    display: -webkit-flex;
  }
  .cid-sr65fM5Loh button.navbar-toggler {
    display: block;
  }
  .cid-sr65fM5Loh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr65fM5Loh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr65fM5Loh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr65fM5Loh .navbar-collapse.collapsing,
  .cid-sr65fM5Loh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr65fM5Loh .navbar-collapse.collapsing .navbar-nav,
  .cid-sr65fM5Loh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr65fM5Loh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr65fM5Loh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr65fM5Loh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr65fM5Loh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr65fM5Loh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr65fM5Loh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr65fM5Loh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr65fM5Loh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr65fM5Loh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr65fM5Loh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr65fM5Loh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr65fM5Loh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr65fM5Loh .nav-link:hover,
.cid-sr65fM5Loh .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhVGj1DTD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhVGj1DTD .item {
  padding-bottom: 2rem;
}
.cid-srhVGj1DTD .item-wrapper {
  position: relative;
}
.cid-srhVGj1DTD .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-srhVGj1DTD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhVGj1DTD .carousel-control,
.cid-srhVGj1DTD .close {
  background: #1b1b1b;
}
.cid-srhVGj1DTD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhVGj1DTD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhVGj1DTD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhVGj1DTD .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhVGj1DTD .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-srhVGj1DTD .close::before {
  content: '\e91a';
}
.cid-srhVGj1DTD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhVGj1DTD .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-srhVGj1DTD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhVGj1DTD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhVGj1DTD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhVGj1DTD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhVGj1DTD .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-srhVGj1DTD .carousel-indicators li.active,
.cid-srhVGj1DTD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhVGj1DTD .carousel-indicators li::after,
.cid-srhVGj1DTD .carousel-indicators li::before {
  content: none;
}
.cid-srhVGj1DTD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhVGj1DTD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhVGj1DTD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhVGj1DTD .carousel-indicators {
    display: none;
  }
}
.cid-srhVGj1DTD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhVGj1DTD .carousel-inner > .active {
  display: block;
}
.cid-srhVGj1DTD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhVGj1DTD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhVGj1DTD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhVGj1DTD .carousel-control,
  .cid-srhVGj1DTD .carousel-indicators,
  .cid-srhVGj1DTD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhVGj1DTD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhVGj1DTD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhVGj1DTD .carousel-indicators .active,
.cid-srhVGj1DTD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhVGj1DTD .carousel-indicators .active {
  background: #fff;
}
.cid-srhVGj1DTD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhVGj1DTD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhVGj1DTD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhVGj1DTD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhVGj1DTD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhVGj1DTD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhVGj1DTD .carousel {
  width: 100%;
}
.cid-srhVGj1DTD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhVGj1DTD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhVGj1DTD .modal.fade .modal-dialog,
.cid-srhVGj1DTD .modal.in .modal-dialog {
  transform: none;
}
.cid-srhVGj1DTD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhVGj1DTD H6 {
  text-align: center;
}
.cid-sr65fTGHAe {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr65fTGHAe .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr65fTGHAe .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr65fTGHAe .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr65fTGHAe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr65fTGHAe .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr65fTGHAe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr65fTGHAe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr65fTGHAe .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr65fTGHAe .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr65fTGHAe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr65fTGHAe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srnxtPbnQ1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/triples-finalists-compressed-2000x1500.jpeg");
}
.cid-srnxtPbnQ1 .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srnxtPbnQ1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srnxtPbnQ1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srnxtPbnQ1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srnxtPbnQ1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srnxtPbnQ1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srnxtPbnQ1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sri45XwJWN .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sri45XwJWN .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sri45XwJWN a {
  font-style: normal;
}
.cid-sri45XwJWN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sri45XwJWN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sri45XwJWN .nav-item:focus,
.cid-sri45XwJWN .nav-link:focus {
  outline: none;
}
.cid-sri45XwJWN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sri45XwJWN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sri45XwJWN .menu-logo {
  margin-right: auto;
}
.cid-sri45XwJWN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sri45XwJWN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sri45XwJWN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sri45XwJWN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sri45XwJWN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sri45XwJWN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sri45XwJWN .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sri45XwJWN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sri45XwJWN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sri45XwJWN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sri45XwJWN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sri45XwJWN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sri45XwJWN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sri45XwJWN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sri45XwJWN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sri45XwJWN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sri45XwJWN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sri45XwJWN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sri45XwJWN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sri45XwJWN button.navbar-toggler:focus {
  outline: none;
}
.cid-sri45XwJWN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sri45XwJWN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sri45XwJWN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sri45XwJWN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sri45XwJWN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sri45XwJWN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sri45XwJWN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sri45XwJWN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sri45XwJWN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sri45XwJWN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sri45XwJWN .collapsed .btn {
  display: -webkit-flex;
}
.cid-sri45XwJWN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sri45XwJWN .collapsed .navbar-collapse.collapsing,
.cid-sri45XwJWN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sri45XwJWN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sri45XwJWN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sri45XwJWN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sri45XwJWN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sri45XwJWN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sri45XwJWN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sri45XwJWN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sri45XwJWN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sri45XwJWN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sri45XwJWN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sri45XwJWN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sri45XwJWN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sri45XwJWN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sri45XwJWN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sri45XwJWN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sri45XwJWN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sri45XwJWN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sri45XwJWN img {
    height: 3.8rem !important;
  }
  .cid-sri45XwJWN .btn {
    display: -webkit-flex;
  }
  .cid-sri45XwJWN button.navbar-toggler {
    display: block;
  }
  .cid-sri45XwJWN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sri45XwJWN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sri45XwJWN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sri45XwJWN .navbar-collapse.collapsing,
  .cid-sri45XwJWN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sri45XwJWN .navbar-collapse.collapsing .navbar-nav,
  .cid-sri45XwJWN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sri45XwJWN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sri45XwJWN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sri45XwJWN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sri45XwJWN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sri45XwJWN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sri45XwJWN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sri45XwJWN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sri45XwJWN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sri45XwJWN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sri45XwJWN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sri45XwJWN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sri45XwJWN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sri45XwJWN .nav-link:hover,
.cid-sri45XwJWN .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sri461UYZt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sri461UYZt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sri461UYZt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sri461UYZt .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sri461UYZt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sri461UYZt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sri461UYZt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sri461UYZt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sri461UYZt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sri461UYZt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sri461UYZt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sri461UYZt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sr66dxJ1cS .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sr66dxJ1cS .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sr66dxJ1cS a {
  font-style: normal;
}
.cid-sr66dxJ1cS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sr66dxJ1cS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sr66dxJ1cS .nav-item:focus,
.cid-sr66dxJ1cS .nav-link:focus {
  outline: none;
}
.cid-sr66dxJ1cS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr66dxJ1cS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sr66dxJ1cS .menu-logo {
  margin-right: auto;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sr66dxJ1cS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sr66dxJ1cS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sr66dxJ1cS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sr66dxJ1cS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sr66dxJ1cS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sr66dxJ1cS .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sr66dxJ1cS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sr66dxJ1cS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sr66dxJ1cS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sr66dxJ1cS .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sr66dxJ1cS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sr66dxJ1cS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sr66dxJ1cS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sr66dxJ1cS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sr66dxJ1cS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sr66dxJ1cS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sr66dxJ1cS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sr66dxJ1cS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sr66dxJ1cS button.navbar-toggler:focus {
  outline: none;
}
.cid-sr66dxJ1cS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sr66dxJ1cS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sr66dxJ1cS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sr66dxJ1cS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sr66dxJ1cS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sr66dxJ1cS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr66dxJ1cS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sr66dxJ1cS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sr66dxJ1cS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sr66dxJ1cS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr66dxJ1cS .collapsed .btn {
  display: -webkit-flex;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse.collapsing,
.cid-sr66dxJ1cS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sr66dxJ1cS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sr66dxJ1cS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sr66dxJ1cS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sr66dxJ1cS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sr66dxJ1cS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sr66dxJ1cS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sr66dxJ1cS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sr66dxJ1cS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sr66dxJ1cS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sr66dxJ1cS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sr66dxJ1cS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sr66dxJ1cS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sr66dxJ1cS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sr66dxJ1cS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr66dxJ1cS img {
    height: 3.8rem !important;
  }
  .cid-sr66dxJ1cS .btn {
    display: -webkit-flex;
  }
  .cid-sr66dxJ1cS button.navbar-toggler {
    display: block;
  }
  .cid-sr66dxJ1cS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sr66dxJ1cS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sr66dxJ1cS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sr66dxJ1cS .navbar-collapse.collapsing,
  .cid-sr66dxJ1cS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sr66dxJ1cS .navbar-collapse.collapsing .navbar-nav,
  .cid-sr66dxJ1cS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sr66dxJ1cS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sr66dxJ1cS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sr66dxJ1cS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sr66dxJ1cS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sr66dxJ1cS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sr66dxJ1cS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sr66dxJ1cS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sr66dxJ1cS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sr66dxJ1cS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sr66dxJ1cS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sr66dxJ1cS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sr66dxJ1cS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sr66dxJ1cS .nav-link:hover,
.cid-sr66dxJ1cS .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srhWzBc6tQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srhWzBc6tQ .item {
  padding-bottom: 2rem;
}
.cid-srhWzBc6tQ .item-wrapper {
  position: relative;
}
.cid-srhWzBc6tQ .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-srhWzBc6tQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srhWzBc6tQ .carousel-control,
.cid-srhWzBc6tQ .close {
  background: #1b1b1b;
}
.cid-srhWzBc6tQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srhWzBc6tQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srhWzBc6tQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srhWzBc6tQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-srhWzBc6tQ .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-srhWzBc6tQ .close::before {
  content: '\e91a';
}
.cid-srhWzBc6tQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srhWzBc6tQ .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-srhWzBc6tQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhWzBc6tQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srhWzBc6tQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srhWzBc6tQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srhWzBc6tQ .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-srhWzBc6tQ .carousel-indicators li.active,
.cid-srhWzBc6tQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srhWzBc6tQ .carousel-indicators li::after,
.cid-srhWzBc6tQ .carousel-indicators li::before {
  content: none;
}
.cid-srhWzBc6tQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srhWzBc6tQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srhWzBc6tQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srhWzBc6tQ .carousel-indicators {
    display: none;
  }
}
.cid-srhWzBc6tQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srhWzBc6tQ .carousel-inner > .active {
  display: block;
}
.cid-srhWzBc6tQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhWzBc6tQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhWzBc6tQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srhWzBc6tQ .carousel-control,
  .cid-srhWzBc6tQ .carousel-indicators,
  .cid-srhWzBc6tQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srhWzBc6tQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srhWzBc6tQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srhWzBc6tQ .carousel-indicators .active,
.cid-srhWzBc6tQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srhWzBc6tQ .carousel-indicators .active {
  background: #fff;
}
.cid-srhWzBc6tQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srhWzBc6tQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srhWzBc6tQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srhWzBc6tQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srhWzBc6tQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srhWzBc6tQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srhWzBc6tQ .carousel {
  width: 100%;
}
.cid-srhWzBc6tQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srhWzBc6tQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srhWzBc6tQ .modal.fade .modal-dialog,
.cid-srhWzBc6tQ .modal.in .modal-dialog {
  transform: none;
}
.cid-srhWzBc6tQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srhWzBc6tQ H6 {
  text-align: center;
}
.cid-sr66dCKG7L {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sr66dCKG7L .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr66dCKG7L .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr66dCKG7L .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sr66dCKG7L .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr66dCKG7L .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sr66dCKG7L .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr66dCKG7L .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr66dCKG7L .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sr66dCKG7L .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sr66dCKG7L .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr66dCKG7L .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srldKxkIZr .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srldKxkIZr .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srldKxkIZr a {
  font-style: normal;
}
.cid-srldKxkIZr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srldKxkIZr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srldKxkIZr .nav-item:focus,
.cid-srldKxkIZr .nav-link:focus {
  outline: none;
}
.cid-srldKxkIZr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srldKxkIZr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srldKxkIZr .menu-logo {
  margin-right: auto;
}
.cid-srldKxkIZr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srldKxkIZr .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srldKxkIZr .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srldKxkIZr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srldKxkIZr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srldKxkIZr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srldKxkIZr button.navbar-toggler:focus {
  outline: none;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srldKxkIZr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srldKxkIZr .collapsed .btn {
  display: -webkit-flex;
}
.cid-srldKxkIZr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing,
.cid-srldKxkIZr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srldKxkIZr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srldKxkIZr .collapsed button.navbar-toggler {
  display: block;
}
.cid-srldKxkIZr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srldKxkIZr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srldKxkIZr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srldKxkIZr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srldKxkIZr img {
    height: 3.8rem !important;
  }
  .cid-srldKxkIZr .btn {
    display: -webkit-flex;
  }
  .cid-srldKxkIZr button.navbar-toggler {
    display: block;
  }
  .cid-srldKxkIZr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srldKxkIZr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srldKxkIZr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing,
  .cid-srldKxkIZr .navbar-collapse.show {
    display: block !important;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-nav,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-buttons,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srldKxkIZr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srldKxkIZr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srldKxkIZr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srldKxkIZr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srldKxkIZr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srldKxkIZr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srldKxkIZr .nav-link:hover,
.cid-srldKxkIZr .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srldKyk0C1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srldKyk0C1 .item {
  padding-bottom: 2rem;
}
.cid-srldKyk0C1 .item-wrapper {
  position: relative;
}
.cid-srldKyk0C1 .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-srldKyk0C1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srldKyk0C1 .carousel-control,
.cid-srldKyk0C1 .close {
  background: #1b1b1b;
}
.cid-srldKyk0C1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srldKyk0C1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srldKyk0C1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srldKyk0C1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-srldKyk0C1 .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-srldKyk0C1 .close::before {
  content: '\e91a';
}
.cid-srldKyk0C1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srldKyk0C1 .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-srldKyk0C1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srldKyk0C1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srldKyk0C1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srldKyk0C1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srldKyk0C1 .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-srldKyk0C1 .carousel-indicators li.active,
.cid-srldKyk0C1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srldKyk0C1 .carousel-indicators li::after,
.cid-srldKyk0C1 .carousel-indicators li::before {
  content: none;
}
.cid-srldKyk0C1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srldKyk0C1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srldKyk0C1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srldKyk0C1 .carousel-indicators {
    display: none;
  }
}
.cid-srldKyk0C1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srldKyk0C1 .carousel-inner > .active {
  display: block;
}
.cid-srldKyk0C1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srldKyk0C1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srldKyk0C1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srldKyk0C1 .carousel-control,
  .cid-srldKyk0C1 .carousel-indicators,
  .cid-srldKyk0C1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srldKyk0C1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srldKyk0C1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srldKyk0C1 .carousel-indicators .active,
.cid-srldKyk0C1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srldKyk0C1 .carousel-indicators .active {
  background: #fff;
}
.cid-srldKyk0C1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srldKyk0C1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srldKyk0C1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srldKyk0C1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srldKyk0C1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srldKyk0C1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srldKyk0C1 .carousel {
  width: 100%;
}
.cid-srldKyk0C1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srldKyk0C1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srldKyk0C1 .modal.fade .modal-dialog,
.cid-srldKyk0C1 .modal.in .modal-dialog {
  transform: none;
}
.cid-srldKyk0C1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srldKyk0C1 H6 {
  text-align: center;
}
.cid-srldKBMtSt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srldKBMtSt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srldKBMtSt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srldKBMtSt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srldKBMtSt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srldKBMtSt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srldKBMtSt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srldKBMtSt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srmYjepp9C .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srmYjepp9C .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srmYjepp9C a {
  font-style: normal;
}
.cid-srmYjepp9C .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srmYjepp9C .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srmYjepp9C .nav-item:focus,
.cid-srmYjepp9C .nav-link:focus {
  outline: none;
}
.cid-srmYjepp9C .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srmYjepp9C .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srmYjepp9C .menu-logo {
  margin-right: auto;
}
.cid-srmYjepp9C .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srmYjepp9C .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srmYjepp9C .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srmYjepp9C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srmYjepp9C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srmYjepp9C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srmYjepp9C .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srmYjepp9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srmYjepp9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srmYjepp9C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srmYjepp9C .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srmYjepp9C .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srmYjepp9C .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srmYjepp9C .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srmYjepp9C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srmYjepp9C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srmYjepp9C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srmYjepp9C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srmYjepp9C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srmYjepp9C button.navbar-toggler:focus {
  outline: none;
}
.cid-srmYjepp9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srmYjepp9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srmYjepp9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srmYjepp9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srmYjepp9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srmYjepp9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srmYjepp9C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srmYjepp9C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srmYjepp9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srmYjepp9C .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srmYjepp9C .collapsed .btn {
  display: -webkit-flex;
}
.cid-srmYjepp9C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srmYjepp9C .collapsed .navbar-collapse.collapsing,
.cid-srmYjepp9C .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srmYjepp9C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srmYjepp9C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srmYjepp9C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srmYjepp9C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srmYjepp9C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srmYjepp9C .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srmYjepp9C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srmYjepp9C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srmYjepp9C .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srmYjepp9C .collapsed button.navbar-toggler {
  display: block;
}
.cid-srmYjepp9C .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srmYjepp9C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srmYjepp9C .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srmYjepp9C .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srmYjepp9C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srmYjepp9C .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srmYjepp9C.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srmYjepp9C img {
    height: 3.8rem !important;
  }
  .cid-srmYjepp9C .btn {
    display: -webkit-flex;
  }
  .cid-srmYjepp9C button.navbar-toggler {
    display: block;
  }
  .cid-srmYjepp9C .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srmYjepp9C .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srmYjepp9C .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srmYjepp9C .navbar-collapse.collapsing,
  .cid-srmYjepp9C .navbar-collapse.show {
    display: block !important;
  }
  .cid-srmYjepp9C .navbar-collapse.collapsing .navbar-nav,
  .cid-srmYjepp9C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srmYjepp9C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srmYjepp9C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srmYjepp9C .navbar-collapse.collapsing .navbar-buttons,
  .cid-srmYjepp9C .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srmYjepp9C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srmYjepp9C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srmYjepp9C .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srmYjepp9C .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srmYjepp9C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srmYjepp9C .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srmYjepp9C .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srmYjepp9C .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srmYjepp9C .nav-link:hover,
.cid-srmYjepp9C .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srmYjgKOBz {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srmYjgKOBz .item {
  padding-bottom: 2rem;
}
.cid-srmYjgKOBz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srmYjgKOBz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srmYjgKOBz .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-srmYjgKOBz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srmYjgKOBz .carousel-control,
.cid-srmYjgKOBz .close {
  background: #1b1b1b;
}
.cid-srmYjgKOBz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srmYjgKOBz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srmYjgKOBz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srmYjgKOBz .carousel-control-next span {
  margin-left: 5px;
}
.cid-srmYjgKOBz .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-srmYjgKOBz .close::before {
  content: '\e91a';
}
.cid-srmYjgKOBz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srmYjgKOBz .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-srmYjgKOBz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srmYjgKOBz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srmYjgKOBz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srmYjgKOBz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srmYjgKOBz .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-srmYjgKOBz .carousel-indicators li.active,
.cid-srmYjgKOBz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srmYjgKOBz .carousel-indicators li::after,
.cid-srmYjgKOBz .carousel-indicators li::before {
  content: none;
}
.cid-srmYjgKOBz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srmYjgKOBz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srmYjgKOBz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srmYjgKOBz .carousel-indicators {
    display: none;
  }
}
.cid-srmYjgKOBz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srmYjgKOBz .carousel-inner > .active {
  display: block;
}
.cid-srmYjgKOBz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srmYjgKOBz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srmYjgKOBz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srmYjgKOBz .carousel-control,
  .cid-srmYjgKOBz .carousel-indicators,
  .cid-srmYjgKOBz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srmYjgKOBz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srmYjgKOBz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srmYjgKOBz .carousel-indicators .active,
.cid-srmYjgKOBz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srmYjgKOBz .carousel-indicators .active {
  background: #fff;
}
.cid-srmYjgKOBz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srmYjgKOBz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srmYjgKOBz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srmYjgKOBz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srmYjgKOBz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srmYjgKOBz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srmYjgKOBz .carousel {
  width: 100%;
}
.cid-srmYjgKOBz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srmYjgKOBz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srmYjgKOBz .modal.fade .modal-dialog,
.cid-srmYjgKOBz .modal.in .modal-dialog {
  transform: none;
}
.cid-srmYjgKOBz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srmYjgKOBz H6 {
  text-align: center;
}
.cid-srmYjptusx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srmYjptusx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srmYjptusx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srmYjptusx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srmYjptusx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srmYjptusx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srmYjptusx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srmYjptusx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srmYjptusx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srmYjptusx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srmYjptusx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srmYjptusx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srsCkCTeLE .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srsCkCTeLE .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srsCkCTeLE a {
  font-style: normal;
}
.cid-srsCkCTeLE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srsCkCTeLE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srsCkCTeLE .nav-item:focus,
.cid-srsCkCTeLE .nav-link:focus {
  outline: none;
}
.cid-srsCkCTeLE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srsCkCTeLE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srsCkCTeLE .menu-logo {
  margin-right: auto;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srsCkCTeLE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srsCkCTeLE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srsCkCTeLE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srsCkCTeLE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srsCkCTeLE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srsCkCTeLE .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srsCkCTeLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srsCkCTeLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srsCkCTeLE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srsCkCTeLE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srsCkCTeLE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srsCkCTeLE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srsCkCTeLE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srsCkCTeLE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srsCkCTeLE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srsCkCTeLE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srsCkCTeLE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srsCkCTeLE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srsCkCTeLE button.navbar-toggler:focus {
  outline: none;
}
.cid-srsCkCTeLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srsCkCTeLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srsCkCTeLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srsCkCTeLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srsCkCTeLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srsCkCTeLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srsCkCTeLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srsCkCTeLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srsCkCTeLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srsCkCTeLE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srsCkCTeLE .collapsed .btn {
  display: -webkit-flex;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse.collapsing,
.cid-srsCkCTeLE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srsCkCTeLE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srsCkCTeLE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srsCkCTeLE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srsCkCTeLE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srsCkCTeLE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srsCkCTeLE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srsCkCTeLE .collapsed button.navbar-toggler {
  display: block;
}
.cid-srsCkCTeLE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srsCkCTeLE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srsCkCTeLE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srsCkCTeLE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srsCkCTeLE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srsCkCTeLE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srsCkCTeLE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srsCkCTeLE img {
    height: 3.8rem !important;
  }
  .cid-srsCkCTeLE .btn {
    display: -webkit-flex;
  }
  .cid-srsCkCTeLE button.navbar-toggler {
    display: block;
  }
  .cid-srsCkCTeLE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srsCkCTeLE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srsCkCTeLE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srsCkCTeLE .navbar-collapse.collapsing,
  .cid-srsCkCTeLE .navbar-collapse.show {
    display: block !important;
  }
  .cid-srsCkCTeLE .navbar-collapse.collapsing .navbar-nav,
  .cid-srsCkCTeLE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srsCkCTeLE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srsCkCTeLE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srsCkCTeLE .navbar-collapse.collapsing .navbar-buttons,
  .cid-srsCkCTeLE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srsCkCTeLE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srsCkCTeLE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srsCkCTeLE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srsCkCTeLE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srsCkCTeLE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srsCkCTeLE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srsCkCTeLE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srsCkCTeLE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srsCkCTeLE .nav-link:hover,
.cid-srsCkCTeLE .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srsCkDHAvN {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srsCkDHAvN .item {
  padding-bottom: 2rem;
}
.cid-srsCkDHAvN .item-wrapper {
  position: relative;
}
.cid-srsCkDHAvN .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-srsCkDHAvN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srsCkDHAvN .carousel-control,
.cid-srsCkDHAvN .close {
  background: #1b1b1b;
}
.cid-srsCkDHAvN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srsCkDHAvN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srsCkDHAvN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srsCkDHAvN .carousel-control-next span {
  margin-left: 5px;
}
.cid-srsCkDHAvN .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-srsCkDHAvN .close::before {
  content: '\e91a';
}
.cid-srsCkDHAvN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srsCkDHAvN .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-srsCkDHAvN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srsCkDHAvN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srsCkDHAvN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srsCkDHAvN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srsCkDHAvN .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-srsCkDHAvN .carousel-indicators li.active,
.cid-srsCkDHAvN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srsCkDHAvN .carousel-indicators li::after,
.cid-srsCkDHAvN .carousel-indicators li::before {
  content: none;
}
.cid-srsCkDHAvN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srsCkDHAvN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srsCkDHAvN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srsCkDHAvN .carousel-indicators {
    display: none;
  }
}
.cid-srsCkDHAvN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srsCkDHAvN .carousel-inner > .active {
  display: block;
}
.cid-srsCkDHAvN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srsCkDHAvN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srsCkDHAvN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srsCkDHAvN .carousel-control,
  .cid-srsCkDHAvN .carousel-indicators,
  .cid-srsCkDHAvN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srsCkDHAvN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srsCkDHAvN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srsCkDHAvN .carousel-indicators .active,
.cid-srsCkDHAvN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srsCkDHAvN .carousel-indicators .active {
  background: #fff;
}
.cid-srsCkDHAvN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srsCkDHAvN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srsCkDHAvN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srsCkDHAvN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srsCkDHAvN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srsCkDHAvN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srsCkDHAvN .carousel {
  width: 100%;
}
.cid-srsCkDHAvN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srsCkDHAvN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srsCkDHAvN .modal.fade .modal-dialog,
.cid-srsCkDHAvN .modal.in .modal-dialog {
  transform: none;
}
.cid-srsCkDHAvN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srsCkDHAvN H6 {
  text-align: center;
}
.cid-srsCkGfyYO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srsCkGfyYO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srsCkGfyYO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srsCkGfyYO .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srsCkGfyYO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srsCkGfyYO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srsCkGfyYO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srsCkGfyYO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srsCkGfyYO .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srsCkGfyYO .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srsCkGfyYO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srsCkGfyYO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srtnl7uJAE .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srtnl7uJAE .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srtnl7uJAE a {
  font-style: normal;
}
.cid-srtnl7uJAE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srtnl7uJAE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srtnl7uJAE .nav-item:focus,
.cid-srtnl7uJAE .nav-link:focus {
  outline: none;
}
.cid-srtnl7uJAE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srtnl7uJAE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srtnl7uJAE .menu-logo {
  margin-right: auto;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srtnl7uJAE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srtnl7uJAE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srtnl7uJAE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srtnl7uJAE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srtnl7uJAE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srtnl7uJAE .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srtnl7uJAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srtnl7uJAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srtnl7uJAE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srtnl7uJAE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srtnl7uJAE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srtnl7uJAE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srtnl7uJAE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srtnl7uJAE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srtnl7uJAE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srtnl7uJAE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srtnl7uJAE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srtnl7uJAE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srtnl7uJAE button.navbar-toggler:focus {
  outline: none;
}
.cid-srtnl7uJAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srtnl7uJAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srtnl7uJAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srtnl7uJAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srtnl7uJAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srtnl7uJAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtnl7uJAE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srtnl7uJAE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srtnl7uJAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtnl7uJAE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtnl7uJAE .collapsed .btn {
  display: -webkit-flex;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse.collapsing,
.cid-srtnl7uJAE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srtnl7uJAE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srtnl7uJAE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srtnl7uJAE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srtnl7uJAE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srtnl7uJAE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srtnl7uJAE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srtnl7uJAE .collapsed button.navbar-toggler {
  display: block;
}
.cid-srtnl7uJAE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srtnl7uJAE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtnl7uJAE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srtnl7uJAE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srtnl7uJAE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srtnl7uJAE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srtnl7uJAE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtnl7uJAE img {
    height: 3.8rem !important;
  }
  .cid-srtnl7uJAE .btn {
    display: -webkit-flex;
  }
  .cid-srtnl7uJAE button.navbar-toggler {
    display: block;
  }
  .cid-srtnl7uJAE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srtnl7uJAE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtnl7uJAE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srtnl7uJAE .navbar-collapse.collapsing,
  .cid-srtnl7uJAE .navbar-collapse.show {
    display: block !important;
  }
  .cid-srtnl7uJAE .navbar-collapse.collapsing .navbar-nav,
  .cid-srtnl7uJAE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srtnl7uJAE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srtnl7uJAE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srtnl7uJAE .navbar-collapse.collapsing .navbar-buttons,
  .cid-srtnl7uJAE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srtnl7uJAE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srtnl7uJAE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srtnl7uJAE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srtnl7uJAE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srtnl7uJAE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srtnl7uJAE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srtnl7uJAE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srtnl7uJAE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srtnl7uJAE .nav-link:hover,
.cid-srtnl7uJAE .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srtnl92JBT {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srtnl92JBT .item {
  padding-bottom: 2rem;
}
.cid-srtnl92JBT .item-wrapper {
  position: relative;
}
.cid-srtnl92JBT .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-srtnl92JBT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srtnl92JBT .carousel-control,
.cid-srtnl92JBT .close {
  background: #1b1b1b;
}
.cid-srtnl92JBT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srtnl92JBT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srtnl92JBT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srtnl92JBT .carousel-control-next span {
  margin-left: 5px;
}
.cid-srtnl92JBT .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-srtnl92JBT .close::before {
  content: '\e91a';
}
.cid-srtnl92JBT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srtnl92JBT .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-srtnl92JBT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtnl92JBT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srtnl92JBT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srtnl92JBT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srtnl92JBT .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-srtnl92JBT .carousel-indicators li.active,
.cid-srtnl92JBT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srtnl92JBT .carousel-indicators li::after,
.cid-srtnl92JBT .carousel-indicators li::before {
  content: none;
}
.cid-srtnl92JBT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srtnl92JBT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srtnl92JBT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srtnl92JBT .carousel-indicators {
    display: none;
  }
}
.cid-srtnl92JBT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srtnl92JBT .carousel-inner > .active {
  display: block;
}
.cid-srtnl92JBT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtnl92JBT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srtnl92JBT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srtnl92JBT .carousel-control,
  .cid-srtnl92JBT .carousel-indicators,
  .cid-srtnl92JBT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srtnl92JBT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srtnl92JBT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srtnl92JBT .carousel-indicators .active,
.cid-srtnl92JBT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srtnl92JBT .carousel-indicators .active {
  background: #fff;
}
.cid-srtnl92JBT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srtnl92JBT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srtnl92JBT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srtnl92JBT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srtnl92JBT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srtnl92JBT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srtnl92JBT .carousel {
  width: 100%;
}
.cid-srtnl92JBT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srtnl92JBT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srtnl92JBT .modal.fade .modal-dialog,
.cid-srtnl92JBT .modal.in .modal-dialog {
  transform: none;
}
.cid-srtnl92JBT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srtnl92JBT H6 {
  text-align: center;
}
.cid-srtnldKFQh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srtnldKFQh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtnldKFQh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srtnldKFQh .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srtnldKFQh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtnldKFQh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srtnldKFQh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srtnldKFQh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srtnldKFQh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srtnldKFQh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srtnldKFQh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srtnldKFQh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srtAB0OIyu .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srtAB0OIyu .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srtAB0OIyu a {
  font-style: normal;
}
.cid-srtAB0OIyu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srtAB0OIyu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srtAB0OIyu .nav-item:focus,
.cid-srtAB0OIyu .nav-link:focus {
  outline: none;
}
.cid-srtAB0OIyu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srtAB0OIyu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srtAB0OIyu .menu-logo {
  margin-right: auto;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srtAB0OIyu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srtAB0OIyu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srtAB0OIyu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srtAB0OIyu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srtAB0OIyu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srtAB0OIyu .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srtAB0OIyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srtAB0OIyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srtAB0OIyu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srtAB0OIyu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srtAB0OIyu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srtAB0OIyu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srtAB0OIyu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srtAB0OIyu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srtAB0OIyu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srtAB0OIyu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srtAB0OIyu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srtAB0OIyu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srtAB0OIyu button.navbar-toggler:focus {
  outline: none;
}
.cid-srtAB0OIyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srtAB0OIyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srtAB0OIyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srtAB0OIyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srtAB0OIyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srtAB0OIyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtAB0OIyu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srtAB0OIyu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srtAB0OIyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtAB0OIyu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtAB0OIyu .collapsed .btn {
  display: -webkit-flex;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse.collapsing,
.cid-srtAB0OIyu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srtAB0OIyu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srtAB0OIyu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srtAB0OIyu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srtAB0OIyu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srtAB0OIyu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srtAB0OIyu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srtAB0OIyu .collapsed button.navbar-toggler {
  display: block;
}
.cid-srtAB0OIyu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srtAB0OIyu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtAB0OIyu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srtAB0OIyu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srtAB0OIyu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srtAB0OIyu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srtAB0OIyu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtAB0OIyu img {
    height: 3.8rem !important;
  }
  .cid-srtAB0OIyu .btn {
    display: -webkit-flex;
  }
  .cid-srtAB0OIyu button.navbar-toggler {
    display: block;
  }
  .cid-srtAB0OIyu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srtAB0OIyu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtAB0OIyu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srtAB0OIyu .navbar-collapse.collapsing,
  .cid-srtAB0OIyu .navbar-collapse.show {
    display: block !important;
  }
  .cid-srtAB0OIyu .navbar-collapse.collapsing .navbar-nav,
  .cid-srtAB0OIyu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srtAB0OIyu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srtAB0OIyu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srtAB0OIyu .navbar-collapse.collapsing .navbar-buttons,
  .cid-srtAB0OIyu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srtAB0OIyu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srtAB0OIyu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srtAB0OIyu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srtAB0OIyu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srtAB0OIyu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srtAB0OIyu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srtAB0OIyu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srtAB0OIyu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srtAB0OIyu .nav-link:hover,
.cid-srtAB0OIyu .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srtAB1Zvkr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srtAB1Zvkr .item {
  padding-bottom: 2rem;
}
.cid-srtAB1Zvkr .item-wrapper {
  position: relative;
}
.cid-srtAB1Zvkr .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-srtAB1Zvkr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srtAB1Zvkr .carousel-control,
.cid-srtAB1Zvkr .close {
  background: #1b1b1b;
}
.cid-srtAB1Zvkr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srtAB1Zvkr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srtAB1Zvkr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srtAB1Zvkr .carousel-control-next span {
  margin-left: 5px;
}
.cid-srtAB1Zvkr .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-srtAB1Zvkr .close::before {
  content: '\e91a';
}
.cid-srtAB1Zvkr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srtAB1Zvkr .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-srtAB1Zvkr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtAB1Zvkr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srtAB1Zvkr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srtAB1Zvkr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srtAB1Zvkr .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-srtAB1Zvkr .carousel-indicators li.active,
.cid-srtAB1Zvkr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srtAB1Zvkr .carousel-indicators li::after,
.cid-srtAB1Zvkr .carousel-indicators li::before {
  content: none;
}
.cid-srtAB1Zvkr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srtAB1Zvkr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srtAB1Zvkr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srtAB1Zvkr .carousel-indicators {
    display: none;
  }
}
.cid-srtAB1Zvkr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srtAB1Zvkr .carousel-inner > .active {
  display: block;
}
.cid-srtAB1Zvkr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtAB1Zvkr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srtAB1Zvkr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srtAB1Zvkr .carousel-control,
  .cid-srtAB1Zvkr .carousel-indicators,
  .cid-srtAB1Zvkr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srtAB1Zvkr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srtAB1Zvkr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srtAB1Zvkr .carousel-indicators .active,
.cid-srtAB1Zvkr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srtAB1Zvkr .carousel-indicators .active {
  background: #fff;
}
.cid-srtAB1Zvkr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srtAB1Zvkr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srtAB1Zvkr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srtAB1Zvkr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srtAB1Zvkr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srtAB1Zvkr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srtAB1Zvkr .carousel {
  width: 100%;
}
.cid-srtAB1Zvkr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srtAB1Zvkr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srtAB1Zvkr .modal.fade .modal-dialog,
.cid-srtAB1Zvkr .modal.in .modal-dialog {
  transform: none;
}
.cid-srtAB1Zvkr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srtAB1Zvkr H6 {
  text-align: center;
}
.cid-srtAB6IRi3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srtAB6IRi3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtAB6IRi3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srtAB6IRi3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srtAB6IRi3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtAB6IRi3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srtAB6IRi3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srtAB6IRi3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srtAB6IRi3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srtAB6IRi3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srtAB6IRi3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srtAB6IRi3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srtCLZC94Q .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srtCLZC94Q .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srtCLZC94Q a {
  font-style: normal;
}
.cid-srtCLZC94Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srtCLZC94Q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srtCLZC94Q .nav-item:focus,
.cid-srtCLZC94Q .nav-link:focus {
  outline: none;
}
.cid-srtCLZC94Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srtCLZC94Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srtCLZC94Q .menu-logo {
  margin-right: auto;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srtCLZC94Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srtCLZC94Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srtCLZC94Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srtCLZC94Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srtCLZC94Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srtCLZC94Q .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srtCLZC94Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srtCLZC94Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srtCLZC94Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srtCLZC94Q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srtCLZC94Q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srtCLZC94Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srtCLZC94Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srtCLZC94Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srtCLZC94Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srtCLZC94Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srtCLZC94Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srtCLZC94Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srtCLZC94Q button.navbar-toggler:focus {
  outline: none;
}
.cid-srtCLZC94Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srtCLZC94Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srtCLZC94Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srtCLZC94Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srtCLZC94Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srtCLZC94Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtCLZC94Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srtCLZC94Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srtCLZC94Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srtCLZC94Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtCLZC94Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse.collapsing,
.cid-srtCLZC94Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srtCLZC94Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srtCLZC94Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srtCLZC94Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srtCLZC94Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srtCLZC94Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srtCLZC94Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srtCLZC94Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-srtCLZC94Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srtCLZC94Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srtCLZC94Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srtCLZC94Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srtCLZC94Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srtCLZC94Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srtCLZC94Q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtCLZC94Q img {
    height: 3.8rem !important;
  }
  .cid-srtCLZC94Q .btn {
    display: -webkit-flex;
  }
  .cid-srtCLZC94Q button.navbar-toggler {
    display: block;
  }
  .cid-srtCLZC94Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srtCLZC94Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srtCLZC94Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srtCLZC94Q .navbar-collapse.collapsing,
  .cid-srtCLZC94Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-srtCLZC94Q .navbar-collapse.collapsing .navbar-nav,
  .cid-srtCLZC94Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srtCLZC94Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srtCLZC94Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srtCLZC94Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-srtCLZC94Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srtCLZC94Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srtCLZC94Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srtCLZC94Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srtCLZC94Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srtCLZC94Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srtCLZC94Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srtCLZC94Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srtCLZC94Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srtCLZC94Q .nav-link:hover,
.cid-srtCLZC94Q .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srtCM18wWq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srtCM18wWq .item {
  padding-bottom: 2rem;
}
.cid-srtCM18wWq .item-wrapper {
  position: relative;
}
.cid-srtCM18wWq .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-srtCM18wWq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srtCM18wWq .carousel-control,
.cid-srtCM18wWq .close {
  background: #1b1b1b;
}
.cid-srtCM18wWq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srtCM18wWq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srtCM18wWq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srtCM18wWq .carousel-control-next span {
  margin-left: 5px;
}
.cid-srtCM18wWq .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-srtCM18wWq .close::before {
  content: '\e91a';
}
.cid-srtCM18wWq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srtCM18wWq .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-srtCM18wWq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtCM18wWq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srtCM18wWq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srtCM18wWq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srtCM18wWq .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-srtCM18wWq .carousel-indicators li.active,
.cid-srtCM18wWq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srtCM18wWq .carousel-indicators li::after,
.cid-srtCM18wWq .carousel-indicators li::before {
  content: none;
}
.cid-srtCM18wWq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srtCM18wWq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srtCM18wWq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srtCM18wWq .carousel-indicators {
    display: none;
  }
}
.cid-srtCM18wWq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srtCM18wWq .carousel-inner > .active {
  display: block;
}
.cid-srtCM18wWq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srtCM18wWq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srtCM18wWq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srtCM18wWq .carousel-control,
  .cid-srtCM18wWq .carousel-indicators,
  .cid-srtCM18wWq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srtCM18wWq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srtCM18wWq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srtCM18wWq .carousel-indicators .active,
.cid-srtCM18wWq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srtCM18wWq .carousel-indicators .active {
  background: #fff;
}
.cid-srtCM18wWq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srtCM18wWq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srtCM18wWq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srtCM18wWq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srtCM18wWq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srtCM18wWq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srtCM18wWq .carousel {
  width: 100%;
}
.cid-srtCM18wWq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srtCM18wWq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srtCM18wWq .modal.fade .modal-dialog,
.cid-srtCM18wWq .modal.in .modal-dialog {
  transform: none;
}
.cid-srtCM18wWq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srtCM18wWq H6 {
  text-align: center;
}
.cid-srtCM54s0v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srtCM54s0v .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtCM54s0v .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srtCM54s0v .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srtCM54s0v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srtCM54s0v .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srtCM54s0v .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srtCM54s0v .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srtCM54s0v .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srtCM54s0v .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srtCM54s0v .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srtCM54s0v .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srx1FdIHDj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/triples-finalists-compressed-2000x1500.jpeg");
}
.cid-srx1FdIHDj .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1FdIHDj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1FdIHDj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1FdIHDj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1FdIHDj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1FdIHDj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1FdIHDj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1FfawVj .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srx1FfawVj .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srx1FfawVj a {
  font-style: normal;
}
.cid-srx1FfawVj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srx1FfawVj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srx1FfawVj .nav-item:focus,
.cid-srx1FfawVj .nav-link:focus {
  outline: none;
}
.cid-srx1FfawVj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srx1FfawVj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srx1FfawVj .menu-logo {
  margin-right: auto;
}
.cid-srx1FfawVj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srx1FfawVj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srx1FfawVj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srx1FfawVj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srx1FfawVj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srx1FfawVj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srx1FfawVj .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srx1FfawVj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srx1FfawVj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srx1FfawVj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srx1FfawVj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srx1FfawVj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srx1FfawVj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srx1FfawVj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srx1FfawVj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srx1FfawVj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srx1FfawVj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srx1FfawVj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srx1FfawVj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srx1FfawVj button.navbar-toggler:focus {
  outline: none;
}
.cid-srx1FfawVj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srx1FfawVj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srx1FfawVj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srx1FfawVj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srx1FfawVj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srx1FfawVj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srx1FfawVj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srx1FfawVj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srx1FfawVj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srx1FfawVj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srx1FfawVj .collapsed .btn {
  display: -webkit-flex;
}
.cid-srx1FfawVj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srx1FfawVj .collapsed .navbar-collapse.collapsing,
.cid-srx1FfawVj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srx1FfawVj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srx1FfawVj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srx1FfawVj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srx1FfawVj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srx1FfawVj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srx1FfawVj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srx1FfawVj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srx1FfawVj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srx1FfawVj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srx1FfawVj .collapsed button.navbar-toggler {
  display: block;
}
.cid-srx1FfawVj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srx1FfawVj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srx1FfawVj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srx1FfawVj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srx1FfawVj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srx1FfawVj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srx1FfawVj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srx1FfawVj img {
    height: 3.8rem !important;
  }
  .cid-srx1FfawVj .btn {
    display: -webkit-flex;
  }
  .cid-srx1FfawVj button.navbar-toggler {
    display: block;
  }
  .cid-srx1FfawVj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srx1FfawVj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srx1FfawVj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srx1FfawVj .navbar-collapse.collapsing,
  .cid-srx1FfawVj .navbar-collapse.show {
    display: block !important;
  }
  .cid-srx1FfawVj .navbar-collapse.collapsing .navbar-nav,
  .cid-srx1FfawVj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srx1FfawVj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srx1FfawVj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srx1FfawVj .navbar-collapse.collapsing .navbar-buttons,
  .cid-srx1FfawVj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srx1FfawVj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srx1FfawVj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srx1FfawVj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srx1FfawVj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srx1FfawVj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srx1FfawVj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srx1FfawVj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srx1FfawVj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srx1FfawVj .nav-link:hover,
.cid-srx1FfawVj .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srx1FhnSxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1FhnSxs .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1FhnSxs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1FhnSxs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1FhnSxs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1FhnSxs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1FhnSxs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1FhnSxs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1Fi9iiq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1Fi9iiq .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1Fi9iiq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1Fi9iiq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1Fi9iiq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1Fi9iiq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1Fi9iiq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1Fi9iiq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1Fj10wt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-srx1Fj10wt .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1Fj10wt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1Fj10wt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1Fj10wt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1Fj10wt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1Fj10wt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1Fj10wt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1Fk6bTx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1Fk6bTx .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1Fk6bTx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1Fk6bTx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1Fk6bTx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1Fk6bTx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1Fk6bTx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1Fk6bTx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1FlfMPm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1FlfMPm .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1FlfMPm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1FlfMPm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1FlfMPm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1FlfMPm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1FlfMPm .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1FlfMPm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1FmjBhX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1FmjBhX .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1FmjBhX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1FmjBhX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1FmjBhX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1FmjBhX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1FmjBhX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1FmjBhX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1Fn1TXp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1Fn1TXp .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1Fn1TXp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1Fn1TXp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1Fn1TXp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1Fn1TXp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1Fn1TXp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1Fn1TXp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1FnETZU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srx1FnETZU .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srx1FnETZU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srx1FnETZU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srx1FnETZU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srx1FnETZU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srx1FnETZU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srx1FnETZU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srx1Fop324 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srx1Fop324 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srx1Fop324 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srx1Fop324 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srx1Fop324 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srx1Fop324 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srx1Fop324 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srx1Fop324 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srx1Fop324 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srx1Fop324 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srx1Fop324 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srx1Fop324 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srxXyAdwOl .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srxXyAdwOl .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srxXyAdwOl a {
  font-style: normal;
}
.cid-srxXyAdwOl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srxXyAdwOl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srxXyAdwOl .nav-item:focus,
.cid-srxXyAdwOl .nav-link:focus {
  outline: none;
}
.cid-srxXyAdwOl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srxXyAdwOl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srxXyAdwOl .menu-logo {
  margin-right: auto;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srxXyAdwOl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srxXyAdwOl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srxXyAdwOl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srxXyAdwOl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srxXyAdwOl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srxXyAdwOl .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srxXyAdwOl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srxXyAdwOl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srxXyAdwOl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srxXyAdwOl .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srxXyAdwOl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srxXyAdwOl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srxXyAdwOl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srxXyAdwOl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srxXyAdwOl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srxXyAdwOl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srxXyAdwOl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srxXyAdwOl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srxXyAdwOl button.navbar-toggler:focus {
  outline: none;
}
.cid-srxXyAdwOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srxXyAdwOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srxXyAdwOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srxXyAdwOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srxXyAdwOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srxXyAdwOl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srxXyAdwOl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srxXyAdwOl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srxXyAdwOl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srxXyAdwOl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srxXyAdwOl .collapsed .btn {
  display: -webkit-flex;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse.collapsing,
.cid-srxXyAdwOl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srxXyAdwOl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srxXyAdwOl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srxXyAdwOl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srxXyAdwOl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srxXyAdwOl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srxXyAdwOl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srxXyAdwOl .collapsed button.navbar-toggler {
  display: block;
}
.cid-srxXyAdwOl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srxXyAdwOl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srxXyAdwOl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srxXyAdwOl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srxXyAdwOl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srxXyAdwOl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srxXyAdwOl.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srxXyAdwOl img {
    height: 3.8rem !important;
  }
  .cid-srxXyAdwOl .btn {
    display: -webkit-flex;
  }
  .cid-srxXyAdwOl button.navbar-toggler {
    display: block;
  }
  .cid-srxXyAdwOl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srxXyAdwOl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srxXyAdwOl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srxXyAdwOl .navbar-collapse.collapsing,
  .cid-srxXyAdwOl .navbar-collapse.show {
    display: block !important;
  }
  .cid-srxXyAdwOl .navbar-collapse.collapsing .navbar-nav,
  .cid-srxXyAdwOl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srxXyAdwOl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srxXyAdwOl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srxXyAdwOl .navbar-collapse.collapsing .navbar-buttons,
  .cid-srxXyAdwOl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srxXyAdwOl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srxXyAdwOl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srxXyAdwOl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srxXyAdwOl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srxXyAdwOl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srxXyAdwOl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srxXyAdwOl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srxXyAdwOl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srxXyAdwOl .nav-link:hover,
.cid-srxXyAdwOl .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srxXyBpt6p {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srxXyBpt6p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srxXyBpt6p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srxXyBpt6p .item-wrapper {
  position: relative;
}
.cid-srxXyBpt6p .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-srxXyBpt6p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srxXyBpt6p .carousel-control,
.cid-srxXyBpt6p .close {
  background: #1b1b1b;
}
.cid-srxXyBpt6p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srxXyBpt6p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srxXyBpt6p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srxXyBpt6p .carousel-control-next span {
  margin-left: 5px;
}
.cid-srxXyBpt6p .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-srxXyBpt6p .close::before {
  content: '\e91a';
}
.cid-srxXyBpt6p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srxXyBpt6p .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-srxXyBpt6p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srxXyBpt6p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srxXyBpt6p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srxXyBpt6p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srxXyBpt6p .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-srxXyBpt6p .carousel-indicators li.active,
.cid-srxXyBpt6p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srxXyBpt6p .carousel-indicators li::after,
.cid-srxXyBpt6p .carousel-indicators li::before {
  content: none;
}
.cid-srxXyBpt6p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srxXyBpt6p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srxXyBpt6p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srxXyBpt6p .carousel-indicators {
    display: none;
  }
}
.cid-srxXyBpt6p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srxXyBpt6p .carousel-inner > .active {
  display: block;
}
.cid-srxXyBpt6p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srxXyBpt6p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srxXyBpt6p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srxXyBpt6p .carousel-control,
  .cid-srxXyBpt6p .carousel-indicators,
  .cid-srxXyBpt6p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srxXyBpt6p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srxXyBpt6p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srxXyBpt6p .carousel-indicators .active,
.cid-srxXyBpt6p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srxXyBpt6p .carousel-indicators .active {
  background: #fff;
}
.cid-srxXyBpt6p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srxXyBpt6p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srxXyBpt6p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srxXyBpt6p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srxXyBpt6p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srxXyBpt6p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srxXyBpt6p .carousel {
  width: 100%;
}
.cid-srxXyBpt6p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srxXyBpt6p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srxXyBpt6p .modal.fade .modal-dialog,
.cid-srxXyBpt6p .modal.in .modal-dialog {
  transform: none;
}
.cid-srxXyBpt6p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srxXyBpt6p H6 {
  text-align: center;
}
.cid-srxXyZOLrf {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srxXyZOLrf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srxXyZOLrf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srxXyZOLrf .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srxXyZOLrf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srxXyZOLrf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srxXyZOLrf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srxXyZOLrf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srxXyZOLrf .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srxXyZOLrf .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srxXyZOLrf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srxXyZOLrf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srldKxkIZr .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srldKxkIZr .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srldKxkIZr a {
  font-style: normal;
}
.cid-srldKxkIZr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srldKxkIZr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srldKxkIZr .nav-item:focus,
.cid-srldKxkIZr .nav-link:focus {
  outline: none;
}
.cid-srldKxkIZr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srldKxkIZr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srldKxkIZr .menu-logo {
  margin-right: auto;
}
.cid-srldKxkIZr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srldKxkIZr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srldKxkIZr .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srldKxkIZr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srldKxkIZr .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srldKxkIZr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srldKxkIZr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srldKxkIZr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srldKxkIZr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srldKxkIZr button.navbar-toggler:focus {
  outline: none;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srldKxkIZr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srldKxkIZr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srldKxkIZr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srldKxkIZr .collapsed .btn {
  display: -webkit-flex;
}
.cid-srldKxkIZr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing,
.cid-srldKxkIZr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srldKxkIZr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srldKxkIZr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srldKxkIZr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srldKxkIZr .collapsed button.navbar-toggler {
  display: block;
}
.cid-srldKxkIZr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srldKxkIZr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srldKxkIZr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srldKxkIZr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srldKxkIZr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srldKxkIZr img {
    height: 3.8rem !important;
  }
  .cid-srldKxkIZr .btn {
    display: -webkit-flex;
  }
  .cid-srldKxkIZr button.navbar-toggler {
    display: block;
  }
  .cid-srldKxkIZr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srldKxkIZr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srldKxkIZr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing,
  .cid-srldKxkIZr .navbar-collapse.show {
    display: block !important;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-nav,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-buttons,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srldKxkIZr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srldKxkIZr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srldKxkIZr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srldKxkIZr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srldKxkIZr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srldKxkIZr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srldKxkIZr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srldKxkIZr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srldKxkIZr .nav-link:hover,
.cid-srldKxkIZr .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srxW2cGPLa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-srxW2cGPLa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srxW2cGPLa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srxW2cGPLa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-srxW2cGPLa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srxW2cGPLa .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-srxW2cGPLa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srxW2cGPLa .carousel-control,
.cid-srxW2cGPLa .close {
  background: #1b1b1b;
}
.cid-srxW2cGPLa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srxW2cGPLa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srxW2cGPLa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srxW2cGPLa .carousel-control-next span {
  margin-left: 5px;
}
.cid-srxW2cGPLa .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-srxW2cGPLa .close::before {
  content: '\e91a';
}
.cid-srxW2cGPLa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srxW2cGPLa .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-srxW2cGPLa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srxW2cGPLa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srxW2cGPLa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srxW2cGPLa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srxW2cGPLa .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-srxW2cGPLa .carousel-indicators li.active,
.cid-srxW2cGPLa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srxW2cGPLa .carousel-indicators li::after,
.cid-srxW2cGPLa .carousel-indicators li::before {
  content: none;
}
.cid-srxW2cGPLa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srxW2cGPLa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srxW2cGPLa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srxW2cGPLa .carousel-indicators {
    display: none;
  }
}
.cid-srxW2cGPLa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srxW2cGPLa .carousel-inner > .active {
  display: block;
}
.cid-srxW2cGPLa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srxW2cGPLa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srxW2cGPLa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srxW2cGPLa .carousel-control,
  .cid-srxW2cGPLa .carousel-indicators,
  .cid-srxW2cGPLa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srxW2cGPLa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srxW2cGPLa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srxW2cGPLa .carousel-indicators .active,
.cid-srxW2cGPLa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srxW2cGPLa .carousel-indicators .active {
  background: #fff;
}
.cid-srxW2cGPLa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srxW2cGPLa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srxW2cGPLa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srxW2cGPLa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srxW2cGPLa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srxW2cGPLa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srxW2cGPLa .carousel {
  width: 100%;
}
.cid-srxW2cGPLa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srxW2cGPLa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srxW2cGPLa .modal.fade .modal-dialog,
.cid-srxW2cGPLa .modal.in .modal-dialog {
  transform: none;
}
.cid-srxW2cGPLa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srxW2cGPLa H6 {
  text-align: center;
}
.cid-srldKBMtSt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srldKBMtSt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srldKBMtSt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srldKBMtSt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srldKBMtSt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srldKBMtSt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srldKBMtSt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srldKBMtSt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srldKBMtSt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srwXNNNj25 .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srwXNNNj25 .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srwXNNNj25 a {
  font-style: normal;
}
.cid-srwXNNNj25 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srwXNNNj25 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srwXNNNj25 .nav-item:focus,
.cid-srwXNNNj25 .nav-link:focus {
  outline: none;
}
.cid-srwXNNNj25 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srwXNNNj25 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srwXNNNj25 .menu-logo {
  margin-right: auto;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srwXNNNj25 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srwXNNNj25 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srwXNNNj25 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srwXNNNj25 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srwXNNNj25 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srwXNNNj25 .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srwXNNNj25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srwXNNNj25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srwXNNNj25 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srwXNNNj25 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srwXNNNj25 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srwXNNNj25 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srwXNNNj25 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srwXNNNj25 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srwXNNNj25 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srwXNNNj25 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srwXNNNj25 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srwXNNNj25 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srwXNNNj25 button.navbar-toggler:focus {
  outline: none;
}
.cid-srwXNNNj25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srwXNNNj25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srwXNNNj25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srwXNNNj25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srwXNNNj25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srwXNNNj25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srwXNNNj25 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srwXNNNj25 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srwXNNNj25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srwXNNNj25 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srwXNNNj25 .collapsed .btn {
  display: -webkit-flex;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse.collapsing,
.cid-srwXNNNj25 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srwXNNNj25 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srwXNNNj25 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srwXNNNj25 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srwXNNNj25 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srwXNNNj25 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srwXNNNj25 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srwXNNNj25 .collapsed button.navbar-toggler {
  display: block;
}
.cid-srwXNNNj25 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srwXNNNj25 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srwXNNNj25 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srwXNNNj25 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srwXNNNj25 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srwXNNNj25 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srwXNNNj25.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srwXNNNj25 img {
    height: 3.8rem !important;
  }
  .cid-srwXNNNj25 .btn {
    display: -webkit-flex;
  }
  .cid-srwXNNNj25 button.navbar-toggler {
    display: block;
  }
  .cid-srwXNNNj25 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srwXNNNj25 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srwXNNNj25 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srwXNNNj25 .navbar-collapse.collapsing,
  .cid-srwXNNNj25 .navbar-collapse.show {
    display: block !important;
  }
  .cid-srwXNNNj25 .navbar-collapse.collapsing .navbar-nav,
  .cid-srwXNNNj25 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srwXNNNj25 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srwXNNNj25 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srwXNNNj25 .navbar-collapse.collapsing .navbar-buttons,
  .cid-srwXNNNj25 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srwXNNNj25 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srwXNNNj25 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srwXNNNj25 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srwXNNNj25 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srwXNNNj25 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srwXNNNj25 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srwXNNNj25 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srwXNNNj25 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srwXNNNj25 .nav-link:hover,
.cid-srwXNNNj25 .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srwYYsFkbQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaXyQY5ao {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCaXyQY5ao .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tCaXyQY5ao .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaXyQY5ao .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCaXyQY5ao .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCaXyQY5ao .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tCaXyQY5ao .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tCaXyQY5ao .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCaWkJZRlw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCaWkJZRlw .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tCaWkJZRlw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaWkJZRlw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCaWkJZRlw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCaWkJZRlw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tCaWkJZRlw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tCaWkJZRlw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sryfm4O7Q6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sryfm4O7Q6 .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-sryfm4O7Q6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sryfm4O7Q6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sryfm4O7Q6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sryfm4O7Q6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sryfm4O7Q6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sryfm4O7Q6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNPUMMy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNPUMMy .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNPUMMy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNPUMMy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNPUMMy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNPUMMy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNPUMMy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNPUMMy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNR1OUw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNR1OUw .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNR1OUw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNR1OUw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNR1OUw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNR1OUw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNR1OUw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNR1OUw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNSdOdj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-srwXNSdOdj .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNSdOdj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNSdOdj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNSdOdj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNSdOdj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNSdOdj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNSdOdj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNTdCRg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNTdCRg .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNTdCRg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNTdCRg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNTdCRg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNTdCRg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNTdCRg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNTdCRg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNUzvnz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNUzvnz .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNUzvnz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNUzvnz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNUzvnz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNUzvnz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNUzvnz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNUzvnz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNVBNKd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNVBNKd .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNVBNKd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNVBNKd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNVBNKd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNVBNKd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNVBNKd .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNVBNKd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNWKvWW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNWKvWW .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNWKvWW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNWKvWW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNWKvWW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNWKvWW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNWKvWW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNWKvWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNXI9uS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-srwXNXI9uS .content-wrapper {
  background: #bed3f9;
}
@media (max-width: 991px) {
  .cid-srwXNXI9uS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srwXNXI9uS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srwXNXI9uS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srwXNXI9uS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srwXNXI9uS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srwXNXI9uS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srwXNYZiol {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srwXNYZiol .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srwXNYZiol .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srwXNYZiol .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srwXNYZiol .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srwXNYZiol .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srwXNYZiol .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srwXNYZiol .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srwXNYZiol .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srwXNYZiol .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srwXNYZiol .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srwXNYZiol .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sryhyLq36Z .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sryhyLq36Z .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sryhyLq36Z a {
  font-style: normal;
}
.cid-sryhyLq36Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sryhyLq36Z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sryhyLq36Z .nav-item:focus,
.cid-sryhyLq36Z .nav-link:focus {
  outline: none;
}
.cid-sryhyLq36Z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sryhyLq36Z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sryhyLq36Z .menu-logo {
  margin-right: auto;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sryhyLq36Z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sryhyLq36Z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sryhyLq36Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sryhyLq36Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sryhyLq36Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sryhyLq36Z .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sryhyLq36Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sryhyLq36Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sryhyLq36Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sryhyLq36Z .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sryhyLq36Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sryhyLq36Z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sryhyLq36Z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sryhyLq36Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sryhyLq36Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sryhyLq36Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sryhyLq36Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sryhyLq36Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sryhyLq36Z button.navbar-toggler:focus {
  outline: none;
}
.cid-sryhyLq36Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sryhyLq36Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sryhyLq36Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sryhyLq36Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sryhyLq36Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sryhyLq36Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sryhyLq36Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sryhyLq36Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sryhyLq36Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sryhyLq36Z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sryhyLq36Z .collapsed .btn {
  display: -webkit-flex;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse.collapsing,
.cid-sryhyLq36Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sryhyLq36Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sryhyLq36Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sryhyLq36Z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sryhyLq36Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sryhyLq36Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sryhyLq36Z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sryhyLq36Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-sryhyLq36Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sryhyLq36Z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sryhyLq36Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sryhyLq36Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sryhyLq36Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sryhyLq36Z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sryhyLq36Z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sryhyLq36Z img {
    height: 3.8rem !important;
  }
  .cid-sryhyLq36Z .btn {
    display: -webkit-flex;
  }
  .cid-sryhyLq36Z button.navbar-toggler {
    display: block;
  }
  .cid-sryhyLq36Z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sryhyLq36Z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sryhyLq36Z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sryhyLq36Z .navbar-collapse.collapsing,
  .cid-sryhyLq36Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-sryhyLq36Z .navbar-collapse.collapsing .navbar-nav,
  .cid-sryhyLq36Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sryhyLq36Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sryhyLq36Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sryhyLq36Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-sryhyLq36Z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sryhyLq36Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sryhyLq36Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sryhyLq36Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sryhyLq36Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sryhyLq36Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sryhyLq36Z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sryhyLq36Z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sryhyLq36Z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sryhyLq36Z .nav-link:hover,
.cid-sryhyLq36Z .dropdown-item:hover {
  color: #efefef !important;
}
.cid-sryj5aTYOT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryj5aTYOT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryj5aTYOT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryj5aTYOT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryj5aTYOT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryj5aTYOT .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-sryj5aTYOT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryj5aTYOT .carousel-control,
.cid-sryj5aTYOT .close {
  background: #1b1b1b;
}
.cid-sryj5aTYOT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryj5aTYOT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryj5aTYOT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryj5aTYOT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryj5aTYOT .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-sryj5aTYOT .close::before {
  content: '\e91a';
}
.cid-sryj5aTYOT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryj5aTYOT .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-sryj5aTYOT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryj5aTYOT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryj5aTYOT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryj5aTYOT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryj5aTYOT .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-sryj5aTYOT .carousel-indicators li.active,
.cid-sryj5aTYOT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryj5aTYOT .carousel-indicators li::after,
.cid-sryj5aTYOT .carousel-indicators li::before {
  content: none;
}
.cid-sryj5aTYOT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryj5aTYOT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryj5aTYOT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryj5aTYOT .carousel-indicators {
    display: none;
  }
}
.cid-sryj5aTYOT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryj5aTYOT .carousel-inner > .active {
  display: block;
}
.cid-sryj5aTYOT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryj5aTYOT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryj5aTYOT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryj5aTYOT .carousel-control,
  .cid-sryj5aTYOT .carousel-indicators,
  .cid-sryj5aTYOT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryj5aTYOT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryj5aTYOT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryj5aTYOT .carousel-indicators .active,
.cid-sryj5aTYOT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryj5aTYOT .carousel-indicators .active {
  background: #fff;
}
.cid-sryj5aTYOT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryj5aTYOT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryj5aTYOT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryj5aTYOT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryj5aTYOT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryj5aTYOT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryj5aTYOT .carousel {
  width: 100%;
}
.cid-sryj5aTYOT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryj5aTYOT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryj5aTYOT .modal.fade .modal-dialog,
.cid-sryj5aTYOT .modal.in .modal-dialog {
  transform: none;
}
.cid-sryj5aTYOT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryj5aTYOT H6 {
  text-align: center;
}
.cid-sryj43zACN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryj43zACN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryj43zACN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryj43zACN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryj43zACN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryj43zACN .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-sryj43zACN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryj43zACN .carousel-control,
.cid-sryj43zACN .close {
  background: #1b1b1b;
}
.cid-sryj43zACN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryj43zACN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryj43zACN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryj43zACN .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryj43zACN .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-sryj43zACN .close::before {
  content: '\e91a';
}
.cid-sryj43zACN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryj43zACN .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-sryj43zACN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryj43zACN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryj43zACN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryj43zACN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryj43zACN .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-sryj43zACN .carousel-indicators li.active,
.cid-sryj43zACN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryj43zACN .carousel-indicators li::after,
.cid-sryj43zACN .carousel-indicators li::before {
  content: none;
}
.cid-sryj43zACN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryj43zACN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryj43zACN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryj43zACN .carousel-indicators {
    display: none;
  }
}
.cid-sryj43zACN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryj43zACN .carousel-inner > .active {
  display: block;
}
.cid-sryj43zACN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryj43zACN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryj43zACN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryj43zACN .carousel-control,
  .cid-sryj43zACN .carousel-indicators,
  .cid-sryj43zACN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryj43zACN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryj43zACN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryj43zACN .carousel-indicators .active,
.cid-sryj43zACN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryj43zACN .carousel-indicators .active {
  background: #fff;
}
.cid-sryj43zACN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryj43zACN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryj43zACN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryj43zACN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryj43zACN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryj43zACN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryj43zACN .carousel {
  width: 100%;
}
.cid-sryj43zACN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryj43zACN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryj43zACN .modal.fade .modal-dialog,
.cid-sryj43zACN .modal.in .modal-dialog {
  transform: none;
}
.cid-sryj43zACN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryj43zACN H6 {
  text-align: center;
}
.cid-sryjvk6fs1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjvk6fs1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjvk6fs1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjvk6fs1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjvk6fs1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjvk6fs1 .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-sryjvk6fs1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjvk6fs1 .carousel-control,
.cid-sryjvk6fs1 .close {
  background: #1b1b1b;
}
.cid-sryjvk6fs1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjvk6fs1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjvk6fs1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjvk6fs1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjvk6fs1 .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-sryjvk6fs1 .close::before {
  content: '\e91a';
}
.cid-sryjvk6fs1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjvk6fs1 .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-sryjvk6fs1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjvk6fs1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjvk6fs1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjvk6fs1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjvk6fs1 .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-sryjvk6fs1 .carousel-indicators li.active,
.cid-sryjvk6fs1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjvk6fs1 .carousel-indicators li::after,
.cid-sryjvk6fs1 .carousel-indicators li::before {
  content: none;
}
.cid-sryjvk6fs1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjvk6fs1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjvk6fs1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjvk6fs1 .carousel-indicators {
    display: none;
  }
}
.cid-sryjvk6fs1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjvk6fs1 .carousel-inner > .active {
  display: block;
}
.cid-sryjvk6fs1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjvk6fs1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjvk6fs1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjvk6fs1 .carousel-control,
  .cid-sryjvk6fs1 .carousel-indicators,
  .cid-sryjvk6fs1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjvk6fs1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjvk6fs1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjvk6fs1 .carousel-indicators .active,
.cid-sryjvk6fs1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjvk6fs1 .carousel-indicators .active {
  background: #fff;
}
.cid-sryjvk6fs1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjvk6fs1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjvk6fs1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjvk6fs1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjvk6fs1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjvk6fs1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjvk6fs1 .carousel {
  width: 100%;
}
.cid-sryjvk6fs1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjvk6fs1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjvk6fs1 .modal.fade .modal-dialog,
.cid-sryjvk6fs1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjvk6fs1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjvk6fs1 H6 {
  text-align: center;
}
.cid-sryjwevIjK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjwevIjK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjwevIjK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjwevIjK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjwevIjK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjwevIjK .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-sryjwevIjK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjwevIjK .carousel-control,
.cid-sryjwevIjK .close {
  background: #1b1b1b;
}
.cid-sryjwevIjK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjwevIjK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjwevIjK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjwevIjK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjwevIjK .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-sryjwevIjK .close::before {
  content: '\e91a';
}
.cid-sryjwevIjK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjwevIjK .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-sryjwevIjK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjwevIjK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjwevIjK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjwevIjK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjwevIjK .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-sryjwevIjK .carousel-indicators li.active,
.cid-sryjwevIjK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjwevIjK .carousel-indicators li::after,
.cid-sryjwevIjK .carousel-indicators li::before {
  content: none;
}
.cid-sryjwevIjK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjwevIjK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjwevIjK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjwevIjK .carousel-indicators {
    display: none;
  }
}
.cid-sryjwevIjK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjwevIjK .carousel-inner > .active {
  display: block;
}
.cid-sryjwevIjK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjwevIjK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjwevIjK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjwevIjK .carousel-control,
  .cid-sryjwevIjK .carousel-indicators,
  .cid-sryjwevIjK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjwevIjK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjwevIjK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjwevIjK .carousel-indicators .active,
.cid-sryjwevIjK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjwevIjK .carousel-indicators .active {
  background: #fff;
}
.cid-sryjwevIjK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjwevIjK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjwevIjK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjwevIjK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjwevIjK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjwevIjK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjwevIjK .carousel {
  width: 100%;
}
.cid-sryjwevIjK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjwevIjK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjwevIjK .modal.fade .modal-dialog,
.cid-sryjwevIjK .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjwevIjK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjwevIjK H6 {
  text-align: center;
}
.cid-sryjwWz4EO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjwWz4EO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjwWz4EO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjwWz4EO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjwWz4EO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjwWz4EO .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-sryjwWz4EO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjwWz4EO .carousel-control,
.cid-sryjwWz4EO .close {
  background: #1b1b1b;
}
.cid-sryjwWz4EO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjwWz4EO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjwWz4EO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjwWz4EO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjwWz4EO .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-sryjwWz4EO .close::before {
  content: '\e91a';
}
.cid-sryjwWz4EO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjwWz4EO .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-sryjwWz4EO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjwWz4EO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjwWz4EO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjwWz4EO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjwWz4EO .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-sryjwWz4EO .carousel-indicators li.active,
.cid-sryjwWz4EO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjwWz4EO .carousel-indicators li::after,
.cid-sryjwWz4EO .carousel-indicators li::before {
  content: none;
}
.cid-sryjwWz4EO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjwWz4EO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjwWz4EO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjwWz4EO .carousel-indicators {
    display: none;
  }
}
.cid-sryjwWz4EO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjwWz4EO .carousel-inner > .active {
  display: block;
}
.cid-sryjwWz4EO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjwWz4EO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjwWz4EO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjwWz4EO .carousel-control,
  .cid-sryjwWz4EO .carousel-indicators,
  .cid-sryjwWz4EO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjwWz4EO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjwWz4EO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjwWz4EO .carousel-indicators .active,
.cid-sryjwWz4EO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjwWz4EO .carousel-indicators .active {
  background: #fff;
}
.cid-sryjwWz4EO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjwWz4EO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjwWz4EO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjwWz4EO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjwWz4EO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjwWz4EO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjwWz4EO .carousel {
  width: 100%;
}
.cid-sryjwWz4EO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjwWz4EO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjwWz4EO .modal.fade .modal-dialog,
.cid-sryjwWz4EO .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjwWz4EO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjwWz4EO H6 {
  text-align: center;
}
.cid-sryjxOhqgX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjxOhqgX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjxOhqgX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjxOhqgX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjxOhqgX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjxOhqgX .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-sryjxOhqgX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjxOhqgX .carousel-control,
.cid-sryjxOhqgX .close {
  background: #1b1b1b;
}
.cid-sryjxOhqgX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjxOhqgX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjxOhqgX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjxOhqgX .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjxOhqgX .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-sryjxOhqgX .close::before {
  content: '\e91a';
}
.cid-sryjxOhqgX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjxOhqgX .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-sryjxOhqgX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjxOhqgX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjxOhqgX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjxOhqgX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjxOhqgX .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-sryjxOhqgX .carousel-indicators li.active,
.cid-sryjxOhqgX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjxOhqgX .carousel-indicators li::after,
.cid-sryjxOhqgX .carousel-indicators li::before {
  content: none;
}
.cid-sryjxOhqgX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjxOhqgX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjxOhqgX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjxOhqgX .carousel-indicators {
    display: none;
  }
}
.cid-sryjxOhqgX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjxOhqgX .carousel-inner > .active {
  display: block;
}
.cid-sryjxOhqgX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjxOhqgX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjxOhqgX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjxOhqgX .carousel-control,
  .cid-sryjxOhqgX .carousel-indicators,
  .cid-sryjxOhqgX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjxOhqgX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjxOhqgX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjxOhqgX .carousel-indicators .active,
.cid-sryjxOhqgX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjxOhqgX .carousel-indicators .active {
  background: #fff;
}
.cid-sryjxOhqgX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjxOhqgX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjxOhqgX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjxOhqgX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjxOhqgX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjxOhqgX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjxOhqgX .carousel {
  width: 100%;
}
.cid-sryjxOhqgX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjxOhqgX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjxOhqgX .modal.fade .modal-dialog,
.cid-sryjxOhqgX .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjxOhqgX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjxOhqgX H6 {
  text-align: center;
}
.cid-sryjyE794R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjyE794R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjyE794R .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjyE794R .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjyE794R .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjyE794R .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-sryjyE794R .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjyE794R .carousel-control,
.cid-sryjyE794R .close {
  background: #1b1b1b;
}
.cid-sryjyE794R .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjyE794R .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjyE794R .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjyE794R .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjyE794R .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-sryjyE794R .close::before {
  content: '\e91a';
}
.cid-sryjyE794R .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjyE794R .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-sryjyE794R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjyE794R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjyE794R .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjyE794R .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjyE794R .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-sryjyE794R .carousel-indicators li.active,
.cid-sryjyE794R .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjyE794R .carousel-indicators li::after,
.cid-sryjyE794R .carousel-indicators li::before {
  content: none;
}
.cid-sryjyE794R .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjyE794R .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjyE794R .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjyE794R .carousel-indicators {
    display: none;
  }
}
.cid-sryjyE794R .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjyE794R .carousel-inner > .active {
  display: block;
}
.cid-sryjyE794R .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjyE794R .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjyE794R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjyE794R .carousel-control,
  .cid-sryjyE794R .carousel-indicators,
  .cid-sryjyE794R .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjyE794R .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjyE794R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjyE794R .carousel-indicators .active,
.cid-sryjyE794R .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjyE794R .carousel-indicators .active {
  background: #fff;
}
.cid-sryjyE794R .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjyE794R .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjyE794R .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjyE794R .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjyE794R .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjyE794R .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjyE794R .carousel {
  width: 100%;
}
.cid-sryjyE794R .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjyE794R .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjyE794R .modal.fade .modal-dialog,
.cid-sryjyE794R .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjyE794R .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjyE794R H6 {
  text-align: center;
}
.cid-sryjzT1Ev2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryjzT1Ev2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryjzT1Ev2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryjzT1Ev2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryjzT1Ev2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryjzT1Ev2 .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-sryjzT1Ev2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryjzT1Ev2 .carousel-control,
.cid-sryjzT1Ev2 .close {
  background: #1b1b1b;
}
.cid-sryjzT1Ev2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryjzT1Ev2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryjzT1Ev2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryjzT1Ev2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryjzT1Ev2 .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-sryjzT1Ev2 .close::before {
  content: '\e91a';
}
.cid-sryjzT1Ev2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryjzT1Ev2 .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-sryjzT1Ev2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjzT1Ev2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryjzT1Ev2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryjzT1Ev2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryjzT1Ev2 .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-sryjzT1Ev2 .carousel-indicators li.active,
.cid-sryjzT1Ev2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryjzT1Ev2 .carousel-indicators li::after,
.cid-sryjzT1Ev2 .carousel-indicators li::before {
  content: none;
}
.cid-sryjzT1Ev2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryjzT1Ev2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryjzT1Ev2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryjzT1Ev2 .carousel-indicators {
    display: none;
  }
}
.cid-sryjzT1Ev2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryjzT1Ev2 .carousel-inner > .active {
  display: block;
}
.cid-sryjzT1Ev2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryjzT1Ev2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryjzT1Ev2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryjzT1Ev2 .carousel-control,
  .cid-sryjzT1Ev2 .carousel-indicators,
  .cid-sryjzT1Ev2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryjzT1Ev2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryjzT1Ev2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryjzT1Ev2 .carousel-indicators .active,
.cid-sryjzT1Ev2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryjzT1Ev2 .carousel-indicators .active {
  background: #fff;
}
.cid-sryjzT1Ev2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryjzT1Ev2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryjzT1Ev2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryjzT1Ev2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryjzT1Ev2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryjzT1Ev2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryjzT1Ev2 .carousel {
  width: 100%;
}
.cid-sryjzT1Ev2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryjzT1Ev2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryjzT1Ev2 .modal.fade .modal-dialog,
.cid-sryjzT1Ev2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sryjzT1Ev2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryjzT1Ev2 H6 {
  text-align: center;
}
.cid-sryk5e3212 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryk5e3212 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sryk5e3212 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sryk5e3212 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sryk5e3212 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sryk5e3212 .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-sryk5e3212 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sryk5e3212 .carousel-control,
.cid-sryk5e3212 .close {
  background: #1b1b1b;
}
.cid-sryk5e3212 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sryk5e3212 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sryk5e3212 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sryk5e3212 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sryk5e3212 .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-sryk5e3212 .close::before {
  content: '\e91a';
}
.cid-sryk5e3212 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sryk5e3212 .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-sryk5e3212 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryk5e3212 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sryk5e3212 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sryk5e3212 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sryk5e3212 .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-sryk5e3212 .carousel-indicators li.active,
.cid-sryk5e3212 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sryk5e3212 .carousel-indicators li::after,
.cid-sryk5e3212 .carousel-indicators li::before {
  content: none;
}
.cid-sryk5e3212 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sryk5e3212 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sryk5e3212 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sryk5e3212 .carousel-indicators {
    display: none;
  }
}
.cid-sryk5e3212 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sryk5e3212 .carousel-inner > .active {
  display: block;
}
.cid-sryk5e3212 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sryk5e3212 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sryk5e3212 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sryk5e3212 .carousel-control,
  .cid-sryk5e3212 .carousel-indicators,
  .cid-sryk5e3212 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sryk5e3212 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sryk5e3212 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sryk5e3212 .carousel-indicators .active,
.cid-sryk5e3212 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sryk5e3212 .carousel-indicators .active {
  background: #fff;
}
.cid-sryk5e3212 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sryk5e3212 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sryk5e3212 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sryk5e3212 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sryk5e3212 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sryk5e3212 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sryk5e3212 .carousel {
  width: 100%;
}
.cid-sryk5e3212 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sryk5e3212 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sryk5e3212 .modal.fade .modal-dialog,
.cid-sryk5e3212 .modal.in .modal-dialog {
  transform: none;
}
.cid-sryk5e3212 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sryk5e3212 H6 {
  text-align: center;
}
.cid-tCb5qKhsiu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCb5qKhsiu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCb5qKhsiu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCb5qKhsiu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCb5qKhsiu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCb5qKhsiu .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-tCb5qKhsiu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCb5qKhsiu .carousel-control,
.cid-tCb5qKhsiu .close {
  background: #1b1b1b;
}
.cid-tCb5qKhsiu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCb5qKhsiu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCb5qKhsiu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCb5qKhsiu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCb5qKhsiu .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-tCb5qKhsiu .close::before {
  content: '\e91a';
}
.cid-tCb5qKhsiu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCb5qKhsiu .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-tCb5qKhsiu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb5qKhsiu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCb5qKhsiu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCb5qKhsiu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCb5qKhsiu .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-tCb5qKhsiu .carousel-indicators li.active,
.cid-tCb5qKhsiu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCb5qKhsiu .carousel-indicators li::after,
.cid-tCb5qKhsiu .carousel-indicators li::before {
  content: none;
}
.cid-tCb5qKhsiu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCb5qKhsiu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCb5qKhsiu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCb5qKhsiu .carousel-indicators {
    display: none;
  }
}
.cid-tCb5qKhsiu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCb5qKhsiu .carousel-inner > .active {
  display: block;
}
.cid-tCb5qKhsiu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb5qKhsiu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCb5qKhsiu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCb5qKhsiu .carousel-control,
  .cid-tCb5qKhsiu .carousel-indicators,
  .cid-tCb5qKhsiu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCb5qKhsiu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCb5qKhsiu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCb5qKhsiu .carousel-indicators .active,
.cid-tCb5qKhsiu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCb5qKhsiu .carousel-indicators .active {
  background: #fff;
}
.cid-tCb5qKhsiu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCb5qKhsiu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCb5qKhsiu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCb5qKhsiu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCb5qKhsiu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCb5qKhsiu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCb5qKhsiu .carousel {
  width: 100%;
}
.cid-tCb5qKhsiu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCb5qKhsiu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCb5qKhsiu .modal.fade .modal-dialog,
.cid-tCb5qKhsiu .modal.in .modal-dialog {
  transform: none;
}
.cid-tCb5qKhsiu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCb5qKhsiu H6 {
  text-align: center;
}
.cid-tCb5rTOzxf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCb5rTOzxf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCb5rTOzxf .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCb5rTOzxf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCb5rTOzxf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCb5rTOzxf .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-tCb5rTOzxf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCb5rTOzxf .carousel-control,
.cid-tCb5rTOzxf .close {
  background: #1b1b1b;
}
.cid-tCb5rTOzxf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCb5rTOzxf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCb5rTOzxf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCb5rTOzxf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCb5rTOzxf .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-tCb5rTOzxf .close::before {
  content: '\e91a';
}
.cid-tCb5rTOzxf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCb5rTOzxf .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-tCb5rTOzxf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb5rTOzxf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCb5rTOzxf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCb5rTOzxf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCb5rTOzxf .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-tCb5rTOzxf .carousel-indicators li.active,
.cid-tCb5rTOzxf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCb5rTOzxf .carousel-indicators li::after,
.cid-tCb5rTOzxf .carousel-indicators li::before {
  content: none;
}
.cid-tCb5rTOzxf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCb5rTOzxf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCb5rTOzxf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCb5rTOzxf .carousel-indicators {
    display: none;
  }
}
.cid-tCb5rTOzxf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCb5rTOzxf .carousel-inner > .active {
  display: block;
}
.cid-tCb5rTOzxf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb5rTOzxf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCb5rTOzxf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCb5rTOzxf .carousel-control,
  .cid-tCb5rTOzxf .carousel-indicators,
  .cid-tCb5rTOzxf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCb5rTOzxf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCb5rTOzxf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCb5rTOzxf .carousel-indicators .active,
.cid-tCb5rTOzxf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCb5rTOzxf .carousel-indicators .active {
  background: #fff;
}
.cid-tCb5rTOzxf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCb5rTOzxf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCb5rTOzxf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCb5rTOzxf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCb5rTOzxf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCb5rTOzxf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCb5rTOzxf .carousel {
  width: 100%;
}
.cid-tCb5rTOzxf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCb5rTOzxf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCb5rTOzxf .modal.fade .modal-dialog,
.cid-tCb5rTOzxf .modal.in .modal-dialog {
  transform: none;
}
.cid-tCb5rTOzxf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCb5rTOzxf H6 {
  text-align: center;
}
.cid-sryhyOZl2i {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sryhyOZl2i .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sryhyOZl2i .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sryhyOZl2i .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sryhyOZl2i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sryhyOZl2i .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sryhyOZl2i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sryhyOZl2i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sryhyOZl2i .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sryhyOZl2i .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sryhyOZl2i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sryhyOZl2i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srzIKO5LSb .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srzIKO5LSb .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srzIKO5LSb a {
  font-style: normal;
}
.cid-srzIKO5LSb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srzIKO5LSb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srzIKO5LSb .nav-item:focus,
.cid-srzIKO5LSb .nav-link:focus {
  outline: none;
}
.cid-srzIKO5LSb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srzIKO5LSb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srzIKO5LSb .menu-logo {
  margin-right: auto;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srzIKO5LSb .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srzIKO5LSb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srzIKO5LSb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srzIKO5LSb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srzIKO5LSb button.navbar-toggler:focus {
  outline: none;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srzIKO5LSb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srzIKO5LSb .collapsed .btn {
  display: -webkit-flex;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srzIKO5LSb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srzIKO5LSb .collapsed button.navbar-toggler {
  display: block;
}
.cid-srzIKO5LSb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srzIKO5LSb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srzIKO5LSb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srzIKO5LSb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srzIKO5LSb img {
    height: 3.8rem !important;
  }
  .cid-srzIKO5LSb .btn {
    display: -webkit-flex;
  }
  .cid-srzIKO5LSb button.navbar-toggler {
    display: block;
  }
  .cid-srzIKO5LSb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srzIKO5LSb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srzIKO5LSb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing,
  .cid-srzIKO5LSb .navbar-collapse.show {
    display: block !important;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-nav,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-buttons,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srzIKO5LSb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srzIKO5LSb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srzIKO5LSb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srzIKO5LSb .nav-link:hover,
.cid-srzIKO5LSb .dropdown-item:hover {
  color: #efefef !important;
}
.cid-srA0h9WsdX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-srzXSQoO6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srzXSQoO6a .img-wrapper {
  text-align: center;
}
.cid-srzXSQoO6a img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-srzXSQoO6a .row {
  align-items: flex-start;
}
.cid-srzXSQoO6a .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-srzXSQoO6a .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-srzXSQoO6a .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srzXSQoO6a .card-wrapper {
    padding: 1rem;
  }
}
.cid-srzZCbS5il {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-srzZCbS5il .img-wrapper {
  text-align: center;
}
.cid-srzZCbS5il img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-srzZCbS5il .row {
  align-items: flex-start;
}
.cid-srzZCbS5il .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-srzZCbS5il .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-srzZCbS5il .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srzZCbS5il .card-wrapper {
    padding: 1rem;
  }
}
.cid-srzIKRPdFq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srzIKRPdFq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srzIKRPdFq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srzIKRPdFq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srzIKRPdFq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srzIKRPdFq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srzIKRPdFq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srzIKRPdFq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srzIKO5LSb .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-srzIKO5LSb .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-srzIKO5LSb a {
  font-style: normal;
}
.cid-srzIKO5LSb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srzIKO5LSb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-srzIKO5LSb .nav-item:focus,
.cid-srzIKO5LSb .nav-link:focus {
  outline: none;
}
.cid-srzIKO5LSb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srzIKO5LSb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-srzIKO5LSb .menu-logo {
  margin-right: auto;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srzIKO5LSb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srzIKO5LSb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-srzIKO5LSb .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-srzIKO5LSb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-srzIKO5LSb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-srzIKO5LSb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-srzIKO5LSb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-srzIKO5LSb button.navbar-toggler:focus {
  outline: none;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srzIKO5LSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srzIKO5LSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srzIKO5LSb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srzIKO5LSb .collapsed .btn {
  display: -webkit-flex;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-srzIKO5LSb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-srzIKO5LSb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-srzIKO5LSb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-srzIKO5LSb .collapsed button.navbar-toggler {
  display: block;
}
.cid-srzIKO5LSb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-srzIKO5LSb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-srzIKO5LSb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-srzIKO5LSb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-srzIKO5LSb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srzIKO5LSb img {
    height: 3.8rem !important;
  }
  .cid-srzIKO5LSb .btn {
    display: -webkit-flex;
  }
  .cid-srzIKO5LSb button.navbar-toggler {
    display: block;
  }
  .cid-srzIKO5LSb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-srzIKO5LSb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-srzIKO5LSb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing,
  .cid-srzIKO5LSb .navbar-collapse.show {
    display: block !important;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-nav,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-buttons,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-srzIKO5LSb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-srzIKO5LSb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-srzIKO5LSb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-srzIKO5LSb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-srzIKO5LSb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-srzIKO5LSb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-srzIKO5LSb .nav-link:hover,
.cid-srzIKO5LSb .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tC9VlLBbZ0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tC9VlLBbZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC9VlLBbZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC9VlLBbZ0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tC9VlLBbZ0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tC9VlLBbZ0 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tC9VlLBbZ0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tC9VlLBbZ0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tC9VlLBbZ0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tC9VlLBbZ0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tC9VlLBbZ0 .social-row {
  text-align: center;
}
.cid-tC9VlLBbZ0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tC9VlLBbZ0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tC9VlLBbZ0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tC9VlLBbZ0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaoR5L0AT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCaoR5L0AT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaoR5L0AT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tCaoR5L0AT .container {
    max-width: 1400px;
  }
}
.cid-tCaoR5L0AT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCaoR5L0AT .card-wrapper {
  margin-top: 3rem;
}
.cid-tCaoR5L0AT .row {
  justify-content: center;
}
.cid-tCawfF8oaV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-srzIKRPdFq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srzIKRPdFq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srzIKRPdFq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srzIKRPdFq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srzIKRPdFq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srzIKRPdFq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srzIKRPdFq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srzIKRPdFq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srzIKRPdFq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqNhCa4JuV .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sqNhCa4JuV .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-sqNhCa4JuV a {
  font-style: normal;
}
.cid-sqNhCa4JuV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqNhCa4JuV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqNhCa4JuV .nav-item:focus,
.cid-sqNhCa4JuV .nav-link:focus {
  outline: none;
}
.cid-sqNhCa4JuV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqNhCa4JuV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqNhCa4JuV .menu-logo {
  margin-right: auto;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNhCa4JuV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqNhCa4JuV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sqNhCa4JuV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqNhCa4JuV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqNhCa4JuV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqNhCa4JuV button.navbar-toggler:focus {
  outline: none;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNhCa4JuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNhCa4JuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNhCa4JuV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqNhCa4JuV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqNhCa4JuV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqNhCa4JuV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNhCa4JuV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqNhCa4JuV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqNhCa4JuV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqNhCa4JuV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqNhCa4JuV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sqNhCa4JuV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV img {
    height: 3.8rem !important;
  }
  .cid-sqNhCa4JuV .btn {
    display: -webkit-flex;
  }
  .cid-sqNhCa4JuV button.navbar-toggler {
    display: block;
  }
  .cid-sqNhCa4JuV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqNhCa4JuV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqNhCa4JuV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing,
  .cid-sqNhCa4JuV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqNhCa4JuV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqNhCa4JuV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqNhCa4JuV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqNhCa4JuV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sqNhCa4JuV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqNhCa4JuV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqNhCa4JuV .nav-link:hover,
.cid-sqNhCa4JuV .dropdown-item:hover {
  color: #efefef !important;
}
.cid-ssaO1EKYVJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ssaO1EKYVJ .item {
  padding-bottom: 2rem;
}
.cid-ssaO1EKYVJ .item-wrapper {
  position: relative;
}
.cid-ssaO1EKYVJ .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-ssaO1EKYVJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssaO1EKYVJ .carousel-control,
.cid-ssaO1EKYVJ .close {
  background: #1b1b1b;
}
.cid-ssaO1EKYVJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssaO1EKYVJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssaO1EKYVJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssaO1EKYVJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssaO1EKYVJ .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-ssaO1EKYVJ .close::before {
  content: '\e91a';
}
.cid-ssaO1EKYVJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssaO1EKYVJ .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-ssaO1EKYVJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssaO1EKYVJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssaO1EKYVJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssaO1EKYVJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssaO1EKYVJ .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-ssaO1EKYVJ .carousel-indicators li.active,
.cid-ssaO1EKYVJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssaO1EKYVJ .carousel-indicators li::after,
.cid-ssaO1EKYVJ .carousel-indicators li::before {
  content: none;
}
.cid-ssaO1EKYVJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssaO1EKYVJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssaO1EKYVJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssaO1EKYVJ .carousel-indicators {
    display: none;
  }
}
.cid-ssaO1EKYVJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssaO1EKYVJ .carousel-inner > .active {
  display: block;
}
.cid-ssaO1EKYVJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssaO1EKYVJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssaO1EKYVJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssaO1EKYVJ .carousel-control,
  .cid-ssaO1EKYVJ .carousel-indicators,
  .cid-ssaO1EKYVJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssaO1EKYVJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssaO1EKYVJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssaO1EKYVJ .carousel-indicators .active,
.cid-ssaO1EKYVJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssaO1EKYVJ .carousel-indicators .active {
  background: #fff;
}
.cid-ssaO1EKYVJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssaO1EKYVJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssaO1EKYVJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssaO1EKYVJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssaO1EKYVJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssaO1EKYVJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssaO1EKYVJ .carousel {
  width: 100%;
}
.cid-ssaO1EKYVJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssaO1EKYVJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssaO1EKYVJ .modal.fade .modal-dialog,
.cid-ssaO1EKYVJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ssaO1EKYVJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssaO1EKYVJ H6 {
  text-align: center;
}
.cid-sqNi5YW4gi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqNi5YW4gi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sqNi5YW4gi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqNi5YW4gi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqNi5YW4gi .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqNi5YW4gi .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqNi5YW4gi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqNi5YW4gi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssaT2Na8tu .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ssaT2Na8tu .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-ssaT2Na8tu a {
  font-style: normal;
}
.cid-ssaT2Na8tu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ssaT2Na8tu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ssaT2Na8tu .nav-item:focus,
.cid-ssaT2Na8tu .nav-link:focus {
  outline: none;
}
.cid-ssaT2Na8tu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ssaT2Na8tu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ssaT2Na8tu .menu-logo {
  margin-right: auto;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ssaT2Na8tu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ssaT2Na8tu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ssaT2Na8tu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ssaT2Na8tu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssaT2Na8tu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ssaT2Na8tu .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ssaT2Na8tu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ssaT2Na8tu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssaT2Na8tu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ssaT2Na8tu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-ssaT2Na8tu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ssaT2Na8tu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ssaT2Na8tu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ssaT2Na8tu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ssaT2Na8tu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ssaT2Na8tu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ssaT2Na8tu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ssaT2Na8tu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ssaT2Na8tu button.navbar-toggler:focus {
  outline: none;
}
.cid-ssaT2Na8tu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ssaT2Na8tu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ssaT2Na8tu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ssaT2Na8tu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ssaT2Na8tu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ssaT2Na8tu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssaT2Na8tu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ssaT2Na8tu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ssaT2Na8tu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssaT2Na8tu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ssaT2Na8tu .collapsed .btn {
  display: -webkit-flex;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse.collapsing,
.cid-ssaT2Na8tu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ssaT2Na8tu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ssaT2Na8tu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ssaT2Na8tu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ssaT2Na8tu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ssaT2Na8tu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ssaT2Na8tu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ssaT2Na8tu .collapsed button.navbar-toggler {
  display: block;
}
.cid-ssaT2Na8tu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ssaT2Na8tu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ssaT2Na8tu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ssaT2Na8tu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ssaT2Na8tu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ssaT2Na8tu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ssaT2Na8tu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ssaT2Na8tu img {
    height: 3.8rem !important;
  }
  .cid-ssaT2Na8tu .btn {
    display: -webkit-flex;
  }
  .cid-ssaT2Na8tu button.navbar-toggler {
    display: block;
  }
  .cid-ssaT2Na8tu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ssaT2Na8tu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ssaT2Na8tu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ssaT2Na8tu .navbar-collapse.collapsing,
  .cid-ssaT2Na8tu .navbar-collapse.show {
    display: block !important;
  }
  .cid-ssaT2Na8tu .navbar-collapse.collapsing .navbar-nav,
  .cid-ssaT2Na8tu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ssaT2Na8tu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ssaT2Na8tu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ssaT2Na8tu .navbar-collapse.collapsing .navbar-buttons,
  .cid-ssaT2Na8tu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ssaT2Na8tu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ssaT2Na8tu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssaT2Na8tu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ssaT2Na8tu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ssaT2Na8tu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ssaT2Na8tu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ssaT2Na8tu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ssaT2Na8tu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ssaT2Na8tu .nav-link:hover,
.cid-ssaT2Na8tu .dropdown-item:hover {
  color: #efefef !important;
}
.cid-ssaT2RilyP {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ssaT2RilyP .item {
  padding-bottom: 2rem;
}
.cid-ssaT2RilyP .item-wrapper {
  position: relative;
}
.cid-ssaT2RilyP .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-ssaT2RilyP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssaT2RilyP .carousel-control,
.cid-ssaT2RilyP .close {
  background: #1b1b1b;
}
.cid-ssaT2RilyP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssaT2RilyP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssaT2RilyP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssaT2RilyP .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssaT2RilyP .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-ssaT2RilyP .close::before {
  content: '\e91a';
}
.cid-ssaT2RilyP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssaT2RilyP .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-ssaT2RilyP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssaT2RilyP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssaT2RilyP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssaT2RilyP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssaT2RilyP .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-ssaT2RilyP .carousel-indicators li.active,
.cid-ssaT2RilyP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssaT2RilyP .carousel-indicators li::after,
.cid-ssaT2RilyP .carousel-indicators li::before {
  content: none;
}
.cid-ssaT2RilyP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssaT2RilyP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssaT2RilyP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssaT2RilyP .carousel-indicators {
    display: none;
  }
}
.cid-ssaT2RilyP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssaT2RilyP .carousel-inner > .active {
  display: block;
}
.cid-ssaT2RilyP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssaT2RilyP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssaT2RilyP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssaT2RilyP .carousel-control,
  .cid-ssaT2RilyP .carousel-indicators,
  .cid-ssaT2RilyP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssaT2RilyP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssaT2RilyP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssaT2RilyP .carousel-indicators .active,
.cid-ssaT2RilyP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssaT2RilyP .carousel-indicators .active {
  background: #fff;
}
.cid-ssaT2RilyP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssaT2RilyP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssaT2RilyP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssaT2RilyP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssaT2RilyP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssaT2RilyP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssaT2RilyP .carousel {
  width: 100%;
}
.cid-ssaT2RilyP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssaT2RilyP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssaT2RilyP .modal.fade .modal-dialog,
.cid-ssaT2RilyP .modal.in .modal-dialog {
  transform: none;
}
.cid-ssaT2RilyP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssaT2RilyP H6 {
  text-align: center;
}
.cid-ssaT2TWCIw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-ssaT2TWCIw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssaT2TWCIw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ssaT2TWCIw .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-ssaT2TWCIw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ssaT2TWCIw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-ssaT2TWCIw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ssaT2TWCIw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ssaT2TWCIw .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ssaT2TWCIw .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssaT2TWCIw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssaT2TWCIw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCax5UTbPk .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCax5UTbPk .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCax5UTbPk a {
  font-style: normal;
}
.cid-tCax5UTbPk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCax5UTbPk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCax5UTbPk .nav-item:focus,
.cid-tCax5UTbPk .nav-link:focus {
  outline: none;
}
.cid-tCax5UTbPk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCax5UTbPk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCax5UTbPk .menu-logo {
  margin-right: auto;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCax5UTbPk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCax5UTbPk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCax5UTbPk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCax5UTbPk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCax5UTbPk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCax5UTbPk .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCax5UTbPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCax5UTbPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCax5UTbPk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCax5UTbPk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCax5UTbPk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCax5UTbPk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCax5UTbPk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCax5UTbPk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCax5UTbPk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCax5UTbPk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCax5UTbPk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCax5UTbPk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCax5UTbPk button.navbar-toggler:focus {
  outline: none;
}
.cid-tCax5UTbPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCax5UTbPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCax5UTbPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCax5UTbPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCax5UTbPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCax5UTbPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCax5UTbPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCax5UTbPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCax5UTbPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCax5UTbPk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCax5UTbPk .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse.collapsing,
.cid-tCax5UTbPk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCax5UTbPk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCax5UTbPk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCax5UTbPk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCax5UTbPk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCax5UTbPk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCax5UTbPk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCax5UTbPk .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCax5UTbPk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCax5UTbPk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCax5UTbPk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCax5UTbPk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCax5UTbPk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCax5UTbPk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCax5UTbPk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCax5UTbPk img {
    height: 3.8rem !important;
  }
  .cid-tCax5UTbPk .btn {
    display: -webkit-flex;
  }
  .cid-tCax5UTbPk button.navbar-toggler {
    display: block;
  }
  .cid-tCax5UTbPk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCax5UTbPk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCax5UTbPk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCax5UTbPk .navbar-collapse.collapsing,
  .cid-tCax5UTbPk .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCax5UTbPk .navbar-collapse.collapsing .navbar-nav,
  .cid-tCax5UTbPk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCax5UTbPk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCax5UTbPk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCax5UTbPk .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCax5UTbPk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCax5UTbPk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCax5UTbPk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCax5UTbPk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCax5UTbPk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCax5UTbPk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCax5UTbPk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCax5UTbPk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCax5UTbPk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCax5UTbPk .nav-link:hover,
.cid-tCax5UTbPk .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCaIOVUdOV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCaIOVUdOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaIOVUdOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaxLHfKNl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCaxLHfKNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaxLHfKNl .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-tCaxLHfKNl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCaxLHfKNl .row {
  flex-direction: row-reverse;
}
.cid-tCaxLHfKNl img {
  width: 100%;
}
.cid-tCaJ86EtHV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaJ86EtHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaJ86EtHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaJ86EtHV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaJ86EtHV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaJ86EtHV .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaJ86EtHV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaJ86EtHV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaJ86EtHV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaJ86EtHV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaJ86EtHV .social-row {
  text-align: center;
}
.cid-tCaJ86EtHV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaJ86EtHV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaJ86EtHV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaJ86EtHV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaOnmsDE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaOnmsDE5 .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCaOnmsDE5 .mbr-text {
  text-align: center;
}
.cid-tCaK6QVHCl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaK6QVHCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaK6QVHCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaK6QVHCl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaK6QVHCl .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaK6QVHCl .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaK6QVHCl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaK6QVHCl .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaK6QVHCl .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaK6QVHCl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaK6QVHCl .social-row {
  text-align: center;
}
.cid-tCaK6QVHCl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaK6QVHCl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaK6QVHCl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaK6QVHCl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaMZCdypa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaMZCdypa .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCaMZCdypa .mbr-text {
  text-align: center;
}
.cid-tCaK7KL1ub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaK7KL1ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaK7KL1ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaK7KL1ub .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaK7KL1ub .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaK7KL1ub .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaK7KL1ub .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaK7KL1ub .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaK7KL1ub .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaK7KL1ub .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaK7KL1ub .social-row {
  text-align: center;
}
.cid-tCaK7KL1ub .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaK7KL1ub .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaK7KL1ub .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaK7KL1ub .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaN3d9hR1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaN3d9hR1 .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCaN3d9hR1 .mbr-text {
  text-align: center;
}
.cid-tCaOrYGkq8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaOrYGkq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaOrYGkq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaOrYGkq8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaOrYGkq8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaOrYGkq8 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaOrYGkq8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaOrYGkq8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaOrYGkq8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaOrYGkq8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaOrYGkq8 .social-row {
  text-align: center;
}
.cid-tCaOrYGkq8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaOrYGkq8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaOrYGkq8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaOrYGkq8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaP9SeuVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaP9SeuVS .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCaP9SeuVS .mbr-text {
  text-align: center;
}
.cid-tCaPb9atTt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaPb9atTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaPb9atTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaPb9atTt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaPb9atTt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaPb9atTt .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaPb9atTt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaPb9atTt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaPb9atTt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaPb9atTt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaPb9atTt .social-row {
  text-align: center;
}
.cid-tCaPb9atTt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaPb9atTt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaPb9atTt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaPb9atTt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCaPS3vwyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tCaPS3vwyN .line {
  background-color: #bed3f9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCaPS3vwyN .mbr-text {
  text-align: center;
}
.cid-tCaPTTdOSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tCaPTTdOSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCaPTTdOSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCaPTTdOSC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCaPTTdOSC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCaPTTdOSC .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCaPTTdOSC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCaPTTdOSC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCaPTTdOSC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCaPTTdOSC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCaPTTdOSC .social-row {
  text-align: center;
}
.cid-tCaPTTdOSC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCaPTTdOSC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCaPTTdOSC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCaPTTdOSC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCax5XZwg4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCax5XZwg4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCax5XZwg4 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCax5XZwg4 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCax5XZwg4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCax5XZwg4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCax5XZwg4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCax5XZwg4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCax5XZwg4 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCax5XZwg4 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCax5XZwg4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCax5XZwg4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCb1j9zJQH .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCb1j9zJQH .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCb1j9zJQH a {
  font-style: normal;
}
.cid-tCb1j9zJQH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCb1j9zJQH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCb1j9zJQH .nav-item:focus,
.cid-tCb1j9zJQH .nav-link:focus {
  outline: none;
}
.cid-tCb1j9zJQH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCb1j9zJQH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCb1j9zJQH .menu-logo {
  margin-right: auto;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCb1j9zJQH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCb1j9zJQH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCb1j9zJQH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCb1j9zJQH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCb1j9zJQH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCb1j9zJQH .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCb1j9zJQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCb1j9zJQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCb1j9zJQH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCb1j9zJQH .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCb1j9zJQH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCb1j9zJQH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCb1j9zJQH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCb1j9zJQH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCb1j9zJQH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCb1j9zJQH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCb1j9zJQH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCb1j9zJQH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCb1j9zJQH button.navbar-toggler:focus {
  outline: none;
}
.cid-tCb1j9zJQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCb1j9zJQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCb1j9zJQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCb1j9zJQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCb1j9zJQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCb1j9zJQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCb1j9zJQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCb1j9zJQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCb1j9zJQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCb1j9zJQH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCb1j9zJQH .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse.collapsing,
.cid-tCb1j9zJQH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCb1j9zJQH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCb1j9zJQH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCb1j9zJQH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCb1j9zJQH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCb1j9zJQH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCb1j9zJQH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCb1j9zJQH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCb1j9zJQH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCb1j9zJQH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCb1j9zJQH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCb1j9zJQH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCb1j9zJQH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCb1j9zJQH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCb1j9zJQH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCb1j9zJQH img {
    height: 3.8rem !important;
  }
  .cid-tCb1j9zJQH .btn {
    display: -webkit-flex;
  }
  .cid-tCb1j9zJQH button.navbar-toggler {
    display: block;
  }
  .cid-tCb1j9zJQH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCb1j9zJQH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCb1j9zJQH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCb1j9zJQH .navbar-collapse.collapsing,
  .cid-tCb1j9zJQH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCb1j9zJQH .navbar-collapse.collapsing .navbar-nav,
  .cid-tCb1j9zJQH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCb1j9zJQH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCb1j9zJQH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCb1j9zJQH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCb1j9zJQH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCb1j9zJQH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCb1j9zJQH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCb1j9zJQH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCb1j9zJQH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCb1j9zJQH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCb1j9zJQH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCb1j9zJQH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCb1j9zJQH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCb1j9zJQH .nav-link:hover,
.cid-tCb1j9zJQH .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCb1j9MCdU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCb1j9MCdU .item {
  padding-bottom: 2rem;
}
.cid-tCb1j9MCdU .item-wrapper {
  position: relative;
}
.cid-tCb1j9MCdU .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-tCb1j9MCdU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCb1j9MCdU .carousel-control,
.cid-tCb1j9MCdU .close {
  background: #1b1b1b;
}
.cid-tCb1j9MCdU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCb1j9MCdU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCb1j9MCdU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCb1j9MCdU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCb1j9MCdU .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-tCb1j9MCdU .close::before {
  content: '\e91a';
}
.cid-tCb1j9MCdU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCb1j9MCdU .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-tCb1j9MCdU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb1j9MCdU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCb1j9MCdU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCb1j9MCdU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCb1j9MCdU .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-tCb1j9MCdU .carousel-indicators li.active,
.cid-tCb1j9MCdU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCb1j9MCdU .carousel-indicators li::after,
.cid-tCb1j9MCdU .carousel-indicators li::before {
  content: none;
}
.cid-tCb1j9MCdU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCb1j9MCdU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCb1j9MCdU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCb1j9MCdU .carousel-indicators {
    display: none;
  }
}
.cid-tCb1j9MCdU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCb1j9MCdU .carousel-inner > .active {
  display: block;
}
.cid-tCb1j9MCdU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCb1j9MCdU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCb1j9MCdU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCb1j9MCdU .carousel-control,
  .cid-tCb1j9MCdU .carousel-indicators,
  .cid-tCb1j9MCdU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCb1j9MCdU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCb1j9MCdU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCb1j9MCdU .carousel-indicators .active,
.cid-tCb1j9MCdU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCb1j9MCdU .carousel-indicators .active {
  background: #fff;
}
.cid-tCb1j9MCdU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCb1j9MCdU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCb1j9MCdU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCb1j9MCdU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCb1j9MCdU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCb1j9MCdU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCb1j9MCdU .carousel {
  width: 100%;
}
.cid-tCb1j9MCdU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCb1j9MCdU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCb1j9MCdU .modal.fade .modal-dialog,
.cid-tCb1j9MCdU .modal.in .modal-dialog {
  transform: none;
}
.cid-tCb1j9MCdU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCb1j9MCdU H6 {
  text-align: center;
}
.cid-tCb1jafRRn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCb1jafRRn .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCb1jafRRn .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCb1jafRRn .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCb1jafRRn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCb1jafRRn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCb1jafRRn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCb1jafRRn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCb1jafRRn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCb1jafRRn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCb1jafRRn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCb1jafRRn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCbuWMpvEL .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCbuWMpvEL .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCbuWMpvEL a {
  font-style: normal;
}
.cid-tCbuWMpvEL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCbuWMpvEL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCbuWMpvEL .nav-item:focus,
.cid-tCbuWMpvEL .nav-link:focus {
  outline: none;
}
.cid-tCbuWMpvEL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCbuWMpvEL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCbuWMpvEL .menu-logo {
  margin-right: auto;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCbuWMpvEL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCbuWMpvEL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCbuWMpvEL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCbuWMpvEL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCbuWMpvEL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCbuWMpvEL .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCbuWMpvEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCbuWMpvEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbuWMpvEL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCbuWMpvEL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCbuWMpvEL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCbuWMpvEL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCbuWMpvEL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCbuWMpvEL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCbuWMpvEL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCbuWMpvEL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCbuWMpvEL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCbuWMpvEL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCbuWMpvEL button.navbar-toggler:focus {
  outline: none;
}
.cid-tCbuWMpvEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCbuWMpvEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCbuWMpvEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbuWMpvEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbuWMpvEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCbuWMpvEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbuWMpvEL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCbuWMpvEL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCbuWMpvEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbuWMpvEL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbuWMpvEL .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse.collapsing,
.cid-tCbuWMpvEL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCbuWMpvEL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCbuWMpvEL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCbuWMpvEL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCbuWMpvEL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCbuWMpvEL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCbuWMpvEL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCbuWMpvEL .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCbuWMpvEL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCbuWMpvEL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbuWMpvEL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCbuWMpvEL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCbuWMpvEL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCbuWMpvEL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCbuWMpvEL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbuWMpvEL img {
    height: 3.8rem !important;
  }
  .cid-tCbuWMpvEL .btn {
    display: -webkit-flex;
  }
  .cid-tCbuWMpvEL button.navbar-toggler {
    display: block;
  }
  .cid-tCbuWMpvEL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCbuWMpvEL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbuWMpvEL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCbuWMpvEL .navbar-collapse.collapsing,
  .cid-tCbuWMpvEL .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCbuWMpvEL .navbar-collapse.collapsing .navbar-nav,
  .cid-tCbuWMpvEL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCbuWMpvEL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCbuWMpvEL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCbuWMpvEL .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCbuWMpvEL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCbuWMpvEL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCbuWMpvEL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCbuWMpvEL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCbuWMpvEL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCbuWMpvEL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCbuWMpvEL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCbuWMpvEL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCbuWMpvEL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCbuWMpvEL .nav-link:hover,
.cid-tCbuWMpvEL .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCbuWMEf7n {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCbuWMEf7n .item {
  padding-bottom: 2rem;
}
.cid-tCbuWMEf7n .item-wrapper {
  position: relative;
}
.cid-tCbuWMEf7n .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-tCbuWMEf7n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCbuWMEf7n .carousel-control,
.cid-tCbuWMEf7n .close {
  background: #1b1b1b;
}
.cid-tCbuWMEf7n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCbuWMEf7n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCbuWMEf7n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCbuWMEf7n .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCbuWMEf7n .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-tCbuWMEf7n .close::before {
  content: '\e91a';
}
.cid-tCbuWMEf7n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCbuWMEf7n .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-tCbuWMEf7n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbuWMEf7n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCbuWMEf7n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCbuWMEf7n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCbuWMEf7n .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-tCbuWMEf7n .carousel-indicators li.active,
.cid-tCbuWMEf7n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCbuWMEf7n .carousel-indicators li::after,
.cid-tCbuWMEf7n .carousel-indicators li::before {
  content: none;
}
.cid-tCbuWMEf7n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCbuWMEf7n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCbuWMEf7n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCbuWMEf7n .carousel-indicators {
    display: none;
  }
}
.cid-tCbuWMEf7n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCbuWMEf7n .carousel-inner > .active {
  display: block;
}
.cid-tCbuWMEf7n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbuWMEf7n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCbuWMEf7n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCbuWMEf7n .carousel-control,
  .cid-tCbuWMEf7n .carousel-indicators,
  .cid-tCbuWMEf7n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCbuWMEf7n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCbuWMEf7n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCbuWMEf7n .carousel-indicators .active,
.cid-tCbuWMEf7n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCbuWMEf7n .carousel-indicators .active {
  background: #fff;
}
.cid-tCbuWMEf7n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCbuWMEf7n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCbuWMEf7n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCbuWMEf7n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCbuWMEf7n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCbuWMEf7n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCbuWMEf7n .carousel {
  width: 100%;
}
.cid-tCbuWMEf7n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCbuWMEf7n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCbuWMEf7n .modal.fade .modal-dialog,
.cid-tCbuWMEf7n .modal.in .modal-dialog {
  transform: none;
}
.cid-tCbuWMEf7n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCbuWMEf7n H6 {
  text-align: center;
}
.cid-tCbuWNIkxR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCbuWNIkxR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbuWNIkxR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCbuWNIkxR .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCbuWNIkxR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbuWNIkxR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCbuWNIkxR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCbuWNIkxR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCbuWNIkxR .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCbuWNIkxR .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCbuWNIkxR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCbuWNIkxR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCbw54ZPNX .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCbw54ZPNX .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCbw54ZPNX a {
  font-style: normal;
}
.cid-tCbw54ZPNX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCbw54ZPNX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCbw54ZPNX .nav-item:focus,
.cid-tCbw54ZPNX .nav-link:focus {
  outline: none;
}
.cid-tCbw54ZPNX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCbw54ZPNX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCbw54ZPNX .menu-logo {
  margin-right: auto;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCbw54ZPNX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCbw54ZPNX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCbw54ZPNX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCbw54ZPNX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCbw54ZPNX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCbw54ZPNX .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCbw54ZPNX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCbw54ZPNX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbw54ZPNX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCbw54ZPNX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCbw54ZPNX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCbw54ZPNX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCbw54ZPNX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCbw54ZPNX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCbw54ZPNX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCbw54ZPNX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCbw54ZPNX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCbw54ZPNX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCbw54ZPNX button.navbar-toggler:focus {
  outline: none;
}
.cid-tCbw54ZPNX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCbw54ZPNX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCbw54ZPNX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbw54ZPNX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbw54ZPNX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCbw54ZPNX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbw54ZPNX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCbw54ZPNX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCbw54ZPNX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbw54ZPNX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbw54ZPNX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse.collapsing,
.cid-tCbw54ZPNX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCbw54ZPNX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCbw54ZPNX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCbw54ZPNX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCbw54ZPNX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCbw54ZPNX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCbw54ZPNX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCbw54ZPNX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCbw54ZPNX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCbw54ZPNX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbw54ZPNX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCbw54ZPNX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCbw54ZPNX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCbw54ZPNX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCbw54ZPNX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbw54ZPNX img {
    height: 3.8rem !important;
  }
  .cid-tCbw54ZPNX .btn {
    display: -webkit-flex;
  }
  .cid-tCbw54ZPNX button.navbar-toggler {
    display: block;
  }
  .cid-tCbw54ZPNX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCbw54ZPNX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbw54ZPNX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCbw54ZPNX .navbar-collapse.collapsing,
  .cid-tCbw54ZPNX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCbw54ZPNX .navbar-collapse.collapsing .navbar-nav,
  .cid-tCbw54ZPNX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCbw54ZPNX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCbw54ZPNX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCbw54ZPNX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCbw54ZPNX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCbw54ZPNX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCbw54ZPNX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCbw54ZPNX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCbw54ZPNX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCbw54ZPNX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCbw54ZPNX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCbw54ZPNX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCbw54ZPNX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCbw54ZPNX .nav-link:hover,
.cid-tCbw54ZPNX .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCbw55cIWM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCbw55cIWM .item {
  padding-bottom: 2rem;
}
.cid-tCbw55cIWM .item-wrapper {
  position: relative;
}
.cid-tCbw55cIWM .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-tCbw55cIWM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCbw55cIWM .carousel-control,
.cid-tCbw55cIWM .close {
  background: #1b1b1b;
}
.cid-tCbw55cIWM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCbw55cIWM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCbw55cIWM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCbw55cIWM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCbw55cIWM .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-tCbw55cIWM .close::before {
  content: '\e91a';
}
.cid-tCbw55cIWM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCbw55cIWM .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-tCbw55cIWM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbw55cIWM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCbw55cIWM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCbw55cIWM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCbw55cIWM .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-tCbw55cIWM .carousel-indicators li.active,
.cid-tCbw55cIWM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCbw55cIWM .carousel-indicators li::after,
.cid-tCbw55cIWM .carousel-indicators li::before {
  content: none;
}
.cid-tCbw55cIWM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCbw55cIWM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCbw55cIWM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCbw55cIWM .carousel-indicators {
    display: none;
  }
}
.cid-tCbw55cIWM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCbw55cIWM .carousel-inner > .active {
  display: block;
}
.cid-tCbw55cIWM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbw55cIWM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCbw55cIWM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCbw55cIWM .carousel-control,
  .cid-tCbw55cIWM .carousel-indicators,
  .cid-tCbw55cIWM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCbw55cIWM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCbw55cIWM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCbw55cIWM .carousel-indicators .active,
.cid-tCbw55cIWM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCbw55cIWM .carousel-indicators .active {
  background: #fff;
}
.cid-tCbw55cIWM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCbw55cIWM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCbw55cIWM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCbw55cIWM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCbw55cIWM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCbw55cIWM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCbw55cIWM .carousel {
  width: 100%;
}
.cid-tCbw55cIWM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCbw55cIWM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCbw55cIWM .modal.fade .modal-dialog,
.cid-tCbw55cIWM .modal.in .modal-dialog {
  transform: none;
}
.cid-tCbw55cIWM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCbw55cIWM H6 {
  text-align: center;
}
.cid-tCbw56eGHt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCbw56eGHt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbw56eGHt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCbw56eGHt .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCbw56eGHt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbw56eGHt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCbw56eGHt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCbw56eGHt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCbw56eGHt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCbw56eGHt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCbw56eGHt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCbw56eGHt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCbDY6NBre .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCbDY6NBre .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCbDY6NBre a {
  font-style: normal;
}
.cid-tCbDY6NBre .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCbDY6NBre .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCbDY6NBre .nav-item:focus,
.cid-tCbDY6NBre .nav-link:focus {
  outline: none;
}
.cid-tCbDY6NBre .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCbDY6NBre .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCbDY6NBre .menu-logo {
  margin-right: auto;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCbDY6NBre .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCbDY6NBre .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCbDY6NBre .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCbDY6NBre .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCbDY6NBre .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCbDY6NBre .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCbDY6NBre .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCbDY6NBre .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbDY6NBre .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCbDY6NBre .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCbDY6NBre .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCbDY6NBre .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCbDY6NBre .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCbDY6NBre .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCbDY6NBre .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCbDY6NBre .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCbDY6NBre .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCbDY6NBre button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCbDY6NBre button.navbar-toggler:focus {
  outline: none;
}
.cid-tCbDY6NBre button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCbDY6NBre button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCbDY6NBre button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbDY6NBre button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbDY6NBre button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCbDY6NBre nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbDY6NBre nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCbDY6NBre nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCbDY6NBre nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbDY6NBre .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbDY6NBre .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse.collapsing,
.cid-tCbDY6NBre .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCbDY6NBre .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCbDY6NBre .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCbDY6NBre .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCbDY6NBre .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCbDY6NBre .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCbDY6NBre .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCbDY6NBre .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCbDY6NBre .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCbDY6NBre .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbDY6NBre .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCbDY6NBre .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCbDY6NBre .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCbDY6NBre .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCbDY6NBre.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbDY6NBre img {
    height: 3.8rem !important;
  }
  .cid-tCbDY6NBre .btn {
    display: -webkit-flex;
  }
  .cid-tCbDY6NBre button.navbar-toggler {
    display: block;
  }
  .cid-tCbDY6NBre .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCbDY6NBre .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbDY6NBre .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCbDY6NBre .navbar-collapse.collapsing,
  .cid-tCbDY6NBre .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCbDY6NBre .navbar-collapse.collapsing .navbar-nav,
  .cid-tCbDY6NBre .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCbDY6NBre .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCbDY6NBre .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCbDY6NBre .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCbDY6NBre .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCbDY6NBre .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCbDY6NBre .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCbDY6NBre .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCbDY6NBre .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCbDY6NBre .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCbDY6NBre .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCbDY6NBre .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCbDY6NBre .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCbDY6NBre .nav-link:hover,
.cid-tCbDY6NBre .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCbDY6Zc7a {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCbDY6Zc7a .item {
  padding-bottom: 2rem;
}
.cid-tCbDY6Zc7a .item-wrapper {
  position: relative;
}
.cid-tCbDY6Zc7a .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-tCbDY6Zc7a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCbDY6Zc7a .carousel-control,
.cid-tCbDY6Zc7a .close {
  background: #1b1b1b;
}
.cid-tCbDY6Zc7a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCbDY6Zc7a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCbDY6Zc7a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCbDY6Zc7a .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCbDY6Zc7a .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-tCbDY6Zc7a .close::before {
  content: '\e91a';
}
.cid-tCbDY6Zc7a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCbDY6Zc7a .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-tCbDY6Zc7a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbDY6Zc7a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCbDY6Zc7a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCbDY6Zc7a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCbDY6Zc7a .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-tCbDY6Zc7a .carousel-indicators li.active,
.cid-tCbDY6Zc7a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCbDY6Zc7a .carousel-indicators li::after,
.cid-tCbDY6Zc7a .carousel-indicators li::before {
  content: none;
}
.cid-tCbDY6Zc7a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCbDY6Zc7a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCbDY6Zc7a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCbDY6Zc7a .carousel-indicators {
    display: none;
  }
}
.cid-tCbDY6Zc7a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCbDY6Zc7a .carousel-inner > .active {
  display: block;
}
.cid-tCbDY6Zc7a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbDY6Zc7a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCbDY6Zc7a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCbDY6Zc7a .carousel-control,
  .cid-tCbDY6Zc7a .carousel-indicators,
  .cid-tCbDY6Zc7a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCbDY6Zc7a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCbDY6Zc7a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCbDY6Zc7a .carousel-indicators .active,
.cid-tCbDY6Zc7a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCbDY6Zc7a .carousel-indicators .active {
  background: #fff;
}
.cid-tCbDY6Zc7a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCbDY6Zc7a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCbDY6Zc7a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCbDY6Zc7a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCbDY6Zc7a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCbDY6Zc7a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCbDY6Zc7a .carousel {
  width: 100%;
}
.cid-tCbDY6Zc7a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCbDY6Zc7a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCbDY6Zc7a .modal.fade .modal-dialog,
.cid-tCbDY6Zc7a .modal.in .modal-dialog {
  transform: none;
}
.cid-tCbDY6Zc7a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCbDY6Zc7a H6 {
  text-align: center;
}
.cid-tCbDY7pMy9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCbDY7pMy9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbDY7pMy9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCbDY7pMy9 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCbDY7pMy9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbDY7pMy9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCbDY7pMy9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCbDY7pMy9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCbDY7pMy9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCbDY7pMy9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCbDY7pMy9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCbDY7pMy9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCbHWAr4H8 .navbar {
  background: #bed3f9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tCbHWAr4H8 .navbar-dropdown.bg-color.transparent.opened {
  background: #bed3f9;
}
.cid-tCbHWAr4H8 a {
  font-style: normal;
}
.cid-tCbHWAr4H8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCbHWAr4H8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCbHWAr4H8 .nav-item:focus,
.cid-tCbHWAr4H8 .nav-link:focus {
  outline: none;
}
.cid-tCbHWAr4H8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCbHWAr4H8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCbHWAr4H8 .menu-logo {
  margin-right: auto;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCbHWAr4H8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCbHWAr4H8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCbHWAr4H8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCbHWAr4H8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCbHWAr4H8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCbHWAr4H8 .dropdown .dropdown-menu {
  background: #bed3f9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCbHWAr4H8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCbHWAr4H8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCbHWAr4H8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCbHWAr4H8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCbHWAr4H8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCbHWAr4H8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCbHWAr4H8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCbHWAr4H8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCbHWAr4H8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCbHWAr4H8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCbHWAr4H8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCbHWAr4H8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCbHWAr4H8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCbHWAr4H8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tCbHWAr4H8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCbHWAr4H8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbHWAr4H8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCbHWAr4H8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCbHWAr4H8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbHWAr4H8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCbHWAr4H8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCbHWAr4H8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCbHWAr4H8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbHWAr4H8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.collapsing,
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCbHWAr4H8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tCbHWAr4H8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCbHWAr4H8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCbHWAr4H8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCbHWAr4H8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCbHWAr4H8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tCbHWAr4H8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCbHWAr4H8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCbHWAr4H8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCbHWAr4H8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbHWAr4H8 img {
    height: 3.8rem !important;
  }
  .cid-tCbHWAr4H8 .btn {
    display: -webkit-flex;
  }
  .cid-tCbHWAr4H8 button.navbar-toggler {
    display: block;
  }
  .cid-tCbHWAr4H8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCbHWAr4H8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCbHWAr4H8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCbHWAr4H8 .navbar-collapse.collapsing,
  .cid-tCbHWAr4H8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCbHWAr4H8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCbHWAr4H8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCbHWAr4H8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCbHWAr4H8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCbHWAr4H8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCbHWAr4H8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCbHWAr4H8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCbHWAr4H8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCbHWAr4H8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tCbHWAr4H8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCbHWAr4H8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCbHWAr4H8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCbHWAr4H8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCbHWAr4H8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCbHWAr4H8 .nav-link:hover,
.cid-tCbHWAr4H8 .dropdown-item:hover {
  color: #efefef !important;
}
.cid-tCbHWACH0I {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCbHWACH0I .item {
  padding-bottom: 2rem;
}
.cid-tCbHWACH0I .item-wrapper {
  position: relative;
}
.cid-tCbHWACH0I .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-tCbHWACH0I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCbHWACH0I .carousel-control,
.cid-tCbHWACH0I .close {
  background: #1b1b1b;
}
.cid-tCbHWACH0I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCbHWACH0I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCbHWACH0I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCbHWACH0I .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCbHWACH0I .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-tCbHWACH0I .close::before {
  content: '\e91a';
}
.cid-tCbHWACH0I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCbHWACH0I .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-tCbHWACH0I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbHWACH0I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCbHWACH0I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCbHWACH0I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCbHWACH0I .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-tCbHWACH0I .carousel-indicators li.active,
.cid-tCbHWACH0I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCbHWACH0I .carousel-indicators li::after,
.cid-tCbHWACH0I .carousel-indicators li::before {
  content: none;
}
.cid-tCbHWACH0I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCbHWACH0I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCbHWACH0I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCbHWACH0I .carousel-indicators {
    display: none;
  }
}
.cid-tCbHWACH0I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCbHWACH0I .carousel-inner > .active {
  display: block;
}
.cid-tCbHWACH0I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCbHWACH0I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCbHWACH0I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCbHWACH0I .carousel-control,
  .cid-tCbHWACH0I .carousel-indicators,
  .cid-tCbHWACH0I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCbHWACH0I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCbHWACH0I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCbHWACH0I .carousel-indicators .active,
.cid-tCbHWACH0I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCbHWACH0I .carousel-indicators .active {
  background: #fff;
}
.cid-tCbHWACH0I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCbHWACH0I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCbHWACH0I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCbHWACH0I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCbHWACH0I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCbHWACH0I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCbHWACH0I .carousel {
  width: 100%;
}
.cid-tCbHWACH0I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCbHWACH0I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCbHWACH0I .modal.fade .modal-dialog,
.cid-tCbHWACH0I .modal.in .modal-dialog {
  transform: none;
}
.cid-tCbHWACH0I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCbHWACH0I H6 {
  text-align: center;
}
.cid-tCbHWBd8Ta {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-tCbHWBd8Ta .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbHWBd8Ta .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tCbHWBd8Ta .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tCbHWBd8Ta .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCbHWBd8Ta .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCbHWBd8Ta .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCbHWBd8Ta .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tCbHWBd8Ta .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCbHWBd8Ta .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCbHWBd8Ta .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCbHWBd8Ta .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
