body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #0ca4b7 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #08bfce !important;
}
.bg-warning {
  background-color: #adaeb1 !important;
}
.bg-danger {
  background-color: #12f6ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0ca4b7 !important;
  border-color: #0ca4b7 !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: #075b66 !important;
  border-color: #075b66 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #075b66 !important;
  border-color: #075b66 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #08bfce !important;
  border-color: #08bfce !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: #05727b !important;
  border-color: #05727b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #05727b !important;
  border-color: #05727b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #adaeb1 !important;
  border-color: #adaeb1 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #818287 !important;
  border-color: #818287 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #818287 !important;
  border-color: #818287 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #12f6ff !important;
  border-color: #12f6ff !important;
  color: #001112 !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: #00b3ba !important;
  border-color: #00b3ba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #001112 !important;
  background-color: #00b3ba !important;
  border-color: #00b3ba !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: #0ca4b7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #075b66 !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: #0ca4b7 !important;
  border-color: #0ca4b7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #08bfce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #05727b !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: #08bfce !important;
  border-color: #08bfce !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #adaeb1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #818287 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #adaeb1 !important;
  border-color: #adaeb1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #12f6ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #00b3ba !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #001112 !important;
  background-color: #12f6ff !important;
  border-color: #12f6ff !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: #0ca4b7 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #08bfce !important;
}
.text-warning {
  color: #adaeb1 !important;
}
.text-danger {
  color: #12f6ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #064e57 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #04646c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #797a7f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #00a5ab !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0ca4b7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #08bfce;
}
.alert-warning {
  background-color: #adaeb1;
}
.alert-danger {
  background-color: #12f6ff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0ca4b7;
  border-color: #0ca4b7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0ca4b7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4fe1f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6f5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #eeefef;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #defeff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #0ca4b7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0ca4b7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0ca4b7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0ca4b7;
}
.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: #0ca4b7;
  border-bottom-color: #0ca4b7;
}
.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: #000000 !important;
  background-color: #0ca4b7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%230ca4b7' %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-tPIF9oRBes {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0ca4b7;
}
.cid-tPIF9oRBes a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tPIF9oRBes a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tPIF9oRBes a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tPIF9oRBes .mbr-text {
  color: #1f242e;
  text-align: center;
}
.cid-tPIF9oRBes .mbr-section-title {
  color: #000000;
}
.cid-tPIF9oRBes .mbr-section-subtitle {
  text-align: center;
}
.cid-tpf56fVoP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpf56fVoP9 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tpf56fVoP9 nav.navbar {
  position: fixed;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpf56fVoP9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpf56fVoP9 .dropdown-item:hover,
.cid-tpf56fVoP9 .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-tpf56fVoP9 .dropdown-item:hover span {
  color: white;
}
.cid-tpf56fVoP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpf56fVoP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpf56fVoP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpf56fVoP9 .nav-link {
  position: relative;
}
.cid-tpf56fVoP9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tpf56fVoP9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown-menu,
.cid-tpf56fVoP9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tpf56fVoP9 .nav-item:focus,
.cid-tpf56fVoP9 .nav-link:focus {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpf56fVoP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpf56fVoP9 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tpf56fVoP9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpf56fVoP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tpf56fVoP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar.collapsed {
  justify-content: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpf56fVoP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpf56fVoP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpf56fVoP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpf56fVoP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpf56fVoP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpf56fVoP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpf56fVoP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpf56fVoP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpf56fVoP9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpf56fVoP9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown-item.active,
.cid-tpf56fVoP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpf56fVoP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpf56fVoP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpf56fVoP9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpf56fVoP9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpf56fVoP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpf56fVoP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .navbar {
    height: 70px;
  }
  .cid-tpf56fVoP9 .navbar.opened {
    height: auto;
  }
  .cid-tpf56fVoP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-ax {
  /* Type valid CSS here */
}
#custom-html-ax div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-ax p {
  font-size: 60px;
  color: #777;
}
.cid-t3PhNQeo5q {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-t3PhNQeo5q .mbr-section-head {
  padding: 0 1rem;
}
.cid-t3PhNQeo5q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t3PhNQeo5q .team-card:hover {
  transform: translateY(-10px);
}
.cid-t3PhNQeo5q .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t3PhNQeo5q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t3PhNQeo5q .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t3PhNQeo5q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3PhNQeo5q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t3PhNQeo5q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-t3PhNQeo5q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-t3PhNQeo5q .embla__button--next,
.cid-t3PhNQeo5q .embla__button--prev {
  display: flex;
}
.cid-t3PhNQeo5q .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f9f9fc;
  border: 2px solid #f9f9fc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3PhNQeo5q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3PhNQeo5q .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-t3PhNQeo5q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3PhNQeo5q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-t3PhNQeo5q .embla__button {
    top: -10%;
  }
}
.cid-t3PhNQeo5q .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-t3PhNQeo5q .embla {
    margin-top: 80px;
  }
}
.cid-t3PhNQeo5q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3PhNQeo5q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3PhNQeo5q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3PhNQeo5q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3PhNQeo5q .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #0ca4b7;
  text-align: center;
}
.cid-t3PhNQeo5q .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-t3PhNQeo5q .mbr-text {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-t3PhNQeo5q .item-wrapper {
  height: 100%;
}
.cid-t3PhNQeo5q .item-wrapper .image-wrap {
  height: 100%;
}
.cid-t3PhNQeo5q .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3PhNQeo5q .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-t3PiYeiBgz {
  background-color: #0ca4b7;
}
.cid-t3PiYeiBgz .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-t3PiYeiBgz .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-t3PiYeiBgz .content p {
  margin: 0;
}
.cid-t3PiYeiBgz .mbr-text {
  color: #ffffff;
}
.cid-u95B3uFOxl {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u95B3uFOxl svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-u95B3uFOxl #e2_shape {
  fill: #ffffff !important;
}
.cid-u95B3uFOxl img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.35);
}
@media (max-width: 576px) {
  .cid-u95B3uFOxl img {
    width: 90%!important;
  }
}
.cid-u95B3uFOxl H1 {
  color: #ffffff;
}
.cid-tm3eoh4Ul7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tm3eoh4Ul7 a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-tm3eoh4Ul7 a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-tm3eoh4Ul7 a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-tm3eoh4Ul7 .mbr-text {
  color: #1f242e;
  text-align: center;
}
.cid-tm3eoh4Ul7 .mbr-section-title {
  color: #000000;
}
.cid-u94ktis64N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca4b7;
}
@media (max-width: 992px) {
  .cid-u94ktis64N {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-u94ktis64N .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u94ktis64N .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u94ktis64N .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u94ktis64N .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u94ktis64N .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-u94ktis64N .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-u94ktis64N .bg1 {
  background-image: url("../../../assets/images/img-5631.jpg");
}
.cid-u94ktis64N .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-u94ktis64N .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u94ktis64N .icon-wrap span {
  padding-left: 8px;
}
.cid-u94ktis64N .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u94ktis64N .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u94ktis64N .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u94ktis64N .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u94ktis64N .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u94ktis64N a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u94ktis64N a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u94ktis64N {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-u94ktis64N .box {
    height: 250px;
  }
}
.cid-u94ktis64N H4 {
  color: #ffffff;
}
.cid-tm3fGaRJXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tm3fGaRJXt .content {
  display: flex;
  align-items: center;
}
.cid-tm3fGaRJXt .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tm3fGaRJXt .content-main {
    margin-left: 0;
  }
}
.cid-tm3fGaRJXt .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #0ca4b7;
}
@media (max-width: 992px) {
  .cid-tm3fGaRJXt .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tm3fGaRJXt .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tm3fGaRJXt .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-tm3fGaRJXt .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tm3fGaRJXt .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tm3fGaRJXt .btn:hover {
  box-shadow: none;
}
.cid-tm3fGaRJXt .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tm3fGaRJXt .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tm3fGaRJXt .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #0ca4b7;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tm3fGaRJXt .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tm3fGaRJXt .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tm3fGaRJXt .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #0ca4b7;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tm3fGaRJXt .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tm3fGaRJXt .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tm3fGaRJXt .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tm3fGaRJXt .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tm3fGaRJXt .mbr-section-title,
.cid-tm3fGaRJXt .mbr-section-btn {
  color: #ffffff;
}
.cid-tPCOBNH5QL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tPCOBNH5QL .content {
  display: flex;
  align-items: center;
}
.cid-tPCOBNH5QL .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tPCOBNH5QL .content-main {
    margin-left: 0;
  }
}
.cid-tPCOBNH5QL .content-main {
  margin-left: 0;
}
.cid-tPCOBNH5QL .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #405ac5;
}
@media (max-width: 992px) {
  .cid-tPCOBNH5QL .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tPCOBNH5QL .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tPCOBNH5QL .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-tPCOBNH5QL .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tPCOBNH5QL .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPCOBNH5QL .btn:hover {
  box-shadow: none;
}
.cid-tPCOBNH5QL .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tPCOBNH5QL .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tPCOBNH5QL .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #405ac5;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tPCOBNH5QL .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tPCOBNH5QL .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCOBNH5QL .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #405ac5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tPCOBNH5QL .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tPCOBNH5QL .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tPCOBNH5QL .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tPCOBNH5QL .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCOBNH5QL .mbr-section-title,
.cid-tPCOBNH5QL .mbr-section-btn {
  color: #000000;
}
.cid-tPCPIk83Oz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tPCPIk83Oz .content {
  display: flex;
  align-items: center;
}
.cid-tPCPIk83Oz .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tPCPIk83Oz .content-main {
    margin-left: 0;
  }
}
.cid-tPCPIk83Oz .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #af022d;
}
@media (max-width: 992px) {
  .cid-tPCPIk83Oz .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tPCPIk83Oz .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tPCPIk83Oz .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-tPCPIk83Oz .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tPCPIk83Oz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPCPIk83Oz .btn:hover {
  box-shadow: none;
}
.cid-tPCPIk83Oz .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tPCPIk83Oz .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tPCPIk83Oz .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #af022d;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tPCPIk83Oz .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tPCPIk83Oz .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCPIk83Oz .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #af022d;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tPCPIk83Oz .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tPCPIk83Oz .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tPCPIk83Oz .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tPCPIk83Oz .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCPIk83Oz .mbr-section-title,
.cid-tPCPIk83Oz .mbr-section-btn {
  color: #fafafa;
}
.cid-tPCQ4mgwt5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tPCQ4mgwt5 .content {
  display: flex;
  align-items: center;
}
.cid-tPCQ4mgwt5 .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-tPCQ4mgwt5 .content-main {
    margin-left: 0;
  }
}
.cid-tPCQ4mgwt5 .content-main {
  margin-left: 0;
}
.cid-tPCQ4mgwt5 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #4994de;
}
@media (max-width: 992px) {
  .cid-tPCQ4mgwt5 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-tPCQ4mgwt5 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tPCQ4mgwt5 .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-tPCQ4mgwt5 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tPCQ4mgwt5 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPCQ4mgwt5 .btn:hover {
  box-shadow: none;
}
.cid-tPCQ4mgwt5 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tPCQ4mgwt5 .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-tPCQ4mgwt5 .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #d58001;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-tPCQ4mgwt5 .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-tPCQ4mgwt5 .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCQ4mgwt5 .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #d58001;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-tPCQ4mgwt5 .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-tPCQ4mgwt5 .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-tPCQ4mgwt5 .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-tPCQ4mgwt5 .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tPCR1JmKtm {
  background-image: url("../../../assets/images/palazzo-falconi2.jpg");
}
.cid-tPCR1JmKtm .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #f49318;
  text-align: center;
}
.cid-tPCR1JmKtm .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tPCR1JmKtm .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tPCR1JmKtm .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPCR1JmKtm .btn:hover {
  box-shadow: none;
}
.cid-tPCR1JmKtm .mbr-section-title,
.cid-tPCR1JmKtm .mbr-section-btn {
  text-align: center;
}
.cid-u94qX62icS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94qX62icS .container-fluid {
  padding: 0;
}
.cid-u94qX62icS .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-links {
    width: auto;
  }
}
.cid-u94qX62icS .social-row {
  justify-content: center;
}
.cid-u94qX62icS .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    margin: 0;
  }
}
.cid-u94qX62icS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94qX62icS .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94qX62icS .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94qX62icS .foot-menu li:hover {
  opacity: 1;
}
.cid-u94qX62icS .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94qX62icS .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94qX62icS .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94qX62icS .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    border: none;
  }
}
.cid-u94qX62icS .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94qX62icS .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94qX62icS .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94qX62icS .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94qX62icS .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94qX62icS .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94qX62icS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94qX62icS .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94qX62icS .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94qX62icS .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    border: none;
  }
}
.cid-u94qX62icS .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94qX62icS .mbr-section-title,
.cid-u94qX62icS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94qX62icS .mbr-address {
  color: #ffffff;
}
.cid-u94qX62icS .mbr-phone {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-link {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-phone,
.cid-u94qX62icS .mbr-link {
  text-align: left;
}
.cid-u94qX62icS .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-copy {
  color: #F0F0F5;
}
.cid-u99m1TNrgC.popup-builder {
  background-color: #ffffff;
}
.cid-u99m1TNrgC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u99m1TNrgC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u99m1TNrgC .modal-content,
.cid-u99m1TNrgC .modal-dialog {
  height: auto;
}
.cid-u99m1TNrgC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u99m1TNrgC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u99m1TNrgC .form-wrapper .mbr-form .form-group,
  .cid-u99m1TNrgC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u99m1TNrgC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u99m1TNrgC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u99m1TNrgC .mbr-text {
  text-align: center;
}
.cid-u99m1TNrgC .pt-0 {
  padding-top: 0 !important;
}
.cid-u99m1TNrgC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u99m1TNrgC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u99m1TNrgC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u99m1TNrgC .modal-open {
  overflow: hidden;
}
.cid-u99m1TNrgC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u99m1TNrgC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u99m1TNrgC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u99m1TNrgC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u99m1TNrgC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u99m1TNrgC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u99m1TNrgC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u99m1TNrgC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u99m1TNrgC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u99m1TNrgC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u99m1TNrgC .modal-backdrop.fade {
  opacity: 0;
}
.cid-u99m1TNrgC .modal-backdrop.show {
  opacity: .5;
}
.cid-u99m1TNrgC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u99m1TNrgC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u99m1TNrgC .modal-header {
    padding: 1rem;
  }
}
.cid-u99m1TNrgC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u99m1TNrgC .modal-header .close svg {
  fill: #353535;
}
.cid-u99m1TNrgC .modal-header .close:hover {
  opacity: 1;
}
.cid-u99m1TNrgC .modal-header .close:focus {
  outline: none;
}
.cid-u99m1TNrgC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u99m1TNrgC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u99m1TNrgC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u99m1TNrgC .modal-body {
    padding: 1rem;
  }
}
.cid-u99m1TNrgC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u99m1TNrgC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u99m1TNrgC .modal-footer {
    padding: 1rem;
  }
}
.cid-u99m1TNrgC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u99m1TNrgC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u99m1TNrgC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u99m1TNrgC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u99m1TNrgC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u99m1TNrgC .modal-lg,
  .cid-u99m1TNrgC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u99m1TNrgC .modal-xl {
    max-width: 1140px;
  }
}
.cid-u99m1TNrgC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u99m1TNrgC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u99m1TNrgC .form-group {
  margin-bottom: 1rem;
}
.cid-u99m1TNrgC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u99m1TNrgC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u99m1TNrgC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u99m1TNrgC .mbr-section-btn {
  margin: 0;
}
.cid-u99m1TNrgC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmd8WPLOFU {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-4857.jpg");
}
.cid-tmd8WPLOFU .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tmd8WPLOFU .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tmd8WPLOFU .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tmd8WPLOFU .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tmd8WPLOFU .btn:hover {
  box-shadow: none;
}
.cid-tmd8WPLOFU .mbr-section-title,
.cid-tmd8WPLOFU .mbr-section-btn {
  text-align: center;
}
.cid-tmd8RvUfEs {
  background-color: #0ca4b7;
}
.cid-tmd8RvUfEs .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tmd8RvUfEs .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tmd8RvUfEs .content p {
  margin: 0;
}
.cid-tmd8RvUfEs .mbr-text {
  color: #ffffff;
}
#custom-html-b9 {
  /* Type valid CSS here */
}
#custom-html-b9 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b9 p {
  font-size: 60px;
  color: #777;
}
.cid-tmd9jcpblI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tmd9jcpblI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #08bfce;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tmd9jcpblI H2 {
  color: #36404c;
}
.cid-tmd9jcpblI H3 {
  color: #36404c;
}
.cid-tmd9jcpblI .mbr-text,
.cid-tmd9jcpblI .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tmd9jcpblI .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tmd9jcpblI img {
  filter: invert(0.5);
}
.cid-tpf56fVoP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpf56fVoP9 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tpf56fVoP9 nav.navbar {
  position: fixed;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpf56fVoP9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpf56fVoP9 .dropdown-item:hover,
.cid-tpf56fVoP9 .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-tpf56fVoP9 .dropdown-item:hover span {
  color: white;
}
.cid-tpf56fVoP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpf56fVoP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpf56fVoP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpf56fVoP9 .nav-link {
  position: relative;
}
.cid-tpf56fVoP9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tpf56fVoP9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown-menu,
.cid-tpf56fVoP9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tpf56fVoP9 .nav-item:focus,
.cid-tpf56fVoP9 .nav-link:focus {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpf56fVoP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpf56fVoP9 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tpf56fVoP9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpf56fVoP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tpf56fVoP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar.collapsed {
  justify-content: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpf56fVoP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpf56fVoP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpf56fVoP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpf56fVoP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpf56fVoP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpf56fVoP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpf56fVoP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpf56fVoP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpf56fVoP9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpf56fVoP9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown-item.active,
.cid-tpf56fVoP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpf56fVoP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpf56fVoP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpf56fVoP9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpf56fVoP9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpf56fVoP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpf56fVoP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .navbar {
    height: 70px;
  }
  .cid-tpf56fVoP9 .navbar.opened {
    height: auto;
  }
  .cid-tpf56fVoP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94qX62icS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94qX62icS .container-fluid {
  padding: 0;
}
.cid-u94qX62icS .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-links {
    width: auto;
  }
}
.cid-u94qX62icS .social-row {
  justify-content: center;
}
.cid-u94qX62icS .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    margin: 0;
  }
}
.cid-u94qX62icS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94qX62icS .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94qX62icS .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94qX62icS .foot-menu li:hover {
  opacity: 1;
}
.cid-u94qX62icS .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94qX62icS .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94qX62icS .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94qX62icS .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    border: none;
  }
}
.cid-u94qX62icS .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94qX62icS .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94qX62icS .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94qX62icS .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94qX62icS .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94qX62icS .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94qX62icS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94qX62icS .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94qX62icS .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94qX62icS .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    border: none;
  }
}
.cid-u94qX62icS .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94qX62icS .mbr-section-title,
.cid-u94qX62icS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94qX62icS .mbr-address {
  color: #ffffff;
}
.cid-u94qX62icS .mbr-phone {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-link {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-phone,
.cid-u94qX62icS .mbr-link {
  text-align: left;
}
.cid-u94qX62icS .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-copy {
  color: #F0F0F5;
}
.cid-u94yU86Acf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/69675daa-13c6-46fc-9a53-032b1d14daaa.jpg");
}
.cid-u94yU86Acf .text {
  display: flex;
  align-items: center;
}
.cid-u94yU86Acf .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #12f6ff;
}
.cid-u94yU86Acf .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-u94yU86Acf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-u94yU86Acf .btn:hover {
  box-shadow: none;
}
.cid-u94yU86Acf .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94yU86Acf .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-u94yU86Acf .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94yU86Acf .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94yU86Acf .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-u94yU86Acf .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94yU86Acf .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94yU86Acf .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-u94yU86Acf .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-u94yU86Acf .row:hover img {
  transform: rotate(0deg);
}
.cid-u94yU86Acf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94yU86Acf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-ay {
  /* Type valid CSS here */
}
#custom-html-ay div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-ay p {
  font-size: 60px;
  color: #777;
}
.cid-tPCX0MXW7j {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f0f0f5;
}
.cid-tPCX0MXW7j .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tPCX0MXW7j H2 {
  color: #232323;
}
.cid-tPCX0MXW7j H3 {
  color: #36404c;
}
.cid-tPCX0MXW7j .mbr-text,
.cid-tPCX0MXW7j .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tPCX0MXW7j .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tPCX0MXW7j img {
  filter: invert(0.5);
  width: auto;
}
.cid-u94ABCiD4d {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u94ABCiD4d .row {
  justify-content: center;
}
.cid-u94ABCiD4d .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-u94ABCiD4d .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-u94ABCiD4d .content-card {
  margin-top: 40px;
}
.cid-u94ABCiD4d .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-u94ABCiD4d .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #0ca4b7;
  font-size: 42px;
}
.cid-u94ABCiD4d .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u94ABCiD4d .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-u94ABCiD4d .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-u94ABCiD4d .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-tPCZh4vtVQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-tPCZh4vtVQ .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tPCZh4vtVQ .row {
    text-align: center!important;
  }
}
.cid-tPCZh4vtVQ .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tPCZh4vtVQ .mbr-section-title {
    text-align: center;
  }
}
.cid-tPCZh4vtVQ .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-tPCZh4vtVQ .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tPCZh4vtVQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPCZh4vtVQ .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tPCZh4vtVQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPCZh4vtVQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPCZh4vtVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCZh4vtVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPCZh4vtVQ .mbr-section-title,
.cid-tPCZh4vtVQ .mbr-section-btn {
  color: #0ab5ff;
}
.cid-tPEkC7OZ3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPEkC7OZ3W .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tPEkC7OZ3W .row {
    padding: 0 12px;
  }
}
.cid-tPEkC7OZ3W .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tPEkC7OZ3W .card {
    height: 280px;
  }
}
.cid-tPEkC7OZ3W .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tPEkC7OZ3W .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tPEkC7OZ3W .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEkC7OZ3W .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tPEkC7OZ3W .card-wrapper {
  padding: 44px 34px;
}
.cid-tPEkC7OZ3W .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tPEkC7OZ3W .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tPEkC7OZ3W .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tPEkC7OZ3W .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94BP6UDcx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94BP6UDcx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94BP6UDcx .row {
    padding: 0 12px;
  }
}
.cid-u94BP6UDcx .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94BP6UDcx .card {
    height: 280px;
  }
}
.cid-u94BP6UDcx .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94BP6UDcx .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94BP6UDcx .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94BP6UDcx .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94BP6UDcx .card-wrapper {
  padding: 44px 34px;
}
.cid-u94BP6UDcx .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94BP6UDcx .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94BP6UDcx .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94BP6UDcx .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94C6RlPh4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94C6RlPh4 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94C6RlPh4 .row {
    padding: 0 12px;
  }
}
.cid-u94C6RlPh4 .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94C6RlPh4 .card {
    height: 280px;
  }
}
.cid-u94C6RlPh4 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94C6RlPh4 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94C6RlPh4 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94C6RlPh4 .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94C6RlPh4 .card-wrapper {
  padding: 44px 34px;
}
.cid-u94C6RlPh4 .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94C6RlPh4 .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94C6RlPh4 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94C6RlPh4 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tpf56fVoP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpf56fVoP9 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tpf56fVoP9 nav.navbar {
  position: fixed;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpf56fVoP9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpf56fVoP9 .dropdown-item:hover,
.cid-tpf56fVoP9 .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-tpf56fVoP9 .dropdown-item:hover span {
  color: white;
}
.cid-tpf56fVoP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpf56fVoP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpf56fVoP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpf56fVoP9 .nav-link {
  position: relative;
}
.cid-tpf56fVoP9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tpf56fVoP9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown-menu,
.cid-tpf56fVoP9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tpf56fVoP9 .nav-item:focus,
.cid-tpf56fVoP9 .nav-link:focus {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpf56fVoP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpf56fVoP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpf56fVoP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpf56fVoP9 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tpf56fVoP9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpf56fVoP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tpf56fVoP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar.collapsed {
  justify-content: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpf56fVoP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpf56fVoP9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpf56fVoP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpf56fVoP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpf56fVoP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpf56fVoP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpf56fVoP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpf56fVoP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpf56fVoP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpf56fVoP9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpf56fVoP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpf56fVoP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpf56fVoP9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpf56fVoP9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tpf56fVoP9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tpf56fVoP9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpf56fVoP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpf56fVoP9 .dropdown-item.active,
.cid-tpf56fVoP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpf56fVoP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpf56fVoP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpf56fVoP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpf56fVoP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpf56fVoP9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpf56fVoP9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpf56fVoP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpf56fVoP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpf56fVoP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpf56fVoP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpf56fVoP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpf56fVoP9 .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-tpf56fVoP9 .navbar {
    height: 70px;
  }
  .cid-tpf56fVoP9 .navbar.opened {
    height: auto;
  }
  .cid-tpf56fVoP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94qX62icS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94qX62icS .container-fluid {
  padding: 0;
}
.cid-u94qX62icS .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-links {
    width: auto;
  }
}
.cid-u94qX62icS .social-row {
  justify-content: center;
}
.cid-u94qX62icS .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    margin: 0;
  }
}
.cid-u94qX62icS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94qX62icS .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94qX62icS .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94qX62icS .foot-menu li:hover {
  opacity: 1;
}
.cid-u94qX62icS .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94qX62icS .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94qX62icS .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94qX62icS .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    border: none;
  }
}
.cid-u94qX62icS .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94qX62icS .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94qX62icS .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94qX62icS .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94qX62icS .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94qX62icS .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94qX62icS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94qX62icS .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94qX62icS .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94qX62icS .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    border: none;
  }
}
.cid-u94qX62icS .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94qX62icS .mbr-section-title,
.cid-u94qX62icS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94qX62icS .mbr-address {
  color: #ffffff;
}
.cid-u94qX62icS .mbr-phone {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-link {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-phone,
.cid-u94qX62icS .mbr-link {
  text-align: left;
}
.cid-u94qX62icS .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-copy {
  color: #F0F0F5;
}
.cid-u94DrYN89m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-4864.jpg");
}
.cid-u94DrYN89m .text {
  display: flex;
  align-items: center;
}
.cid-u94DrYN89m .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #af022d;
}
.cid-u94DrYN89m .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-u94DrYN89m .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-u94DrYN89m .btn:hover {
  box-shadow: none;
}
.cid-u94DrYN89m .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94DrYN89m .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-u94DrYN89m .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94DrYN89m .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94DrYN89m .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-u94DrYN89m .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94DrYN89m .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94DrYN89m .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-u94DrYN89m .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-u94DrYN89m .row:hover img {
  transform: rotate(0deg);
}
.cid-u94DrYN89m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94DrYN89m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-az {
  /* Type valid CSS here */
}
#custom-html-az div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-az p {
  font-size: 60px;
  color: #777;
}
.cid-u94DrZlPQc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f0f0f5;
}
.cid-u94DrZlPQc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u94DrZlPQc H2 {
  color: #232323;
}
.cid-u94DrZlPQc H3 {
  color: #36404c;
}
.cid-u94DrZlPQc .mbr-text,
.cid-u94DrZlPQc .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u94DrZlPQc .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u94DrZlPQc img {
  filter: invert(0.5);
  width: auto;
}
.cid-u94DrZImp2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u94DrZImp2 .row {
  justify-content: center;
}
.cid-u94DrZImp2 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-u94DrZImp2 .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-u94DrZImp2 .content-card {
  margin-top: 40px;
}
.cid-u94DrZImp2 .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-u94DrZImp2 .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #af022d;
  font-size: 42px;
}
.cid-u94DrZImp2 .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u94DrZImp2 .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-u94DrZImp2 .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-u94DrZImp2 .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-u94Ds0kIWf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #af022d;
}
.cid-u94Ds0kIWf .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u94Ds0kIWf .row {
    text-align: center!important;
  }
}
.cid-u94Ds0kIWf .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u94Ds0kIWf .mbr-section-title {
    text-align: center;
  }
}
.cid-u94Ds0kIWf .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u94Ds0kIWf .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u94Ds0kIWf .mbr-section-btn {
  margin-top: 20px;
}
.cid-u94Ds0kIWf .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u94Ds0kIWf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u94Ds0kIWf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u94Ds0kIWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94Ds0kIWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94Ds0kIWf .mbr-section-title,
.cid-u94Ds0kIWf .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u94Ds0I0CU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94Ds0I0CU .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94Ds0I0CU .row {
    padding: 0 12px;
  }
}
.cid-u94Ds0I0CU .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94Ds0I0CU .card {
    height: 280px;
  }
}
.cid-u94Ds0I0CU .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94Ds0I0CU .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94Ds0I0CU .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94Ds0I0CU .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94Ds0I0CU .card-wrapper {
  padding: 44px 34px;
}
.cid-u94Ds0I0CU .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94Ds0I0CU .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94Ds0I0CU .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds0I0CU .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds19PIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94Ds19PIU .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94Ds19PIU .row {
    padding: 0 12px;
  }
}
.cid-u94Ds19PIU .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94Ds19PIU .card {
    height: 280px;
  }
}
.cid-u94Ds19PIU .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94Ds19PIU .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94Ds19PIU .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94Ds19PIU .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94Ds19PIU .card-wrapper {
  padding: 44px 34px;
}
.cid-u94Ds19PIU .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94Ds19PIU .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94Ds19PIU .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds19PIU .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds1Bcv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94Ds1Bcv0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94Ds1Bcv0 .row {
    padding: 0 12px;
  }
}
.cid-u94Ds1Bcv0 .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94Ds1Bcv0 .card {
    height: 280px;
  }
}
.cid-u94Ds1Bcv0 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94Ds1Bcv0 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94Ds1Bcv0 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94Ds1Bcv0 .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94Ds1Bcv0 .card-wrapper {
  padding: 44px 34px;
}
.cid-u94Ds1Bcv0 .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94Ds1Bcv0 .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94Ds1Bcv0 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds1Bcv0 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94Ds23CqZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u94Ds23CqZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u94Ds23CqZ nav.navbar {
  position: fixed;
}
.cid-u94Ds23CqZ .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-u94Ds23CqZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94Ds23CqZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u94Ds23CqZ .dropdown-item:hover,
.cid-u94Ds23CqZ .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u94Ds23CqZ .dropdown-item:hover span {
  color: white;
}
.cid-u94Ds23CqZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94Ds23CqZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94Ds23CqZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94Ds23CqZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94Ds23CqZ .nav-link {
  position: relative;
}
.cid-u94Ds23CqZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94Ds23CqZ .container {
    flex-wrap: nowrap;
  }
}
.cid-u94Ds23CqZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94Ds23CqZ .dropdown-menu,
.cid-u94Ds23CqZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u94Ds23CqZ .nav-item:focus,
.cid-u94Ds23CqZ .nav-link:focus {
  outline: none;
}
.cid-u94Ds23CqZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u94Ds23CqZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94Ds23CqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94Ds23CqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94Ds23CqZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94Ds23CqZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94Ds23CqZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u94Ds23CqZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u94Ds23CqZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94Ds23CqZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u94Ds23CqZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94Ds23CqZ .navbar.collapsed {
  justify-content: center;
}
.cid-u94Ds23CqZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94Ds23CqZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94Ds23CqZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u94Ds23CqZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94Ds23CqZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94Ds23CqZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u94Ds23CqZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94Ds23CqZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94Ds23CqZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94Ds23CqZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u94Ds23CqZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94Ds23CqZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94Ds23CqZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94Ds23CqZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u94Ds23CqZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94Ds23CqZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u94Ds23CqZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u94Ds23CqZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94Ds23CqZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94Ds23CqZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u94Ds23CqZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u94Ds23CqZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-u94Ds23CqZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u94Ds23CqZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94Ds23CqZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94Ds23CqZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94Ds23CqZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94Ds23CqZ .dropdown-item.active,
.cid-u94Ds23CqZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u94Ds23CqZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94Ds23CqZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94Ds23CqZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94Ds23CqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u94Ds23CqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u94Ds23CqZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94Ds23CqZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94Ds23CqZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u94Ds23CqZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94Ds23CqZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u94Ds23CqZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94Ds23CqZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94Ds23CqZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94Ds23CqZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94Ds23CqZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94Ds23CqZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94Ds23CqZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94Ds23CqZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94Ds23CqZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u94Ds23CqZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94Ds23CqZ .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-u94Ds23CqZ .navbar {
    height: 70px;
  }
  .cid-u94Ds23CqZ .navbar.opened {
    height: auto;
  }
  .cid-u94Ds23CqZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94Ds2INGu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94Ds2INGu .container-fluid {
  padding: 0;
}
.cid-u94Ds2INGu .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-links {
    width: auto;
  }
}
.cid-u94Ds2INGu .social-row {
  justify-content: center;
}
.cid-u94Ds2INGu .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-1 {
    margin: 0;
  }
}
.cid-u94Ds2INGu .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94Ds2INGu .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94Ds2INGu .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94Ds2INGu .foot-menu li:hover {
  opacity: 1;
}
.cid-u94Ds2INGu .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94Ds2INGu .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94Ds2INGu .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94Ds2INGu .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 {
    border: none;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94Ds2INGu .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94Ds2INGu .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94Ds2INGu .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94Ds2INGu .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94Ds2INGu .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94Ds2INGu .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94Ds2INGu .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94Ds2INGu .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94Ds2INGu .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94Ds2INGu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94Ds2INGu .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94Ds2INGu .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94Ds2INGu .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .copyright {
    border: none;
  }
}
.cid-u94Ds2INGu .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94Ds2INGu .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94Ds2INGu .mbr-section-title,
.cid-u94Ds2INGu .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94Ds2INGu .mbr-address {
  color: #ffffff;
}
.cid-u94Ds2INGu .mbr-phone {
  color: #F0F0F5;
}
.cid-u94Ds2INGu .mbr-link {
  color: #F0F0F5;
}
.cid-u94Ds2INGu .mbr-phone,
.cid-u94Ds2INGu .mbr-link {
  text-align: left;
}
.cid-u94Ds2INGu .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94Ds2INGu .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94Ds2INGu .mbr-copy {
  color: #F0F0F5;
}
.cid-u94ETz8YDg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-4890.jpg");
}
.cid-u94ETz8YDg .text {
  display: flex;
  align-items: center;
}
.cid-u94ETz8YDg .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #405ac5;
}
.cid-u94ETz8YDg .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-u94ETz8YDg .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-u94ETz8YDg .btn:hover {
  box-shadow: none;
}
.cid-u94ETz8YDg .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94ETz8YDg .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-u94ETz8YDg .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94ETz8YDg .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94ETz8YDg .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-u94ETz8YDg .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94ETz8YDg .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94ETz8YDg .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-u94ETz8YDg .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-u94ETz8YDg .row:hover img {
  transform: rotate(0deg);
}
.cid-u94ETz8YDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94ETz8YDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-b0 {
  /* Type valid CSS here */
}
#custom-html-b0 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b0 p {
  font-size: 60px;
  color: #777;
}
.cid-u94ETzHoBs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f0f0f5;
}
.cid-u94ETzHoBs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u94ETzHoBs H2 {
  color: #232323;
}
.cid-u94ETzHoBs H3 {
  color: #36404c;
}
.cid-u94ETzHoBs .mbr-text,
.cid-u94ETzHoBs .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u94ETzHoBs .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u94ETzHoBs img {
  filter: invert(0.5);
  width: auto;
}
.cid-u94ETA7TAS {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u94ETA7TAS .row {
  justify-content: center;
}
.cid-u94ETA7TAS .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-u94ETA7TAS .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-u94ETA7TAS .content-card {
  margin-top: 40px;
}
.cid-u94ETA7TAS .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-u94ETA7TAS .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #4994de;
  font-size: 42px;
}
.cid-u94ETA7TAS .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u94ETA7TAS .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-u94ETA7TAS .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-u94ETA7TAS .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-u94ETAO5cy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #4994de;
}
.cid-u94ETAO5cy .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u94ETAO5cy .row {
    text-align: center!important;
  }
}
.cid-u94ETAO5cy .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u94ETAO5cy .mbr-section-title {
    text-align: center;
  }
}
.cid-u94ETAO5cy .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u94ETAO5cy .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u94ETAO5cy .mbr-section-btn {
  margin-top: 20px;
}
.cid-u94ETAO5cy .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u94ETAO5cy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u94ETAO5cy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u94ETAO5cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94ETAO5cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94ETAO5cy .mbr-section-title,
.cid-u94ETAO5cy .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u94ETBhJAP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94ETBhJAP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94ETBhJAP .row {
    padding: 0 12px;
  }
}
.cid-u94ETBhJAP .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94ETBhJAP .card {
    height: 280px;
  }
}
.cid-u94ETBhJAP .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94ETBhJAP .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94ETBhJAP .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ETBhJAP .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94ETBhJAP .card-wrapper {
  padding: 44px 34px;
}
.cid-u94ETBhJAP .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94ETBhJAP .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94ETBhJAP .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETBhJAP .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETBKE1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94ETBKE1f .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94ETBKE1f .row {
    padding: 0 12px;
  }
}
.cid-u94ETBKE1f .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94ETBKE1f .card {
    height: 280px;
  }
}
.cid-u94ETBKE1f .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94ETBKE1f .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94ETBKE1f .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ETBKE1f .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94ETBKE1f .card-wrapper {
  padding: 44px 34px;
}
.cid-u94ETBKE1f .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94ETBKE1f .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94ETBKE1f .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETBKE1f .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETCcazx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94ETCcazx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94ETCcazx .row {
    padding: 0 12px;
  }
}
.cid-u94ETCcazx .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94ETCcazx .card {
    height: 280px;
  }
}
.cid-u94ETCcazx .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94ETCcazx .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94ETCcazx .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ETCcazx .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94ETCcazx .card-wrapper {
  padding: 44px 34px;
}
.cid-u94ETCcazx .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94ETCcazx .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94ETCcazx .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETCcazx .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94ETCELJ3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u94ETCELJ3 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u94ETCELJ3 nav.navbar {
  position: fixed;
}
.cid-u94ETCELJ3 .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-u94ETCELJ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94ETCELJ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u94ETCELJ3 .dropdown-item:hover,
.cid-u94ETCELJ3 .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u94ETCELJ3 .dropdown-item:hover span {
  color: white;
}
.cid-u94ETCELJ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94ETCELJ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94ETCELJ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94ETCELJ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94ETCELJ3 .nav-link {
  position: relative;
}
.cid-u94ETCELJ3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94ETCELJ3 .container {
    flex-wrap: nowrap;
  }
}
.cid-u94ETCELJ3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94ETCELJ3 .dropdown-menu,
.cid-u94ETCELJ3 .navbar.opened {
  background: #ffffff !important;
}
.cid-u94ETCELJ3 .nav-item:focus,
.cid-u94ETCELJ3 .nav-link:focus {
  outline: none;
}
.cid-u94ETCELJ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u94ETCELJ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94ETCELJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94ETCELJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94ETCELJ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94ETCELJ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94ETCELJ3 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u94ETCELJ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u94ETCELJ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94ETCELJ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u94ETCELJ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94ETCELJ3 .navbar.collapsed {
  justify-content: center;
}
.cid-u94ETCELJ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94ETCELJ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94ETCELJ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u94ETCELJ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94ETCELJ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94ETCELJ3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u94ETCELJ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94ETCELJ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94ETCELJ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94ETCELJ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u94ETCELJ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94ETCELJ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94ETCELJ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94ETCELJ3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u94ETCELJ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94ETCELJ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u94ETCELJ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u94ETCELJ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94ETCELJ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94ETCELJ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u94ETCELJ3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u94ETCELJ3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u94ETCELJ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u94ETCELJ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94ETCELJ3 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94ETCELJ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94ETCELJ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94ETCELJ3 .dropdown-item.active,
.cid-u94ETCELJ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u94ETCELJ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94ETCELJ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94ETCELJ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94ETCELJ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u94ETCELJ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u94ETCELJ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94ETCELJ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94ETCELJ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u94ETCELJ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94ETCELJ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u94ETCELJ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94ETCELJ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ETCELJ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ETCELJ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94ETCELJ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ETCELJ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94ETCELJ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94ETCELJ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ETCELJ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u94ETCELJ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ETCELJ3 .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-u94ETCELJ3 .navbar {
    height: 70px;
  }
  .cid-u94ETCELJ3 .navbar.opened {
    height: auto;
  }
  .cid-u94ETCELJ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94ETDg42H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94ETDg42H .container-fluid {
  padding: 0;
}
.cid-u94ETDg42H .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-links {
    width: auto;
  }
}
.cid-u94ETDg42H .social-row {
  justify-content: center;
}
.cid-u94ETDg42H .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-1 {
    margin: 0;
  }
}
.cid-u94ETDg42H .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94ETDg42H .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94ETDg42H .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94ETDg42H .foot-menu li:hover {
  opacity: 1;
}
.cid-u94ETDg42H .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94ETDg42H .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94ETDg42H .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94ETDg42H .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 {
    border: none;
  }
}
.cid-u94ETDg42H .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94ETDg42H .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94ETDg42H .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94ETDg42H .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94ETDg42H .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94ETDg42H .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94ETDg42H .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94ETDg42H .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94ETDg42H .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94ETDg42H .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94ETDg42H .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94ETDg42H .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ETDg42H .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94ETDg42H .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94ETDg42H .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94ETDg42H .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94ETDg42H .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94ETDg42H .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .copyright {
    border: none;
  }
}
.cid-u94ETDg42H .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94ETDg42H .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94ETDg42H .mbr-section-title,
.cid-u94ETDg42H .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94ETDg42H .mbr-address {
  color: #ffffff;
}
.cid-u94ETDg42H .mbr-phone {
  color: #F0F0F5;
}
.cid-u94ETDg42H .mbr-link {
  color: #F0F0F5;
}
.cid-u94ETDg42H .mbr-phone,
.cid-u94ETDg42H .mbr-link {
  text-align: left;
}
.cid-u94ETDg42H .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94ETDg42H .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94ETDg42H .mbr-copy {
  color: #F0F0F5;
}
.cid-tPEtrGsVOD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/palazzo-falconi2.jpg");
}
.cid-tPEtrGsVOD .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #f49318;
  text-align: center;
}
.cid-tPEtrGsVOD .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tPEtrGsVOD .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tPEtrGsVOD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPEtrGsVOD .btn:hover {
  box-shadow: none;
}
.cid-tPEtrGsVOD .mbr-section-title,
.cid-tPEtrGsVOD .mbr-section-btn {
  text-align: center;
}
#custom-html-b5 {
  /* Type valid CSS here */
}
#custom-html-b5 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b5 p {
  font-size: 60px;
  color: #777;
}
.cid-tPEtrGSkkD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPEtrGSkkD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tPEtrGSkkD H2 {
  color: #232323;
}
.cid-tPEtrGSkkD H3 {
  color: #36404c;
}
.cid-tPEtrGSkkD .mbr-text,
.cid-tPEtrGSkkD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tPEtrGSkkD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tPEtrGSkkD img {
  filter: invert(0.5);
  width: auto;
}
.cid-tPEtrHPQXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPEtrHPQXw .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tPEtrHPQXw .row {
    padding: 0 12px;
  }
}
.cid-tPEtrHPQXw .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tPEtrHPQXw .card {
    height: 280px;
  }
}
.cid-tPEtrHPQXw .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tPEtrHPQXw .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tPEtrHPQXw .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEtrHPQXw .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tPEtrHPQXw .card-wrapper {
  padding: 44px 34px;
}
.cid-tPEtrHPQXw .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tPEtrHPQXw .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tPEtrHPQXw .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tPEtrHPQXw .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tPEtrJzguY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-tPEtrJzguY .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tPEtrJzguY .row {
    text-align: center!important;
  }
}
.cid-tPEtrJzguY .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tPEtrJzguY .mbr-section-title {
    text-align: center;
  }
}
.cid-tPEtrJzguY .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-tPEtrJzguY .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tPEtrJzguY .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPEtrJzguY .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tPEtrJzguY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPEtrJzguY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPEtrJzguY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEtrJzguY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEtrJzguY .mbr-section-title,
.cid-tPEtrJzguY .mbr-section-btn {
  color: #0ab5ff;
}
.cid-tPEtrKrPBT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tPEtrKrPBT .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tPEtrKrPBT nav.navbar {
  position: fixed;
}
.cid-tPEtrKrPBT .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-tPEtrKrPBT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPEtrKrPBT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPEtrKrPBT .dropdown-item:hover,
.cid-tPEtrKrPBT .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-tPEtrKrPBT .dropdown-item:hover span {
  color: white;
}
.cid-tPEtrKrPBT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPEtrKrPBT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPEtrKrPBT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPEtrKrPBT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPEtrKrPBT .nav-link {
  position: relative;
}
.cid-tPEtrKrPBT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPEtrKrPBT .container {
    flex-wrap: nowrap;
  }
}
.cid-tPEtrKrPBT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPEtrKrPBT .dropdown-menu,
.cid-tPEtrKrPBT .navbar.opened {
  background: #ffffff !important;
}
.cid-tPEtrKrPBT .nav-item:focus,
.cid-tPEtrKrPBT .nav-link:focus {
  outline: none;
}
.cid-tPEtrKrPBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPEtrKrPBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPEtrKrPBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPEtrKrPBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEtrKrPBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPEtrKrPBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPEtrKrPBT .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPEtrKrPBT .navbar.opened {
  transition: all 0.3s;
}
.cid-tPEtrKrPBT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPEtrKrPBT .navbar .navbar-logo img {
  width: auto;
}
.cid-tPEtrKrPBT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPEtrKrPBT .navbar.collapsed {
  justify-content: center;
}
.cid-tPEtrKrPBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPEtrKrPBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPEtrKrPBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tPEtrKrPBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPEtrKrPBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPEtrKrPBT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPEtrKrPBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPEtrKrPBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPEtrKrPBT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPEtrKrPBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPEtrKrPBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPEtrKrPBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPEtrKrPBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPEtrKrPBT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPEtrKrPBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPEtrKrPBT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPEtrKrPBT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPEtrKrPBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPEtrKrPBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPEtrKrPBT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPEtrKrPBT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPEtrKrPBT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tPEtrKrPBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPEtrKrPBT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPEtrKrPBT .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPEtrKrPBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPEtrKrPBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPEtrKrPBT .dropdown-item.active,
.cid-tPEtrKrPBT .dropdown-item:active {
  background-color: transparent;
}
.cid-tPEtrKrPBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPEtrKrPBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPEtrKrPBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPEtrKrPBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPEtrKrPBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPEtrKrPBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPEtrKrPBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPEtrKrPBT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPEtrKrPBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPEtrKrPBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPEtrKrPBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPEtrKrPBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPEtrKrPBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPEtrKrPBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEtrKrPBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEtrKrPBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEtrKrPBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEtrKrPBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEtrKrPBT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPEtrKrPBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEtrKrPBT .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-tPEtrKrPBT .navbar {
    height: 70px;
  }
  .cid-tPEtrKrPBT .navbar.opened {
    height: auto;
  }
  .cid-tPEtrKrPBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94qX62icS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94qX62icS .container-fluid {
  padding: 0;
}
.cid-u94qX62icS .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-links {
    width: auto;
  }
}
.cid-u94qX62icS .social-row {
  justify-content: center;
}
.cid-u94qX62icS .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    margin: 0;
  }
}
.cid-u94qX62icS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94qX62icS .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94qX62icS .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94qX62icS .foot-menu li:hover {
  opacity: 1;
}
.cid-u94qX62icS .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94qX62icS .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94qX62icS .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94qX62icS .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    border: none;
  }
}
.cid-u94qX62icS .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94qX62icS .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94qX62icS .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94qX62icS .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94qX62icS .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94qX62icS .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94qX62icS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94qX62icS .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94qX62icS .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94qX62icS .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    border: none;
  }
}
.cid-u94qX62icS .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94qX62icS .mbr-section-title,
.cid-u94qX62icS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94qX62icS .mbr-address {
  color: #ffffff;
}
.cid-u94qX62icS .mbr-phone {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-link {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-phone,
.cid-u94qX62icS .mbr-link {
  text-align: left;
}
.cid-u94qX62icS .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-copy {
  color: #F0F0F5;
}
.cid-u94IWWaNfk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-4887.jpg");
}
.cid-u94IWWaNfk .text {
  display: flex;
  align-items: center;
}
.cid-u94IWWaNfk .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #d58001;
}
.cid-u94IWWaNfk .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-u94IWWaNfk .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-u94IWWaNfk .btn:hover {
  box-shadow: none;
}
.cid-u94IWWaNfk .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94IWWaNfk .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-u94IWWaNfk .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94IWWaNfk .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94IWWaNfk .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-u94IWWaNfk .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u94IWWaNfk .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-u94IWWaNfk .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-u94IWWaNfk .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-u94IWWaNfk .row:hover img {
  transform: rotate(0deg);
}
.cid-u94IWWaNfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94IWWaNfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-b1 {
  /* Type valid CSS here */
}
#custom-html-b1 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b1 p {
  font-size: 60px;
  color: #777;
}
.cid-u94IWX7ZDv {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f0f0f5;
}
.cid-u94IWX7ZDv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u94IWX7ZDv H2 {
  color: #232323;
}
.cid-u94IWX7ZDv H3 {
  color: #36404c;
}
.cid-u94IWX7ZDv .mbr-text,
.cid-u94IWX7ZDv .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u94IWX7ZDv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u94IWX7ZDv img {
  filter: invert(0.5);
  width: auto;
}
.cid-u94IWXR8BC {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u94IWXR8BC .row {
  justify-content: center;
}
.cid-u94IWXR8BC .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-u94IWXR8BC .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-u94IWXR8BC .content-card {
  margin-top: 40px;
}
.cid-u94IWXR8BC .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-u94IWXR8BC .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #d58001;
  font-size: 42px;
}
.cid-u94IWXR8BC .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-u94IWXR8BC .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-u94IWXR8BC .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-u94IWXR8BC .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-u94IWZO1x9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #d58001;
}
.cid-u94IWZO1x9 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u94IWZO1x9 .row {
    text-align: center!important;
  }
}
.cid-u94IWZO1x9 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u94IWZO1x9 .mbr-section-title {
    text-align: center;
  }
}
.cid-u94IWZO1x9 .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u94IWZO1x9 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u94IWZO1x9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u94IWZO1x9 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u94IWZO1x9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u94IWZO1x9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u94IWZO1x9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94IWZO1x9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94IWZO1x9 .mbr-section-title,
.cid-u94IWZO1x9 .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u94IX0fMXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94IX0fMXO .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94IX0fMXO .row {
    padding: 0 12px;
  }
}
.cid-u94IX0fMXO .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94IX0fMXO .card {
    height: 280px;
  }
}
.cid-u94IX0fMXO .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94IX0fMXO .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94IX0fMXO .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94IX0fMXO .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94IX0fMXO .card-wrapper {
  padding: 44px 34px;
}
.cid-u94IX0fMXO .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94IX0fMXO .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94IX0fMXO .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX0fMXO .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX0KcfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94IX0KcfS .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94IX0KcfS .row {
    padding: 0 12px;
  }
}
.cid-u94IX0KcfS .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94IX0KcfS .card {
    height: 280px;
  }
}
.cid-u94IX0KcfS .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94IX0KcfS .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94IX0KcfS .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94IX0KcfS .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94IX0KcfS .card-wrapper {
  padding: 44px 34px;
}
.cid-u94IX0KcfS .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94IX0KcfS .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94IX0KcfS .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX0KcfS .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX1fP8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u94IX1fP8I .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u94IX1fP8I .row {
    padding: 0 12px;
  }
}
.cid-u94IX1fP8I .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u94IX1fP8I .card {
    height: 280px;
  }
}
.cid-u94IX1fP8I .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u94IX1fP8I .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u94IX1fP8I .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94IX1fP8I .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u94IX1fP8I .card-wrapper {
  padding: 44px 34px;
}
.cid-u94IX1fP8I .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u94IX1fP8I .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u94IX1fP8I .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX1fP8I .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u94IX1FAZZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u94IX1FAZZ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u94IX1FAZZ nav.navbar {
  position: fixed;
}
.cid-u94IX1FAZZ .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-u94IX1FAZZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94IX1FAZZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u94IX1FAZZ .dropdown-item:hover,
.cid-u94IX1FAZZ .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u94IX1FAZZ .dropdown-item:hover span {
  color: white;
}
.cid-u94IX1FAZZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94IX1FAZZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94IX1FAZZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94IX1FAZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94IX1FAZZ .nav-link {
  position: relative;
}
.cid-u94IX1FAZZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u94IX1FAZZ .container {
    flex-wrap: nowrap;
  }
}
.cid-u94IX1FAZZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94IX1FAZZ .dropdown-menu,
.cid-u94IX1FAZZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u94IX1FAZZ .nav-item:focus,
.cid-u94IX1FAZZ .nav-link:focus {
  outline: none;
}
.cid-u94IX1FAZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u94IX1FAZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94IX1FAZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94IX1FAZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94IX1FAZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94IX1FAZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94IX1FAZZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u94IX1FAZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u94IX1FAZZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94IX1FAZZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u94IX1FAZZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94IX1FAZZ .navbar.collapsed {
  justify-content: center;
}
.cid-u94IX1FAZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94IX1FAZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94IX1FAZZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u94IX1FAZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94IX1FAZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94IX1FAZZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u94IX1FAZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94IX1FAZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94IX1FAZZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94IX1FAZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u94IX1FAZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94IX1FAZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94IX1FAZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94IX1FAZZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u94IX1FAZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u94IX1FAZZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u94IX1FAZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u94IX1FAZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94IX1FAZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94IX1FAZZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u94IX1FAZZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u94IX1FAZZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-u94IX1FAZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u94IX1FAZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94IX1FAZZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94IX1FAZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94IX1FAZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94IX1FAZZ .dropdown-item.active,
.cid-u94IX1FAZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u94IX1FAZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94IX1FAZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94IX1FAZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94IX1FAZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u94IX1FAZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u94IX1FAZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94IX1FAZZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94IX1FAZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u94IX1FAZZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94IX1FAZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u94IX1FAZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94IX1FAZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94IX1FAZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94IX1FAZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94IX1FAZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94IX1FAZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94IX1FAZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94IX1FAZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94IX1FAZZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u94IX1FAZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94IX1FAZZ .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-u94IX1FAZZ .navbar {
    height: 70px;
  }
  .cid-u94IX1FAZZ .navbar.opened {
    height: auto;
  }
  .cid-u94IX1FAZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94IX2ek8t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94IX2ek8t .container-fluid {
  padding: 0;
}
.cid-u94IX2ek8t .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-links {
    width: auto;
  }
}
.cid-u94IX2ek8t .social-row {
  justify-content: center;
}
.cid-u94IX2ek8t .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-1 {
    margin: 0;
  }
}
.cid-u94IX2ek8t .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94IX2ek8t .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94IX2ek8t .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94IX2ek8t .foot-menu li:hover {
  opacity: 1;
}
.cid-u94IX2ek8t .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94IX2ek8t .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94IX2ek8t .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94IX2ek8t .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 {
    border: none;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94IX2ek8t .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94IX2ek8t .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94IX2ek8t .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94IX2ek8t .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94IX2ek8t .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94IX2ek8t .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94IX2ek8t .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94IX2ek8t .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94IX2ek8t .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94IX2ek8t .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94IX2ek8t .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94IX2ek8t .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94IX2ek8t .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .copyright {
    border: none;
  }
}
.cid-u94IX2ek8t .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94IX2ek8t .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94IX2ek8t .mbr-section-title,
.cid-u94IX2ek8t .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94IX2ek8t .mbr-address {
  color: #ffffff;
}
.cid-u94IX2ek8t .mbr-phone {
  color: #F0F0F5;
}
.cid-u94IX2ek8t .mbr-link {
  color: #F0F0F5;
}
.cid-u94IX2ek8t .mbr-phone,
.cid-u94IX2ek8t .mbr-link {
  text-align: left;
}
.cid-u94IX2ek8t .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94IX2ek8t .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94IX2ek8t .mbr-copy {
  color: #F0F0F5;
}
.cid-tPILwkYjS9 {
  background-image: url("../../../assets/images/dsc05526.jpg");
}
.cid-tPILwkYjS9 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #0ca4b7;
  text-align: center;
}
.cid-tPILwkYjS9 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tPILwkYjS9 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tPILwkYjS9 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPILwkYjS9 .btn:hover {
  box-shadow: none;
}
.cid-tPILwkYjS9 .mbr-section-title,
.cid-tPILwkYjS9 .mbr-section-btn {
  text-align: center;
}
#custom-html-b2 {
  /* Type valid CSS here */
}
#custom-html-b2 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b2 p {
  font-size: 60px;
  color: #777;
}
.cid-u94LGKmHMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u94LGKmHMQ .content {
  display: flex;
  align-items: center;
}
.cid-u94LGKmHMQ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u94LGKmHMQ .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u94LGKmHMQ .mbr-text {
  margin-bottom: 38px;
  color: #150c0a;
}
.cid-u94LGKmHMQ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u94LGKmHMQ .btn:hover {
  box-shadow: none;
}
.cid-u94LGKmHMQ .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94LGKmHMQ .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u94LGKmHMQ .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u94LGKmHMQ .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u94LGKmHMQ .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94LGKmHMQ .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u94LGKmHMQ .mbr-iconfont {
  color: #ffffff;
}
.cid-u94LGKmHMQ .mbr-image-text {
  color: #ffffff;
}
.cid-u94MmSCAn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u94MmSCAn7 .content {
  display: flex;
  align-items: center;
}
.cid-u94MmSCAn7 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u94MmSCAn7 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u94MmSCAn7 .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u94MmSCAn7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u94MmSCAn7 .btn:hover {
  box-shadow: none;
}
.cid-u94MmSCAn7 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94MmSCAn7 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u94MmSCAn7 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u94MmSCAn7 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u94MmSCAn7 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #d58001;
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #d58001;
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94MmSCAn7 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u94MmSCAn7 .mbr-iconfont {
  color: #ffffff;
}
.cid-u94MmSCAn7 .mbr-image-text {
  color: #ffffff;
}
.cid-u94N06TqXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u94N06TqXz .content {
  display: flex;
  align-items: center;
}
.cid-u94N06TqXz .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u94N06TqXz .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u94N06TqXz .mbr-text {
  margin-bottom: 38px;
  color: #1f242e;
}
.cid-u94N06TqXz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u94N06TqXz .btn:hover {
  box-shadow: none;
}
.cid-u94N06TqXz .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u94N06TqXz .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u94N06TqXz .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u94N06TqXz .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u94N06TqXz .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u94N06TqXz .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #bbbbbb;
}
.cid-u94N06TqXz .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94N06TqXz .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u94N06TqXz .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #bbbbbb;
}
.cid-u94N06TqXz .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u94N06TqXz .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u94N06TqXz .mbr-iconfont {
  color: #ffffff;
}
.cid-u94N06TqXz .mbr-image-text {
  color: #ffffff;
}
.cid-u958P7iwzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u958P7iwzr .content {
  display: flex;
  align-items: center;
}
.cid-u958P7iwzr .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u958P7iwzr .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u958P7iwzr .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u958P7iwzr .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u958P7iwzr .btn:hover {
  box-shadow: none;
}
.cid-u958P7iwzr .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u958P7iwzr .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u958P7iwzr .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u958P7iwzr .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u958P7iwzr .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u958P7iwzr .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u958P7iwzr .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u958P7iwzr .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u958P7iwzr .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff4712;
}
.cid-u958P7iwzr .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u958P7iwzr .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u958P7iwzr .mbr-iconfont {
  color: #ffffff;
}
.cid-u958P7iwzr .mbr-image-text {
  color: #ffffff;
}
.cid-u959iKizv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u959iKizv1 .content {
  display: flex;
  align-items: center;
}
.cid-u959iKizv1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u959iKizv1 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u959iKizv1 .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u959iKizv1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u959iKizv1 .btn:hover {
  box-shadow: none;
}
.cid-u959iKizv1 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u959iKizv1 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u959iKizv1 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u959iKizv1 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u959iKizv1 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u959iKizv1 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u959iKizv1 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u959iKizv1 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u959iKizv1 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u959iKizv1 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u959iKizv1 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u959iKizv1 .mbr-iconfont {
  color: #ffffff;
}
.cid-u959iKizv1 .mbr-image-text {
  color: #ffffff;
}
.cid-u959JMw80R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u959JMw80R .content {
  display: flex;
  align-items: center;
}
.cid-u959JMw80R .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u959JMw80R .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u959JMw80R .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u959JMw80R .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u959JMw80R .btn:hover {
  box-shadow: none;
}
.cid-u959JMw80R .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u959JMw80R .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u959JMw80R .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u959JMw80R .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u959JMw80R .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u959JMw80R .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #a6a6c7;
}
.cid-u959JMw80R .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u959JMw80R .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u959JMw80R .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #a6a6c7;
}
.cid-u959JMw80R .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u959JMw80R .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u959JMw80R .mbr-iconfont {
  color: #ffffff;
}
.cid-u959JMw80R .mbr-image-text {
  color: #ffffff;
}
.cid-tPILwncHBG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-tPILwncHBG .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tPILwncHBG .row {
    text-align: center!important;
  }
}
.cid-tPILwncHBG .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tPILwncHBG .mbr-section-title {
    text-align: center;
  }
}
.cid-tPILwncHBG .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-tPILwncHBG .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tPILwncHBG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPILwncHBG .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tPILwncHBG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPILwncHBG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPILwncHBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPILwncHBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPILwncHBG .mbr-section-title,
.cid-tPILwncHBG .mbr-section-btn {
  color: #0ab5ff;
}
.cid-tPILwo0HRg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tPILwo0HRg .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tPILwo0HRg nav.navbar {
  position: fixed;
}
.cid-tPILwo0HRg .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-tPILwo0HRg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPILwo0HRg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPILwo0HRg .dropdown-item:hover,
.cid-tPILwo0HRg .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-tPILwo0HRg .dropdown-item:hover span {
  color: white;
}
.cid-tPILwo0HRg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPILwo0HRg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPILwo0HRg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPILwo0HRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPILwo0HRg .nav-link {
  position: relative;
}
.cid-tPILwo0HRg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPILwo0HRg .container {
    flex-wrap: nowrap;
  }
}
.cid-tPILwo0HRg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPILwo0HRg .dropdown-menu,
.cid-tPILwo0HRg .navbar.opened {
  background: #ffffff !important;
}
.cid-tPILwo0HRg .nav-item:focus,
.cid-tPILwo0HRg .nav-link:focus {
  outline: none;
}
.cid-tPILwo0HRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPILwo0HRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPILwo0HRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPILwo0HRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPILwo0HRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPILwo0HRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPILwo0HRg .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPILwo0HRg .navbar.opened {
  transition: all 0.3s;
}
.cid-tPILwo0HRg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPILwo0HRg .navbar .navbar-logo img {
  width: auto;
}
.cid-tPILwo0HRg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPILwo0HRg .navbar.collapsed {
  justify-content: center;
}
.cid-tPILwo0HRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPILwo0HRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPILwo0HRg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tPILwo0HRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPILwo0HRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPILwo0HRg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPILwo0HRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPILwo0HRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPILwo0HRg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPILwo0HRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPILwo0HRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPILwo0HRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPILwo0HRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPILwo0HRg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPILwo0HRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPILwo0HRg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPILwo0HRg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPILwo0HRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPILwo0HRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPILwo0HRg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPILwo0HRg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPILwo0HRg .navbar.navbar-short {
  min-height: 80px;
}
.cid-tPILwo0HRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPILwo0HRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPILwo0HRg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPILwo0HRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPILwo0HRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPILwo0HRg .dropdown-item.active,
.cid-tPILwo0HRg .dropdown-item:active {
  background-color: transparent;
}
.cid-tPILwo0HRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPILwo0HRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPILwo0HRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPILwo0HRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPILwo0HRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPILwo0HRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPILwo0HRg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPILwo0HRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPILwo0HRg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPILwo0HRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPILwo0HRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPILwo0HRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPILwo0HRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPILwo0HRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPILwo0HRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPILwo0HRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPILwo0HRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPILwo0HRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPILwo0HRg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPILwo0HRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPILwo0HRg .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-tPILwo0HRg .navbar {
    height: 70px;
  }
  .cid-tPILwo0HRg .navbar.opened {
    height: auto;
  }
  .cid-tPILwo0HRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94qX62icS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u94qX62icS .container-fluid {
  padding: 0;
}
.cid-u94qX62icS .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-links {
    width: auto;
  }
}
.cid-u94qX62icS .social-row {
  justify-content: center;
}
.cid-u94qX62icS .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-1 {
    margin: 0;
  }
}
.cid-u94qX62icS .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u94qX62icS .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u94qX62icS .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u94qX62icS .foot-menu li:hover {
  opacity: 1;
}
.cid-u94qX62icS .foot-menu li:hover::after {
  width: 100%;
}
.cid-u94qX62icS .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u94qX62icS .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u94qX62icS .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 {
    border: none;
  }
}
.cid-u94qX62icS .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u94qX62icS .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u94qX62icS .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u94qX62icS .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u94qX62icS .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u94qX62icS .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u94qX62icS .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94qX62icS .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u94qX62icS .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u94qX62icS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u94qX62icS .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u94qX62icS .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u94qX62icS .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright {
    border: none;
  }
}
.cid-u94qX62icS .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u94qX62icS .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u94qX62icS .mbr-section-title,
.cid-u94qX62icS .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u94qX62icS .mbr-address {
  color: #ffffff;
}
.cid-u94qX62icS .mbr-phone {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-link {
  color: #F0F0F5;
}
.cid-u94qX62icS .mbr-phone,
.cid-u94qX62icS .mbr-link {
  text-align: left;
}
.cid-u94qX62icS .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u94qX62icS .mbr-copy {
  color: #F0F0F5;
}
.cid-u95cY8pyYu {
  background-image: url("../../../assets/images/foto1.png");
}
.cid-u95cY8pyYu .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #f49318;
  text-align: center;
}
.cid-u95cY8pyYu .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u95cY8pyYu .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u95cY8pyYu .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95cY8pyYu .btn:hover {
  box-shadow: none;
}
.cid-u95cY8pyYu .mbr-section-title,
.cid-u95cY8pyYu .mbr-section-btn {
  text-align: center;
}
#custom-html-b8 {
  /* Type valid CSS here */
}
#custom-html-b8 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b8 p {
  font-size: 60px;
  color: #777;
}
.cid-u95cY8XfI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u95cY8XfI3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u95cY8XfI3 H2 {
  color: #232323;
}
.cid-u95cY8XfI3 H3 {
  color: #36404c;
}
.cid-u95cY8XfI3 .mbr-text,
.cid-u95cY8XfI3 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u95cY8XfI3 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u95cY8XfI3 img {
  filter: invert(0.5);
  width: auto;
}
.cid-u95fHHcCNE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0ca4b7;
}
@media (max-width: 992px) {
  .cid-u95fHHcCNE {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-u95fHHcCNE .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u95fHHcCNE .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-u95fHHcCNE .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-u95fHHcCNE .link:hover:before {
  margin-right: -0.4rem;
}
.cid-u95fHHcCNE .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-u95fHHcCNE .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-u95fHHcCNE .bg1 {
  background-image: url("../../../assets/images/foto1.png");
}
.cid-u95fHHcCNE .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-u95fHHcCNE .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u95fHHcCNE .icon-wrap span {
  padding-left: 8px;
}
.cid-u95fHHcCNE .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u95fHHcCNE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u95fHHcCNE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u95fHHcCNE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u95fHHcCNE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u95fHHcCNE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u95fHHcCNE a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u95fHHcCNE {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-u95fHHcCNE .box {
    height: 250px;
  }
}
.cid-u95fHHcCNE H4 {
  color: #ffffff;
}
.cid-u95cY9lNE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95cY9lNE2 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u95cY9lNE2 .row {
    padding: 0 12px;
  }
}
.cid-u95cY9lNE2 .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u95cY9lNE2 .card {
    height: 280px;
  }
}
.cid-u95cY9lNE2 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u95cY9lNE2 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u95cY9lNE2 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95cY9lNE2 .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u95cY9lNE2 .card-wrapper {
  padding: 44px 34px;
}
.cid-u95cY9lNE2 .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u95cY9lNE2 .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u95cY9lNE2 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95cY9lNE2 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95cYa2Lve {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-u95cYa2Lve .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u95cYa2Lve .row {
    text-align: center!important;
  }
}
.cid-u95cYa2Lve .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u95cYa2Lve .mbr-section-title {
    text-align: center;
  }
}
.cid-u95cYa2Lve .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u95cYa2Lve .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u95cYa2Lve .mbr-section-btn {
  margin-top: 20px;
}
.cid-u95cYa2Lve .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u95cYa2Lve .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u95cYa2Lve .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u95cYa2Lve .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95cYa2Lve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95cYa2Lve .mbr-section-title,
.cid-u95cYa2Lve .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u95cYalJuP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u95cYalJuP .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u95cYalJuP nav.navbar {
  position: fixed;
}
.cid-u95cYalJuP .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-u95cYalJuP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95cYalJuP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95cYalJuP .dropdown-item:hover,
.cid-u95cYalJuP .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u95cYalJuP .dropdown-item:hover span {
  color: white;
}
.cid-u95cYalJuP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95cYalJuP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95cYalJuP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95cYalJuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95cYalJuP .nav-link {
  position: relative;
}
.cid-u95cYalJuP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95cYalJuP .container {
    flex-wrap: nowrap;
  }
}
.cid-u95cYalJuP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95cYalJuP .dropdown-menu,
.cid-u95cYalJuP .navbar.opened {
  background: #ffffff !important;
}
.cid-u95cYalJuP .nav-item:focus,
.cid-u95cYalJuP .nav-link:focus {
  outline: none;
}
.cid-u95cYalJuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95cYalJuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95cYalJuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95cYalJuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95cYalJuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95cYalJuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95cYalJuP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u95cYalJuP .navbar.opened {
  transition: all 0.3s;
}
.cid-u95cYalJuP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95cYalJuP .navbar .navbar-logo img {
  width: auto;
}
.cid-u95cYalJuP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95cYalJuP .navbar.collapsed {
  justify-content: center;
}
.cid-u95cYalJuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95cYalJuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95cYalJuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u95cYalJuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95cYalJuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95cYalJuP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95cYalJuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95cYalJuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95cYalJuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95cYalJuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95cYalJuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95cYalJuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95cYalJuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95cYalJuP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95cYalJuP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95cYalJuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95cYalJuP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95cYalJuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95cYalJuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95cYalJuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95cYalJuP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95cYalJuP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u95cYalJuP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95cYalJuP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95cYalJuP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95cYalJuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95cYalJuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95cYalJuP .dropdown-item.active,
.cid-u95cYalJuP .dropdown-item:active {
  background-color: transparent;
}
.cid-u95cYalJuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95cYalJuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95cYalJuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95cYalJuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u95cYalJuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95cYalJuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95cYalJuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95cYalJuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95cYalJuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95cYalJuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u95cYalJuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95cYalJuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95cYalJuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95cYalJuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95cYalJuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95cYalJuP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95cYalJuP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95cYalJuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95cYalJuP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95cYalJuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95cYalJuP .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-u95cYalJuP .navbar {
    height: 70px;
  }
  .cid-u95cYalJuP .navbar.opened {
    height: auto;
  }
  .cid-u95cYalJuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95cYaUHx0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u95cYaUHx0 .container-fluid {
  padding: 0;
}
.cid-u95cYaUHx0 .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-links {
    width: auto;
  }
}
.cid-u95cYaUHx0 .social-row {
  justify-content: center;
}
.cid-u95cYaUHx0 .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-1 {
    margin: 0;
  }
}
.cid-u95cYaUHx0 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u95cYaUHx0 .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u95cYaUHx0 .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u95cYaUHx0 .foot-menu li:hover {
  opacity: 1;
}
.cid-u95cYaUHx0 .foot-menu li:hover::after {
  width: 100%;
}
.cid-u95cYaUHx0 .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u95cYaUHx0 .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u95cYaUHx0 .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 {
    border: none;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u95cYaUHx0 .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u95cYaUHx0 .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u95cYaUHx0 .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u95cYaUHx0 .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u95cYaUHx0 .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u95cYaUHx0 .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u95cYaUHx0 .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95cYaUHx0 .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u95cYaUHx0 .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u95cYaUHx0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u95cYaUHx0 .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u95cYaUHx0 .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u95cYaUHx0 .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .copyright {
    border: none;
  }
}
.cid-u95cYaUHx0 .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95cYaUHx0 .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u95cYaUHx0 .mbr-section-title,
.cid-u95cYaUHx0 .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u95cYaUHx0 .mbr-address {
  color: #ffffff;
}
.cid-u95cYaUHx0 .mbr-phone {
  color: #F0F0F5;
}
.cid-u95cYaUHx0 .mbr-link {
  color: #F0F0F5;
}
.cid-u95cYaUHx0 .mbr-phone,
.cid-u95cYaUHx0 .mbr-link {
  text-align: left;
}
.cid-u95cYaUHx0 .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95cYaUHx0 .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95cYaUHx0 .mbr-copy {
  color: #F0F0F5;
}
.cid-u95goaevXf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-4876.jpg");
}
.cid-u95goaevXf .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #f49318;
  text-align: center;
}
.cid-u95goaevXf .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u95goaevXf .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u95goaevXf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95goaevXf .btn:hover {
  box-shadow: none;
}
.cid-u95goaevXf .mbr-section-title,
.cid-u95goaevXf .mbr-section-btn {
  text-align: center;
}
#custom-html-b6 {
  /* Type valid CSS here */
}
#custom-html-b6 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b6 p {
  font-size: 60px;
  color: #777;
}
.cid-u95goaZEtT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u95goaZEtT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u95goaZEtT H2 {
  color: #232323;
}
.cid-u95goaZEtT H3 {
  color: #36404c;
}
.cid-u95goaZEtT .mbr-text,
.cid-u95goaZEtT .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u95goaZEtT .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u95goaZEtT img {
  filter: invert(0.5);
  width: auto;
}
.cid-u95gobxvvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95gobxvvz .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u95gobxvvz .row {
    padding: 0 12px;
  }
}
.cid-u95gobxvvz .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u95gobxvvz .card {
    height: 280px;
  }
}
.cid-u95gobxvvz .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u95gobxvvz .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u95gobxvvz .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95gobxvvz .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u95gobxvvz .card-wrapper {
  padding: 44px 34px;
}
.cid-u95gobxvvz .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u95gobxvvz .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u95gobxvvz .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95gobxvvz .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95gocdfeZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-u95gocdfeZ .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u95gocdfeZ .row {
    text-align: center!important;
  }
}
.cid-u95gocdfeZ .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u95gocdfeZ .mbr-section-title {
    text-align: center;
  }
}
.cid-u95gocdfeZ .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u95gocdfeZ .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u95gocdfeZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-u95gocdfeZ .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u95gocdfeZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u95gocdfeZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u95gocdfeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95gocdfeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95gocdfeZ .mbr-section-title,
.cid-u95gocdfeZ .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u95gocJzKP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u95gocJzKP .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u95gocJzKP nav.navbar {
  position: fixed;
}
.cid-u95gocJzKP .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-u95gocJzKP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95gocJzKP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95gocJzKP .dropdown-item:hover,
.cid-u95gocJzKP .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u95gocJzKP .dropdown-item:hover span {
  color: white;
}
.cid-u95gocJzKP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95gocJzKP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95gocJzKP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95gocJzKP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95gocJzKP .nav-link {
  position: relative;
}
.cid-u95gocJzKP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95gocJzKP .container {
    flex-wrap: nowrap;
  }
}
.cid-u95gocJzKP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95gocJzKP .dropdown-menu,
.cid-u95gocJzKP .navbar.opened {
  background: #ffffff !important;
}
.cid-u95gocJzKP .nav-item:focus,
.cid-u95gocJzKP .nav-link:focus {
  outline: none;
}
.cid-u95gocJzKP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95gocJzKP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95gocJzKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95gocJzKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95gocJzKP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95gocJzKP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95gocJzKP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u95gocJzKP .navbar.opened {
  transition: all 0.3s;
}
.cid-u95gocJzKP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95gocJzKP .navbar .navbar-logo img {
  width: auto;
}
.cid-u95gocJzKP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95gocJzKP .navbar.collapsed {
  justify-content: center;
}
.cid-u95gocJzKP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95gocJzKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95gocJzKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u95gocJzKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95gocJzKP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95gocJzKP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95gocJzKP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95gocJzKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95gocJzKP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95gocJzKP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95gocJzKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95gocJzKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95gocJzKP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95gocJzKP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95gocJzKP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95gocJzKP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95gocJzKP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95gocJzKP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95gocJzKP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95gocJzKP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95gocJzKP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95gocJzKP .navbar.navbar-short {
  min-height: 80px;
}
.cid-u95gocJzKP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95gocJzKP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95gocJzKP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95gocJzKP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95gocJzKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95gocJzKP .dropdown-item.active,
.cid-u95gocJzKP .dropdown-item:active {
  background-color: transparent;
}
.cid-u95gocJzKP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95gocJzKP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95gocJzKP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95gocJzKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u95gocJzKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95gocJzKP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95gocJzKP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95gocJzKP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95gocJzKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95gocJzKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u95gocJzKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95gocJzKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95gocJzKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95gocJzKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95gocJzKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95gocJzKP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95gocJzKP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95gocJzKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95gocJzKP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95gocJzKP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95gocJzKP .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-u95gocJzKP .navbar {
    height: 70px;
  }
  .cid-u95gocJzKP .navbar.opened {
    height: auto;
  }
  .cid-u95gocJzKP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95godGXzK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u95godGXzK .container-fluid {
  padding: 0;
}
.cid-u95godGXzK .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-links {
    width: auto;
  }
}
.cid-u95godGXzK .social-row {
  justify-content: center;
}
.cid-u95godGXzK .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-1 {
    margin: 0;
  }
}
.cid-u95godGXzK .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u95godGXzK .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u95godGXzK .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u95godGXzK .foot-menu li:hover {
  opacity: 1;
}
.cid-u95godGXzK .foot-menu li:hover::after {
  width: 100%;
}
.cid-u95godGXzK .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u95godGXzK .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u95godGXzK .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 {
    border: none;
  }
}
.cid-u95godGXzK .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95godGXzK .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u95godGXzK .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u95godGXzK .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u95godGXzK .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u95godGXzK .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u95godGXzK .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95godGXzK .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u95godGXzK .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u95godGXzK .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u95godGXzK .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u95godGXzK .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95godGXzK .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u95godGXzK .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u95godGXzK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u95godGXzK .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u95godGXzK .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u95godGXzK .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u95godGXzK .copyright {
    border: none;
  }
}
.cid-u95godGXzK .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95godGXzK .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u95godGXzK .mbr-section-title,
.cid-u95godGXzK .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u95godGXzK .mbr-address {
  color: #ffffff;
}
.cid-u95godGXzK .mbr-phone {
  color: #F0F0F5;
}
.cid-u95godGXzK .mbr-link {
  color: #F0F0F5;
}
.cid-u95godGXzK .mbr-phone,
.cid-u95godGXzK .mbr-link {
  text-align: left;
}
.cid-u95godGXzK .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95godGXzK .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95godGXzK .mbr-copy {
  color: #F0F0F5;
}
.cid-u95ovD41oe {
  background-image: url("../../../assets/images/dsc05526.jpg");
}
.cid-u95ovD41oe .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #0ca4b7;
  text-align: center;
}
.cid-u95ovD41oe .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u95ovD41oe .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u95ovD41oe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovD41oe .btn:hover {
  box-shadow: none;
}
.cid-u95ovD41oe .mbr-section-title,
.cid-u95ovD41oe .mbr-section-btn {
  text-align: center;
}
#custom-html-b3 {
  /* Type valid CSS here */
}
#custom-html-b3 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b3 p {
  font-size: 60px;
  color: #777;
}
.cid-u95ovDZ9md {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u95ovDZ9md .content {
  display: flex;
  align-items: center;
}
.cid-u95ovDZ9md .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovDZ9md .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovDZ9md .mbr-text {
  margin-bottom: 38px;
  color: #150c0a;
}
.cid-u95ovDZ9md .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovDZ9md .btn:hover {
  box-shadow: none;
}
.cid-u95ovDZ9md .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovDZ9md .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovDZ9md .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovDZ9md .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovDZ9md .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovDZ9md .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovDZ9md .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovDZ9md .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovEA4st {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u95ovEA4st .content {
  display: flex;
  align-items: center;
}
.cid-u95ovEA4st .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovEA4st .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovEA4st .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u95ovEA4st .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovEA4st .btn:hover {
  box-shadow: none;
}
.cid-u95ovEA4st .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovEA4st .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovEA4st .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovEA4st .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovEA4st .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovEA4st .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4994de;
}
.cid-u95ovEA4st .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovEA4st .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovEA4st .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4994de;
}
.cid-u95ovEA4st .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovEA4st .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovEA4st .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovEA4st .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovF4802 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u95ovF4802 .content {
  display: flex;
  align-items: center;
}
.cid-u95ovF4802 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovF4802 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovF4802 .mbr-text {
  margin-bottom: 38px;
  color: #1f242e;
}
.cid-u95ovF4802 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovF4802 .btn:hover {
  box-shadow: none;
}
.cid-u95ovF4802 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovF4802 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovF4802 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovF4802 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovF4802 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovF4802 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: justify;
  align-items: center;
  background: #405ac5;
}
.cid-u95ovF4802 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovF4802 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovF4802 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #405ac5;
}
.cid-u95ovF4802 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovF4802 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovF4802 .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovF4802 .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovFFTv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u95ovFFTv3 .content {
  display: flex;
  align-items: center;
}
.cid-u95ovFFTv3 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovFFTv3 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovFFTv3 .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u95ovFFTv3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovFFTv3 .btn:hover {
  box-shadow: none;
}
.cid-u95ovFFTv3 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovFFTv3 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovFFTv3 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovFFTv3 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovFFTv3 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4994de;
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4994de;
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovFFTv3 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovFFTv3 .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovFFTv3 .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovGd6RR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u95ovGd6RR .content {
  display: flex;
  align-items: center;
}
.cid-u95ovGd6RR .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovGd6RR .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovGd6RR .mbr-text {
  margin-bottom: 38px;
  color: #000000;
}
.cid-u95ovGd6RR .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovGd6RR .btn:hover {
  box-shadow: none;
}
.cid-u95ovGd6RR .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovGd6RR .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovGd6RR .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovGd6RR .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovGd6RR .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0ca4b7;
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovGd6RR .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovGd6RR .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovGd6RR .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovGS0X3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-u95ovGS0X3 .content {
  display: flex;
  align-items: center;
}
.cid-u95ovGS0X3 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-u95ovGS0X3 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-u95ovGS0X3 .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-u95ovGS0X3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95ovGS0X3 .btn:hover {
  box-shadow: none;
}
.cid-u95ovGS0X3 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u95ovGS0X3 .image-wrapper {
    margin-top: 25px;
  }
}
.cid-u95ovGS0X3 .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-u95ovGS0X3 .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-u95ovGS0X3 .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #a6a6c7;
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #a6a6c7;
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-u95ovGS0X3 .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-u95ovGS0X3 .mbr-iconfont {
  color: #ffffff;
}
.cid-u95ovGS0X3 .mbr-image-text {
  color: #ffffff;
}
.cid-u95ovHxxvA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-u95ovHxxvA .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u95ovHxxvA .row {
    text-align: center!important;
  }
}
.cid-u95ovHxxvA .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u95ovHxxvA .mbr-section-title {
    text-align: center;
  }
}
.cid-u95ovHxxvA .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u95ovHxxvA .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u95ovHxxvA .mbr-section-btn {
  margin-top: 20px;
}
.cid-u95ovHxxvA .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u95ovHxxvA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u95ovHxxvA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u95ovHxxvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95ovHxxvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95ovHxxvA .mbr-section-title,
.cid-u95ovHxxvA .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u95ovIbz5h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u95ovIbz5h .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u95ovIbz5h nav.navbar {
  position: fixed;
}
.cid-u95ovIbz5h .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-u95ovIbz5h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95ovIbz5h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95ovIbz5h .dropdown-item:hover,
.cid-u95ovIbz5h .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u95ovIbz5h .dropdown-item:hover span {
  color: white;
}
.cid-u95ovIbz5h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95ovIbz5h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95ovIbz5h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95ovIbz5h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95ovIbz5h .nav-link {
  position: relative;
}
.cid-u95ovIbz5h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95ovIbz5h .container {
    flex-wrap: nowrap;
  }
}
.cid-u95ovIbz5h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95ovIbz5h .dropdown-menu,
.cid-u95ovIbz5h .navbar.opened {
  background: #ffffff !important;
}
.cid-u95ovIbz5h .nav-item:focus,
.cid-u95ovIbz5h .nav-link:focus {
  outline: none;
}
.cid-u95ovIbz5h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95ovIbz5h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95ovIbz5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95ovIbz5h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95ovIbz5h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95ovIbz5h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95ovIbz5h .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u95ovIbz5h .navbar.opened {
  transition: all 0.3s;
}
.cid-u95ovIbz5h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95ovIbz5h .navbar .navbar-logo img {
  width: auto;
}
.cid-u95ovIbz5h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95ovIbz5h .navbar.collapsed {
  justify-content: center;
}
.cid-u95ovIbz5h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95ovIbz5h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95ovIbz5h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u95ovIbz5h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95ovIbz5h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95ovIbz5h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95ovIbz5h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95ovIbz5h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95ovIbz5h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95ovIbz5h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95ovIbz5h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95ovIbz5h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95ovIbz5h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95ovIbz5h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95ovIbz5h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95ovIbz5h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95ovIbz5h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95ovIbz5h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95ovIbz5h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95ovIbz5h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95ovIbz5h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95ovIbz5h .navbar.navbar-short {
  min-height: 80px;
}
.cid-u95ovIbz5h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95ovIbz5h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95ovIbz5h .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95ovIbz5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95ovIbz5h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95ovIbz5h .dropdown-item.active,
.cid-u95ovIbz5h .dropdown-item:active {
  background-color: transparent;
}
.cid-u95ovIbz5h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95ovIbz5h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95ovIbz5h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95ovIbz5h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u95ovIbz5h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95ovIbz5h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95ovIbz5h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95ovIbz5h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95ovIbz5h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95ovIbz5h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u95ovIbz5h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95ovIbz5h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95ovIbz5h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95ovIbz5h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95ovIbz5h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95ovIbz5h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95ovIbz5h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95ovIbz5h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95ovIbz5h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95ovIbz5h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95ovIbz5h .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-u95ovIbz5h .navbar {
    height: 70px;
  }
  .cid-u95ovIbz5h .navbar.opened {
    height: auto;
  }
  .cid-u95ovIbz5h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95ovJaQim {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u95ovJaQim .container-fluid {
  padding: 0;
}
.cid-u95ovJaQim .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-links {
    width: auto;
  }
}
.cid-u95ovJaQim .social-row {
  justify-content: center;
}
.cid-u95ovJaQim .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-1 {
    margin: 0;
  }
}
.cid-u95ovJaQim .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u95ovJaQim .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u95ovJaQim .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u95ovJaQim .foot-menu li:hover {
  opacity: 1;
}
.cid-u95ovJaQim .foot-menu li:hover::after {
  width: 100%;
}
.cid-u95ovJaQim .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u95ovJaQim .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u95ovJaQim .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 {
    border: none;
  }
}
.cid-u95ovJaQim .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95ovJaQim .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u95ovJaQim .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u95ovJaQim .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u95ovJaQim .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u95ovJaQim .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u95ovJaQim .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95ovJaQim .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u95ovJaQim .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u95ovJaQim .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u95ovJaQim .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u95ovJaQim .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95ovJaQim .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u95ovJaQim .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u95ovJaQim .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u95ovJaQim .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u95ovJaQim .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u95ovJaQim .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .copyright {
    border: none;
  }
}
.cid-u95ovJaQim .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95ovJaQim .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u95ovJaQim .mbr-section-title,
.cid-u95ovJaQim .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u95ovJaQim .mbr-address {
  color: #ffffff;
}
.cid-u95ovJaQim .mbr-phone {
  color: #F0F0F5;
}
.cid-u95ovJaQim .mbr-link {
  color: #F0F0F5;
}
.cid-u95ovJaQim .mbr-phone,
.cid-u95ovJaQim .mbr-link {
  text-align: left;
}
.cid-u95ovJaQim .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95ovJaQim .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95ovJaQim .mbr-copy {
  color: #F0F0F5;
}
.cid-u95qALLwKT {
  background-image: url("../../../assets/images/dsc05526.jpg");
}
.cid-u95qALLwKT .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #0ca4b7;
  text-align: center;
}
.cid-u95qALLwKT .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u95qALLwKT .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u95qALLwKT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95qALLwKT .btn:hover {
  box-shadow: none;
}
.cid-u95qALLwKT .mbr-section-title,
.cid-u95qALLwKT .mbr-section-btn {
  text-align: center;
}
#custom-html-b4 {
  /* Type valid CSS here */
}
#custom-html-b4 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b4 p {
  font-size: 60px;
  color: #777;
}
.cid-u95rhRL7ET {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f0f0f5;
}
.cid-u95rhRL7ET .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u95rhRL7ET H2 {
  color: #232323;
}
.cid-u95rhRL7ET H3 {
  color: #36404c;
}
.cid-u95rhRL7ET .mbr-text,
.cid-u95rhRL7ET .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u95rhRL7ET .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u95rhRL7ET img {
  filter: invert(0.5);
  width: auto;
}
.cid-u95qARneVw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0ca4b7;
}
.cid-u95qARneVw .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u95qARneVw .row {
    text-align: center!important;
  }
}
.cid-u95qARneVw .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u95qARneVw .mbr-section-title {
    text-align: center;
  }
}
.cid-u95qARneVw .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u95qARneVw .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u95qARneVw .mbr-section-btn {
  margin-top: 20px;
}
.cid-u95qARneVw .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u95qARneVw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u95qARneVw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u95qARneVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95qARneVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95qARneVw .mbr-section-title,
.cid-u95qARneVw .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u95qAS4Odh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u95qAS4Odh .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u95qAS4Odh nav.navbar {
  position: fixed;
}
.cid-u95qAS4Odh .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-u95qAS4Odh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95qAS4Odh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95qAS4Odh .dropdown-item:hover,
.cid-u95qAS4Odh .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u95qAS4Odh .dropdown-item:hover span {
  color: white;
}
.cid-u95qAS4Odh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95qAS4Odh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95qAS4Odh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95qAS4Odh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95qAS4Odh .nav-link {
  position: relative;
}
.cid-u95qAS4Odh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95qAS4Odh .container {
    flex-wrap: nowrap;
  }
}
.cid-u95qAS4Odh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95qAS4Odh .dropdown-menu,
.cid-u95qAS4Odh .navbar.opened {
  background: #ffffff !important;
}
.cid-u95qAS4Odh .nav-item:focus,
.cid-u95qAS4Odh .nav-link:focus {
  outline: none;
}
.cid-u95qAS4Odh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95qAS4Odh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95qAS4Odh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95qAS4Odh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95qAS4Odh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95qAS4Odh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95qAS4Odh .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u95qAS4Odh .navbar.opened {
  transition: all 0.3s;
}
.cid-u95qAS4Odh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95qAS4Odh .navbar .navbar-logo img {
  width: auto;
}
.cid-u95qAS4Odh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95qAS4Odh .navbar.collapsed {
  justify-content: center;
}
.cid-u95qAS4Odh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95qAS4Odh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95qAS4Odh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u95qAS4Odh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95qAS4Odh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95qAS4Odh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95qAS4Odh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95qAS4Odh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95qAS4Odh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95qAS4Odh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95qAS4Odh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95qAS4Odh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95qAS4Odh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95qAS4Odh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95qAS4Odh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95qAS4Odh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95qAS4Odh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95qAS4Odh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95qAS4Odh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95qAS4Odh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95qAS4Odh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95qAS4Odh .navbar.navbar-short {
  min-height: 80px;
}
.cid-u95qAS4Odh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95qAS4Odh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95qAS4Odh .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95qAS4Odh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95qAS4Odh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95qAS4Odh .dropdown-item.active,
.cid-u95qAS4Odh .dropdown-item:active {
  background-color: transparent;
}
.cid-u95qAS4Odh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95qAS4Odh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95qAS4Odh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95qAS4Odh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u95qAS4Odh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95qAS4Odh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95qAS4Odh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95qAS4Odh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95qAS4Odh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95qAS4Odh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u95qAS4Odh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95qAS4Odh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95qAS4Odh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95qAS4Odh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95qAS4Odh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95qAS4Odh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95qAS4Odh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95qAS4Odh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95qAS4Odh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95qAS4Odh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95qAS4Odh .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-u95qAS4Odh .navbar {
    height: 70px;
  }
  .cid-u95qAS4Odh .navbar.opened {
    height: auto;
  }
  .cid-u95qAS4Odh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95qATaR1K {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u95qATaR1K .container-fluid {
  padding: 0;
}
.cid-u95qATaR1K .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-links {
    width: auto;
  }
}
.cid-u95qATaR1K .social-row {
  justify-content: center;
}
.cid-u95qATaR1K .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-1 {
    margin: 0;
  }
}
.cid-u95qATaR1K .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u95qATaR1K .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u95qATaR1K .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u95qATaR1K .foot-menu li:hover {
  opacity: 1;
}
.cid-u95qATaR1K .foot-menu li:hover::after {
  width: 100%;
}
.cid-u95qATaR1K .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u95qATaR1K .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u95qATaR1K .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 {
    border: none;
  }
}
.cid-u95qATaR1K .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95qATaR1K .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u95qATaR1K .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u95qATaR1K .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u95qATaR1K .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u95qATaR1K .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u95qATaR1K .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95qATaR1K .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u95qATaR1K .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u95qATaR1K .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u95qATaR1K .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u95qATaR1K .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95qATaR1K .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u95qATaR1K .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u95qATaR1K .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u95qATaR1K .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u95qATaR1K .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u95qATaR1K .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .copyright {
    border: none;
  }
}
.cid-u95qATaR1K .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95qATaR1K .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u95qATaR1K .mbr-section-title,
.cid-u95qATaR1K .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u95qATaR1K .mbr-address {
  color: #ffffff;
}
.cid-u95qATaR1K .mbr-phone {
  color: #F0F0F5;
}
.cid-u95qATaR1K .mbr-link {
  color: #F0F0F5;
}
.cid-u95qATaR1K .mbr-phone,
.cid-u95qATaR1K .mbr-link {
  text-align: left;
}
.cid-u95qATaR1K .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95qATaR1K .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95qATaR1K .mbr-copy {
  color: #F0F0F5;
}
.cid-u95huSZBFf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/palazzo-falconi2e.jpg");
}
.cid-u95huSZBFf .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #f49318;
  text-align: center;
}
.cid-u95huSZBFf .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-u95huSZBFf .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-u95huSZBFf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u95huSZBFf .btn:hover {
  box-shadow: none;
}
.cid-u95huSZBFf .mbr-section-title,
.cid-u95huSZBFf .mbr-section-btn {
  text-align: center;
}
#custom-html-b7 {
  /* Type valid CSS here */
}
#custom-html-b7 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-b7 p {
  font-size: 60px;
  color: #777;
}
.cid-u95hCGUoGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-u95hCGUoGL .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u95hCGUoGL .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-u95hCGUoGL .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-u95hCGUoGL .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-u95hCGUoGL .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-u95hCGUoGL .google-map {
  height: 30rem;
  position: relative;
}
.cid-u95hCGUoGL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u95hCGUoGL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u95hCGUoGL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u95hCGUoGL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u95hCGUoGL .mbr-section-subtitle {
  color: #0ca4b7;
  text-align: center;
}
.cid-u95hCGUoGL .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-u95kw4IQVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-u95kw4IQVy .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-u95kw4IQVy .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-u95kw4IQVy .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-u95kw4IQVy .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u95kw4IQVy .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #150c0a;
}
@media (max-width: 768px) {
  .cid-u95kw4IQVy .mbr-text {
    padding: 0;
  }
}
.cid-u95l54uOq8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u95l54uOq8 .mbr-section-subtitle {
  margin-bottom: 23px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u95l54uOq8 .mbr-section-title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .mbr-section-title {
    margin-bottom: 17px;
  }
}
.cid-u95l54uOq8 .mbr-text {
  margin-bottom: 0;
  color: #adaeb1;
}
.cid-u95l54uOq8 .cards {
  margin: 112px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .cards {
    margin: 70px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.cid-u95l54uOq8 .cards .image-card {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .cards .image-card {
    margin: 0 0 30px 0;
  }
}
.cid-u95l54uOq8 .cards .image-card img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.cid-u95l54uOq8 .cards .image-card .image-card-text {
  width: 58%;
}
.cid-u95l54uOq8 .cards .image-card .image-card-text .mbr-image-text {
  margin: 46px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .cards .image-card .image-card-text .mbr-image-text {
    margin: 23px 0 0 0;
  }
}
.cid-u95l54uOq8 .cards .image-card:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-u95l54uOq8 .cards .image-card:not(:first-child) {
    margin-left: 0;
  }
}
.cid-u95l54uOq8 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-u95huUfgyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95huUfgyO .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u95huUfgyO .row {
    padding: 0 12px;
  }
}
.cid-u95huUfgyO .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u95huUfgyO .card {
    height: 280px;
  }
}
.cid-u95huUfgyO .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u95huUfgyO .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u95huUfgyO .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95huUfgyO .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u95huUfgyO .card-wrapper {
  padding: 44px 34px;
}
.cid-u95huUfgyO .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u95huUfgyO .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u95huUfgyO .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95huUfgyO .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u95huUW4Tp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0ca4b7;
}
.cid-u95huUW4Tp .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u95huUW4Tp .row {
    text-align: center!important;
  }
}
.cid-u95huUW4Tp .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u95huUW4Tp .mbr-section-title {
    text-align: center;
  }
}
.cid-u95huUW4Tp .mbr-text {
  color: #999999;
  margin-top: 20px;
}
.cid-u95huUW4Tp .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u95huUW4Tp .mbr-section-btn {
  margin-top: 20px;
}
.cid-u95huUW4Tp .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u95huUW4Tp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u95huUW4Tp .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u95huUW4Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u95huUW4Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u95huUW4Tp .mbr-section-title,
.cid-u95huUW4Tp .mbr-section-btn {
  color: #0ab5ff;
}
.cid-u95huVsIUi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u95huVsIUi .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u95huVsIUi nav.navbar {
  position: fixed;
}
.cid-u95huVsIUi .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-u95huVsIUi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u95huVsIUi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u95huVsIUi .dropdown-item:hover,
.cid-u95huVsIUi .dropdown-item:focus {
  background: #0ca4b7 !important;
  color: white !important;
}
.cid-u95huVsIUi .dropdown-item:hover span {
  color: white;
}
.cid-u95huVsIUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u95huVsIUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u95huVsIUi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u95huVsIUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u95huVsIUi .nav-link {
  position: relative;
}
.cid-u95huVsIUi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u95huVsIUi .container {
    flex-wrap: nowrap;
  }
}
.cid-u95huVsIUi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u95huVsIUi .dropdown-menu,
.cid-u95huVsIUi .navbar.opened {
  background: #ffffff !important;
}
.cid-u95huVsIUi .nav-item:focus,
.cid-u95huVsIUi .nav-link:focus {
  outline: none;
}
.cid-u95huVsIUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u95huVsIUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u95huVsIUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u95huVsIUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u95huVsIUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u95huVsIUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u95huVsIUi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u95huVsIUi .navbar.opened {
  transition: all 0.3s;
}
.cid-u95huVsIUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u95huVsIUi .navbar .navbar-logo img {
  width: auto;
}
.cid-u95huVsIUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u95huVsIUi .navbar.collapsed {
  justify-content: center;
}
.cid-u95huVsIUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u95huVsIUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u95huVsIUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-u95huVsIUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u95huVsIUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u95huVsIUi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u95huVsIUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u95huVsIUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u95huVsIUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u95huVsIUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u95huVsIUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u95huVsIUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u95huVsIUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u95huVsIUi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u95huVsIUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u95huVsIUi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u95huVsIUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u95huVsIUi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u95huVsIUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u95huVsIUi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u95huVsIUi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u95huVsIUi .navbar.navbar-short {
  min-height: 80px;
}
.cid-u95huVsIUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u95huVsIUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u95huVsIUi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u95huVsIUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u95huVsIUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u95huVsIUi .dropdown-item.active,
.cid-u95huVsIUi .dropdown-item:active {
  background-color: transparent;
}
.cid-u95huVsIUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u95huVsIUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u95huVsIUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u95huVsIUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u95huVsIUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u95huVsIUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u95huVsIUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u95huVsIUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u95huVsIUi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u95huVsIUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u95huVsIUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u95huVsIUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95huVsIUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u95huVsIUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u95huVsIUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95huVsIUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u95huVsIUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u95huVsIUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u95huVsIUi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u95huVsIUi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95huVsIUi .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-u95huVsIUi .navbar {
    height: 70px;
  }
  .cid-u95huVsIUi .navbar.opened {
    height: auto;
  }
  .cid-u95huVsIUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u95huWi2gf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u95huWi2gf .container-fluid {
  padding: 0;
}
.cid-u95huWi2gf .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-links {
    width: auto;
  }
}
.cid-u95huWi2gf .social-row {
  justify-content: center;
}
.cid-u95huWi2gf .row-1 {
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #000000;
  margin: 0 0 30px 0;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-1 {
    margin: 0;
  }
}
.cid-u95huWi2gf .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-u95huWi2gf .foot-menu li {
  padding: 7px 17px 0;
  opacity: .7;
  transition: all .3s ease;
}
.cid-u95huWi2gf .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-u95huWi2gf .foot-menu li:hover {
  opacity: 1;
}
.cid-u95huWi2gf .foot-menu li:hover::after {
  width: 100%;
}
.cid-u95huWi2gf .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-u95huWi2gf .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #65676c;
}
.cid-u95huWi2gf .row-2 {
  margin: 70px 0 45px 0;
  padding: 8.5px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 {
    border: none;
  }
}
.cid-u95huWi2gf .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95huWi2gf .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-u95huWi2gf .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-u95huWi2gf .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-u95huWi2gf .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .7;
  transition: all .3s linear;
}
.cid-u95huWi2gf .row-2 .mbr-link .mbr-mail:hover {
  opacity: 1;
}
.cid-u95huWi2gf .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-u95huWi2gf .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-u95huWi2gf .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-u95huWi2gf .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u95huWi2gf .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-u95huWi2gf .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u95huWi2gf .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-u95huWi2gf .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-u95huWi2gf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u95huWi2gf .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-u95huWi2gf .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-u95huWi2gf .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #65676c;
  border-bottom: 1px solid #65676c;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .copyright {
    border: none;
  }
}
.cid-u95huWi2gf .copyright .mbr-copy {
  opacity: .7;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u95huWi2gf .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-u95huWi2gf .mbr-section-title,
.cid-u95huWi2gf .mbr-iconfont {
  color: #FFFFFF;
}
.cid-u95huWi2gf .mbr-address {
  color: #ffffff;
}
.cid-u95huWi2gf .mbr-phone {
  color: #F0F0F5;
}
.cid-u95huWi2gf .mbr-link {
  color: #F0F0F5;
}
.cid-u95huWi2gf .mbr-phone,
.cid-u95huWi2gf .mbr-link {
  text-align: left;
}
.cid-u95huWi2gf .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95huWi2gf .mbr-section-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-u95huWi2gf .mbr-copy {
  color: #F0F0F5;
}
