body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #18760b !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #18760b !important;
  border-color: #18760b !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: #082704 !important;
  border-color: #082704 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #082704 !important;
  border-color: #082704 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #18760b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #082704 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #18760b !important;
  border-color: #18760b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #18760b !important;
}
.text-info {
  color: #4479d9 !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: #1f4a98 !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: #051902 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31e917;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4479d9 !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: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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='%234479d9' %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-tQ0B3OTpSq .modal-body .close {
  background: #1b1b1b;
}
.cid-tQ0B3OTpSq .modal-body .close span {
  font-style: normal;
}
.cid-tQ0B3OTpSq .carousel-inner > .active,
.cid-tQ0B3OTpSq .carousel-inner > .next,
.cid-tQ0B3OTpSq .carousel-inner > .prev {
  display: flex;
}
.cid-tQ0B3OTpSq .carousel-control .icon-next,
.cid-tQ0B3OTpSq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tQ0B3OTpSq .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQ0B3OTpSq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ0B3OTpSq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tQ0B3OTpSq .boxed-slider > div {
  position: relative;
}
.cid-tQ0B3OTpSq .container img {
  width: 100%;
}
.cid-tQ0B3OTpSq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tQ0B3OTpSq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ0B3OTpSq .mbr-table-cell {
  padding: 0;
}
.cid-tQ0B3OTpSq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQ0B3OTpSq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQ0B3OTpSq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ0B3OTpSq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tQ0B3OTpSq .carousel-item.active.right,
.cid-tQ0B3OTpSq .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tQ0B3OTpSq .carousel-item.active.left,
.cid-tQ0B3OTpSq .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tQ0B3OTpSq .carousel-item.active,
.cid-tQ0B3OTpSq .carousel-item.next.left,
.cid-tQ0B3OTpSq .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tQ0B3OTpSq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators li.active,
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators li::after,
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tQ0B3OTpSq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tQ0B3OTpSq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tQ0B3OTpSq .mbr-slider > .container img {
  width: 100%;
}
.cid-tQ0B3OTpSq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQ0B3OTpSq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tQ0B3OTpSq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ0B3OTpSq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ0B3OTpSq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tQ0B3OTpSq .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tQ0B3OTpSq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tQ0B3OTpSq .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tQ0B3OTpSq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tQ0B3OTpSq .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ0B3OTpSq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tQ0B3OTpSq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tQ0B3OTpSq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tQ0NFdt57R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tQ0NFdt57R img,
.cid-tQ0NFdt57R .item-img {
  width: 100%;
}
.cid-tQ0NFdt57R .item:focus,
.cid-tQ0NFdt57R span:focus {
  outline: none;
}
.cid-tQ0NFdt57R .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tQ0NFdt57R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tQ0NFdt57R .item {
  padding: 0;
  margin: 0;
}
.cid-tQ0NFdt57R .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ0NFdt57R .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ0NFdt57R .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ0NFdt57R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ0NFdt57R .mbr-section-title {
  color: #232323;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWTIm2W1aY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tWTIm2W1aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWTIm2W1aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWTIm2W1aY .item {
  padding-bottom: 2rem;
}
.cid-tWTIm2W1aY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWTIm2W1aY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWTIm2W1aY .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-tWTIm2W1aY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWTIm2W1aY .carousel-control,
.cid-tWTIm2W1aY .close {
  background: #1b1b1b;
}
.cid-tWTIm2W1aY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWTIm2W1aY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWTIm2W1aY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWTIm2W1aY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWTIm2W1aY .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-tWTIm2W1aY .close::before {
  content: '\e91a';
}
.cid-tWTIm2W1aY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWTIm2W1aY .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-tWTIm2W1aY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWTIm2W1aY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWTIm2W1aY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWTIm2W1aY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWTIm2W1aY .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-tWTIm2W1aY .carousel-indicators li.active,
.cid-tWTIm2W1aY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWTIm2W1aY .carousel-indicators li::after,
.cid-tWTIm2W1aY .carousel-indicators li::before {
  content: none;
}
.cid-tWTIm2W1aY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWTIm2W1aY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWTIm2W1aY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWTIm2W1aY .carousel-indicators {
    display: none;
  }
}
.cid-tWTIm2W1aY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWTIm2W1aY .carousel-inner > .active {
  display: block;
}
.cid-tWTIm2W1aY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWTIm2W1aY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWTIm2W1aY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWTIm2W1aY .carousel-control,
  .cid-tWTIm2W1aY .carousel-indicators,
  .cid-tWTIm2W1aY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWTIm2W1aY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWTIm2W1aY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWTIm2W1aY .carousel-indicators .active,
.cid-tWTIm2W1aY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWTIm2W1aY .carousel-indicators .active {
  background: #fff;
}
.cid-tWTIm2W1aY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWTIm2W1aY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWTIm2W1aY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWTIm2W1aY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWTIm2W1aY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWTIm2W1aY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWTIm2W1aY .carousel {
  width: 100%;
}
.cid-tWTIm2W1aY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWTIm2W1aY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWTIm2W1aY .modal.fade .modal-dialog,
.cid-tWTIm2W1aY .modal.in .modal-dialog {
  transform: none;
}
.cid-tWTIm2W1aY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWTIm2W1aY H6 {
  text-align: center;
}
.cid-tf8LGOjCVS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tf8LGOjCVS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tf8LGOjCVS svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tf8LGOjCVS g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tf8LGOjCVS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tf8LGOjCVS .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tf8LGOjCVS .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tf8LGOjCVS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tf8LGOjCVS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tf8LGOjCVS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tf8LGOjCVS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tf8LGOjCVS .media-container-row .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-tf8LGOjCVS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tf8LGOjCVS .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tf8LGOjCVS .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tf8LGOjCVS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tf8LGOjCVS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tf8LGOjCVS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tf8LGOjCVS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxG8b1e3P .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxG8b1e3P .modal-body .close span {
  font-style: normal;
}
.cid-tXxG8b1e3P .carousel-inner > .active,
.cid-tXxG8b1e3P .carousel-inner > .next,
.cid-tXxG8b1e3P .carousel-inner > .prev {
  display: flex;
}
.cid-tXxG8b1e3P .carousel-control .icon-next,
.cid-tXxG8b1e3P .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxG8b1e3P .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxG8b1e3P .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxG8b1e3P .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxG8b1e3P .boxed-slider > div {
  position: relative;
}
.cid-tXxG8b1e3P .container img {
  width: 100%;
}
.cid-tXxG8b1e3P .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxG8b1e3P .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxG8b1e3P .mbr-table-cell {
  padding: 0;
}
.cid-tXxG8b1e3P .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxG8b1e3P .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxG8b1e3P .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxG8b1e3P .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxG8b1e3P .carousel-item.active.right,
.cid-tXxG8b1e3P .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxG8b1e3P .carousel-item.active.left,
.cid-tXxG8b1e3P .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxG8b1e3P .carousel-item.active,
.cid-tXxG8b1e3P .carousel-item.next.left,
.cid-tXxG8b1e3P .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxG8b1e3P .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators li.active,
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators li::after,
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxG8b1e3P .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxG8b1e3P .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxG8b1e3P .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxG8b1e3P .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxG8b1e3P .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxG8b1e3P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxG8b1e3P .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxG8b1e3P .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxG8b1e3P .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxG8b1e3P .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxG8b1e3P .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxG8b1e3P .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxG8b1e3P .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxG8b1e3P .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxG8b1e3P .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxG8b1e3P .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxG8cS7iM {
  z-index: 1000;
  width: 100%;
}
.cid-tXxG8cS7iM nav.navbar {
  position: fixed;
}
.cid-tXxG8cS7iM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxG8cS7iM .dropdown-menu {
  padding: 0;
}
.cid-tXxG8cS7iM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxG8cS7iM .dropdown-item:hover,
.cid-tXxG8cS7iM .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxG8cS7iM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxG8cS7iM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxG8cS7iM .nav-link {
  position: relative;
}
.cid-tXxG8cS7iM .container {
  display: flex;
  margin: auto;
}
.cid-tXxG8cS7iM .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxG8cS7iM .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxG8cS7iM .dropdown-menu,
.cid-tXxG8cS7iM .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxG8cS7iM .nav-item:focus,
.cid-tXxG8cS7iM .nav-link:focus {
  outline: none;
}
.cid-tXxG8cS7iM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxG8cS7iM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxG8cS7iM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxG8cS7iM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxG8cS7iM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxG8cS7iM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxG8cS7iM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxG8cS7iM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxG8cS7iM .navbar.opened {
  transition: all .3s;
}
.cid-tXxG8cS7iM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxG8cS7iM .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxG8cS7iM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxG8cS7iM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxG8cS7iM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxG8cS7iM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxG8cS7iM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxG8cS7iM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxG8cS7iM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxG8cS7iM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxG8cS7iM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxG8cS7iM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxG8cS7iM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxG8cS7iM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxG8cS7iM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxG8cS7iM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxG8cS7iM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxG8cS7iM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxG8cS7iM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxG8cS7iM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxG8cS7iM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxG8cS7iM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxG8cS7iM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxG8cS7iM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxG8cS7iM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxG8cS7iM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxG8cS7iM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxG8cS7iM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxG8cS7iM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxG8cS7iM .dropdown-item.active,
.cid-tXxG8cS7iM .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxG8cS7iM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxG8cS7iM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxG8cS7iM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxG8cS7iM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxG8cS7iM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxG8cS7iM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxG8cS7iM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxG8cS7iM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxG8cS7iM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxG8cS7iM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxG8cS7iM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxG8cS7iM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxG8cS7iM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxG8cS7iM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxG8cS7iM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxG8cS7iM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxG8cS7iM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxG8cS7iM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxG8cS7iM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxG8cS7iM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxG8cS7iM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxG8cS7iM .navbar {
    height: 77px;
  }
  .cid-tXxG8cS7iM .navbar.opened {
    height: auto;
  }
  .cid-tXxG8cS7iM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxHixoZnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxG8dSfud {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxG8dSfud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxG8dSfud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxG8dSfud .item {
  padding-bottom: 2rem;
}
.cid-tXxG8dSfud .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxG8dSfud .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxG8dSfud .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-tXxG8dSfud .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxG8dSfud .carousel-control,
.cid-tXxG8dSfud .close {
  background: #1b1b1b;
}
.cid-tXxG8dSfud .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxG8dSfud .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxG8dSfud .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxG8dSfud .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxG8dSfud .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-tXxG8dSfud .close::before {
  content: '\e91a';
}
.cid-tXxG8dSfud .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxG8dSfud .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-tXxG8dSfud .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxG8dSfud .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxG8dSfud .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxG8dSfud .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxG8dSfud .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-tXxG8dSfud .carousel-indicators li.active,
.cid-tXxG8dSfud .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxG8dSfud .carousel-indicators li::after,
.cid-tXxG8dSfud .carousel-indicators li::before {
  content: none;
}
.cid-tXxG8dSfud .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxG8dSfud .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxG8dSfud .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxG8dSfud .carousel-indicators {
    display: none;
  }
}
.cid-tXxG8dSfud .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxG8dSfud .carousel-inner > .active {
  display: block;
}
.cid-tXxG8dSfud .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxG8dSfud .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxG8dSfud .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxG8dSfud .carousel-control,
  .cid-tXxG8dSfud .carousel-indicators,
  .cid-tXxG8dSfud .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxG8dSfud .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxG8dSfud .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxG8dSfud .carousel-indicators .active,
.cid-tXxG8dSfud .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxG8dSfud .carousel-indicators .active {
  background: #fff;
}
.cid-tXxG8dSfud .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxG8dSfud .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxG8dSfud .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxG8dSfud .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxG8dSfud .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxG8dSfud .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxG8dSfud .carousel {
  width: 100%;
}
.cid-tXxG8dSfud .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxG8dSfud .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxG8dSfud .modal.fade .modal-dialog,
.cid-tXxG8dSfud .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxG8dSfud .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxG8dSfud H6 {
  text-align: center;
}
.cid-tXxG8f79qA {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxG8f79qA .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxG8f79qA svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxG8f79qA g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxG8f79qA .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxG8f79qA .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxG8f79qA .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxG8f79qA .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxG8f79qA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxG8f79qA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxG8f79qA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxG8f79qA .media-container-row .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-tXxG8f79qA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxG8f79qA .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxG8f79qA .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxG8f79qA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxG8f79qA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxG8f79qA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxG8f79qA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxJjHYArt .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxJjHYArt .modal-body .close span {
  font-style: normal;
}
.cid-tXxJjHYArt .carousel-inner > .active,
.cid-tXxJjHYArt .carousel-inner > .next,
.cid-tXxJjHYArt .carousel-inner > .prev {
  display: flex;
}
.cid-tXxJjHYArt .carousel-control .icon-next,
.cid-tXxJjHYArt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxJjHYArt .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxJjHYArt .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxJjHYArt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxJjHYArt .boxed-slider > div {
  position: relative;
}
.cid-tXxJjHYArt .container img {
  width: 100%;
}
.cid-tXxJjHYArt .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxJjHYArt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxJjHYArt .mbr-table-cell {
  padding: 0;
}
.cid-tXxJjHYArt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxJjHYArt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxJjHYArt .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxJjHYArt .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxJjHYArt .carousel-item.active.right,
.cid-tXxJjHYArt .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxJjHYArt .carousel-item.active.left,
.cid-tXxJjHYArt .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxJjHYArt .carousel-item.active,
.cid-tXxJjHYArt .carousel-item.next.left,
.cid-tXxJjHYArt .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxJjHYArt .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxJjHYArt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxJjHYArt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxJjHYArt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxJjHYArt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxJjHYArt .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxJjHYArt .mbr-slider .carousel-indicators li.active,
.cid-tXxJjHYArt .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxJjHYArt .mbr-slider .carousel-indicators li::after,
.cid-tXxJjHYArt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxJjHYArt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxJjHYArt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxJjHYArt .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxJjHYArt .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxJjHYArt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxJjHYArt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxJjHYArt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxJjHYArt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxJjHYArt .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxJjHYArt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxJjHYArt .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxJjHYArt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxJjHYArt .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxJjHYArt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxJjHYArt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxJjHYArt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxJjIEFIg {
  z-index: 1000;
  width: 100%;
}
.cid-tXxJjIEFIg nav.navbar {
  position: fixed;
}
.cid-tXxJjIEFIg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxJjIEFIg .dropdown-menu {
  padding: 0;
}
.cid-tXxJjIEFIg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxJjIEFIg .dropdown-item:hover,
.cid-tXxJjIEFIg .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxJjIEFIg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxJjIEFIg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxJjIEFIg .nav-link {
  position: relative;
}
.cid-tXxJjIEFIg .container {
  display: flex;
  margin: auto;
}
.cid-tXxJjIEFIg .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxJjIEFIg .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxJjIEFIg .dropdown-menu,
.cid-tXxJjIEFIg .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxJjIEFIg .nav-item:focus,
.cid-tXxJjIEFIg .nav-link:focus {
  outline: none;
}
.cid-tXxJjIEFIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxJjIEFIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxJjIEFIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxJjIEFIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxJjIEFIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxJjIEFIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxJjIEFIg .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxJjIEFIg .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxJjIEFIg .navbar.opened {
  transition: all .3s;
}
.cid-tXxJjIEFIg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxJjIEFIg .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxJjIEFIg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxJjIEFIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxJjIEFIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxJjIEFIg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxJjIEFIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxJjIEFIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxJjIEFIg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxJjIEFIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxJjIEFIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxJjIEFIg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxJjIEFIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxJjIEFIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxJjIEFIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxJjIEFIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxJjIEFIg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxJjIEFIg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxJjIEFIg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxJjIEFIg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxJjIEFIg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxJjIEFIg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxJjIEFIg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxJjIEFIg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxJjIEFIg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxJjIEFIg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxJjIEFIg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxJjIEFIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxJjIEFIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxJjIEFIg .dropdown-item.active,
.cid-tXxJjIEFIg .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxJjIEFIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxJjIEFIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxJjIEFIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxJjIEFIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxJjIEFIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxJjIEFIg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxJjIEFIg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxJjIEFIg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxJjIEFIg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxJjIEFIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxJjIEFIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxJjIEFIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxJjIEFIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxJjIEFIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxJjIEFIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxJjIEFIg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxJjIEFIg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxJjIEFIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxJjIEFIg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxJjIEFIg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxJjIEFIg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxJjIEFIg .navbar {
    height: 77px;
  }
  .cid-tXxJjIEFIg .navbar.opened {
    height: auto;
  }
  .cid-tXxJjIEFIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxJjJSgxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxJjKtNpw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxJjKtNpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxJjKtNpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxJjKtNpw .item {
  padding-bottom: 2rem;
}
.cid-tXxJjKtNpw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxJjKtNpw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxJjKtNpw .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-tXxJjKtNpw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxJjKtNpw .carousel-control,
.cid-tXxJjKtNpw .close {
  background: #1b1b1b;
}
.cid-tXxJjKtNpw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxJjKtNpw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxJjKtNpw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxJjKtNpw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxJjKtNpw .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-tXxJjKtNpw .close::before {
  content: '\e91a';
}
.cid-tXxJjKtNpw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxJjKtNpw .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-tXxJjKtNpw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxJjKtNpw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxJjKtNpw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxJjKtNpw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxJjKtNpw .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-tXxJjKtNpw .carousel-indicators li.active,
.cid-tXxJjKtNpw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxJjKtNpw .carousel-indicators li::after,
.cid-tXxJjKtNpw .carousel-indicators li::before {
  content: none;
}
.cid-tXxJjKtNpw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxJjKtNpw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxJjKtNpw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxJjKtNpw .carousel-indicators {
    display: none;
  }
}
.cid-tXxJjKtNpw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxJjKtNpw .carousel-inner > .active {
  display: block;
}
.cid-tXxJjKtNpw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxJjKtNpw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxJjKtNpw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxJjKtNpw .carousel-control,
  .cid-tXxJjKtNpw .carousel-indicators,
  .cid-tXxJjKtNpw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxJjKtNpw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxJjKtNpw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxJjKtNpw .carousel-indicators .active,
.cid-tXxJjKtNpw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxJjKtNpw .carousel-indicators .active {
  background: #fff;
}
.cid-tXxJjKtNpw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxJjKtNpw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxJjKtNpw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxJjKtNpw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxJjKtNpw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxJjKtNpw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxJjKtNpw .carousel {
  width: 100%;
}
.cid-tXxJjKtNpw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxJjKtNpw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxJjKtNpw .modal.fade .modal-dialog,
.cid-tXxJjKtNpw .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxJjKtNpw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxJjKtNpw H6 {
  text-align: center;
}
.cid-tXxJjLQIuk {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxJjLQIuk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxJjLQIuk svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxJjLQIuk g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxJjLQIuk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxJjLQIuk .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxJjLQIuk .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxJjLQIuk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxJjLQIuk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxJjLQIuk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxJjLQIuk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxJjLQIuk .media-container-row .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-tXxJjLQIuk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxJjLQIuk .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxJjLQIuk .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxJjLQIuk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxJjLQIuk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxJjLQIuk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxJjLQIuk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxMaXock6 .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxMaXock6 .modal-body .close span {
  font-style: normal;
}
.cid-tXxMaXock6 .carousel-inner > .active,
.cid-tXxMaXock6 .carousel-inner > .next,
.cid-tXxMaXock6 .carousel-inner > .prev {
  display: flex;
}
.cid-tXxMaXock6 .carousel-control .icon-next,
.cid-tXxMaXock6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxMaXock6 .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxMaXock6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxMaXock6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxMaXock6 .boxed-slider > div {
  position: relative;
}
.cid-tXxMaXock6 .container img {
  width: 100%;
}
.cid-tXxMaXock6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxMaXock6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxMaXock6 .mbr-table-cell {
  padding: 0;
}
.cid-tXxMaXock6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxMaXock6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxMaXock6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxMaXock6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxMaXock6 .carousel-item.active.right,
.cid-tXxMaXock6 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxMaXock6 .carousel-item.active.left,
.cid-tXxMaXock6 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxMaXock6 .carousel-item.active,
.cid-tXxMaXock6 .carousel-item.next.left,
.cid-tXxMaXock6 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxMaXock6 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxMaXock6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxMaXock6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxMaXock6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxMaXock6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxMaXock6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxMaXock6 .mbr-slider .carousel-indicators li.active,
.cid-tXxMaXock6 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxMaXock6 .mbr-slider .carousel-indicators li::after,
.cid-tXxMaXock6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxMaXock6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxMaXock6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxMaXock6 .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxMaXock6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxMaXock6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxMaXock6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxMaXock6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxMaXock6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxMaXock6 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxMaXock6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxMaXock6 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxMaXock6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxMaXock6 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxMaXock6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxMaXock6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxMaXock6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxMaXYv0w {
  z-index: 1000;
  width: 100%;
}
.cid-tXxMaXYv0w nav.navbar {
  position: fixed;
}
.cid-tXxMaXYv0w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxMaXYv0w .dropdown-menu {
  padding: 0;
}
.cid-tXxMaXYv0w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxMaXYv0w .dropdown-item:hover,
.cid-tXxMaXYv0w .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxMaXYv0w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxMaXYv0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxMaXYv0w .nav-link {
  position: relative;
}
.cid-tXxMaXYv0w .container {
  display: flex;
  margin: auto;
}
.cid-tXxMaXYv0w .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxMaXYv0w .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxMaXYv0w .dropdown-menu,
.cid-tXxMaXYv0w .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxMaXYv0w .nav-item:focus,
.cid-tXxMaXYv0w .nav-link:focus {
  outline: none;
}
.cid-tXxMaXYv0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxMaXYv0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxMaXYv0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxMaXYv0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxMaXYv0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxMaXYv0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxMaXYv0w .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxMaXYv0w .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxMaXYv0w .navbar.opened {
  transition: all .3s;
}
.cid-tXxMaXYv0w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxMaXYv0w .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxMaXYv0w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxMaXYv0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxMaXYv0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxMaXYv0w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxMaXYv0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxMaXYv0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxMaXYv0w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxMaXYv0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxMaXYv0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxMaXYv0w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxMaXYv0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxMaXYv0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxMaXYv0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxMaXYv0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxMaXYv0w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxMaXYv0w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxMaXYv0w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxMaXYv0w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxMaXYv0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxMaXYv0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxMaXYv0w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxMaXYv0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxMaXYv0w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxMaXYv0w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxMaXYv0w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxMaXYv0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxMaXYv0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxMaXYv0w .dropdown-item.active,
.cid-tXxMaXYv0w .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxMaXYv0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxMaXYv0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxMaXYv0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxMaXYv0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxMaXYv0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxMaXYv0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxMaXYv0w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxMaXYv0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxMaXYv0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxMaXYv0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxMaXYv0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxMaXYv0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxMaXYv0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxMaXYv0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxMaXYv0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxMaXYv0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxMaXYv0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxMaXYv0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxMaXYv0w .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxMaXYv0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxMaXYv0w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxMaXYv0w .navbar {
    height: 77px;
  }
  .cid-tXxMaXYv0w .navbar.opened {
    height: auto;
  }
  .cid-tXxMaXYv0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxMaYZXiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxMaZydiX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxMaZydiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxMaZydiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxMaZydiX .item {
  padding-bottom: 2rem;
}
.cid-tXxMaZydiX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxMaZydiX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxMaZydiX .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-tXxMaZydiX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxMaZydiX .carousel-control,
.cid-tXxMaZydiX .close {
  background: #1b1b1b;
}
.cid-tXxMaZydiX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxMaZydiX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxMaZydiX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxMaZydiX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxMaZydiX .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-tXxMaZydiX .close::before {
  content: '\e91a';
}
.cid-tXxMaZydiX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxMaZydiX .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-tXxMaZydiX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxMaZydiX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxMaZydiX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxMaZydiX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxMaZydiX .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-tXxMaZydiX .carousel-indicators li.active,
.cid-tXxMaZydiX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxMaZydiX .carousel-indicators li::after,
.cid-tXxMaZydiX .carousel-indicators li::before {
  content: none;
}
.cid-tXxMaZydiX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxMaZydiX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxMaZydiX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxMaZydiX .carousel-indicators {
    display: none;
  }
}
.cid-tXxMaZydiX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxMaZydiX .carousel-inner > .active {
  display: block;
}
.cid-tXxMaZydiX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxMaZydiX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxMaZydiX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxMaZydiX .carousel-control,
  .cid-tXxMaZydiX .carousel-indicators,
  .cid-tXxMaZydiX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxMaZydiX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxMaZydiX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxMaZydiX .carousel-indicators .active,
.cid-tXxMaZydiX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxMaZydiX .carousel-indicators .active {
  background: #fff;
}
.cid-tXxMaZydiX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxMaZydiX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxMaZydiX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxMaZydiX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxMaZydiX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxMaZydiX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxMaZydiX .carousel {
  width: 100%;
}
.cid-tXxMaZydiX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxMaZydiX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxMaZydiX .modal.fade .modal-dialog,
.cid-tXxMaZydiX .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxMaZydiX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxMaZydiX H6 {
  text-align: center;
}
.cid-tXxMb0Pry3 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxMb0Pry3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxMb0Pry3 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxMb0Pry3 g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxMb0Pry3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxMb0Pry3 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxMb0Pry3 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxMb0Pry3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxMb0Pry3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxMb0Pry3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxMb0Pry3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxMb0Pry3 .media-container-row .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-tXxMb0Pry3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxMb0Pry3 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxMb0Pry3 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxMb0Pry3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxMb0Pry3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxMb0Pry3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxMb0Pry3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxOJZlj64 .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxOJZlj64 .modal-body .close span {
  font-style: normal;
}
.cid-tXxOJZlj64 .carousel-inner > .active,
.cid-tXxOJZlj64 .carousel-inner > .next,
.cid-tXxOJZlj64 .carousel-inner > .prev {
  display: flex;
}
.cid-tXxOJZlj64 .carousel-control .icon-next,
.cid-tXxOJZlj64 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxOJZlj64 .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxOJZlj64 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxOJZlj64 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxOJZlj64 .boxed-slider > div {
  position: relative;
}
.cid-tXxOJZlj64 .container img {
  width: 100%;
}
.cid-tXxOJZlj64 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxOJZlj64 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxOJZlj64 .mbr-table-cell {
  padding: 0;
}
.cid-tXxOJZlj64 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxOJZlj64 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxOJZlj64 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxOJZlj64 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxOJZlj64 .carousel-item.active.right,
.cid-tXxOJZlj64 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxOJZlj64 .carousel-item.active.left,
.cid-tXxOJZlj64 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxOJZlj64 .carousel-item.active,
.cid-tXxOJZlj64 .carousel-item.next.left,
.cid-tXxOJZlj64 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxOJZlj64 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators li.active,
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators li::after,
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxOJZlj64 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxOJZlj64 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxOJZlj64 .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxOJZlj64 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxOJZlj64 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxOJZlj64 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxOJZlj64 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxOJZlj64 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxOJZlj64 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxOJZlj64 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxOJZlj64 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxOJZlj64 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxOJZlj64 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxOJZlj64 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxOJZlj64 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxOJZlj64 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxOK02hlx {
  z-index: 1000;
  width: 100%;
}
.cid-tXxOK02hlx nav.navbar {
  position: fixed;
}
.cid-tXxOK02hlx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxOK02hlx .dropdown-menu {
  padding: 0;
}
.cid-tXxOK02hlx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxOK02hlx .dropdown-item:hover,
.cid-tXxOK02hlx .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxOK02hlx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxOK02hlx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxOK02hlx .nav-link {
  position: relative;
}
.cid-tXxOK02hlx .container {
  display: flex;
  margin: auto;
}
.cid-tXxOK02hlx .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxOK02hlx .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxOK02hlx .dropdown-menu,
.cid-tXxOK02hlx .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxOK02hlx .nav-item:focus,
.cid-tXxOK02hlx .nav-link:focus {
  outline: none;
}
.cid-tXxOK02hlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxOK02hlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxOK02hlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxOK02hlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxOK02hlx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxOK02hlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxOK02hlx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxOK02hlx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxOK02hlx .navbar.opened {
  transition: all .3s;
}
.cid-tXxOK02hlx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxOK02hlx .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxOK02hlx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxOK02hlx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxOK02hlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxOK02hlx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxOK02hlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxOK02hlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxOK02hlx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxOK02hlx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxOK02hlx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxOK02hlx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxOK02hlx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxOK02hlx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxOK02hlx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxOK02hlx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxOK02hlx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxOK02hlx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxOK02hlx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxOK02hlx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxOK02hlx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxOK02hlx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxOK02hlx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxOK02hlx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxOK02hlx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxOK02hlx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxOK02hlx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxOK02hlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxOK02hlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxOK02hlx .dropdown-item.active,
.cid-tXxOK02hlx .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxOK02hlx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxOK02hlx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxOK02hlx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxOK02hlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxOK02hlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxOK02hlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxOK02hlx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxOK02hlx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxOK02hlx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxOK02hlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxOK02hlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxOK02hlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxOK02hlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxOK02hlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxOK02hlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxOK02hlx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxOK02hlx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxOK02hlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxOK02hlx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxOK02hlx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxOK02hlx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxOK02hlx .navbar {
    height: 77px;
  }
  .cid-tXxOK02hlx .navbar.opened {
    height: auto;
  }
  .cid-tXxOK02hlx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxOK1oH6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxOK224z0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxOK224z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxOK224z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxOK224z0 .item {
  padding-bottom: 2rem;
}
.cid-tXxOK224z0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxOK224z0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxOK224z0 .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-tXxOK224z0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxOK224z0 .carousel-control,
.cid-tXxOK224z0 .close {
  background: #1b1b1b;
}
.cid-tXxOK224z0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxOK224z0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxOK224z0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxOK224z0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxOK224z0 .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-tXxOK224z0 .close::before {
  content: '\e91a';
}
.cid-tXxOK224z0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxOK224z0 .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-tXxOK224z0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxOK224z0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxOK224z0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxOK224z0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxOK224z0 .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-tXxOK224z0 .carousel-indicators li.active,
.cid-tXxOK224z0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxOK224z0 .carousel-indicators li::after,
.cid-tXxOK224z0 .carousel-indicators li::before {
  content: none;
}
.cid-tXxOK224z0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxOK224z0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxOK224z0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxOK224z0 .carousel-indicators {
    display: none;
  }
}
.cid-tXxOK224z0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxOK224z0 .carousel-inner > .active {
  display: block;
}
.cid-tXxOK224z0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxOK224z0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxOK224z0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxOK224z0 .carousel-control,
  .cid-tXxOK224z0 .carousel-indicators,
  .cid-tXxOK224z0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxOK224z0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxOK224z0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxOK224z0 .carousel-indicators .active,
.cid-tXxOK224z0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxOK224z0 .carousel-indicators .active {
  background: #fff;
}
.cid-tXxOK224z0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxOK224z0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxOK224z0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxOK224z0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxOK224z0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxOK224z0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxOK224z0 .carousel {
  width: 100%;
}
.cid-tXxOK224z0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxOK224z0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxOK224z0 .modal.fade .modal-dialog,
.cid-tXxOK224z0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxOK224z0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxOK224z0 H6 {
  text-align: center;
}
.cid-tXxOK3nkd1 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxOK3nkd1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxOK3nkd1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxOK3nkd1 g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxOK3nkd1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxOK3nkd1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxOK3nkd1 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxOK3nkd1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxOK3nkd1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxOK3nkd1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxOK3nkd1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxOK3nkd1 .media-container-row .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-tXxOK3nkd1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxOK3nkd1 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxOK3nkd1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxOK3nkd1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxOK3nkd1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxOK3nkd1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxOK3nkd1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxQUlBVVS .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxQUlBVVS .modal-body .close span {
  font-style: normal;
}
.cid-tXxQUlBVVS .carousel-inner > .active,
.cid-tXxQUlBVVS .carousel-inner > .next,
.cid-tXxQUlBVVS .carousel-inner > .prev {
  display: flex;
}
.cid-tXxQUlBVVS .carousel-control .icon-next,
.cid-tXxQUlBVVS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxQUlBVVS .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxQUlBVVS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxQUlBVVS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxQUlBVVS .boxed-slider > div {
  position: relative;
}
.cid-tXxQUlBVVS .container img {
  width: 100%;
}
.cid-tXxQUlBVVS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxQUlBVVS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxQUlBVVS .mbr-table-cell {
  padding: 0;
}
.cid-tXxQUlBVVS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxQUlBVVS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxQUlBVVS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxQUlBVVS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxQUlBVVS .carousel-item.active.right,
.cid-tXxQUlBVVS .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxQUlBVVS .carousel-item.active.left,
.cid-tXxQUlBVVS .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxQUlBVVS .carousel-item.active,
.cid-tXxQUlBVVS .carousel-item.next.left,
.cid-tXxQUlBVVS .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxQUlBVVS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators li.active,
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators li::after,
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxQUlBVVS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxQUlBVVS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxQUlBVVS .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxQUlBVVS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxQUlBVVS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxQUlBVVS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxQUlBVVS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxQUlBVVS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxQUlBVVS .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxQUlBVVS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxQUlBVVS .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxQUlBVVS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxQUlBVVS .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxQUlBVVS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxQUlBVVS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxQUlBVVS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxQUn21Ea {
  z-index: 1000;
  width: 100%;
}
.cid-tXxQUn21Ea nav.navbar {
  position: fixed;
}
.cid-tXxQUn21Ea .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxQUn21Ea .dropdown-menu {
  padding: 0;
}
.cid-tXxQUn21Ea .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxQUn21Ea .dropdown-item:hover,
.cid-tXxQUn21Ea .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxQUn21Ea .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxQUn21Ea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxQUn21Ea .nav-link {
  position: relative;
}
.cid-tXxQUn21Ea .container {
  display: flex;
  margin: auto;
}
.cid-tXxQUn21Ea .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxQUn21Ea .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxQUn21Ea .dropdown-menu,
.cid-tXxQUn21Ea .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxQUn21Ea .nav-item:focus,
.cid-tXxQUn21Ea .nav-link:focus {
  outline: none;
}
.cid-tXxQUn21Ea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxQUn21Ea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxQUn21Ea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxQUn21Ea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxQUn21Ea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxQUn21Ea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxQUn21Ea .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxQUn21Ea .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxQUn21Ea .navbar.opened {
  transition: all .3s;
}
.cid-tXxQUn21Ea .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxQUn21Ea .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxQUn21Ea .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxQUn21Ea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxQUn21Ea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxQUn21Ea .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxQUn21Ea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxQUn21Ea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxQUn21Ea .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxQUn21Ea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxQUn21Ea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxQUn21Ea .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxQUn21Ea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxQUn21Ea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxQUn21Ea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxQUn21Ea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxQUn21Ea .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxQUn21Ea .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxQUn21Ea .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxQUn21Ea .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxQUn21Ea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxQUn21Ea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxQUn21Ea .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxQUn21Ea .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxQUn21Ea .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxQUn21Ea .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxQUn21Ea .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxQUn21Ea .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxQUn21Ea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxQUn21Ea .dropdown-item.active,
.cid-tXxQUn21Ea .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxQUn21Ea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxQUn21Ea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxQUn21Ea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxQUn21Ea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxQUn21Ea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxQUn21Ea .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxQUn21Ea ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxQUn21Ea .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxQUn21Ea button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxQUn21Ea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxQUn21Ea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxQUn21Ea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxQUn21Ea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxQUn21Ea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxQUn21Ea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxQUn21Ea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxQUn21Ea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxQUn21Ea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxQUn21Ea .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxQUn21Ea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxQUn21Ea .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxQUn21Ea .navbar {
    height: 77px;
  }
  .cid-tXxQUn21Ea .navbar.opened {
    height: auto;
  }
  .cid-tXxQUn21Ea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxQUoB2FG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxQUpdBuY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxQUpdBuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxQUpdBuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxQUpdBuY .item {
  padding-bottom: 2rem;
}
.cid-tXxQUpdBuY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxQUpdBuY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxQUpdBuY .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-tXxQUpdBuY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxQUpdBuY .carousel-control,
.cid-tXxQUpdBuY .close {
  background: #1b1b1b;
}
.cid-tXxQUpdBuY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxQUpdBuY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxQUpdBuY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxQUpdBuY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxQUpdBuY .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-tXxQUpdBuY .close::before {
  content: '\e91a';
}
.cid-tXxQUpdBuY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxQUpdBuY .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-tXxQUpdBuY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxQUpdBuY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxQUpdBuY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxQUpdBuY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxQUpdBuY .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-tXxQUpdBuY .carousel-indicators li.active,
.cid-tXxQUpdBuY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxQUpdBuY .carousel-indicators li::after,
.cid-tXxQUpdBuY .carousel-indicators li::before {
  content: none;
}
.cid-tXxQUpdBuY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxQUpdBuY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxQUpdBuY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxQUpdBuY .carousel-indicators {
    display: none;
  }
}
.cid-tXxQUpdBuY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxQUpdBuY .carousel-inner > .active {
  display: block;
}
.cid-tXxQUpdBuY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxQUpdBuY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxQUpdBuY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxQUpdBuY .carousel-control,
  .cid-tXxQUpdBuY .carousel-indicators,
  .cid-tXxQUpdBuY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxQUpdBuY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxQUpdBuY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxQUpdBuY .carousel-indicators .active,
.cid-tXxQUpdBuY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxQUpdBuY .carousel-indicators .active {
  background: #fff;
}
.cid-tXxQUpdBuY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxQUpdBuY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxQUpdBuY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxQUpdBuY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxQUpdBuY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxQUpdBuY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxQUpdBuY .carousel {
  width: 100%;
}
.cid-tXxQUpdBuY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxQUpdBuY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxQUpdBuY .modal.fade .modal-dialog,
.cid-tXxQUpdBuY .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxQUpdBuY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxQUpdBuY H6 {
  text-align: center;
}
.cid-tXxQUqlHSP {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxQUqlHSP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxQUqlHSP svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxQUqlHSP g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxQUqlHSP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxQUqlHSP .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxQUqlHSP .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxQUqlHSP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxQUqlHSP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxQUqlHSP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxQUqlHSP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxQUqlHSP .media-container-row .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-tXxQUqlHSP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxQUqlHSP .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxQUqlHSP .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxQUqlHSP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxQUqlHSP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxQUqlHSP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxQUqlHSP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxRXtoYKh .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxRXtoYKh .modal-body .close span {
  font-style: normal;
}
.cid-tXxRXtoYKh .carousel-inner > .active,
.cid-tXxRXtoYKh .carousel-inner > .next,
.cid-tXxRXtoYKh .carousel-inner > .prev {
  display: flex;
}
.cid-tXxRXtoYKh .carousel-control .icon-next,
.cid-tXxRXtoYKh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxRXtoYKh .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxRXtoYKh .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxRXtoYKh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxRXtoYKh .boxed-slider > div {
  position: relative;
}
.cid-tXxRXtoYKh .container img {
  width: 100%;
}
.cid-tXxRXtoYKh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxRXtoYKh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxRXtoYKh .mbr-table-cell {
  padding: 0;
}
.cid-tXxRXtoYKh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxRXtoYKh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxRXtoYKh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxRXtoYKh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxRXtoYKh .carousel-item.active.right,
.cid-tXxRXtoYKh .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxRXtoYKh .carousel-item.active.left,
.cid-tXxRXtoYKh .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxRXtoYKh .carousel-item.active,
.cid-tXxRXtoYKh .carousel-item.next.left,
.cid-tXxRXtoYKh .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxRXtoYKh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators li.active,
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators li::after,
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxRXtoYKh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxRXtoYKh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxRXtoYKh .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxRXtoYKh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxRXtoYKh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxRXtoYKh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxRXtoYKh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxRXtoYKh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxRXtoYKh .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxRXtoYKh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxRXtoYKh .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxRXtoYKh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxRXtoYKh .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxRXtoYKh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxRXtoYKh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxRXtoYKh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxRXtSRIx {
  z-index: 1000;
  width: 100%;
}
.cid-tXxRXtSRIx nav.navbar {
  position: fixed;
}
.cid-tXxRXtSRIx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxRXtSRIx .dropdown-menu {
  padding: 0;
}
.cid-tXxRXtSRIx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxRXtSRIx .dropdown-item:hover,
.cid-tXxRXtSRIx .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxRXtSRIx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxRXtSRIx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxRXtSRIx .nav-link {
  position: relative;
}
.cid-tXxRXtSRIx .container {
  display: flex;
  margin: auto;
}
.cid-tXxRXtSRIx .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxRXtSRIx .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxRXtSRIx .dropdown-menu,
.cid-tXxRXtSRIx .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxRXtSRIx .nav-item:focus,
.cid-tXxRXtSRIx .nav-link:focus {
  outline: none;
}
.cid-tXxRXtSRIx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxRXtSRIx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxRXtSRIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxRXtSRIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxRXtSRIx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxRXtSRIx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxRXtSRIx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxRXtSRIx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxRXtSRIx .navbar.opened {
  transition: all .3s;
}
.cid-tXxRXtSRIx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxRXtSRIx .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxRXtSRIx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxRXtSRIx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxRXtSRIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxRXtSRIx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxRXtSRIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxRXtSRIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxRXtSRIx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxRXtSRIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxRXtSRIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxRXtSRIx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxRXtSRIx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxRXtSRIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxRXtSRIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxRXtSRIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxRXtSRIx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxRXtSRIx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxRXtSRIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxRXtSRIx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxRXtSRIx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxRXtSRIx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxRXtSRIx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxRXtSRIx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxRXtSRIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxRXtSRIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxRXtSRIx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxRXtSRIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxRXtSRIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxRXtSRIx .dropdown-item.active,
.cid-tXxRXtSRIx .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxRXtSRIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxRXtSRIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxRXtSRIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxRXtSRIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxRXtSRIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxRXtSRIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxRXtSRIx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxRXtSRIx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxRXtSRIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxRXtSRIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxRXtSRIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxRXtSRIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxRXtSRIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxRXtSRIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxRXtSRIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxRXtSRIx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxRXtSRIx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxRXtSRIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxRXtSRIx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxRXtSRIx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxRXtSRIx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxRXtSRIx .navbar {
    height: 77px;
  }
  .cid-tXxRXtSRIx .navbar.opened {
    height: auto;
  }
  .cid-tXxRXtSRIx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxRXuKBi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxRXvpgN2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxRXvpgN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxRXvpgN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxRXvpgN2 .item {
  padding-bottom: 2rem;
}
.cid-tXxRXvpgN2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxRXvpgN2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxRXvpgN2 .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-tXxRXvpgN2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxRXvpgN2 .carousel-control,
.cid-tXxRXvpgN2 .close {
  background: #1b1b1b;
}
.cid-tXxRXvpgN2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxRXvpgN2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxRXvpgN2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxRXvpgN2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxRXvpgN2 .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-tXxRXvpgN2 .close::before {
  content: '\e91a';
}
.cid-tXxRXvpgN2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxRXvpgN2 .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-tXxRXvpgN2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxRXvpgN2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxRXvpgN2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxRXvpgN2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxRXvpgN2 .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-tXxRXvpgN2 .carousel-indicators li.active,
.cid-tXxRXvpgN2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxRXvpgN2 .carousel-indicators li::after,
.cid-tXxRXvpgN2 .carousel-indicators li::before {
  content: none;
}
.cid-tXxRXvpgN2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxRXvpgN2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxRXvpgN2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxRXvpgN2 .carousel-indicators {
    display: none;
  }
}
.cid-tXxRXvpgN2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxRXvpgN2 .carousel-inner > .active {
  display: block;
}
.cid-tXxRXvpgN2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxRXvpgN2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxRXvpgN2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxRXvpgN2 .carousel-control,
  .cid-tXxRXvpgN2 .carousel-indicators,
  .cid-tXxRXvpgN2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxRXvpgN2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxRXvpgN2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxRXvpgN2 .carousel-indicators .active,
.cid-tXxRXvpgN2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxRXvpgN2 .carousel-indicators .active {
  background: #fff;
}
.cid-tXxRXvpgN2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxRXvpgN2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxRXvpgN2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxRXvpgN2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxRXvpgN2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxRXvpgN2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxRXvpgN2 .carousel {
  width: 100%;
}
.cid-tXxRXvpgN2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxRXvpgN2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxRXvpgN2 .modal.fade .modal-dialog,
.cid-tXxRXvpgN2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxRXvpgN2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxRXvpgN2 H6 {
  text-align: center;
}
.cid-tXxRXwGe52 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxRXwGe52 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxRXwGe52 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxRXwGe52 g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxRXwGe52 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxRXwGe52 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxRXwGe52 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxRXwGe52 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxRXwGe52 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxRXwGe52 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxRXwGe52 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxRXwGe52 .media-container-row .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-tXxRXwGe52 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxRXwGe52 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxRXwGe52 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxRXwGe52 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxRXwGe52 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxRXwGe52 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxRXwGe52 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxSVjSyKF .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxSVjSyKF .modal-body .close span {
  font-style: normal;
}
.cid-tXxSVjSyKF .carousel-inner > .active,
.cid-tXxSVjSyKF .carousel-inner > .next,
.cid-tXxSVjSyKF .carousel-inner > .prev {
  display: flex;
}
.cid-tXxSVjSyKF .carousel-control .icon-next,
.cid-tXxSVjSyKF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxSVjSyKF .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxSVjSyKF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxSVjSyKF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxSVjSyKF .boxed-slider > div {
  position: relative;
}
.cid-tXxSVjSyKF .container img {
  width: 100%;
}
.cid-tXxSVjSyKF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxSVjSyKF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxSVjSyKF .mbr-table-cell {
  padding: 0;
}
.cid-tXxSVjSyKF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxSVjSyKF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxSVjSyKF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxSVjSyKF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxSVjSyKF .carousel-item.active.right,
.cid-tXxSVjSyKF .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxSVjSyKF .carousel-item.active.left,
.cid-tXxSVjSyKF .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxSVjSyKF .carousel-item.active,
.cid-tXxSVjSyKF .carousel-item.next.left,
.cid-tXxSVjSyKF .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxSVjSyKF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators li.active,
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators li::after,
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxSVjSyKF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxSVjSyKF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxSVjSyKF .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxSVjSyKF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxSVjSyKF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxSVjSyKF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxSVjSyKF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxSVjSyKF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxSVjSyKF .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxSVjSyKF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxSVjSyKF .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxSVjSyKF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxSVjSyKF .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxSVjSyKF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxSVjSyKF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxSVjSyKF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxSVkkWUL {
  z-index: 1000;
  width: 100%;
}
.cid-tXxSVkkWUL nav.navbar {
  position: fixed;
}
.cid-tXxSVkkWUL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxSVkkWUL .dropdown-menu {
  padding: 0;
}
.cid-tXxSVkkWUL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxSVkkWUL .dropdown-item:hover,
.cid-tXxSVkkWUL .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxSVkkWUL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxSVkkWUL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxSVkkWUL .nav-link {
  position: relative;
}
.cid-tXxSVkkWUL .container {
  display: flex;
  margin: auto;
}
.cid-tXxSVkkWUL .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxSVkkWUL .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxSVkkWUL .dropdown-menu,
.cid-tXxSVkkWUL .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxSVkkWUL .nav-item:focus,
.cid-tXxSVkkWUL .nav-link:focus {
  outline: none;
}
.cid-tXxSVkkWUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxSVkkWUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxSVkkWUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxSVkkWUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxSVkkWUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxSVkkWUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxSVkkWUL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxSVkkWUL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxSVkkWUL .navbar.opened {
  transition: all .3s;
}
.cid-tXxSVkkWUL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxSVkkWUL .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxSVkkWUL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxSVkkWUL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxSVkkWUL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxSVkkWUL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxSVkkWUL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxSVkkWUL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxSVkkWUL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxSVkkWUL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxSVkkWUL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxSVkkWUL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxSVkkWUL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxSVkkWUL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxSVkkWUL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxSVkkWUL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxSVkkWUL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxSVkkWUL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxSVkkWUL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxSVkkWUL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxSVkkWUL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxSVkkWUL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxSVkkWUL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxSVkkWUL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxSVkkWUL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxSVkkWUL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxSVkkWUL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxSVkkWUL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxSVkkWUL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxSVkkWUL .dropdown-item.active,
.cid-tXxSVkkWUL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxSVkkWUL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxSVkkWUL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxSVkkWUL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxSVkkWUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxSVkkWUL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxSVkkWUL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxSVkkWUL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxSVkkWUL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxSVkkWUL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxSVkkWUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxSVkkWUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxSVkkWUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxSVkkWUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxSVkkWUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxSVkkWUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxSVkkWUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxSVkkWUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxSVkkWUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxSVkkWUL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxSVkkWUL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxSVkkWUL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxSVkkWUL .navbar {
    height: 77px;
  }
  .cid-tXxSVkkWUL .navbar.opened {
    height: auto;
  }
  .cid-tXxSVkkWUL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxSVlc4GY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxSVlRZJr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxSVlRZJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxSVlRZJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxSVlRZJr .item {
  padding-bottom: 2rem;
}
.cid-tXxSVlRZJr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxSVlRZJr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxSVlRZJr .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-tXxSVlRZJr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxSVlRZJr .carousel-control,
.cid-tXxSVlRZJr .close {
  background: #1b1b1b;
}
.cid-tXxSVlRZJr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxSVlRZJr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxSVlRZJr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxSVlRZJr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxSVlRZJr .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-tXxSVlRZJr .close::before {
  content: '\e91a';
}
.cid-tXxSVlRZJr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxSVlRZJr .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-tXxSVlRZJr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxSVlRZJr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxSVlRZJr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxSVlRZJr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxSVlRZJr .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-tXxSVlRZJr .carousel-indicators li.active,
.cid-tXxSVlRZJr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxSVlRZJr .carousel-indicators li::after,
.cid-tXxSVlRZJr .carousel-indicators li::before {
  content: none;
}
.cid-tXxSVlRZJr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxSVlRZJr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxSVlRZJr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxSVlRZJr .carousel-indicators {
    display: none;
  }
}
.cid-tXxSVlRZJr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxSVlRZJr .carousel-inner > .active {
  display: block;
}
.cid-tXxSVlRZJr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxSVlRZJr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxSVlRZJr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxSVlRZJr .carousel-control,
  .cid-tXxSVlRZJr .carousel-indicators,
  .cid-tXxSVlRZJr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxSVlRZJr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxSVlRZJr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxSVlRZJr .carousel-indicators .active,
.cid-tXxSVlRZJr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxSVlRZJr .carousel-indicators .active {
  background: #fff;
}
.cid-tXxSVlRZJr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxSVlRZJr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxSVlRZJr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxSVlRZJr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxSVlRZJr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxSVlRZJr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxSVlRZJr .carousel {
  width: 100%;
}
.cid-tXxSVlRZJr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxSVlRZJr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxSVlRZJr .modal.fade .modal-dialog,
.cid-tXxSVlRZJr .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxSVlRZJr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxSVlRZJr H6 {
  text-align: center;
}
.cid-tXxSVnfEko {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxSVnfEko .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxSVnfEko svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxSVnfEko g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxSVnfEko .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxSVnfEko .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxSVnfEko .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxSVnfEko .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxSVnfEko .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxSVnfEko .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxSVnfEko .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxSVnfEko .media-container-row .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-tXxSVnfEko .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxSVnfEko .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxSVnfEko .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxSVnfEko .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxSVnfEko .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxSVnfEko .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxSVnfEko .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXxXbidoVq .modal-body .close {
  background: #1b1b1b;
}
.cid-tXxXbidoVq .modal-body .close span {
  font-style: normal;
}
.cid-tXxXbidoVq .carousel-inner > .active,
.cid-tXxXbidoVq .carousel-inner > .next,
.cid-tXxXbidoVq .carousel-inner > .prev {
  display: flex;
}
.cid-tXxXbidoVq .carousel-control .icon-next,
.cid-tXxXbidoVq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXxXbidoVq .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxXbidoVq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxXbidoVq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXxXbidoVq .boxed-slider > div {
  position: relative;
}
.cid-tXxXbidoVq .container img {
  width: 100%;
}
.cid-tXxXbidoVq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXxXbidoVq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxXbidoVq .mbr-table-cell {
  padding: 0;
}
.cid-tXxXbidoVq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXxXbidoVq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxXbidoVq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxXbidoVq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXxXbidoVq .carousel-item.active.right,
.cid-tXxXbidoVq .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxXbidoVq .carousel-item.active.left,
.cid-tXxXbidoVq .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXxXbidoVq .carousel-item.active,
.cid-tXxXbidoVq .carousel-item.next.left,
.cid-tXxXbidoVq .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXxXbidoVq .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXxXbidoVq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXxXbidoVq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXxXbidoVq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxXbidoVq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXxXbidoVq .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXxXbidoVq .mbr-slider .carousel-indicators li.active,
.cid-tXxXbidoVq .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxXbidoVq .mbr-slider .carousel-indicators li::after,
.cid-tXxXbidoVq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXxXbidoVq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXxXbidoVq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXxXbidoVq .mbr-slider > .container img {
  width: 100%;
}
.cid-tXxXbidoVq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXxXbidoVq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXxXbidoVq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxXbidoVq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXxXbidoVq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXxXbidoVq .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXxXbidoVq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXxXbidoVq .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXxXbidoVq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXxXbidoVq .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXxXbidoVq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXxXbidoVq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXxXbidoVq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXxXbiQLI1 {
  z-index: 1000;
  width: 100%;
}
.cid-tXxXbiQLI1 nav.navbar {
  position: fixed;
}
.cid-tXxXbiQLI1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxXbiQLI1 .dropdown-menu {
  padding: 0;
}
.cid-tXxXbiQLI1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxXbiQLI1 .dropdown-item:hover,
.cid-tXxXbiQLI1 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXxXbiQLI1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXxXbiQLI1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXxXbiQLI1 .nav-link {
  position: relative;
}
.cid-tXxXbiQLI1 .container {
  display: flex;
  margin: auto;
}
.cid-tXxXbiQLI1 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXxXbiQLI1 .navbar-caption {
  padding-right: 4rem;
}
.cid-tXxXbiQLI1 .dropdown-menu,
.cid-tXxXbiQLI1 .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXxXbiQLI1 .nav-item:focus,
.cid-tXxXbiQLI1 .nav-link:focus {
  outline: none;
}
.cid-tXxXbiQLI1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXxXbiQLI1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXxXbiQLI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXxXbiQLI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXxXbiQLI1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXxXbiQLI1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXxXbiQLI1 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXxXbiQLI1 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXxXbiQLI1 .navbar.opened {
  transition: all .3s;
}
.cid-tXxXbiQLI1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXxXbiQLI1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXxXbiQLI1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXxXbiQLI1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXxXbiQLI1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXxXbiQLI1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXxXbiQLI1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXxXbiQLI1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXxXbiQLI1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXxXbiQLI1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXxXbiQLI1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXxXbiQLI1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXxXbiQLI1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXxXbiQLI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXxXbiQLI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXxXbiQLI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXxXbiQLI1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXxXbiQLI1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXxXbiQLI1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXxXbiQLI1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXxXbiQLI1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXxXbiQLI1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXxXbiQLI1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXxXbiQLI1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXxXbiQLI1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXxXbiQLI1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXxXbiQLI1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXxXbiQLI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXxXbiQLI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXxXbiQLI1 .dropdown-item.active,
.cid-tXxXbiQLI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXxXbiQLI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXxXbiQLI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXxXbiQLI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXxXbiQLI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXxXbiQLI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXxXbiQLI1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXxXbiQLI1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXxXbiQLI1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXxXbiQLI1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXxXbiQLI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXxXbiQLI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXxXbiQLI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxXbiQLI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXxXbiQLI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXxXbiQLI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxXbiQLI1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXxXbiQLI1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXxXbiQLI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXxXbiQLI1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXxXbiQLI1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXxXbiQLI1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXxXbiQLI1 .navbar {
    height: 77px;
  }
  .cid-tXxXbiQLI1 .navbar.opened {
    height: auto;
  }
  .cid-tXxXbiQLI1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXxY8NfgfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXxXbknbFQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXxXbknbFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXxXbknbFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXxXbknbFQ .item {
  padding-bottom: 2rem;
}
.cid-tXxXbknbFQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXxXbknbFQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXxXbknbFQ .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-tXxXbknbFQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXxXbknbFQ .carousel-control,
.cid-tXxXbknbFQ .close {
  background: #1b1b1b;
}
.cid-tXxXbknbFQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXxXbknbFQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXxXbknbFQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXxXbknbFQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXxXbknbFQ .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-tXxXbknbFQ .close::before {
  content: '\e91a';
}
.cid-tXxXbknbFQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXxXbknbFQ .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-tXxXbknbFQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxXbknbFQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXxXbknbFQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXxXbknbFQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXxXbknbFQ .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-tXxXbknbFQ .carousel-indicators li.active,
.cid-tXxXbknbFQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXxXbknbFQ .carousel-indicators li::after,
.cid-tXxXbknbFQ .carousel-indicators li::before {
  content: none;
}
.cid-tXxXbknbFQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXxXbknbFQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXxXbknbFQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXxXbknbFQ .carousel-indicators {
    display: none;
  }
}
.cid-tXxXbknbFQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXxXbknbFQ .carousel-inner > .active {
  display: block;
}
.cid-tXxXbknbFQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXxXbknbFQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXxXbknbFQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXxXbknbFQ .carousel-control,
  .cid-tXxXbknbFQ .carousel-indicators,
  .cid-tXxXbknbFQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXxXbknbFQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXxXbknbFQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXxXbknbFQ .carousel-indicators .active,
.cid-tXxXbknbFQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXxXbknbFQ .carousel-indicators .active {
  background: #fff;
}
.cid-tXxXbknbFQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXxXbknbFQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXxXbknbFQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXxXbknbFQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXxXbknbFQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXxXbknbFQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXxXbknbFQ .carousel {
  width: 100%;
}
.cid-tXxXbknbFQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXxXbknbFQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXxXbknbFQ .modal.fade .modal-dialog,
.cid-tXxXbknbFQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tXxXbknbFQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXxXbknbFQ H6 {
  text-align: center;
}
.cid-tXxXblML2R {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXxXblML2R .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXxXblML2R svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXxXblML2R g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXxXblML2R .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXxXblML2R .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXxXblML2R .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXxXblML2R .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXxXblML2R .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXxXblML2R .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXxXblML2R .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXxXblML2R .media-container-row .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-tXxXblML2R .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXxXblML2R .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXxXblML2R .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXxXblML2R .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXxXblML2R .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXxXblML2R .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXxXblML2R .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXye01kXAx .modal-body .close {
  background: #1b1b1b;
}
.cid-tXye01kXAx .modal-body .close span {
  font-style: normal;
}
.cid-tXye01kXAx .carousel-inner > .active,
.cid-tXye01kXAx .carousel-inner > .next,
.cid-tXye01kXAx .carousel-inner > .prev {
  display: flex;
}
.cid-tXye01kXAx .carousel-control .icon-next,
.cid-tXye01kXAx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXye01kXAx .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXye01kXAx .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXye01kXAx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXye01kXAx .boxed-slider > div {
  position: relative;
}
.cid-tXye01kXAx .container img {
  width: 100%;
}
.cid-tXye01kXAx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXye01kXAx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXye01kXAx .mbr-table-cell {
  padding: 0;
}
.cid-tXye01kXAx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXye01kXAx .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXye01kXAx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXye01kXAx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXye01kXAx .carousel-item.active.right,
.cid-tXye01kXAx .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXye01kXAx .carousel-item.active.left,
.cid-tXye01kXAx .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXye01kXAx .carousel-item.active,
.cid-tXye01kXAx .carousel-item.next.left,
.cid-tXye01kXAx .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXye01kXAx .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXye01kXAx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXye01kXAx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXye01kXAx .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXye01kXAx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXye01kXAx .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXye01kXAx .mbr-slider .carousel-indicators li.active,
.cid-tXye01kXAx .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXye01kXAx .mbr-slider .carousel-indicators li::after,
.cid-tXye01kXAx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXye01kXAx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXye01kXAx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXye01kXAx .mbr-slider > .container img {
  width: 100%;
}
.cid-tXye01kXAx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXye01kXAx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXye01kXAx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXye01kXAx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXye01kXAx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXye01kXAx .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXye01kXAx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXye01kXAx .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXye01kXAx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXye01kXAx .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXye01kXAx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXye01kXAx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXye01kXAx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXye01QO7B {
  z-index: 1000;
  width: 100%;
}
.cid-tXye01QO7B nav.navbar {
  position: fixed;
}
.cid-tXye01QO7B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXye01QO7B .dropdown-menu {
  padding: 0;
}
.cid-tXye01QO7B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXye01QO7B .dropdown-item:hover,
.cid-tXye01QO7B .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXye01QO7B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXye01QO7B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXye01QO7B .nav-link {
  position: relative;
}
.cid-tXye01QO7B .container {
  display: flex;
  margin: auto;
}
.cid-tXye01QO7B .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXye01QO7B .navbar-caption {
  padding-right: 4rem;
}
.cid-tXye01QO7B .dropdown-menu,
.cid-tXye01QO7B .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXye01QO7B .nav-item:focus,
.cid-tXye01QO7B .nav-link:focus {
  outline: none;
}
.cid-tXye01QO7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXye01QO7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXye01QO7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXye01QO7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXye01QO7B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXye01QO7B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXye01QO7B .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXye01QO7B .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXye01QO7B .navbar.opened {
  transition: all .3s;
}
.cid-tXye01QO7B .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXye01QO7B .navbar .navbar-logo img {
  width: auto;
}
.cid-tXye01QO7B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXye01QO7B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXye01QO7B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXye01QO7B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXye01QO7B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXye01QO7B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXye01QO7B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXye01QO7B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXye01QO7B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXye01QO7B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXye01QO7B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXye01QO7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXye01QO7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXye01QO7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXye01QO7B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXye01QO7B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXye01QO7B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXye01QO7B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXye01QO7B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXye01QO7B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXye01QO7B .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXye01QO7B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXye01QO7B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXye01QO7B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXye01QO7B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXye01QO7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXye01QO7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXye01QO7B .dropdown-item.active,
.cid-tXye01QO7B .dropdown-item:active {
  background-color: transparent;
}
.cid-tXye01QO7B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXye01QO7B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXye01QO7B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXye01QO7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXye01QO7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXye01QO7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXye01QO7B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXye01QO7B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXye01QO7B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXye01QO7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXye01QO7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXye01QO7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXye01QO7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXye01QO7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXye01QO7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXye01QO7B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXye01QO7B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXye01QO7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXye01QO7B .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXye01QO7B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXye01QO7B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXye01QO7B .navbar {
    height: 77px;
  }
  .cid-tXye01QO7B .navbar.opened {
    height: auto;
  }
  .cid-tXye01QO7B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXye02ABWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXye0380Bg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXye0380Bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXye0380Bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXye0380Bg .item {
  padding-bottom: 2rem;
}
.cid-tXye0380Bg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXye0380Bg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXye0380Bg .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-tXye0380Bg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXye0380Bg .carousel-control,
.cid-tXye0380Bg .close {
  background: #1b1b1b;
}
.cid-tXye0380Bg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXye0380Bg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXye0380Bg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXye0380Bg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXye0380Bg .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-tXye0380Bg .close::before {
  content: '\e91a';
}
.cid-tXye0380Bg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXye0380Bg .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-tXye0380Bg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXye0380Bg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXye0380Bg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXye0380Bg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXye0380Bg .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-tXye0380Bg .carousel-indicators li.active,
.cid-tXye0380Bg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXye0380Bg .carousel-indicators li::after,
.cid-tXye0380Bg .carousel-indicators li::before {
  content: none;
}
.cid-tXye0380Bg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXye0380Bg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXye0380Bg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXye0380Bg .carousel-indicators {
    display: none;
  }
}
.cid-tXye0380Bg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXye0380Bg .carousel-inner > .active {
  display: block;
}
.cid-tXye0380Bg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXye0380Bg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXye0380Bg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXye0380Bg .carousel-control,
  .cid-tXye0380Bg .carousel-indicators,
  .cid-tXye0380Bg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXye0380Bg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXye0380Bg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXye0380Bg .carousel-indicators .active,
.cid-tXye0380Bg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXye0380Bg .carousel-indicators .active {
  background: #fff;
}
.cid-tXye0380Bg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXye0380Bg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXye0380Bg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXye0380Bg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXye0380Bg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXye0380Bg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXye0380Bg .carousel {
  width: 100%;
}
.cid-tXye0380Bg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXye0380Bg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXye0380Bg .modal.fade .modal-dialog,
.cid-tXye0380Bg .modal.in .modal-dialog {
  transform: none;
}
.cid-tXye0380Bg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXye0380Bg H6 {
  text-align: center;
}
.cid-tXye04aX65 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXye04aX65 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXye04aX65 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXye04aX65 g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXye04aX65 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXye04aX65 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXye04aX65 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXye04aX65 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXye04aX65 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXye04aX65 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXye04aX65 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXye04aX65 .media-container-row .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-tXye04aX65 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXye04aX65 .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXye04aX65 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXye04aX65 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXye04aX65 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXye04aX65 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXye04aX65 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXyfmPTxak .modal-body .close {
  background: #1b1b1b;
}
.cid-tXyfmPTxak .modal-body .close span {
  font-style: normal;
}
.cid-tXyfmPTxak .carousel-inner > .active,
.cid-tXyfmPTxak .carousel-inner > .next,
.cid-tXyfmPTxak .carousel-inner > .prev {
  display: flex;
}
.cid-tXyfmPTxak .carousel-control .icon-next,
.cid-tXyfmPTxak .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tXyfmPTxak .carousel-control:hover {
  background: #4479d9;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXyfmPTxak .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXyfmPTxak .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tXyfmPTxak .boxed-slider > div {
  position: relative;
}
.cid-tXyfmPTxak .container img {
  width: 100%;
}
.cid-tXyfmPTxak .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tXyfmPTxak .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXyfmPTxak .mbr-table-cell {
  padding: 0;
}
.cid-tXyfmPTxak .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXyfmPTxak .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXyfmPTxak .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXyfmPTxak .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tXyfmPTxak .carousel-item.active.right,
.cid-tXyfmPTxak .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXyfmPTxak .carousel-item.active.left,
.cid-tXyfmPTxak .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tXyfmPTxak .carousel-item.active,
.cid-tXyfmPTxak .carousel-item.next.left,
.cid-tXyfmPTxak .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tXyfmPTxak .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tXyfmPTxak .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tXyfmPTxak .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tXyfmPTxak .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXyfmPTxak .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tXyfmPTxak .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #4479d9;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXyfmPTxak .mbr-slider .carousel-indicators li.active,
.cid-tXyfmPTxak .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXyfmPTxak .mbr-slider .carousel-indicators li::after,
.cid-tXyfmPTxak .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tXyfmPTxak .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tXyfmPTxak .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tXyfmPTxak .mbr-slider > .container img {
  width: 100%;
}
.cid-tXyfmPTxak .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tXyfmPTxak .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tXyfmPTxak .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXyfmPTxak .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tXyfmPTxak .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tXyfmPTxak .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tXyfmPTxak .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tXyfmPTxak .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tXyfmPTxak .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tXyfmPTxak .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tXyfmPTxak .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tXyfmPTxak .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tXyfmPTxak .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tXyfmQuoKL {
  z-index: 1000;
  width: 100%;
}
.cid-tXyfmQuoKL nav.navbar {
  position: fixed;
}
.cid-tXyfmQuoKL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXyfmQuoKL .dropdown-menu {
  padding: 0;
}
.cid-tXyfmQuoKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXyfmQuoKL .dropdown-item:hover,
.cid-tXyfmQuoKL .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tXyfmQuoKL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tXyfmQuoKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXyfmQuoKL .nav-link {
  position: relative;
}
.cid-tXyfmQuoKL .container {
  display: flex;
  margin: auto;
}
.cid-tXyfmQuoKL .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXyfmQuoKL .navbar-caption {
  padding-right: 4rem;
}
.cid-tXyfmQuoKL .dropdown-menu,
.cid-tXyfmQuoKL .navbar.opened {
  background: #9fdbf8 !important;
}
.cid-tXyfmQuoKL .nav-item:focus,
.cid-tXyfmQuoKL .nav-link:focus {
  outline: none;
}
.cid-tXyfmQuoKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXyfmQuoKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXyfmQuoKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXyfmQuoKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXyfmQuoKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXyfmQuoKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXyfmQuoKL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(159, 219, 248, 0.8);
}
.cid-tXyfmQuoKL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXyfmQuoKL .navbar.opened {
  transition: all .3s;
}
.cid-tXyfmQuoKL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tXyfmQuoKL .navbar .navbar-logo img {
  width: auto;
}
.cid-tXyfmQuoKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXyfmQuoKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXyfmQuoKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXyfmQuoKL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tXyfmQuoKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXyfmQuoKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXyfmQuoKL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXyfmQuoKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXyfmQuoKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tXyfmQuoKL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tXyfmQuoKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXyfmQuoKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXyfmQuoKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXyfmQuoKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXyfmQuoKL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXyfmQuoKL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXyfmQuoKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXyfmQuoKL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXyfmQuoKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXyfmQuoKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXyfmQuoKL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tXyfmQuoKL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXyfmQuoKL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXyfmQuoKL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXyfmQuoKL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXyfmQuoKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXyfmQuoKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXyfmQuoKL .dropdown-item.active,
.cid-tXyfmQuoKL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXyfmQuoKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXyfmQuoKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXyfmQuoKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXyfmQuoKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9fdbf8;
}
.cid-tXyfmQuoKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXyfmQuoKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXyfmQuoKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXyfmQuoKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXyfmQuoKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tXyfmQuoKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tXyfmQuoKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXyfmQuoKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXyfmQuoKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXyfmQuoKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXyfmQuoKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXyfmQuoKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXyfmQuoKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXyfmQuoKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXyfmQuoKL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXyfmQuoKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXyfmQuoKL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXyfmQuoKL .navbar {
    height: 77px;
  }
  .cid-tXyfmQuoKL .navbar.opened {
    height: auto;
  }
  .cid-tXyfmQuoKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXyfmS1bPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXyfmSDRac {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e6f3fd;
}
.cid-tXyfmSDRac .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyfmSDRac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyfmSDRac .item {
  padding-bottom: 2rem;
}
.cid-tXyfmSDRac .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tXyfmSDRac .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tXyfmSDRac .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-tXyfmSDRac .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXyfmSDRac .carousel-control,
.cid-tXyfmSDRac .close {
  background: #1b1b1b;
}
.cid-tXyfmSDRac .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXyfmSDRac .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXyfmSDRac .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXyfmSDRac .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXyfmSDRac .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-tXyfmSDRac .close::before {
  content: '\e91a';
}
.cid-tXyfmSDRac .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXyfmSDRac .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-tXyfmSDRac .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXyfmSDRac .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXyfmSDRac .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXyfmSDRac .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXyfmSDRac .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-tXyfmSDRac .carousel-indicators li.active,
.cid-tXyfmSDRac .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXyfmSDRac .carousel-indicators li::after,
.cid-tXyfmSDRac .carousel-indicators li::before {
  content: none;
}
.cid-tXyfmSDRac .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXyfmSDRac .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXyfmSDRac .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXyfmSDRac .carousel-indicators {
    display: none;
  }
}
.cid-tXyfmSDRac .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXyfmSDRac .carousel-inner > .active {
  display: block;
}
.cid-tXyfmSDRac .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXyfmSDRac .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXyfmSDRac .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXyfmSDRac .carousel-control,
  .cid-tXyfmSDRac .carousel-indicators,
  .cid-tXyfmSDRac .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXyfmSDRac .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXyfmSDRac .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXyfmSDRac .carousel-indicators .active,
.cid-tXyfmSDRac .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXyfmSDRac .carousel-indicators .active {
  background: #fff;
}
.cid-tXyfmSDRac .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXyfmSDRac .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXyfmSDRac .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXyfmSDRac .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXyfmSDRac .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXyfmSDRac .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXyfmSDRac .carousel {
  width: 100%;
}
.cid-tXyfmSDRac .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXyfmSDRac .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXyfmSDRac .modal.fade .modal-dialog,
.cid-tXyfmSDRac .modal.in .modal-dialog {
  transform: none;
}
.cid-tXyfmSDRac .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXyfmSDRac H6 {
  text-align: center;
}
.cid-tXyfmU0PkL {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tXyfmU0PkL .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXyfmU0PkL svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tXyfmU0PkL g rect {
  fill: #e6f3fe;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tXyfmU0PkL .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tXyfmU0PkL .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tXyfmU0PkL .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tXyfmU0PkL .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXyfmU0PkL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tXyfmU0PkL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tXyfmU0PkL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tXyfmU0PkL .media-container-row .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-tXyfmU0PkL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tXyfmU0PkL .media-container-row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tXyfmU0PkL .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tXyfmU0PkL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tXyfmU0PkL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tXyfmU0PkL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tXyfmU0PkL .media-container-row .row-copirayt p {
  width: 100%;
}
