.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c74bb !important;
}
.bg-success {
  background-color: #f3f3f3 !important;
}
.bg-info {
  background-color: #414141 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1b1b1b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c74bb !important;
  border-color: #1c74bb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2b8fdf !important;
  border-color: #2b8fdf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b8fdf !important;
  border-color: #2b8fdf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #27aae0 !important;
  border-color: #27aae0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #54bce6 !important;
  border-color: #54bce6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #54bce6 !important;
  border-color: #54bce6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1c74bb;
  color: #1c74bb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #114570 !important;
  background-color: transparent !important;
  border-color: #114570 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c74bb !important;
  border-color: #1c74bb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #27aae0;
  color: #27aae0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #16749a !important;
  background-color: transparent !important;
  border-color: #16749a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #27aae0 !important;
  border-color: #27aae0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #414141;
  color: #414141;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #161616 !important;
  background-color: transparent !important;
  border-color: #161616 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #414141 !important;
  border-color: #414141 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1b1b1b;
  color: #1b1b1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c74bb !important;
}
.text-secondary {
  color: #27aae0 !important;
}
.text-success {
  color: #f3f3f3 !important;
}
.text-info {
  color: #414141 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1b1b1b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f3d62 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #146a8d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c0c0c0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e0e0e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1c74bb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #414141;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1b1b1b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c74bb;
  border-color: #1c74bb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c74bb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6db2e9;
}
.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: #b4b4b4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cdcdcd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #1c74bb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #1c74bb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c74bb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c74bb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c74bb;
  border-bottom-color: #1c74bb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1c74bb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #27aae0 !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='%231c74bb' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vd19qeUMop {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vd19qeUMop nav.navbar {
  position: fixed;
}
.cid-vd19qeUMop .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-vd19qeUMop .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vd19qeUMop .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vd19qeUMop .dropdown-item:hover,
.cid-vd19qeUMop .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vd19qeUMop .dropdown-item:hover span {
  color: white;
}
.cid-vd19qeUMop .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vd19qeUMop .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vd19qeUMop .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vd19qeUMop .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vd19qeUMop .nav-link {
  position: relative;
}
.cid-vd19qeUMop .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vd19qeUMop .container {
    flex-wrap: nowrap;
  }
}
.cid-vd19qeUMop .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vd19qeUMop .dropdown-menu,
.cid-vd19qeUMop .navbar.opened {
  background: #ffffff !important;
}
.cid-vd19qeUMop .nav-item:focus,
.cid-vd19qeUMop .nav-link:focus {
  outline: none;
}
.cid-vd19qeUMop .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd19qeUMop .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd19qeUMop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd19qeUMop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd19qeUMop .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd19qeUMop .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd19qeUMop .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vd19qeUMop .navbar.opened {
  transition: all 0.3s;
}
.cid-vd19qeUMop .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vd19qeUMop .navbar .navbar-logo img {
  width: auto;
}
.cid-vd19qeUMop .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd19qeUMop .navbar.collapsed {
  justify-content: center;
}
.cid-vd19qeUMop .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd19qeUMop .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vd19qeUMop .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vd19qeUMop .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd19qeUMop .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd19qeUMop .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-vd19qeUMop .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd19qeUMop .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vd19qeUMop .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vd19qeUMop .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd19qeUMop .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd19qeUMop .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd19qeUMop .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd19qeUMop .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-vd19qeUMop .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd19qeUMop .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vd19qeUMop .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vd19qeUMop .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vd19qeUMop .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd19qeUMop .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vd19qeUMop .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vd19qeUMop .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd19qeUMop .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd19qeUMop .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd19qeUMop .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd19qeUMop .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd19qeUMop .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd19qeUMop .dropdown-item.active,
.cid-vd19qeUMop .dropdown-item:active {
  background-color: transparent;
}
.cid-vd19qeUMop .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd19qeUMop .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd19qeUMop .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd19qeUMop .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vd19qeUMop .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd19qeUMop .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd19qeUMop ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vd19qeUMop .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd19qeUMop button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vd19qeUMop button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vd19qeUMop button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd19qeUMop button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd19qeUMop button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd19qeUMop button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd19qeUMop nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd19qeUMop nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd19qeUMop nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd19qeUMop nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd19qeUMop .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vd19qeUMop a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vd19qeUMop .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-vd19qeUMop .navbar {
    height: 70px;
  }
  .cid-vd19qeUMop .navbar.opened {
    height: auto;
  }
  .cid-vd19qeUMop .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd1uw5e2q4 {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vd1uw5e2q4 .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vd1uw5e2q4 {
    align-items: center;
  }
  .cid-vd1uw5e2q4 .row {
    justify-content: flex-start;
  }
  .cid-vd1uw5e2q4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd1uw5e2q4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vd1uw5e2q4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vd1uw5e2q4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vd1uw5e2q4 .content-wrap {
    width: 100%;
  }
}
.cid-vd1uw5e2q4 .mbr-section-title,
.cid-vd1uw5e2q4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vd1uw5e2q4 .mbr-text,
.cid-vd1uw5e2q4 .mbr-section-btn {
  text-align: left;
}
.cid-vd1uw5e2q4 .mbr-section-title {
  text-align: left;
}
.cid-vd1uw5e2q4 h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdAaOum7RW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdAaOum7RW .justify-content-center {
  align-items: center;
}
.cid-vdAaOum7RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAaOum7RW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAaOum7RW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdAaOum7RW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdAaOum7RW .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdAaOum7RW .content-head {
  max-width: 800px;
}
.cid-vdAaOum7RW .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdAdDBPgem {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdAdDBPgem .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdAdDBPgem .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdAdDBPgem .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdAdDBPgem h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vd1Cmn0JzQ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vd1Cmn0JzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1Cmn0JzQ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vd1Cmn0JzQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd1Cmn0JzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1Cmn0JzQ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vd1Cmn0JzQ .card-title,
.cid-vd1Cmn0JzQ .iconfont-wrapper,
.cid-vd1Cmn0JzQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vd1Cmn0JzQ .content-head {
  max-width: 960px;
}
.cid-vd1Cmn0JzQ .mbr-section-title {
  color: #1c74bb;
  text-align: center;
}
.cid-vd1Cmn0JzQ .mbr-section-btn {
  text-align: center;
}
.cid-vd1Cmn0JzQ .mbr-section-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #545454;
}
.cid-vd1Cmn0JzQ .card-title,
.cid-vd1Cmn0JzQ .iconfont-wrapper {
  color: #1c74bb;
}
.cid-vd1Cmn0JzQ .card-text,
.cid-vd1Cmn0JzQ .mbr-section-btn {
  color: #545454;
}
.cid-vd1Cmn0JzQ h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdAsVphgRo {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdAsVphgRo .mbr-text {
  color: #000000;
}
.cid-vdAsVphgRo .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdAsVphgRo .mbr-section-title {
  color: #808080;
}
.cid-vdAsVphgRo h2 {
  letter-spacing: -0.5px;
}
.cid-vd2be57Qi0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vd2be57Qi0 img,
.cid-vd2be57Qi0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vd2be57Qi0 .item:focus,
.cid-vd2be57Qi0 span:focus {
  outline: none;
}
.cid-vd2be57Qi0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd2be57Qi0 .item {
    margin-bottom: 1rem;
  }
}
.cid-vd2be57Qi0 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd2be57Qi0 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vd2be57Qi0 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vd2be57Qi0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd2be57Qi0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vd2be57Qi0 .mbr-section-title {
  color: #1b1b1b;
}
.cid-vd2be57Qi0 .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vd2be57Qi0 .item-subtitle {
  text-align: left;
}
.cid-vd2be57Qi0 .mbr-text,
.cid-vd2be57Qi0 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vd2be57Qi0 .content-head {
  max-width: 800px;
}
.cid-vdAjMP5Pc1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdAjMP5Pc1 .mbr-text {
  color: #000000;
}
.cid-vdAjMP5Pc1 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdAjMP5Pc1 .mbr-section-title {
  color: #808080;
}
.cid-vdAjMP5Pc1 h2 {
  letter-spacing: -0.5px;
}
.cid-vdAgY2tNZs {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vdAgY2tNZs img,
.cid-vdAgY2tNZs .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdAgY2tNZs .item:focus,
.cid-vdAgY2tNZs span:focus {
  outline: none;
}
.cid-vdAgY2tNZs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdAgY2tNZs .item {
    margin-bottom: 1rem;
  }
}
.cid-vdAgY2tNZs .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdAgY2tNZs .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdAgY2tNZs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdAgY2tNZs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdAgY2tNZs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdAgY2tNZs .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdAgY2tNZs .item-title {
  text-align: left;
  color: #303030;
}
.cid-vdAgY2tNZs .item-subtitle {
  text-align: left;
}
.cid-vdAgY2tNZs .mbr-text,
.cid-vdAgY2tNZs .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.5;
}
.cid-vdAgY2tNZs .content-head {
  max-width: 800px;
}
.cid-vdAmuLpOxC {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdAmuLpOxC .mbr-text {
  color: #000000;
}
.cid-vdAmuLpOxC .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdAmuLpOxC .mbr-section-title {
  color: #808080;
  text-align: left;
}
.cid-vdAmuLpOxC h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN0KFPPRe {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN0KFPPRe h6 {
  line-height: 1.2;
}
.cid-vdN0KFPPRe img,
.cid-vdN0KFPPRe .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN0KFPPRe .item:focus,
.cid-vdN0KFPPRe span:focus {
  outline: none;
}
.cid-vdN0KFPPRe .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN0KFPPRe .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN0KFPPRe .mbr-section-title {
  color: #000000;
}
.cid-vdN0KFPPRe .mbr-text,
.cid-vdN0KFPPRe .mbr-section-btn {
  color: #000000;
}
.cid-vdN0KFPPRe .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN0KFPPRe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN0KFPPRe .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN0KFPPRe .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN0KFPPRe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdAoELnKYe {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdAoELnKYe .mbr-text {
  color: #000000;
}
.cid-vdAoELnKYe .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdAoELnKYe .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdAoELnKYe h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdpjDotLdr {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vdpjDotLdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdpjDotLdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdpjDotLdr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vdpjDotLdr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdpjDotLdr .embla__button--next,
.cid-vdpjDotLdr .embla__button--prev {
  display: flex;
}
.cid-vdpjDotLdr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vdpjDotLdr .embla__button {
    display: none;
  }
}
.cid-vdpjDotLdr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdpjDotLdr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdpjDotLdr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdpjDotLdr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vdpjDotLdr .embla__button {
    top: auto;
  }
}
.cid-vdpjDotLdr .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vdpjDotLdr .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vdpjDotLdr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vdpjDotLdr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vdpjDotLdr .embla {
  position: relative;
  width: 100%;
}
.cid-vdpjDotLdr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdpjDotLdr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdpjDotLdr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdpjDotLdr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdpjDotLdr .user_text {
  color: #545454;
}
.cid-vdpjDotLdr p {
  line-height: 1.5;
}
.cid-vdAsyJalHr {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdAsyJalHr .mbr-text {
  color: #000000;
}
.cid-vdAsyJalHr .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdAsyJalHr .mbr-section-title {
  color: #808080;
}
.cid-vdAsyJalHr h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vd1CYNAJ3Y {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vd1CYNAJ3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1CYNAJ3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1CYNAJ3Y .mbr-text {
  color: #000000;
}
.cid-vd1CYNAJ3Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
}
.cid-vd1CYNAJ3Y .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd1CYNAJ3Y .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vd1CYNAJ3Y .mbr-section-subtitle,
.cid-vd1CYNAJ3Y .main-button {
  color: #545454;
}
.cid-vd1CYNAJ3Y .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vd1CYNAJ3Y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vd1CYNAJ3Y .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-vd1CYNAJ3Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vd1CYNAJ3Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vd1CYNAJ3Y .mbr-section-title {
  color: #303030;
}
.cid-vd1CYNAJ3Y h2 {
  line-height: 1.25;
  letter-spacing: -0.25px;
}
.cid-vdAqCYbrd2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/shutterstock-2536797129.webp");
}
.cid-vdAqCYbrd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAqCYbrd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdAqCYbrd2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdAqCYbrd2 .container {
    padding: 0 12px;
  }
}
.cid-vdAqCYbrd2 .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdAqCYbrd2 .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdAqCYbrd2 .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdAqCYbrd2 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdAqCYbrd2 .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdAqCYbrd2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdAqCYbrd2 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdAqCYbrd2 .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdAqCYbrd2 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdAqCYbrd2 .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdAqCYbrd2 .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdAqCYbrd2 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdAqCYbrd2 .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdAqCYbrd2 .mbr-section-title {
  color: #ffffff;
}
.cid-vdAqCYbrd2 .mbr-text {
  color: #f7f7f7;
}
.cid-vdAqCYbrd2 label {
  color: #ffffff;
}
.cid-vdAqCYbrd2 .mbr-section-title,
.cid-vdAqCYbrd2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdAqCYbrd2 .card-contacts {
  color: #ffffff;
}
.cid-vdAqCYbrd2 H3 {
  text-align: center;
}
.cid-vdAqCYbrd2 h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vd2pcaShpk {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vd2pcaShpk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vd2pcaShpk .panel-group {
  border: none;
}
.cid-vd2pcaShpk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vd2pcaShpk .card-header {
    padding: 0rem;
  }
}
.cid-vd2pcaShpk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vd2pcaShpk .img-col {
  padding: 0;
}
.cid-vd2pcaShpk .img-item {
  height: 100%;
}
.cid-vd2pcaShpk img {
  height: 100%;
  object-fit: cover;
}
.cid-vd2pcaShpk .collapsed span {
  transform: rotate(0deg);
}
.cid-vd2pcaShpk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vd2pcaShpk p {
  margin-bottom: 0.3rem;
}
.cid-vd2pcaShpk .panel-title-edit {
  color: #000000;
}
.cid-vd2pcaShpk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vd2pcaShpk .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vd2pcaShpk .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vd2pcaShpk .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vd2pcaShpk .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vd2pcaShpk .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vd2pcaShpk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd2pcaShpk .panel-title-edit,
.cid-vd2pcaShpk .mbr-iconfont {
  color: #000000;
}
.cid-vd1dhLUKvD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vd1dhLUKvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1dhLUKvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1dhLUKvD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd1dhLUKvD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1dhLUKvD .row {
    text-align: center;
  }
  .cid-vd1dhLUKvD .row > div {
    margin: auto;
  }
  .cid-vd1dhLUKvD .social-row {
    justify-content: center;
  }
}
.cid-vd1dhLUKvD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vd1dhLUKvD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vd1dhLUKvD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vd1dhLUKvD .list {
    margin-bottom: 0rem;
  }
}
.cid-vd1dhLUKvD .mbr-text {
  color: #ffffff;
}
.cid-vd1dhLUKvD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vd1dhLUKvD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vd1dhLUKvD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vd1dhLUKvD .copyright {
  color: #ffffff;
}
.cid-vdB9GhbWG0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdB9GhbWG0 nav.navbar {
  position: fixed;
}
.cid-vdB9GhbWG0 .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-vdB9GhbWG0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdB9GhbWG0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdB9GhbWG0 .dropdown-item:hover,
.cid-vdB9GhbWG0 .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdB9GhbWG0 .dropdown-item:hover span {
  color: white;
}
.cid-vdB9GhbWG0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdB9GhbWG0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdB9GhbWG0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdB9GhbWG0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdB9GhbWG0 .nav-link {
  position: relative;
}
.cid-vdB9GhbWG0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdB9GhbWG0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vdB9GhbWG0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdB9GhbWG0 .dropdown-menu,
.cid-vdB9GhbWG0 .navbar.opened {
  background: #ffffff !important;
}
.cid-vdB9GhbWG0 .nav-item:focus,
.cid-vdB9GhbWG0 .nav-link:focus {
  outline: none;
}
.cid-vdB9GhbWG0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdB9GhbWG0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdB9GhbWG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdB9GhbWG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdB9GhbWG0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdB9GhbWG0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdB9GhbWG0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdB9GhbWG0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdB9GhbWG0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdB9GhbWG0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdB9GhbWG0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdB9GhbWG0 .navbar.collapsed {
  justify-content: center;
}
.cid-vdB9GhbWG0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdB9GhbWG0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdB9GhbWG0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdB9GhbWG0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdB9GhbWG0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdB9GhbWG0 .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-vdB9GhbWG0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdB9GhbWG0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdB9GhbWG0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdB9GhbWG0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdB9GhbWG0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdB9GhbWG0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdB9GhbWG0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdB9GhbWG0 .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-vdB9GhbWG0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdB9GhbWG0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdB9GhbWG0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdB9GhbWG0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdB9GhbWG0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdB9GhbWG0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdB9GhbWG0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdB9GhbWG0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdB9GhbWG0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdB9GhbWG0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdB9GhbWG0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdB9GhbWG0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdB9GhbWG0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdB9GhbWG0 .dropdown-item.active,
.cid-vdB9GhbWG0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdB9GhbWG0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdB9GhbWG0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdB9GhbWG0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdB9GhbWG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdB9GhbWG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdB9GhbWG0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdB9GhbWG0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdB9GhbWG0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdB9GhbWG0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdB9GhbWG0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdB9GhbWG0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdB9GhbWG0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdB9GhbWG0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdB9GhbWG0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdB9GhbWG0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdB9GhbWG0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdB9GhbWG0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdB9GhbWG0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdB9GhbWG0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdB9GhbWG0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdB9GhbWG0 .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-vdB9GhbWG0 .navbar {
    height: 70px;
  }
  .cid-vdB9GhbWG0 .navbar.opened {
    height: auto;
  }
  .cid-vdB9GhbWG0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdB9Gi597B {
  display: flex;
  background-image: url("../../../assets/images/bathwall.webp");
}
.cid-vdB9Gi597B .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-vdB9Gi597B {
    align-items: center;
  }
  .cid-vdB9Gi597B .row {
    justify-content: flex-start;
  }
  .cid-vdB9Gi597B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdB9Gi597B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdB9Gi597B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdB9Gi597B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdB9Gi597B .content-wrap {
    width: 100%;
  }
}
.cid-vdB9Gi597B .mbr-section-title,
.cid-vdB9Gi597B .mbr-section-subtitle {
  text-align: center;
}
.cid-vdB9Gi597B .mbr-text,
.cid-vdB9Gi597B .mbr-section-btn {
  text-align: left;
}
.cid-vdB9Gi597B .mbr-section-title {
  text-align: left;
}
.cid-vdB9Gi597B h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdB9Gitfhw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdB9Gitfhw .justify-content-center {
  align-items: center;
}
.cid-vdB9Gitfhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdB9Gitfhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdB9Gitfhw .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdB9Gitfhw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdB9Gitfhw .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdB9Gitfhw .content-head {
  max-width: 800px;
}
.cid-vdB9Gitfhw .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdB9GiOKjm {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdB9GiOKjm .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdB9GiOKjm .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdB9GiOKjm .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdB9GiOKjm h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdB9GiOKjm .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdBbLP7kEY {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdBbLP7kEY .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdBbLP7kEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdBbLP7kEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdBbLP7kEY .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdBbLP7kEY .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdBbLP7kEY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdBbLP7kEY .card-title,
.cid-vdBbLP7kEY .iconfont-wrapper {
  color: #303030;
}
.cid-vdBbLP7kEY .content-head {
  max-width: 800px;
}
.cid-vdBbLP7kEY .mbr-section-title {
  color: #000000;
}
.cid-vdBbLP7kEY .mbr-section-subtitle {
  color: #000000;
}
.cid-vdBbLP7kEY .card-text {
  color: #808080;
}
.cid-vdBbLP7kEY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdBbLP7kEY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdB9Gjsfj4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdB9Gjsfj4 .mbr-text {
  color: #545454;
}
.cid-vdB9Gjsfj4 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdB9Gjsfj4 .mbr-section-title {
  color: #808080;
}
.cid-vdB9Gjsfj4 h2 {
  letter-spacing: -0.5px;
}
.cid-vdB9GjJ2K5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdB9GjJ2K5 img,
.cid-vdB9GjJ2K5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdB9GjJ2K5 .item:focus,
.cid-vdB9GjJ2K5 span:focus {
  outline: none;
}
.cid-vdB9GjJ2K5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdB9GjJ2K5 .item {
    margin-bottom: 1rem;
  }
}
.cid-vdB9GjJ2K5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdB9GjJ2K5 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdB9GjJ2K5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdB9GjJ2K5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdB9GjJ2K5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdB9GjJ2K5 .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdB9GjJ2K5 .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdB9GjJ2K5 .item-subtitle {
  text-align: left;
}
.cid-vdB9GjJ2K5 .mbr-text,
.cid-vdB9GjJ2K5 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdB9GjJ2K5 .content-head {
  max-width: 800px;
}
.cid-vdBfnO2iIe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdBfnO2iIe .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vdBfnO2iIe .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdBfnO2iIe .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vdBfnO2iIe h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdBfnO2iIe .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdBeDqBX0v {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdBeDqBX0v h6 {
  line-height: 1.2;
}
.cid-vdBeDqBX0v img,
.cid-vdBeDqBX0v .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdBeDqBX0v .item:focus,
.cid-vdBeDqBX0v span:focus {
  outline: none;
}
.cid-vdBeDqBX0v .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdBeDqBX0v .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdBeDqBX0v .mbr-section-title {
  color: #1c74bb;
}
.cid-vdBeDqBX0v .mbr-text,
.cid-vdBeDqBX0v .mbr-section-btn {
  color: #000000;
}
.cid-vdBeDqBX0v .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdBeDqBX0v .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdBeDqBX0v .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdBeDqBX0v .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdBeDqBX0v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdB9GkR5U2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdB9GkR5U2 .mbr-text {
  color: #000000;
}
.cid-vdB9GkR5U2 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdB9GkR5U2 .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdB9GkR5U2 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN5HKuMYx {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN5HKuMYx h6 {
  line-height: 1.2;
}
.cid-vdN5HKuMYx img,
.cid-vdN5HKuMYx .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN5HKuMYx .item:focus,
.cid-vdN5HKuMYx span:focus {
  outline: none;
}
.cid-vdN5HKuMYx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN5HKuMYx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN5HKuMYx .mbr-section-title {
  color: #000000;
}
.cid-vdN5HKuMYx .mbr-text,
.cid-vdN5HKuMYx .mbr-section-btn {
  color: #000000;
}
.cid-vdN5HKuMYx .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN5HKuMYx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN5HKuMYx .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN5HKuMYx .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN5HKuMYx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdB9GlIw5y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdB9GlIw5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdB9GlIw5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdB9GlIw5y .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdB9GlIw5y .container {
    padding: 0 12px;
  }
}
.cid-vdB9GlIw5y .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdB9GlIw5y .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdB9GlIw5y .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdB9GlIw5y .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdB9GlIw5y .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdB9GlIw5y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdB9GlIw5y .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdB9GlIw5y .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdB9GlIw5y .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdB9GlIw5y .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdB9GlIw5y .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdB9GlIw5y .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdB9GlIw5y .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdB9GlIw5y .mbr-section-title {
  color: #ffffff;
}
.cid-vdB9GlIw5y .mbr-text {
  color: #f7f7f7;
}
.cid-vdB9GlIw5y label {
  color: #ffffff;
}
.cid-vdB9GlIw5y .mbr-section-title,
.cid-vdB9GlIw5y .mbr-section-btn {
  color: #ffffff;
}
.cid-vdB9GlIw5y .card-contacts {
  color: #ffffff;
}
.cid-vdB9GlIw5y H3 {
  text-align: center;
}
.cid-vdB9GlIw5y h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdB9GmaL3Y {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdB9GmaL3Y .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdB9GmaL3Y .panel-group {
  border: none;
}
.cid-vdB9GmaL3Y .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdB9GmaL3Y .card-header {
    padding: 0rem;
  }
}
.cid-vdB9GmaL3Y .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdB9GmaL3Y .img-col {
  padding: 0;
}
.cid-vdB9GmaL3Y .img-item {
  height: 100%;
}
.cid-vdB9GmaL3Y img {
  height: 100%;
  object-fit: cover;
}
.cid-vdB9GmaL3Y .collapsed span {
  transform: rotate(0deg);
}
.cid-vdB9GmaL3Y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdB9GmaL3Y p {
  margin-bottom: 0.3rem;
}
.cid-vdB9GmaL3Y .panel-title-edit {
  color: #000000;
}
.cid-vdB9GmaL3Y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdB9GmaL3Y .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdB9GmaL3Y .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdB9GmaL3Y .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdB9GmaL3Y .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdB9GmaL3Y .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdB9GmaL3Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdB9GmaL3Y .panel-title-edit,
.cid-vdB9GmaL3Y .mbr-iconfont {
  color: #000000;
}
.cid-vdB9GmyqJr {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdB9GmyqJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdB9GmyqJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdB9GmyqJr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdB9GmyqJr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdB9GmyqJr .row {
    text-align: center;
  }
  .cid-vdB9GmyqJr .row > div {
    margin: auto;
  }
  .cid-vdB9GmyqJr .social-row {
    justify-content: center;
  }
}
.cid-vdB9GmyqJr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdB9GmyqJr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdB9GmyqJr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdB9GmyqJr .list {
    margin-bottom: 0rem;
  }
}
.cid-vdB9GmyqJr .mbr-text {
  color: #ffffff;
}
.cid-vdB9GmyqJr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdB9GmyqJr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdB9GmyqJr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdB9GmyqJr .copyright {
  color: #ffffff;
}
.cid-vdFuvs10pW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdFuvs10pW nav.navbar {
  position: fixed;
}
.cid-vdFuvs10pW .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-vdFuvs10pW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdFuvs10pW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdFuvs10pW .dropdown-item:hover,
.cid-vdFuvs10pW .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdFuvs10pW .dropdown-item:hover span {
  color: white;
}
.cid-vdFuvs10pW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdFuvs10pW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdFuvs10pW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdFuvs10pW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdFuvs10pW .nav-link {
  position: relative;
}
.cid-vdFuvs10pW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdFuvs10pW .container {
    flex-wrap: nowrap;
  }
}
.cid-vdFuvs10pW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdFuvs10pW .dropdown-menu,
.cid-vdFuvs10pW .navbar.opened {
  background: #ffffff !important;
}
.cid-vdFuvs10pW .nav-item:focus,
.cid-vdFuvs10pW .nav-link:focus {
  outline: none;
}
.cid-vdFuvs10pW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdFuvs10pW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdFuvs10pW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdFuvs10pW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdFuvs10pW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdFuvs10pW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdFuvs10pW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdFuvs10pW .navbar.opened {
  transition: all 0.3s;
}
.cid-vdFuvs10pW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdFuvs10pW .navbar .navbar-logo img {
  width: auto;
}
.cid-vdFuvs10pW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdFuvs10pW .navbar.collapsed {
  justify-content: center;
}
.cid-vdFuvs10pW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdFuvs10pW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdFuvs10pW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdFuvs10pW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdFuvs10pW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdFuvs10pW .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-vdFuvs10pW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdFuvs10pW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdFuvs10pW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdFuvs10pW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdFuvs10pW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdFuvs10pW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdFuvs10pW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdFuvs10pW .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-vdFuvs10pW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdFuvs10pW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdFuvs10pW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdFuvs10pW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdFuvs10pW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdFuvs10pW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdFuvs10pW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdFuvs10pW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdFuvs10pW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdFuvs10pW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdFuvs10pW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdFuvs10pW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdFuvs10pW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdFuvs10pW .dropdown-item.active,
.cid-vdFuvs10pW .dropdown-item:active {
  background-color: transparent;
}
.cid-vdFuvs10pW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdFuvs10pW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdFuvs10pW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdFuvs10pW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdFuvs10pW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdFuvs10pW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdFuvs10pW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdFuvs10pW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdFuvs10pW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdFuvs10pW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdFuvs10pW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdFuvs10pW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdFuvs10pW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdFuvs10pW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdFuvs10pW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdFuvs10pW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdFuvs10pW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdFuvs10pW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdFuvs10pW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdFuvs10pW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdFuvs10pW .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-vdFuvs10pW .navbar {
    height: 70px;
  }
  .cid-vdFuvs10pW .navbar.opened {
    height: auto;
  }
  .cid-vdFuvs10pW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdFuvsVJ0h {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdFuvsVJ0h .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vdFuvsVJ0h {
    align-items: center;
  }
  .cid-vdFuvsVJ0h .row {
    justify-content: flex-start;
  }
  .cid-vdFuvsVJ0h .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdFuvsVJ0h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdFuvsVJ0h {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdFuvsVJ0h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdFuvsVJ0h .content-wrap {
    width: 100%;
  }
}
.cid-vdFuvsVJ0h .mbr-section-title,
.cid-vdFuvsVJ0h .mbr-section-subtitle {
  text-align: center;
}
.cid-vdFuvsVJ0h .mbr-text,
.cid-vdFuvsVJ0h .mbr-section-btn {
  text-align: left;
}
.cid-vdFuvsVJ0h .mbr-section-title {
  text-align: left;
}
.cid-vdFuvsVJ0h h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdFuvtPesm {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdFuvtPesm .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdFuvtPesm .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdFuvtPesm .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdFuvtPesm h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdFuvtPesm .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdFEqDIMSW {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdFEqDIMSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFEqDIMSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdFEqDIMSW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdFEqDIMSW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdFEqDIMSW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdFEqDIMSW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdFEqDIMSW .mbr-section-title {
  color: #000000;
}
.cid-vdFEqDIMSW .mbr-text,
.cid-vdFEqDIMSW .mbr-section-btn {
  color: #808080;
}
.cid-vdFHd4Vmgn {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdFHd4Vmgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFHd4Vmgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFHd4Vmgn .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vdFHd4Vmgn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdFHd4Vmgn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdFHd4Vmgn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdFHd4Vmgn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdFHd4Vmgn .mbr-section-title {
  color: #000000;
}
.cid-vdFHd4Vmgn .mbr-text,
.cid-vdFHd4Vmgn .mbr-section-btn {
  color: #808080;
}
.cid-vdFuvurMvv {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdFuvurMvv .mbr-text {
  color: #545454;
}
.cid-vdFuvurMvv .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdFuvurMvv .mbr-section-title {
  color: #808080;
}
.cid-vdFuvurMvv h2 {
  letter-spacing: -0.5px;
}
.cid-vdFuvuGsrM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdFuvuGsrM img,
.cid-vdFuvuGsrM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdFuvuGsrM .item:focus,
.cid-vdFuvuGsrM span:focus {
  outline: none;
}
.cid-vdFuvuGsrM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdFuvuGsrM .item {
    margin-bottom: 1rem;
  }
}
.cid-vdFuvuGsrM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdFuvuGsrM .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdFuvuGsrM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdFuvuGsrM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdFuvuGsrM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdFuvuGsrM .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdFuvuGsrM .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdFuvuGsrM .item-subtitle {
  text-align: left;
}
.cid-vdFuvuGsrM .mbr-text,
.cid-vdFuvuGsrM .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdFuvuGsrM .content-head {
  max-width: 800px;
}
.cid-vdFIZQP4ge {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdFIZQP4ge .mbr-text {
  color: #545454;
}
.cid-vdFIZQP4ge .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdFIZQP4ge .mbr-section-title {
  color: #808080;
}
.cid-vdFIZQP4ge h2 {
  letter-spacing: -0.5px;
}
.cid-vdFIY7UqtV {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdFIY7UqtV .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdFIY7UqtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFIY7UqtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFIY7UqtV .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdFIY7UqtV .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdFIY7UqtV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdFIY7UqtV .card-title,
.cid-vdFIY7UqtV .iconfont-wrapper {
  color: #303030;
}
.cid-vdFIY7UqtV .content-head {
  max-width: 800px;
}
.cid-vdFIY7UqtV .mbr-section-title {
  color: #000000;
}
.cid-vdFIY7UqtV .mbr-section-subtitle {
  color: #000000;
}
.cid-vdFIY7UqtV .card-text {
  color: #808080;
}
.cid-vdFIY7UqtV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdFIY7UqtV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdFuvwBQfB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdFuvwBQfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFuvwBQfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdFuvwBQfB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdFuvwBQfB .container {
    padding: 0 12px;
  }
}
.cid-vdFuvwBQfB .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdFuvwBQfB .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdFuvwBQfB .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdFuvwBQfB .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdFuvwBQfB .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdFuvwBQfB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdFuvwBQfB .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdFuvwBQfB .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdFuvwBQfB .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdFuvwBQfB .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdFuvwBQfB .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdFuvwBQfB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdFuvwBQfB .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdFuvwBQfB .mbr-section-title {
  color: #ffffff;
}
.cid-vdFuvwBQfB .mbr-text {
  color: #f7f7f7;
}
.cid-vdFuvwBQfB label {
  color: #ffffff;
}
.cid-vdFuvwBQfB .mbr-section-title,
.cid-vdFuvwBQfB .mbr-section-btn {
  color: #ffffff;
}
.cid-vdFuvwBQfB .card-contacts {
  color: #ffffff;
}
.cid-vdFuvwBQfB H3 {
  text-align: center;
}
.cid-vdFuvwBQfB h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdFuvv2xcD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdFuvv2xcD .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vdFuvv2xcD .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdFuvv2xcD .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vdFuvv2xcD h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdFuvv2xcD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdFJCQYQ1S {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdFJCQYQ1S h6 {
  line-height: 1.2;
}
.cid-vdFJCQYQ1S img,
.cid-vdFJCQYQ1S .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdFJCQYQ1S .item:focus,
.cid-vdFJCQYQ1S span:focus {
  outline: none;
}
.cid-vdFJCQYQ1S .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdFJCQYQ1S .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdFJCQYQ1S .mbr-section-title {
  color: #000000;
}
.cid-vdFJCQYQ1S .mbr-text,
.cid-vdFJCQYQ1S .mbr-section-btn {
  color: #000000;
}
.cid-vdFJCQYQ1S .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdFJCQYQ1S .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdFJCQYQ1S .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdFJCQYQ1S .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdFJCQYQ1S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdFJY9eHJ9 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdFJY9eHJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFJY9eHJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFJY9eHJ9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vdFJY9eHJ9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdFJY9eHJ9 .embla__button--next,
.cid-vdFJY9eHJ9 .embla__button--prev {
  display: flex;
}
.cid-vdFJY9eHJ9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vdFJY9eHJ9 .embla__button {
    display: none;
  }
}
.cid-vdFJY9eHJ9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdFJY9eHJ9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdFJY9eHJ9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdFJY9eHJ9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vdFJY9eHJ9 .embla__button {
    top: auto;
  }
}
.cid-vdFJY9eHJ9 .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vdFJY9eHJ9 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vdFJY9eHJ9 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vdFJY9eHJ9 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vdFJY9eHJ9 .embla {
  position: relative;
  width: 100%;
}
.cid-vdFJY9eHJ9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdFJY9eHJ9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdFJY9eHJ9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdFJY9eHJ9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdFJY9eHJ9 .user_text {
  color: #545454;
}
.cid-vdFJY9eHJ9 p {
  line-height: 1.5;
}
.cid-vdFuvxl73c {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdFuvxl73c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFuvxl73c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFuvxl73c .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdFuvxl73c .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdFuvxl73c .row {
    text-align: center;
  }
  .cid-vdFuvxl73c .row > div {
    margin: auto;
  }
  .cid-vdFuvxl73c .social-row {
    justify-content: center;
  }
}
.cid-vdFuvxl73c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdFuvxl73c .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdFuvxl73c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdFuvxl73c .list {
    margin-bottom: 0rem;
  }
}
.cid-vdFuvxl73c .mbr-text {
  color: #ffffff;
}
.cid-vdFuvxl73c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdFuvxl73c .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdFuvxl73c div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdFuvxl73c .copyright {
  color: #ffffff;
}
.cid-vdLnTHw1oN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdLnTHw1oN nav.navbar {
  position: fixed;
}
.cid-vdLnTHw1oN .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-vdLnTHw1oN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdLnTHw1oN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdLnTHw1oN .dropdown-item:hover,
.cid-vdLnTHw1oN .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdLnTHw1oN .dropdown-item:hover span {
  color: white;
}
.cid-vdLnTHw1oN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdLnTHw1oN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdLnTHw1oN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdLnTHw1oN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdLnTHw1oN .nav-link {
  position: relative;
}
.cid-vdLnTHw1oN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdLnTHw1oN .container {
    flex-wrap: nowrap;
  }
}
.cid-vdLnTHw1oN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdLnTHw1oN .dropdown-menu,
.cid-vdLnTHw1oN .navbar.opened {
  background: #ffffff !important;
}
.cid-vdLnTHw1oN .nav-item:focus,
.cid-vdLnTHw1oN .nav-link:focus {
  outline: none;
}
.cid-vdLnTHw1oN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdLnTHw1oN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdLnTHw1oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdLnTHw1oN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdLnTHw1oN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdLnTHw1oN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdLnTHw1oN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdLnTHw1oN .navbar.opened {
  transition: all 0.3s;
}
.cid-vdLnTHw1oN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdLnTHw1oN .navbar .navbar-logo img {
  width: auto;
}
.cid-vdLnTHw1oN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdLnTHw1oN .navbar.collapsed {
  justify-content: center;
}
.cid-vdLnTHw1oN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdLnTHw1oN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdLnTHw1oN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdLnTHw1oN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdLnTHw1oN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdLnTHw1oN .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-vdLnTHw1oN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdLnTHw1oN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdLnTHw1oN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdLnTHw1oN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdLnTHw1oN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdLnTHw1oN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdLnTHw1oN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdLnTHw1oN .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-vdLnTHw1oN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdLnTHw1oN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdLnTHw1oN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdLnTHw1oN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdLnTHw1oN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdLnTHw1oN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdLnTHw1oN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdLnTHw1oN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdLnTHw1oN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdLnTHw1oN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdLnTHw1oN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdLnTHw1oN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdLnTHw1oN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdLnTHw1oN .dropdown-item.active,
.cid-vdLnTHw1oN .dropdown-item:active {
  background-color: transparent;
}
.cid-vdLnTHw1oN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdLnTHw1oN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdLnTHw1oN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdLnTHw1oN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdLnTHw1oN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdLnTHw1oN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdLnTHw1oN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdLnTHw1oN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdLnTHw1oN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdLnTHw1oN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdLnTHw1oN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdLnTHw1oN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLnTHw1oN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLnTHw1oN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdLnTHw1oN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLnTHw1oN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdLnTHw1oN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdLnTHw1oN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLnTHw1oN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdLnTHw1oN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdLnTHw1oN .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-vdLnTHw1oN .navbar {
    height: 70px;
  }
  .cid-vdLnTHw1oN .navbar.opened {
    height: auto;
  }
  .cid-vdLnTHw1oN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdLnTICof4 {
  display: flex;
  background-image: url("../../../assets/images/bathroom-placeholder-scaled.webp");
}
.cid-vdLnTICof4 .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdLnTICof4 {
    align-items: center;
  }
  .cid-vdLnTICof4 .row {
    justify-content: flex-start;
  }
  .cid-vdLnTICof4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdLnTICof4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdLnTICof4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdLnTICof4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdLnTICof4 .content-wrap {
    width: 100%;
  }
}
.cid-vdLnTICof4 .mbr-section-title,
.cid-vdLnTICof4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vdLnTICof4 .mbr-text,
.cid-vdLnTICof4 .mbr-section-btn {
  text-align: left;
}
.cid-vdLnTICof4 .mbr-section-title {
  text-align: left;
}
.cid-vdLnTICof4 h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdLolcwS0s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdLolcwS0s .justify-content-center {
  align-items: center;
}
.cid-vdLolcwS0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLolcwS0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLolcwS0s .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdLolcwS0s .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdLolcwS0s .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdLolcwS0s .content-head {
  max-width: 800px;
}
.cid-vdLolcwS0s .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdLnTIVmK5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdLnTIVmK5 .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdLnTIVmK5 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdLnTIVmK5 .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdLnTIVmK5 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdLnTJSz0B {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdLnTJSz0B .mbr-text {
  color: #545454;
}
.cid-vdLnTJSz0B .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdLnTJSz0B .mbr-section-title {
  color: #808080;
}
.cid-vdLnTJSz0B h2 {
  letter-spacing: -0.5px;
}
.cid-vdLnTK6vLz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vdLnTK6vLz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdLnTK6vLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnTK6vLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLnTK6vLz .item-wrapper {
  background: #1c74bb;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdLnTK6vLz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdLnTK6vLz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdLnTK6vLz .card-title,
.cid-vdLnTK6vLz .iconfont-wrapper {
  color: #ffffff;
}
.cid-vdLnTK6vLz .content-head {
  max-width: 800px;
}
.cid-vdLnTK6vLz .mbr-section-title {
  color: #000000;
}
.cid-vdLnTK6vLz .mbr-section-subtitle {
  color: #000000;
}
.cid-vdLnTK6vLz .card-text {
  color: #f3f3f3;
}
.cid-vdLnTK6vLz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdLnTK6vLz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdLpNnKIk8 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdLpNnKIk8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdLpNnKIk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLpNnKIk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLpNnKIk8 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdLpNnKIk8 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdLpNnKIk8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdLpNnKIk8 .card-title,
.cid-vdLpNnKIk8 .iconfont-wrapper {
  color: #303030;
}
.cid-vdLpNnKIk8 .content-head {
  max-width: 800px;
}
.cid-vdLpNnKIk8 .mbr-section-title {
  color: #000000;
}
.cid-vdLpNnKIk8 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdLpNnKIk8 .card-text {
  color: #808080;
}
.cid-vdLpNnKIk8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdLpNnKIk8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdLnTKrEsp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdLnTKrEsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnTKrEsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdLnTKrEsp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdLnTKrEsp .container {
    padding: 0 12px;
  }
}
.cid-vdLnTKrEsp .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdLnTKrEsp .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdLnTKrEsp .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdLnTKrEsp .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdLnTKrEsp .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdLnTKrEsp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdLnTKrEsp .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdLnTKrEsp .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdLnTKrEsp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdLnTKrEsp .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdLnTKrEsp .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdLnTKrEsp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdLnTKrEsp .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdLnTKrEsp .mbr-section-title {
  color: #ffffff;
}
.cid-vdLnTKrEsp .mbr-text {
  color: #f7f7f7;
}
.cid-vdLnTKrEsp label {
  color: #ffffff;
}
.cid-vdLnTKrEsp .mbr-section-title,
.cid-vdLnTKrEsp .mbr-section-btn {
  color: #ffffff;
}
.cid-vdLnTKrEsp .card-contacts {
  color: #ffffff;
}
.cid-vdLnTKrEsp H3 {
  text-align: center;
}
.cid-vdLnTKrEsp h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdLw9pdQaY {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdLw9pdQaY .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-vdLw9pdQaY img,
.cid-vdLw9pdQaY .item-img {
  width: 100%;
}
.cid-vdLw9pdQaY .item:focus,
.cid-vdLw9pdQaY span:focus {
  outline: none;
}
.cid-vdLw9pdQaY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdLw9pdQaY .item {
    margin-bottom: 1rem;
  }
}
.cid-vdLw9pdQaY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdLw9pdQaY .mbr-section-title {
  color: #232323;
}
.cid-vdLw9pdQaY .mbr-text,
.cid-vdLw9pdQaY .mbr-section-btn {
  color: #232323;
}
.cid-vdLw9pdQaY .item-title {
  color: #232323;
  text-align: center;
}
.cid-vdLw9pdQaY .content-head {
  max-width: 800px;
}
.cid-vdLnTLRqPN {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdLnTLRqPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLnTLRqPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLnTLRqPN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdLnTLRqPN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdLnTLRqPN .row {
    text-align: center;
  }
  .cid-vdLnTLRqPN .row > div {
    margin: auto;
  }
  .cid-vdLnTLRqPN .social-row {
    justify-content: center;
  }
}
.cid-vdLnTLRqPN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdLnTLRqPN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdLnTLRqPN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdLnTLRqPN .list {
    margin-bottom: 0rem;
  }
}
.cid-vdLnTLRqPN .mbr-text {
  color: #ffffff;
}
.cid-vdLnTLRqPN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdLnTLRqPN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdLnTLRqPN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdLnTLRqPN .copyright {
  color: #ffffff;
}
.cid-vdLCAtUmIG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdLCAtUmIG nav.navbar {
  position: fixed;
}
.cid-vdLCAtUmIG .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-vdLCAtUmIG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdLCAtUmIG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdLCAtUmIG .dropdown-item:hover,
.cid-vdLCAtUmIG .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdLCAtUmIG .dropdown-item:hover span {
  color: white;
}
.cid-vdLCAtUmIG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdLCAtUmIG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdLCAtUmIG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdLCAtUmIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdLCAtUmIG .nav-link {
  position: relative;
}
.cid-vdLCAtUmIG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdLCAtUmIG .container {
    flex-wrap: nowrap;
  }
}
.cid-vdLCAtUmIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdLCAtUmIG .dropdown-menu,
.cid-vdLCAtUmIG .navbar.opened {
  background: #ffffff !important;
}
.cid-vdLCAtUmIG .nav-item:focus,
.cid-vdLCAtUmIG .nav-link:focus {
  outline: none;
}
.cid-vdLCAtUmIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdLCAtUmIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdLCAtUmIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdLCAtUmIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdLCAtUmIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdLCAtUmIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdLCAtUmIG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdLCAtUmIG .navbar.opened {
  transition: all 0.3s;
}
.cid-vdLCAtUmIG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdLCAtUmIG .navbar .navbar-logo img {
  width: auto;
}
.cid-vdLCAtUmIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdLCAtUmIG .navbar.collapsed {
  justify-content: center;
}
.cid-vdLCAtUmIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdLCAtUmIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdLCAtUmIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdLCAtUmIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdLCAtUmIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdLCAtUmIG .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-vdLCAtUmIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdLCAtUmIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdLCAtUmIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdLCAtUmIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdLCAtUmIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdLCAtUmIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdLCAtUmIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdLCAtUmIG .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-vdLCAtUmIG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdLCAtUmIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdLCAtUmIG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdLCAtUmIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdLCAtUmIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdLCAtUmIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdLCAtUmIG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdLCAtUmIG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdLCAtUmIG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdLCAtUmIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdLCAtUmIG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdLCAtUmIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdLCAtUmIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdLCAtUmIG .dropdown-item.active,
.cid-vdLCAtUmIG .dropdown-item:active {
  background-color: transparent;
}
.cid-vdLCAtUmIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdLCAtUmIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdLCAtUmIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdLCAtUmIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdLCAtUmIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdLCAtUmIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdLCAtUmIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdLCAtUmIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdLCAtUmIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdLCAtUmIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdLCAtUmIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdLCAtUmIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLCAtUmIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdLCAtUmIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdLCAtUmIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLCAtUmIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdLCAtUmIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdLCAtUmIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdLCAtUmIG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdLCAtUmIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdLCAtUmIG .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-vdLCAtUmIG .navbar {
    height: 70px;
  }
  .cid-vdLCAtUmIG .navbar.opened {
    height: auto;
  }
  .cid-vdLCAtUmIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdLCAuWEYu {
  display: flex;
  background-image: url("../../../assets/images/shutterstock-1649446102.webp");
}
.cid-vdLCAuWEYu .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdLCAuWEYu {
    align-items: center;
  }
  .cid-vdLCAuWEYu .row {
    justify-content: flex-start;
  }
  .cid-vdLCAuWEYu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdLCAuWEYu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdLCAuWEYu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdLCAuWEYu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdLCAuWEYu .content-wrap {
    width: 100%;
  }
}
.cid-vdLCAuWEYu .mbr-section-title,
.cid-vdLCAuWEYu .mbr-section-subtitle {
  text-align: center;
}
.cid-vdLCAuWEYu .mbr-text,
.cid-vdLCAuWEYu .mbr-section-btn {
  text-align: left;
}
.cid-vdLCAuWEYu .mbr-section-title {
  text-align: left;
}
.cid-vdLCAuWEYu h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdLCAxN0ER {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdLCAxN0ER .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLCAxN0ER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdLCAxN0ER .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdLCAxN0ER .container {
    padding: 0 12px;
  }
}
.cid-vdLCAxN0ER .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdLCAxN0ER .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdLCAxN0ER .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdLCAxN0ER .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdLCAxN0ER .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdLCAxN0ER .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdLCAxN0ER .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdLCAxN0ER .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdLCAxN0ER .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdLCAxN0ER .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdLCAxN0ER .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdLCAxN0ER .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdLCAxN0ER .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdLCAxN0ER .mbr-section-title {
  color: #ffffff;
}
.cid-vdLCAxN0ER .mbr-text {
  color: #545454;
}
.cid-vdLCAxN0ER label {
  color: #ffffff;
}
.cid-vdLCAxN0ER .mbr-section-title,
.cid-vdLCAxN0ER .mbr-section-btn {
  color: #1c74bb;
}
.cid-vdLCAxN0ER .card-contacts {
  color: #545454;
}
.cid-vdLCAxN0ER H3 {
  text-align: center;
}
.cid-vdLCAxN0ER h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdLJZCyJwK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #f7f7f7;
}
.cid-vdLJZCyJwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLJZCyJwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLJZCyJwK .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vdLJZCyJwK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vdLJZCyJwK .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-vdLJZCyJwK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdLJZCyJwK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdLJZCyJwK .content-head {
  max-width: 800px;
}
.cid-vdLKhFVNy7 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdLKhFVNy7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdLKhFVNy7 .panel-group {
  border: none;
}
.cid-vdLKhFVNy7 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdLKhFVNy7 .card-header {
    padding: 0rem;
  }
}
.cid-vdLKhFVNy7 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdLKhFVNy7 .img-col {
  padding: 0;
}
.cid-vdLKhFVNy7 .img-item {
  height: 100%;
}
.cid-vdLKhFVNy7 img {
  height: 100%;
  object-fit: cover;
}
.cid-vdLKhFVNy7 .collapsed span {
  transform: rotate(0deg);
}
.cid-vdLKhFVNy7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdLKhFVNy7 p {
  margin-bottom: 0.3rem;
}
.cid-vdLKhFVNy7 .panel-title-edit {
  color: #000000;
}
.cid-vdLKhFVNy7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdLKhFVNy7 .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdLKhFVNy7 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdLKhFVNy7 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdLKhFVNy7 .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdLKhFVNy7 .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdLKhFVNy7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdLKhFVNy7 .panel-title-edit,
.cid-vdLKhFVNy7 .mbr-iconfont {
  color: #000000;
}
.cid-vdLCAyK9uH {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdLCAyK9uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdLCAyK9uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdLCAyK9uH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdLCAyK9uH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdLCAyK9uH .row {
    text-align: center;
  }
  .cid-vdLCAyK9uH .row > div {
    margin: auto;
  }
  .cid-vdLCAyK9uH .social-row {
    justify-content: center;
  }
}
.cid-vdLCAyK9uH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdLCAyK9uH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdLCAyK9uH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdLCAyK9uH .list {
    margin-bottom: 0rem;
  }
}
.cid-vdLCAyK9uH .mbr-text {
  color: #ffffff;
}
.cid-vdLCAyK9uH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdLCAyK9uH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdLCAyK9uH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdLCAyK9uH .copyright {
  color: #ffffff;
}
.cid-vdMAmPjSJE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMAmPjSJE nav.navbar {
  position: fixed;
}
.cid-vdMAmPjSJE .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-vdMAmPjSJE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMAmPjSJE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMAmPjSJE .dropdown-item:hover,
.cid-vdMAmPjSJE .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMAmPjSJE .dropdown-item:hover span {
  color: white;
}
.cid-vdMAmPjSJE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMAmPjSJE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMAmPjSJE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMAmPjSJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMAmPjSJE .nav-link {
  position: relative;
}
.cid-vdMAmPjSJE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMAmPjSJE .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMAmPjSJE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMAmPjSJE .dropdown-menu,
.cid-vdMAmPjSJE .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMAmPjSJE .nav-item:focus,
.cid-vdMAmPjSJE .nav-link:focus {
  outline: none;
}
.cid-vdMAmPjSJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMAmPjSJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMAmPjSJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMAmPjSJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMAmPjSJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMAmPjSJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMAmPjSJE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMAmPjSJE .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMAmPjSJE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMAmPjSJE .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMAmPjSJE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMAmPjSJE .navbar.collapsed {
  justify-content: center;
}
.cid-vdMAmPjSJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMAmPjSJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMAmPjSJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMAmPjSJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMAmPjSJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMAmPjSJE .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-vdMAmPjSJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMAmPjSJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMAmPjSJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMAmPjSJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMAmPjSJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMAmPjSJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMAmPjSJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMAmPjSJE .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-vdMAmPjSJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMAmPjSJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMAmPjSJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMAmPjSJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMAmPjSJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMAmPjSJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMAmPjSJE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMAmPjSJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMAmPjSJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMAmPjSJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMAmPjSJE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMAmPjSJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMAmPjSJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMAmPjSJE .dropdown-item.active,
.cid-vdMAmPjSJE .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMAmPjSJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMAmPjSJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMAmPjSJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMAmPjSJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMAmPjSJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMAmPjSJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMAmPjSJE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMAmPjSJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMAmPjSJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMAmPjSJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMAmPjSJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMAmPjSJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMAmPjSJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMAmPjSJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMAmPjSJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMAmPjSJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMAmPjSJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMAmPjSJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMAmPjSJE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMAmPjSJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMAmPjSJE .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-vdMAmPjSJE .navbar {
    height: 70px;
  }
  .cid-vdMAmPjSJE .navbar.opened {
    height: auto;
  }
  .cid-vdMAmPjSJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMAmQjOvA {
  display: flex;
  background-image: url("../../../assets/images/accessible.webp");
}
.cid-vdMAmQjOvA .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdMAmQjOvA {
    align-items: center;
  }
  .cid-vdMAmQjOvA .row {
    justify-content: flex-start;
  }
  .cid-vdMAmQjOvA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMAmQjOvA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMAmQjOvA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMAmQjOvA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMAmQjOvA .content-wrap {
    width: 100%;
  }
}
.cid-vdMAmQjOvA .mbr-section-title,
.cid-vdMAmQjOvA .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMAmQjOvA .mbr-text,
.cid-vdMAmQjOvA .mbr-section-btn {
  text-align: left;
}
.cid-vdMAmQjOvA .mbr-section-title {
  text-align: left;
}
.cid-vdMAmQjOvA h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}
.cid-vdMAmQE4Bp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdMAmQE4Bp .justify-content-center {
  align-items: center;
}
.cid-vdMAmQE4Bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMAmQE4Bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMAmQE4Bp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdMAmQE4Bp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMAmQE4Bp .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdMAmQE4Bp .content-head {
  max-width: 800px;
}
.cid-vdMAmQE4Bp .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMAmR1DnV {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMAmR1DnV .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdMAmR1DnV .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMAmR1DnV .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMAmR1DnV h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMAmR1DnV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdMAmRiejB {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMAmRiejB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMAmRiejB .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMAmRiejB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMAmRiejB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMAmRiejB .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMAmRiejB .card-title,
.cid-vdMAmRiejB .iconfont-wrapper,
.cid-vdMAmRiejB .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdMAmRiejB .content-head {
  max-width: 960px;
}
.cid-vdMAmRiejB .mbr-section-title {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMAmRiejB .mbr-section-btn {
  text-align: center;
}
.cid-vdMAmRiejB .mbr-section-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #545454;
}
.cid-vdMAmRiejB .card-title,
.cid-vdMAmRiejB .iconfont-wrapper {
  color: #1c74bb;
}
.cid-vdMAmRiejB .card-text,
.cid-vdMAmRiejB .mbr-section-btn {
  color: #545454;
}
.cid-vdMAmRiejB h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMAmRBClG {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMAmRBClG .mbr-text {
  color: #545454;
}
.cid-vdMAmRBClG .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMAmRBClG .mbr-section-title {
  color: #808080;
}
.cid-vdMAmRBClG h2 {
  letter-spacing: -0.5px;
}
.cid-vdMAmRPkxF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-vdMAmRPkxF img,
.cid-vdMAmRPkxF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMAmRPkxF .item:focus,
.cid-vdMAmRPkxF span:focus {
  outline: none;
}
.cid-vdMAmRPkxF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMAmRPkxF .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMAmRPkxF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMAmRPkxF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMAmRPkxF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMAmRPkxF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMAmRPkxF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMAmRPkxF .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdMAmRPkxF .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdMAmRPkxF .item-subtitle {
  text-align: left;
}
.cid-vdMAmRPkxF .mbr-text,
.cid-vdMAmRPkxF .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdMAmRPkxF .content-head {
  max-width: 800px;
}
.cid-vdMAmSXKr6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMAmSXKr6 .mbr-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMAmSXKr6 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMAmSXKr6 .mbr-section-title {
  color: #808080;
}
.cid-vdMAmSXKr6 h2 {
  letter-spacing: -0.5px;
}
.cid-vdMAmTfOBf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-vdMAmTfOBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMAmTfOBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMAmTfOBf .mbr-description {
  text-align: left;
}
.cid-vdMAmTfOBf .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vdMAmTfOBf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMAmTfOBf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdMAmTfOBf .card-title,
.cid-vdMAmTfOBf .iconfont-wrapper {
  color: #303030;
}
.cid-vdMAmTfOBf .card-text {
  color: #000000;
  line-height: 1.5;
}
.cid-vdMAmTfOBf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdMAmTfOBf .mbr-number {
  color: #1c74bb;
}
.cid-vdMAmTfOBf .mbr-text,
.cid-vdMAmTfOBf .mbr-section-btn {
  text-align: center;
}
.cid-vdMAmTfOBf .card-text,
.cid-vdMAmTfOBf .item .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-vdMAmTfOBf .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vdMAmTfOBf .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMAmTfOBf .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMAmTfOBf .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vdMAmTfOBf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMAmTfOBf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMAmTfOBf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdMAmTfOBf .card-title {
  text-align: left;
}
.cid-vdMAmTfOBf .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdMAmTfOBf .item-content .item-footer {
  margin-top: auto;
}
.cid-vdMAmTfOBf h3 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMAmTCCZu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMAmTCCZu .mbr-text {
  color: #000000;
}
.cid-vdMAmTCCZu .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdMAmTCCZu .mbr-section-title {
  color: #808080;
  text-align: left;
}
.cid-vdMAmTCCZu h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMAmTVezt {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMAmTVezt h6 {
  line-height: 1.2;
}
.cid-vdMAmTVezt img,
.cid-vdMAmTVezt .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdMAmTVezt .item:focus,
.cid-vdMAmTVezt span:focus {
  outline: none;
}
.cid-vdMAmTVezt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdMAmTVezt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdMAmTVezt .mbr-section-title {
  color: #000000;
}
.cid-vdMAmTVezt .mbr-text,
.cid-vdMAmTVezt .mbr-section-btn {
  color: #000000;
}
.cid-vdMAmTVezt .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdMAmTVezt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMAmTVezt .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdMAmTVezt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdMAmTVezt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMAmUdZ9a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdMAmUdZ9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMAmUdZ9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdMAmUdZ9a .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdMAmUdZ9a .container {
    padding: 0 12px;
  }
}
.cid-vdMAmUdZ9a .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdMAmUdZ9a .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdMAmUdZ9a .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdMAmUdZ9a .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdMAmUdZ9a .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdMAmUdZ9a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdMAmUdZ9a .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdMAmUdZ9a .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdMAmUdZ9a .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdMAmUdZ9a .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdMAmUdZ9a .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdMAmUdZ9a .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdMAmUdZ9a .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdMAmUdZ9a .mbr-section-title {
  color: #ffffff;
}
.cid-vdMAmUdZ9a .mbr-text {
  color: #f7f7f7;
}
.cid-vdMAmUdZ9a label {
  color: #ffffff;
}
.cid-vdMAmUdZ9a .mbr-section-title,
.cid-vdMAmUdZ9a .mbr-section-btn {
  color: #ffffff;
}
.cid-vdMAmUdZ9a .card-contacts {
  color: #ffffff;
}
.cid-vdMAmUdZ9a H3 {
  text-align: center;
}
.cid-vdMAmUdZ9a h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMAmUH0PE {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMAmUH0PE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdMAmUH0PE .panel-group {
  border: none;
}
.cid-vdMAmUH0PE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMAmUH0PE .card-header {
    padding: 0rem;
  }
}
.cid-vdMAmUH0PE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdMAmUH0PE .img-col {
  padding: 0;
}
.cid-vdMAmUH0PE .img-item {
  height: 100%;
}
.cid-vdMAmUH0PE img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMAmUH0PE .collapsed span {
  transform: rotate(0deg);
}
.cid-vdMAmUH0PE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdMAmUH0PE p {
  margin-bottom: 0.3rem;
}
.cid-vdMAmUH0PE .panel-title-edit {
  color: #000000;
}
.cid-vdMAmUH0PE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdMAmUH0PE .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdMAmUH0PE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMAmUH0PE .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdMAmUH0PE .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMAmUH0PE .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdMAmUH0PE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMAmUH0PE .panel-title-edit,
.cid-vdMAmUH0PE .mbr-iconfont {
  color: #000000;
}
.cid-vdMAmV4IOk {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMAmV4IOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMAmV4IOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMAmV4IOk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMAmV4IOk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMAmV4IOk .row {
    text-align: center;
  }
  .cid-vdMAmV4IOk .row > div {
    margin: auto;
  }
  .cid-vdMAmV4IOk .social-row {
    justify-content: center;
  }
}
.cid-vdMAmV4IOk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMAmV4IOk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMAmV4IOk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMAmV4IOk .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMAmV4IOk .mbr-text {
  color: #ffffff;
}
.cid-vdMAmV4IOk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMAmV4IOk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMAmV4IOk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMAmV4IOk .copyright {
  color: #ffffff;
}
.cid-vdMBfRAATf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMBfRAATf nav.navbar {
  position: fixed;
}
.cid-vdMBfRAATf .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-vdMBfRAATf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMBfRAATf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMBfRAATf .dropdown-item:hover,
.cid-vdMBfRAATf .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMBfRAATf .dropdown-item:hover span {
  color: white;
}
.cid-vdMBfRAATf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMBfRAATf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMBfRAATf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMBfRAATf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMBfRAATf .nav-link {
  position: relative;
}
.cid-vdMBfRAATf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMBfRAATf .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMBfRAATf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMBfRAATf .dropdown-menu,
.cid-vdMBfRAATf .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMBfRAATf .nav-item:focus,
.cid-vdMBfRAATf .nav-link:focus {
  outline: none;
}
.cid-vdMBfRAATf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMBfRAATf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMBfRAATf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMBfRAATf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMBfRAATf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMBfRAATf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMBfRAATf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMBfRAATf .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMBfRAATf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMBfRAATf .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMBfRAATf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMBfRAATf .navbar.collapsed {
  justify-content: center;
}
.cid-vdMBfRAATf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMBfRAATf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMBfRAATf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMBfRAATf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMBfRAATf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMBfRAATf .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-vdMBfRAATf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMBfRAATf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMBfRAATf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMBfRAATf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMBfRAATf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMBfRAATf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMBfRAATf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMBfRAATf .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-vdMBfRAATf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMBfRAATf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMBfRAATf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMBfRAATf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMBfRAATf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMBfRAATf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMBfRAATf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMBfRAATf .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMBfRAATf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMBfRAATf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMBfRAATf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMBfRAATf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMBfRAATf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMBfRAATf .dropdown-item.active,
.cid-vdMBfRAATf .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMBfRAATf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMBfRAATf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMBfRAATf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMBfRAATf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMBfRAATf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMBfRAATf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMBfRAATf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMBfRAATf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMBfRAATf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMBfRAATf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMBfRAATf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMBfRAATf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMBfRAATf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMBfRAATf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMBfRAATf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMBfRAATf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMBfRAATf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMBfRAATf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMBfRAATf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMBfRAATf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMBfRAATf .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-vdMBfRAATf .navbar {
    height: 70px;
  }
  .cid-vdMBfRAATf .navbar.opened {
    height: auto;
  }
  .cid-vdMBfRAATf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMBfSvwjn {
  display: flex;
  background-image: url("../../../assets/images/tub-to-shower.webp");
}
.cid-vdMBfSvwjn .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdMBfSvwjn {
    align-items: center;
  }
  .cid-vdMBfSvwjn .row {
    justify-content: flex-start;
  }
  .cid-vdMBfSvwjn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMBfSvwjn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMBfSvwjn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMBfSvwjn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMBfSvwjn .content-wrap {
    width: 100%;
  }
}
.cid-vdMBfSvwjn .mbr-section-title,
.cid-vdMBfSvwjn .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMBfSvwjn .mbr-text,
.cid-vdMBfSvwjn .mbr-section-btn {
  text-align: left;
}
.cid-vdMBfSvwjn .mbr-section-title {
  text-align: left;
}
.cid-vdMBfSvwjn h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}
.cid-vdMBfSTXE1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdMBfSTXE1 .justify-content-center {
  align-items: center;
}
.cid-vdMBfSTXE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMBfSTXE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMBfSTXE1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdMBfSTXE1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMBfSTXE1 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdMBfSTXE1 .content-head {
  max-width: 800px;
}
.cid-vdMBfSTXE1 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMBfTkZfY {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMBfTkZfY .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdMBfTkZfY .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMBfTkZfY .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMBfTkZfY h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMBfTkZfY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdMBfTATO0 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMBfTATO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMBfTATO0 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMBfTATO0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMBfTATO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMBfTATO0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMBfTATO0 .card-title,
.cid-vdMBfTATO0 .iconfont-wrapper,
.cid-vdMBfTATO0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdMBfTATO0 .content-head {
  max-width: 960px;
}
.cid-vdMBfTATO0 .mbr-section-title {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMBfTATO0 .mbr-section-btn {
  text-align: center;
}
.cid-vdMBfTATO0 .mbr-section-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #545454;
}
.cid-vdMBfTATO0 .card-title,
.cid-vdMBfTATO0 .iconfont-wrapper {
  color: #1c74bb;
}
.cid-vdMBfTATO0 .card-text,
.cid-vdMBfTATO0 .mbr-section-btn {
  color: #545454;
}
.cid-vdMBfTATO0 h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMBfTVkWF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMBfTVkWF .mbr-text {
  color: #545454;
}
.cid-vdMBfTVkWF .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMBfTVkWF .mbr-section-title {
  color: #808080;
}
.cid-vdMBfTVkWF h2 {
  letter-spacing: -0.5px;
}
.cid-vdMBfUdYgw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-vdMBfUdYgw img,
.cid-vdMBfUdYgw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMBfUdYgw .item:focus,
.cid-vdMBfUdYgw span:focus {
  outline: none;
}
.cid-vdMBfUdYgw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMBfUdYgw .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMBfUdYgw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMBfUdYgw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMBfUdYgw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMBfUdYgw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMBfUdYgw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMBfUdYgw .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdMBfUdYgw .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdMBfUdYgw .item-subtitle {
  text-align: left;
}
.cid-vdMBfUdYgw .mbr-text,
.cid-vdMBfUdYgw .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdMBfUdYgw .content-head {
  max-width: 800px;
}
.cid-vdMBfUzMOS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMBfUzMOS .mbr-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMBfUzMOS .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMBfUzMOS .mbr-section-title {
  color: #808080;
}
.cid-vdMBfUzMOS h2 {
  letter-spacing: -0.5px;
}
.cid-vdMBfUO8t0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-vdMBfUO8t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMBfUO8t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMBfUO8t0 .mbr-description {
  text-align: left;
}
.cid-vdMBfUO8t0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vdMBfUO8t0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMBfUO8t0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdMBfUO8t0 .card-title,
.cid-vdMBfUO8t0 .iconfont-wrapper {
  color: #303030;
}
.cid-vdMBfUO8t0 .card-text {
  color: #000000;
  line-height: 1.5;
}
.cid-vdMBfUO8t0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdMBfUO8t0 .mbr-number {
  color: #1c74bb;
}
.cid-vdMBfUO8t0 .mbr-text,
.cid-vdMBfUO8t0 .mbr-section-btn {
  text-align: center;
}
.cid-vdMBfUO8t0 .card-text,
.cid-vdMBfUO8t0 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-vdMBfUO8t0 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vdMBfUO8t0 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMBfUO8t0 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMBfUO8t0 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vdMBfUO8t0 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMBfUO8t0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMBfUO8t0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdMBfUO8t0 .card-title {
  text-align: left;
}
.cid-vdMBfUO8t0 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdMBfUO8t0 .item-content .item-footer {
  margin-top: auto;
}
.cid-vdMBfUO8t0 h3 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMBfVd0v3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMBfVd0v3 .mbr-text {
  color: #000000;
}
.cid-vdMBfVd0v3 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdMBfVd0v3 .mbr-section-title {
  color: #808080;
  text-align: left;
}
.cid-vdMBfVd0v3 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMBfVxWgn {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMBfVxWgn h6 {
  line-height: 1.2;
}
.cid-vdMBfVxWgn img,
.cid-vdMBfVxWgn .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdMBfVxWgn .item:focus,
.cid-vdMBfVxWgn span:focus {
  outline: none;
}
.cid-vdMBfVxWgn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdMBfVxWgn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdMBfVxWgn .mbr-section-title {
  color: #000000;
}
.cid-vdMBfVxWgn .mbr-text,
.cid-vdMBfVxWgn .mbr-section-btn {
  color: #000000;
}
.cid-vdMBfVxWgn .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdMBfVxWgn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMBfVxWgn .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdMBfVxWgn .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdMBfVxWgn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMBfVWiWG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdMBfVWiWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMBfVWiWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdMBfVWiWG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdMBfVWiWG .container {
    padding: 0 12px;
  }
}
.cid-vdMBfVWiWG .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdMBfVWiWG .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdMBfVWiWG .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdMBfVWiWG .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdMBfVWiWG .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdMBfVWiWG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdMBfVWiWG .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdMBfVWiWG .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdMBfVWiWG .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdMBfVWiWG .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdMBfVWiWG .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdMBfVWiWG .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdMBfVWiWG .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdMBfVWiWG .mbr-section-title {
  color: #ffffff;
}
.cid-vdMBfVWiWG .mbr-text {
  color: #f7f7f7;
}
.cid-vdMBfVWiWG label {
  color: #ffffff;
}
.cid-vdMBfVWiWG .mbr-section-title,
.cid-vdMBfVWiWG .mbr-section-btn {
  color: #ffffff;
}
.cid-vdMBfVWiWG .card-contacts {
  color: #ffffff;
}
.cid-vdMBfVWiWG H3 {
  text-align: center;
}
.cid-vdMBfVWiWG h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMBfWnhOf {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMBfWnhOf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdMBfWnhOf .panel-group {
  border: none;
}
.cid-vdMBfWnhOf .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMBfWnhOf .card-header {
    padding: 0rem;
  }
}
.cid-vdMBfWnhOf .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdMBfWnhOf .img-col {
  padding: 0;
}
.cid-vdMBfWnhOf .img-item {
  height: 100%;
}
.cid-vdMBfWnhOf img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMBfWnhOf .collapsed span {
  transform: rotate(0deg);
}
.cid-vdMBfWnhOf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdMBfWnhOf p {
  margin-bottom: 0.3rem;
}
.cid-vdMBfWnhOf .panel-title-edit {
  color: #000000;
}
.cid-vdMBfWnhOf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdMBfWnhOf .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdMBfWnhOf .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMBfWnhOf .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdMBfWnhOf .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMBfWnhOf .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdMBfWnhOf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMBfWnhOf .panel-title-edit,
.cid-vdMBfWnhOf .mbr-iconfont {
  color: #000000;
}
.cid-vdMBfWJG79 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMBfWJG79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMBfWJG79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMBfWJG79 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMBfWJG79 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMBfWJG79 .row {
    text-align: center;
  }
  .cid-vdMBfWJG79 .row > div {
    margin: auto;
  }
  .cid-vdMBfWJG79 .social-row {
    justify-content: center;
  }
}
.cid-vdMBfWJG79 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMBfWJG79 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMBfWJG79 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMBfWJG79 .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMBfWJG79 .mbr-text {
  color: #ffffff;
}
.cid-vdMBfWJG79 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMBfWJG79 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMBfWJG79 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMBfWJG79 .copyright {
  color: #ffffff;
}
.cid-vdMGvTD9tc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMGvTD9tc nav.navbar {
  position: fixed;
}
.cid-vdMGvTD9tc .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-vdMGvTD9tc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMGvTD9tc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMGvTD9tc .dropdown-item:hover,
.cid-vdMGvTD9tc .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMGvTD9tc .dropdown-item:hover span {
  color: white;
}
.cid-vdMGvTD9tc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMGvTD9tc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMGvTD9tc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMGvTD9tc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMGvTD9tc .nav-link {
  position: relative;
}
.cid-vdMGvTD9tc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMGvTD9tc .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMGvTD9tc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMGvTD9tc .dropdown-menu,
.cid-vdMGvTD9tc .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMGvTD9tc .nav-item:focus,
.cid-vdMGvTD9tc .nav-link:focus {
  outline: none;
}
.cid-vdMGvTD9tc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMGvTD9tc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMGvTD9tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMGvTD9tc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMGvTD9tc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMGvTD9tc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMGvTD9tc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMGvTD9tc .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMGvTD9tc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMGvTD9tc .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMGvTD9tc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMGvTD9tc .navbar.collapsed {
  justify-content: center;
}
.cid-vdMGvTD9tc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMGvTD9tc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMGvTD9tc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMGvTD9tc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMGvTD9tc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMGvTD9tc .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-vdMGvTD9tc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMGvTD9tc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMGvTD9tc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMGvTD9tc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMGvTD9tc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMGvTD9tc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMGvTD9tc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMGvTD9tc .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-vdMGvTD9tc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMGvTD9tc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMGvTD9tc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMGvTD9tc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMGvTD9tc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMGvTD9tc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMGvTD9tc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMGvTD9tc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMGvTD9tc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMGvTD9tc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMGvTD9tc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMGvTD9tc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMGvTD9tc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMGvTD9tc .dropdown-item.active,
.cid-vdMGvTD9tc .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMGvTD9tc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMGvTD9tc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMGvTD9tc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMGvTD9tc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMGvTD9tc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMGvTD9tc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMGvTD9tc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMGvTD9tc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMGvTD9tc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMGvTD9tc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMGvTD9tc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMGvTD9tc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMGvTD9tc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMGvTD9tc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMGvTD9tc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMGvTD9tc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMGvTD9tc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMGvTD9tc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMGvTD9tc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMGvTD9tc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMGvTD9tc .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-vdMGvTD9tc .navbar {
    height: 70px;
  }
  .cid-vdMGvTD9tc .navbar.opened {
    height: auto;
  }
  .cid-vdMGvTD9tc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMGvUvTYD {
  display: flex;
  background-image: url("../../../assets/images/shower.webp");
}
.cid-vdMGvUvTYD .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-vdMGvUvTYD {
    align-items: center;
  }
  .cid-vdMGvUvTYD .row {
    justify-content: flex-start;
  }
  .cid-vdMGvUvTYD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMGvUvTYD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMGvUvTYD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMGvUvTYD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMGvUvTYD .content-wrap {
    width: 100%;
  }
}
.cid-vdMGvUvTYD .mbr-section-title,
.cid-vdMGvUvTYD .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMGvUvTYD .mbr-text,
.cid-vdMGvUvTYD .mbr-section-btn {
  text-align: left;
}
.cid-vdMGvUvTYD .mbr-section-title {
  text-align: left;
}
.cid-vdMGvUvTYD h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}
.cid-vdMGvUPzsq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdMGvUPzsq .justify-content-center {
  align-items: center;
}
.cid-vdMGvUPzsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMGvUPzsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMGvUPzsq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdMGvUPzsq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMGvUPzsq .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdMGvUPzsq .content-head {
  max-width: 800px;
}
.cid-vdMGvUPzsq .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMGvVbd6x {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMGvVbd6x .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdMGvVbd6x .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMGvVbd6x .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMGvVbd6x h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMGvVbd6x .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdMGvVmpQK {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMGvVmpQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMGvVmpQK .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMGvVmpQK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMGvVmpQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMGvVmpQK .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMGvVmpQK .card-title,
.cid-vdMGvVmpQK .iconfont-wrapper,
.cid-vdMGvVmpQK .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdMGvVmpQK .content-head {
  max-width: 960px;
}
.cid-vdMGvVmpQK .mbr-section-title {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMGvVmpQK .mbr-section-btn {
  text-align: center;
}
.cid-vdMGvVmpQK .mbr-section-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #545454;
}
.cid-vdMGvVmpQK .card-title,
.cid-vdMGvVmpQK .iconfont-wrapper {
  color: #1c74bb;
}
.cid-vdMGvVmpQK .card-text,
.cid-vdMGvVmpQK .mbr-section-btn {
  color: #545454;
}
.cid-vdMGvVmpQK h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMGvVKSY5 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMGvVKSY5 .mbr-text {
  color: #545454;
}
.cid-vdMGvVKSY5 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMGvVKSY5 .mbr-section-title {
  color: #808080;
}
.cid-vdMGvVKSY5 h2 {
  letter-spacing: -0.5px;
}
.cid-vdMGvVZlc2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-vdMGvVZlc2 img,
.cid-vdMGvVZlc2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMGvVZlc2 .item:focus,
.cid-vdMGvVZlc2 span:focus {
  outline: none;
}
.cid-vdMGvVZlc2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMGvVZlc2 .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMGvVZlc2 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMGvVZlc2 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMGvVZlc2 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMGvVZlc2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMGvVZlc2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMGvVZlc2 .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdMGvVZlc2 .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdMGvVZlc2 .item-subtitle {
  text-align: left;
}
.cid-vdMGvVZlc2 .mbr-text,
.cid-vdMGvVZlc2 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdMGvVZlc2 .content-head {
  max-width: 800px;
}
.cid-vdMGvWj2Rb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdMGvWj2Rb .mbr-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMGvWj2Rb .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMGvWj2Rb .mbr-section-title {
  color: #808080;
}
.cid-vdMGvWj2Rb h2 {
  letter-spacing: -0.5px;
}
.cid-vdMGvWzck4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-vdMGvWzck4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMGvWzck4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMGvWzck4 .mbr-description {
  text-align: left;
}
.cid-vdMGvWzck4 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vdMGvWzck4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMGvWzck4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdMGvWzck4 .card-title,
.cid-vdMGvWzck4 .iconfont-wrapper {
  color: #303030;
}
.cid-vdMGvWzck4 .card-text {
  color: #000000;
  line-height: 1.5;
}
.cid-vdMGvWzck4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdMGvWzck4 .mbr-number {
  color: #1c74bb;
}
.cid-vdMGvWzck4 .mbr-text,
.cid-vdMGvWzck4 .mbr-section-btn {
  text-align: center;
}
.cid-vdMGvWzck4 .card-text,
.cid-vdMGvWzck4 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-vdMGvWzck4 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vdMGvWzck4 .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMGvWzck4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMGvWzck4 .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vdMGvWzck4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMGvWzck4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMGvWzck4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdMGvWzck4 .card-title {
  text-align: left;
}
.cid-vdMGvWzck4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdMGvWzck4 .item-content .item-footer {
  margin-top: auto;
}
.cid-vdMGvWzck4 h3 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMGvWSsJh {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMGvWSsJh .mbr-text {
  color: #000000;
}
.cid-vdMGvWSsJh .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdMGvWSsJh .mbr-section-title {
  color: #808080;
  text-align: left;
}
.cid-vdMGvWSsJh h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMGvXdWte {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMGvXdWte h6 {
  line-height: 1.2;
}
.cid-vdMGvXdWte img,
.cid-vdMGvXdWte .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdMGvXdWte .item:focus,
.cid-vdMGvXdWte span:focus {
  outline: none;
}
.cid-vdMGvXdWte .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdMGvXdWte .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdMGvXdWte .mbr-section-title {
  color: #000000;
}
.cid-vdMGvXdWte .mbr-text,
.cid-vdMGvXdWte .mbr-section-btn {
  color: #000000;
}
.cid-vdMGvXdWte .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdMGvXdWte .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMGvXdWte .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdMGvXdWte .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdMGvXdWte .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMGvXzxFS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdMGvXzxFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMGvXzxFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdMGvXzxFS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdMGvXzxFS .container {
    padding: 0 12px;
  }
}
.cid-vdMGvXzxFS .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdMGvXzxFS .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdMGvXzxFS .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdMGvXzxFS .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdMGvXzxFS .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdMGvXzxFS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdMGvXzxFS .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdMGvXzxFS .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdMGvXzxFS .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdMGvXzxFS .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdMGvXzxFS .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdMGvXzxFS .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdMGvXzxFS .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdMGvXzxFS .mbr-section-title {
  color: #ffffff;
}
.cid-vdMGvXzxFS .mbr-text {
  color: #f7f7f7;
}
.cid-vdMGvXzxFS label {
  color: #ffffff;
}
.cid-vdMGvXzxFS .mbr-section-title,
.cid-vdMGvXzxFS .mbr-section-btn {
  color: #ffffff;
}
.cid-vdMGvXzxFS .card-contacts {
  color: #ffffff;
}
.cid-vdMGvXzxFS H3 {
  text-align: center;
}
.cid-vdMGvXzxFS h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMGvXWkzz {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMGvXWkzz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdMGvXWkzz .panel-group {
  border: none;
}
.cid-vdMGvXWkzz .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMGvXWkzz .card-header {
    padding: 0rem;
  }
}
.cid-vdMGvXWkzz .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdMGvXWkzz .img-col {
  padding: 0;
}
.cid-vdMGvXWkzz .img-item {
  height: 100%;
}
.cid-vdMGvXWkzz img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMGvXWkzz .collapsed span {
  transform: rotate(0deg);
}
.cid-vdMGvXWkzz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdMGvXWkzz p {
  margin-bottom: 0.3rem;
}
.cid-vdMGvXWkzz .panel-title-edit {
  color: #000000;
}
.cid-vdMGvXWkzz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdMGvXWkzz .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdMGvXWkzz .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMGvXWkzz .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdMGvXWkzz .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMGvXWkzz .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdMGvXWkzz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMGvXWkzz .panel-title-edit,
.cid-vdMGvXWkzz .mbr-iconfont {
  color: #000000;
}
.cid-vdMGvYfYuD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMGvYfYuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMGvYfYuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMGvYfYuD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMGvYfYuD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMGvYfYuD .row {
    text-align: center;
  }
  .cid-vdMGvYfYuD .row > div {
    margin: auto;
  }
  .cid-vdMGvYfYuD .social-row {
    justify-content: center;
  }
}
.cid-vdMGvYfYuD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMGvYfYuD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMGvYfYuD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMGvYfYuD .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMGvYfYuD .mbr-text {
  color: #ffffff;
}
.cid-vdMGvYfYuD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMGvYfYuD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMGvYfYuD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMGvYfYuD .copyright {
  color: #ffffff;
}
.cid-vdMNGFDhct {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMNGFDhct nav.navbar {
  position: fixed;
}
.cid-vdMNGFDhct .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-vdMNGFDhct .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMNGFDhct .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMNGFDhct .dropdown-item:hover,
.cid-vdMNGFDhct .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMNGFDhct .dropdown-item:hover span {
  color: white;
}
.cid-vdMNGFDhct .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMNGFDhct .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMNGFDhct .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMNGFDhct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMNGFDhct .nav-link {
  position: relative;
}
.cid-vdMNGFDhct .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMNGFDhct .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMNGFDhct .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMNGFDhct .dropdown-menu,
.cid-vdMNGFDhct .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMNGFDhct .nav-item:focus,
.cid-vdMNGFDhct .nav-link:focus {
  outline: none;
}
.cid-vdMNGFDhct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMNGFDhct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMNGFDhct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMNGFDhct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMNGFDhct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMNGFDhct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMNGFDhct .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMNGFDhct .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMNGFDhct .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMNGFDhct .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMNGFDhct .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMNGFDhct .navbar.collapsed {
  justify-content: center;
}
.cid-vdMNGFDhct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMNGFDhct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMNGFDhct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMNGFDhct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMNGFDhct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMNGFDhct .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-vdMNGFDhct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMNGFDhct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMNGFDhct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMNGFDhct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMNGFDhct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMNGFDhct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMNGFDhct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMNGFDhct .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-vdMNGFDhct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMNGFDhct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMNGFDhct .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMNGFDhct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMNGFDhct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMNGFDhct .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMNGFDhct .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMNGFDhct .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMNGFDhct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMNGFDhct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMNGFDhct .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMNGFDhct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMNGFDhct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMNGFDhct .dropdown-item.active,
.cid-vdMNGFDhct .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMNGFDhct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMNGFDhct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMNGFDhct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMNGFDhct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMNGFDhct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMNGFDhct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMNGFDhct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMNGFDhct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMNGFDhct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMNGFDhct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMNGFDhct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMNGFDhct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMNGFDhct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMNGFDhct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMNGFDhct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMNGFDhct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMNGFDhct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMNGFDhct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMNGFDhct .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMNGFDhct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMNGFDhct .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-vdMNGFDhct .navbar {
    height: 70px;
  }
  .cid-vdMNGFDhct .navbar.opened {
    height: auto;
  }
  .cid-vdMNGFDhct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMNGGwXhZ {
  display: flex;
  background-image: url("../../../assets/images/bathroom-placeholder-scaled.webp");
}
.cid-vdMNGGwXhZ .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdMNGGwXhZ {
    align-items: center;
  }
  .cid-vdMNGGwXhZ .row {
    justify-content: flex-start;
  }
  .cid-vdMNGGwXhZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMNGGwXhZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMNGGwXhZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMNGGwXhZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMNGGwXhZ .content-wrap {
    width: 100%;
  }
}
.cid-vdMNGGwXhZ .mbr-section-title,
.cid-vdMNGGwXhZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMNGGwXhZ .mbr-text,
.cid-vdMNGGwXhZ .mbr-section-btn {
  text-align: left;
}
.cid-vdMNGGwXhZ .mbr-section-title {
  text-align: left;
}
.cid-vdMNGGwXhZ h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdMNGGRnaT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdMNGGRnaT .justify-content-center {
  align-items: center;
}
.cid-vdMNGGRnaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNGGRnaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNGGRnaT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdMNGGRnaT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMNGGRnaT .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdMNGGRnaT .content-head {
  max-width: 800px;
}
.cid-vdMNGGRnaT .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMNGHdwCA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMNGHdwCA .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdMNGHdwCA .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMNGHdwCA .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMNGHdwCA h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMNGHdwCA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdMNGHq4k4 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMNGHq4k4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdMNGHq4k4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNGHq4k4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNGHq4k4 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdMNGHq4k4 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNGHq4k4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdMNGHq4k4 .card-title,
.cid-vdMNGHq4k4 .iconfont-wrapper {
  color: #303030;
}
.cid-vdMNGHq4k4 .content-head {
  max-width: 800px;
}
.cid-vdMNGHq4k4 .mbr-section-title {
  color: #000000;
}
.cid-vdMNGHq4k4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdMNGHq4k4 .card-text {
  color: #808080;
}
.cid-vdMNGHq4k4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMNGHq4k4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdMNGHKMO2 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdMNGHKMO2 .mbr-text {
  color: #545454;
}
.cid-vdMNGHKMO2 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMNGHKMO2 .mbr-section-title {
  color: #808080;
}
.cid-vdMNGHKMO2 h2 {
  letter-spacing: -0.5px;
}
.cid-vdMNGHX6zk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdMNGHX6zk img,
.cid-vdMNGHX6zk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMNGHX6zk .item:focus,
.cid-vdMNGHX6zk span:focus {
  outline: none;
}
.cid-vdMNGHX6zk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMNGHX6zk .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMNGHX6zk .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNGHX6zk .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMNGHX6zk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMNGHX6zk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMNGHX6zk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMNGHX6zk .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdMNGHX6zk .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdMNGHX6zk .item-subtitle {
  text-align: left;
}
.cid-vdMNGHX6zk .mbr-text,
.cid-vdMNGHX6zk .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdMNGHX6zk .content-head {
  max-width: 800px;
}
.cid-vdMNGIUlC8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdMNGIUlC8 .mbr-text {
  color: #000000;
}
.cid-vdMNGIUlC8 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMNGIUlC8 .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMNGIUlC8 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN6fl60SN {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN6fl60SN h6 {
  line-height: 1.2;
}
.cid-vdN6fl60SN img,
.cid-vdN6fl60SN .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN6fl60SN .item:focus,
.cid-vdN6fl60SN span:focus {
  outline: none;
}
.cid-vdN6fl60SN .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN6fl60SN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN6fl60SN .mbr-section-title {
  color: #000000;
}
.cid-vdN6fl60SN .mbr-text,
.cid-vdN6fl60SN .mbr-section-btn {
  color: #000000;
}
.cid-vdN6fl60SN .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN6fl60SN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN6fl60SN .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN6fl60SN .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN6fl60SN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMNGJPggn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdMNGJPggn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNGJPggn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdMNGJPggn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdMNGJPggn .container {
    padding: 0 12px;
  }
}
.cid-vdMNGJPggn .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdMNGJPggn .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdMNGJPggn .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdMNGJPggn .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdMNGJPggn .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdMNGJPggn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdMNGJPggn .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdMNGJPggn .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdMNGJPggn .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdMNGJPggn .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdMNGJPggn .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdMNGJPggn .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdMNGJPggn .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdMNGJPggn .mbr-section-title {
  color: #ffffff;
}
.cid-vdMNGJPggn .mbr-text {
  color: #f7f7f7;
}
.cid-vdMNGJPggn label {
  color: #ffffff;
}
.cid-vdMNGJPggn .mbr-section-title,
.cid-vdMNGJPggn .mbr-section-btn {
  color: #ffffff;
}
.cid-vdMNGJPggn .card-contacts {
  color: #ffffff;
}
.cid-vdMNGJPggn H3 {
  text-align: center;
}
.cid-vdMNGJPggn h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMNGKeRll {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMNGKeRll .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdMNGKeRll .panel-group {
  border: none;
}
.cid-vdMNGKeRll .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMNGKeRll .card-header {
    padding: 0rem;
  }
}
.cid-vdMNGKeRll .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdMNGKeRll .img-col {
  padding: 0;
}
.cid-vdMNGKeRll .img-item {
  height: 100%;
}
.cid-vdMNGKeRll img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMNGKeRll .collapsed span {
  transform: rotate(0deg);
}
.cid-vdMNGKeRll .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdMNGKeRll p {
  margin-bottom: 0.3rem;
}
.cid-vdMNGKeRll .panel-title-edit {
  color: #000000;
}
.cid-vdMNGKeRll .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdMNGKeRll .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdMNGKeRll .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNGKeRll .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdMNGKeRll .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMNGKeRll .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdMNGKeRll .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMNGKeRll .panel-title-edit,
.cid-vdMNGKeRll .mbr-iconfont {
  color: #000000;
}
.cid-vdMNGKBfGg {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMNGKBfGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNGKBfGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNGKBfGg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMNGKBfGg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMNGKBfGg .row {
    text-align: center;
  }
  .cid-vdMNGKBfGg .row > div {
    margin: auto;
  }
  .cid-vdMNGKBfGg .social-row {
    justify-content: center;
  }
}
.cid-vdMNGKBfGg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMNGKBfGg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMNGKBfGg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMNGKBfGg .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMNGKBfGg .mbr-text {
  color: #ffffff;
}
.cid-vdMNGKBfGg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMNGKBfGg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMNGKBfGg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMNGKBfGg .copyright {
  color: #ffffff;
}
.cid-vdMNQcr3Lg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMNQcr3Lg nav.navbar {
  position: fixed;
}
.cid-vdMNQcr3Lg .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-vdMNQcr3Lg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMNQcr3Lg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMNQcr3Lg .dropdown-item:hover,
.cid-vdMNQcr3Lg .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMNQcr3Lg .dropdown-item:hover span {
  color: white;
}
.cid-vdMNQcr3Lg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMNQcr3Lg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMNQcr3Lg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMNQcr3Lg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMNQcr3Lg .nav-link {
  position: relative;
}
.cid-vdMNQcr3Lg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMNQcr3Lg .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMNQcr3Lg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMNQcr3Lg .dropdown-menu,
.cid-vdMNQcr3Lg .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMNQcr3Lg .nav-item:focus,
.cid-vdMNQcr3Lg .nav-link:focus {
  outline: none;
}
.cid-vdMNQcr3Lg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMNQcr3Lg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMNQcr3Lg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMNQcr3Lg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMNQcr3Lg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMNQcr3Lg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMNQcr3Lg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMNQcr3Lg .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMNQcr3Lg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMNQcr3Lg .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMNQcr3Lg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMNQcr3Lg .navbar.collapsed {
  justify-content: center;
}
.cid-vdMNQcr3Lg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMNQcr3Lg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMNQcr3Lg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMNQcr3Lg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMNQcr3Lg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMNQcr3Lg .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-vdMNQcr3Lg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMNQcr3Lg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMNQcr3Lg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMNQcr3Lg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMNQcr3Lg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMNQcr3Lg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMNQcr3Lg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMNQcr3Lg .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-vdMNQcr3Lg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMNQcr3Lg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMNQcr3Lg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMNQcr3Lg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMNQcr3Lg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMNQcr3Lg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMNQcr3Lg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMNQcr3Lg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMNQcr3Lg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMNQcr3Lg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMNQcr3Lg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMNQcr3Lg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMNQcr3Lg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMNQcr3Lg .dropdown-item.active,
.cid-vdMNQcr3Lg .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMNQcr3Lg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMNQcr3Lg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMNQcr3Lg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMNQcr3Lg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMNQcr3Lg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMNQcr3Lg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMNQcr3Lg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMNQcr3Lg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMNQcr3Lg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMNQcr3Lg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMNQcr3Lg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMNQcr3Lg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMNQcr3Lg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMNQcr3Lg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMNQcr3Lg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMNQcr3Lg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMNQcr3Lg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMNQcr3Lg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMNQcr3Lg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMNQcr3Lg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMNQcr3Lg .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-vdMNQcr3Lg .navbar {
    height: 70px;
  }
  .cid-vdMNQcr3Lg .navbar.opened {
    height: auto;
  }
  .cid-vdMNQcr3Lg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMNQdoLwl {
  display: flex;
  background-image: url("../../../assets/images/shower.webp");
}
.cid-vdMNQdoLwl .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdMNQdoLwl {
    align-items: center;
  }
  .cid-vdMNQdoLwl .row {
    justify-content: flex-start;
  }
  .cid-vdMNQdoLwl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMNQdoLwl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMNQdoLwl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMNQdoLwl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMNQdoLwl .content-wrap {
    width: 100%;
  }
}
.cid-vdMNQdoLwl .mbr-section-title,
.cid-vdMNQdoLwl .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMNQdoLwl .mbr-text,
.cid-vdMNQdoLwl .mbr-section-btn {
  text-align: left;
}
.cid-vdMNQdoLwl .mbr-section-title {
  text-align: left;
}
.cid-vdMNQdoLwl h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdMNQdIWvX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdMNQdIWvX .justify-content-center {
  align-items: center;
}
.cid-vdMNQdIWvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNQdIWvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNQdIWvX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdMNQdIWvX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMNQdIWvX .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdMNQdIWvX .content-head {
  max-width: 800px;
}
.cid-vdMNQdIWvX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdMNQe4L6X {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMNQe4L6X .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdMNQe4L6X .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMNQe4L6X .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMNQe4L6X h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMNQe4L6X .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdMNQehRC6 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMNQehRC6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdMNQehRC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNQehRC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNQehRC6 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdMNQehRC6 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNQehRC6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdMNQehRC6 .card-title,
.cid-vdMNQehRC6 .iconfont-wrapper {
  color: #303030;
}
.cid-vdMNQehRC6 .content-head {
  max-width: 800px;
}
.cid-vdMNQehRC6 .mbr-section-title {
  color: #000000;
}
.cid-vdMNQehRC6 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdMNQehRC6 .card-text {
  color: #808080;
}
.cid-vdMNQehRC6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMNQehRC6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdMNQeG4po {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdMNQeG4po .mbr-text {
  color: #545454;
}
.cid-vdMNQeG4po .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdMNQeG4po .mbr-section-title {
  color: #808080;
}
.cid-vdMNQeG4po h2 {
  letter-spacing: -0.5px;
}
.cid-vdMNQeW6uR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdMNQeW6uR img,
.cid-vdMNQeW6uR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMNQeW6uR .item:focus,
.cid-vdMNQeW6uR span:focus {
  outline: none;
}
.cid-vdMNQeW6uR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMNQeW6uR .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMNQeW6uR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNQeW6uR .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMNQeW6uR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMNQeW6uR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMNQeW6uR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMNQeW6uR .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdMNQeW6uR .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdMNQeW6uR .item-subtitle {
  text-align: left;
}
.cid-vdMNQeW6uR .mbr-text,
.cid-vdMNQeW6uR .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdMNQeW6uR .content-head {
  max-width: 800px;
}
.cid-vdMNQfQzka {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdMNQfQzka .mbr-text {
  color: #000000;
}
.cid-vdMNQfQzka .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdMNQfQzka .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdMNQfQzka h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN6LgsgCI {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN6LgsgCI h6 {
  line-height: 1.2;
}
.cid-vdN6LgsgCI img,
.cid-vdN6LgsgCI .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN6LgsgCI .item:focus,
.cid-vdN6LgsgCI span:focus {
  outline: none;
}
.cid-vdN6LgsgCI .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN6LgsgCI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN6LgsgCI .mbr-section-title {
  color: #000000;
}
.cid-vdN6LgsgCI .mbr-text,
.cid-vdN6LgsgCI .mbr-section-btn {
  color: #000000;
}
.cid-vdN6LgsgCI .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN6LgsgCI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN6LgsgCI .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN6LgsgCI .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN6LgsgCI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMNQgP3tz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdMNQgP3tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNQgP3tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdMNQgP3tz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdMNQgP3tz .container {
    padding: 0 12px;
  }
}
.cid-vdMNQgP3tz .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdMNQgP3tz .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdMNQgP3tz .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdMNQgP3tz .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdMNQgP3tz .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdMNQgP3tz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdMNQgP3tz .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdMNQgP3tz .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdMNQgP3tz .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdMNQgP3tz .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdMNQgP3tz .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdMNQgP3tz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdMNQgP3tz .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdMNQgP3tz .mbr-section-title {
  color: #ffffff;
}
.cid-vdMNQgP3tz .mbr-text {
  color: #f7f7f7;
}
.cid-vdMNQgP3tz label {
  color: #ffffff;
}
.cid-vdMNQgP3tz .mbr-section-title,
.cid-vdMNQgP3tz .mbr-section-btn {
  color: #ffffff;
}
.cid-vdMNQgP3tz .card-contacts {
  color: #ffffff;
}
.cid-vdMNQgP3tz H3 {
  text-align: center;
}
.cid-vdMNQgP3tz h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdMNQheEQc {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMNQheEQc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdMNQheEQc .panel-group {
  border: none;
}
.cid-vdMNQheEQc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdMNQheEQc .card-header {
    padding: 0rem;
  }
}
.cid-vdMNQheEQc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdMNQheEQc .img-col {
  padding: 0;
}
.cid-vdMNQheEQc .img-item {
  height: 100%;
}
.cid-vdMNQheEQc img {
  height: 100%;
  object-fit: cover;
}
.cid-vdMNQheEQc .collapsed span {
  transform: rotate(0deg);
}
.cid-vdMNQheEQc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdMNQheEQc p {
  margin-bottom: 0.3rem;
}
.cid-vdMNQheEQc .panel-title-edit {
  color: #000000;
}
.cid-vdMNQheEQc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdMNQheEQc .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdMNQheEQc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMNQheEQc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdMNQheEQc .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdMNQheEQc .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdMNQheEQc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMNQheEQc .panel-title-edit,
.cid-vdMNQheEQc .mbr-iconfont {
  color: #000000;
}
.cid-vdMNQhybJP {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMNQhybJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMNQhybJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMNQhybJP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMNQhybJP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMNQhybJP .row {
    text-align: center;
  }
  .cid-vdMNQhybJP .row > div {
    margin: auto;
  }
  .cid-vdMNQhybJP .social-row {
    justify-content: center;
  }
}
.cid-vdMNQhybJP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMNQhybJP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMNQhybJP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMNQhybJP .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMNQhybJP .mbr-text {
  color: #ffffff;
}
.cid-vdMNQhybJP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMNQhybJP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMNQhybJP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMNQhybJP .copyright {
  color: #ffffff;
}
.cid-vdMOB7QB6v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMOB7QB6v nav.navbar {
  position: fixed;
}
.cid-vdMOB7QB6v .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-vdMOB7QB6v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMOB7QB6v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMOB7QB6v .dropdown-item:hover,
.cid-vdMOB7QB6v .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMOB7QB6v .dropdown-item:hover span {
  color: white;
}
.cid-vdMOB7QB6v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMOB7QB6v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMOB7QB6v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMOB7QB6v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMOB7QB6v .nav-link {
  position: relative;
}
.cid-vdMOB7QB6v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMOB7QB6v .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMOB7QB6v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMOB7QB6v .dropdown-menu,
.cid-vdMOB7QB6v .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMOB7QB6v .nav-item:focus,
.cid-vdMOB7QB6v .nav-link:focus {
  outline: none;
}
.cid-vdMOB7QB6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMOB7QB6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMOB7QB6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMOB7QB6v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMOB7QB6v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMOB7QB6v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMOB7QB6v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMOB7QB6v .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMOB7QB6v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMOB7QB6v .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMOB7QB6v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMOB7QB6v .navbar.collapsed {
  justify-content: center;
}
.cid-vdMOB7QB6v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMOB7QB6v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMOB7QB6v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMOB7QB6v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMOB7QB6v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMOB7QB6v .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-vdMOB7QB6v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMOB7QB6v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMOB7QB6v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMOB7QB6v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMOB7QB6v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMOB7QB6v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMOB7QB6v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMOB7QB6v .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-vdMOB7QB6v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMOB7QB6v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMOB7QB6v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMOB7QB6v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMOB7QB6v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMOB7QB6v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMOB7QB6v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMOB7QB6v .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMOB7QB6v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMOB7QB6v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMOB7QB6v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMOB7QB6v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMOB7QB6v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMOB7QB6v .dropdown-item.active,
.cid-vdMOB7QB6v .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMOB7QB6v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMOB7QB6v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMOB7QB6v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMOB7QB6v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMOB7QB6v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMOB7QB6v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMOB7QB6v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMOB7QB6v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMOB7QB6v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMOB7QB6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMOB7QB6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMOB7QB6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMOB7QB6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMOB7QB6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMOB7QB6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMOB7QB6v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMOB7QB6v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMOB7QB6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMOB7QB6v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMOB7QB6v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMOB7QB6v .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-vdMOB7QB6v .navbar {
    height: 70px;
  }
  .cid-vdMOB7QB6v .navbar.opened {
    height: auto;
  }
  .cid-vdMOB7QB6v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMOB8Z8KL {
  display: flex;
  background-image: url("../../../assets/images/shutterstock-2536797129.webp");
}
.cid-vdMOB8Z8KL .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdMOB8Z8KL {
    align-items: center;
  }
  .cid-vdMOB8Z8KL .row {
    justify-content: flex-start;
  }
  .cid-vdMOB8Z8KL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMOB8Z8KL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMOB8Z8KL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMOB8Z8KL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMOB8Z8KL .content-wrap {
    width: 100%;
  }
}
.cid-vdMOB8Z8KL .mbr-section-title,
.cid-vdMOB8Z8KL .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMOB8Z8KL .mbr-text,
.cid-vdMOB8Z8KL .mbr-section-btn {
  text-align: left;
}
.cid-vdMOB8Z8KL .mbr-section-title {
  text-align: left;
}
.cid-vdMOB8Z8KL h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdMPfKQf36 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMPfKQf36 img,
.cid-vdMPfKQf36 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdMPfKQf36 .item:focus,
.cid-vdMPfKQf36 span:focus {
  outline: none;
}
.cid-vdMPfKQf36 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdMPfKQf36 .item {
    margin-bottom: 1rem;
  }
}
.cid-vdMPfKQf36 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdMPfKQf36 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMPfKQf36 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdMPfKQf36 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdMPfKQf36 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdMPfKQf36 .mbr-section-title {
  color: #000000;
}
.cid-vdMPfKQf36 .item-title {
  text-align: left;
  color: #545454;
}
.cid-vdMPfKQf36 .item-subtitle {
  text-align: left;
}
.cid-vdMPfKQf36 .mbr-text,
.cid-vdMPfKQf36 .item .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-vdMPfKQf36 .content-head {
  max-width: 800px;
}
.cid-vdMOBdsNRT {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMOBdsNRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMOBdsNRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMOBdsNRT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMOBdsNRT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMOBdsNRT .row {
    text-align: center;
  }
  .cid-vdMOBdsNRT .row > div {
    margin: auto;
  }
  .cid-vdMOBdsNRT .social-row {
    justify-content: center;
  }
}
.cid-vdMOBdsNRT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMOBdsNRT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMOBdsNRT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMOBdsNRT .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMOBdsNRT .mbr-text {
  color: #ffffff;
}
.cid-vdMOBdsNRT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMOBdsNRT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMOBdsNRT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMOBdsNRT .copyright {
  color: #ffffff;
}
.cid-vdMQTmsW6d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdMQTmsW6d nav.navbar {
  position: fixed;
}
.cid-vdMQTmsW6d .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-vdMQTmsW6d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdMQTmsW6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdMQTmsW6d .dropdown-item:hover,
.cid-vdMQTmsW6d .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdMQTmsW6d .dropdown-item:hover span {
  color: white;
}
.cid-vdMQTmsW6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdMQTmsW6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdMQTmsW6d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdMQTmsW6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdMQTmsW6d .nav-link {
  position: relative;
}
.cid-vdMQTmsW6d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdMQTmsW6d .container {
    flex-wrap: nowrap;
  }
}
.cid-vdMQTmsW6d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdMQTmsW6d .dropdown-menu,
.cid-vdMQTmsW6d .navbar.opened {
  background: #ffffff !important;
}
.cid-vdMQTmsW6d .nav-item:focus,
.cid-vdMQTmsW6d .nav-link:focus {
  outline: none;
}
.cid-vdMQTmsW6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdMQTmsW6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdMQTmsW6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdMQTmsW6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdMQTmsW6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdMQTmsW6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdMQTmsW6d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdMQTmsW6d .navbar.opened {
  transition: all 0.3s;
}
.cid-vdMQTmsW6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdMQTmsW6d .navbar .navbar-logo img {
  width: auto;
}
.cid-vdMQTmsW6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdMQTmsW6d .navbar.collapsed {
  justify-content: center;
}
.cid-vdMQTmsW6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdMQTmsW6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdMQTmsW6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdMQTmsW6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdMQTmsW6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdMQTmsW6d .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-vdMQTmsW6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdMQTmsW6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdMQTmsW6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdMQTmsW6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdMQTmsW6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdMQTmsW6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdMQTmsW6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdMQTmsW6d .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-vdMQTmsW6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdMQTmsW6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdMQTmsW6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdMQTmsW6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdMQTmsW6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdMQTmsW6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdMQTmsW6d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdMQTmsW6d .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdMQTmsW6d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdMQTmsW6d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdMQTmsW6d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdMQTmsW6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdMQTmsW6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdMQTmsW6d .dropdown-item.active,
.cid-vdMQTmsW6d .dropdown-item:active {
  background-color: transparent;
}
.cid-vdMQTmsW6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdMQTmsW6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdMQTmsW6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdMQTmsW6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdMQTmsW6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdMQTmsW6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdMQTmsW6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdMQTmsW6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdMQTmsW6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdMQTmsW6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdMQTmsW6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdMQTmsW6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMQTmsW6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdMQTmsW6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdMQTmsW6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMQTmsW6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdMQTmsW6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdMQTmsW6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdMQTmsW6d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdMQTmsW6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdMQTmsW6d .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-vdMQTmsW6d .navbar {
    height: 70px;
  }
  .cid-vdMQTmsW6d .navbar.opened {
    height: auto;
  }
  .cid-vdMQTmsW6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdMQTnyhKh {
  display: flex;
  background-image: url("../../../assets/images/hand-washing-4818792-1920-1.webp");
}
.cid-vdMQTnyhKh .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vdMQTnyhKh {
    align-items: center;
  }
  .cid-vdMQTnyhKh .row {
    justify-content: flex-start;
  }
  .cid-vdMQTnyhKh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdMQTnyhKh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdMQTnyhKh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdMQTnyhKh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdMQTnyhKh .content-wrap {
    width: 100%;
  }
}
.cid-vdMQTnyhKh .mbr-section-title,
.cid-vdMQTnyhKh .mbr-section-subtitle {
  text-align: center;
}
.cid-vdMQTnyhKh .mbr-text,
.cid-vdMQTnyhKh .mbr-section-btn {
  text-align: left;
}
.cid-vdMQTnyhKh .mbr-section-title {
  text-align: left;
}
.cid-vdMQTnyhKh h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdMReYwJAT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMReYwJAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMReYwJAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdMReYwJAT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMReYwJAT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdMReYwJAT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMReYwJAT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdMReYwJAT .mbr-section-title {
  color: #000000;
}
.cid-vdMReYwJAT .mbr-text,
.cid-vdMReYwJAT .mbr-section-btn {
  color: #000000;
}
.cid-vdMRjaCWFz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMRjaCWFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMRjaCWFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMRjaCWFz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vdMRjaCWFz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMRjaCWFz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdMRjaCWFz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMRjaCWFz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdMRjaCWFz .mbr-section-title {
  color: #000000;
}
.cid-vdMRjaCWFz .mbr-text,
.cid-vdMRjaCWFz .mbr-section-btn {
  color: #000000;
}
.cid-vdMRmvYtmT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMRmvYtmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMRmvYtmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdMRmvYtmT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMRmvYtmT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdMRmvYtmT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMRmvYtmT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdMRmvYtmT .mbr-section-title {
  color: #000000;
}
.cid-vdMRmvYtmT .mbr-text,
.cid-vdMRmvYtmT .mbr-section-btn {
  color: #000000;
}
.cid-vdMRxPtAZH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMRxPtAZH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vdMRxPtAZH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vdMRxPtAZH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c74bb;
  background-color: #1c74bb;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vdMRqXxTty {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdMRqXxTty .mbr-text {
  color: #000000;
}
.cid-vdMRqXxTty .mbr-section-subtitle {
  color: #000000;
}
.cid-vdMRqXxTty .mbr-section-title {
  color: #000000;
}
.cid-vdMSj4Fxd4 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdMSj4Fxd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMSj4Fxd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMSj4Fxd4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vdMSj4Fxd4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdMSj4Fxd4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdMSj4Fxd4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMSj4Fxd4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdMSj4Fxd4 .mbr-section-title {
  color: #000000;
}
.cid-vdMSj4Fxd4 .mbr-text,
.cid-vdMSj4Fxd4 .mbr-section-btn {
  color: #000000;
}
.cid-vdMQTp39KJ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdMQTp39KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMQTp39KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMQTp39KJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdMQTp39KJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdMQTp39KJ .row {
    text-align: center;
  }
  .cid-vdMQTp39KJ .row > div {
    margin: auto;
  }
  .cid-vdMQTp39KJ .social-row {
    justify-content: center;
  }
}
.cid-vdMQTp39KJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdMQTp39KJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdMQTp39KJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdMQTp39KJ .list {
    margin-bottom: 0rem;
  }
}
.cid-vdMQTp39KJ .mbr-text {
  color: #ffffff;
}
.cid-vdMQTp39KJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdMQTp39KJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdMQTp39KJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdMQTp39KJ .copyright {
  color: #ffffff;
}
.cid-vdN6TZtNkl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdN6TZtNkl nav.navbar {
  position: fixed;
}
.cid-vdN6TZtNkl .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-vdN6TZtNkl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdN6TZtNkl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdN6TZtNkl .dropdown-item:hover,
.cid-vdN6TZtNkl .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdN6TZtNkl .dropdown-item:hover span {
  color: white;
}
.cid-vdN6TZtNkl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdN6TZtNkl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdN6TZtNkl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdN6TZtNkl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdN6TZtNkl .nav-link {
  position: relative;
}
.cid-vdN6TZtNkl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdN6TZtNkl .container {
    flex-wrap: nowrap;
  }
}
.cid-vdN6TZtNkl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdN6TZtNkl .dropdown-menu,
.cid-vdN6TZtNkl .navbar.opened {
  background: #ffffff !important;
}
.cid-vdN6TZtNkl .nav-item:focus,
.cid-vdN6TZtNkl .nav-link:focus {
  outline: none;
}
.cid-vdN6TZtNkl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdN6TZtNkl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdN6TZtNkl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdN6TZtNkl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdN6TZtNkl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdN6TZtNkl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdN6TZtNkl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdN6TZtNkl .navbar.opened {
  transition: all 0.3s;
}
.cid-vdN6TZtNkl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdN6TZtNkl .navbar .navbar-logo img {
  width: auto;
}
.cid-vdN6TZtNkl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdN6TZtNkl .navbar.collapsed {
  justify-content: center;
}
.cid-vdN6TZtNkl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdN6TZtNkl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdN6TZtNkl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdN6TZtNkl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdN6TZtNkl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdN6TZtNkl .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-vdN6TZtNkl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdN6TZtNkl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdN6TZtNkl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdN6TZtNkl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdN6TZtNkl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdN6TZtNkl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdN6TZtNkl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdN6TZtNkl .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-vdN6TZtNkl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdN6TZtNkl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdN6TZtNkl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdN6TZtNkl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdN6TZtNkl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdN6TZtNkl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdN6TZtNkl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdN6TZtNkl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdN6TZtNkl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdN6TZtNkl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdN6TZtNkl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdN6TZtNkl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdN6TZtNkl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdN6TZtNkl .dropdown-item.active,
.cid-vdN6TZtNkl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdN6TZtNkl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdN6TZtNkl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdN6TZtNkl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdN6TZtNkl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdN6TZtNkl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdN6TZtNkl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdN6TZtNkl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdN6TZtNkl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdN6TZtNkl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdN6TZtNkl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdN6TZtNkl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdN6TZtNkl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdN6TZtNkl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdN6TZtNkl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdN6TZtNkl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdN6TZtNkl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdN6TZtNkl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdN6TZtNkl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdN6TZtNkl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdN6TZtNkl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdN6TZtNkl .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-vdN6TZtNkl .navbar {
    height: 70px;
  }
  .cid-vdN6TZtNkl .navbar.opened {
    height: auto;
  }
  .cid-vdN6TZtNkl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdN6U0tDzK {
  display: flex;
  background-image: url("../../../assets/images/shutterstock-2536797129.webp");
}
.cid-vdN6U0tDzK .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdN6U0tDzK {
    align-items: center;
  }
  .cid-vdN6U0tDzK .row {
    justify-content: flex-start;
  }
  .cid-vdN6U0tDzK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdN6U0tDzK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdN6U0tDzK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdN6U0tDzK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdN6U0tDzK .content-wrap {
    width: 100%;
  }
}
.cid-vdN6U0tDzK .mbr-section-title,
.cid-vdN6U0tDzK .mbr-section-subtitle {
  text-align: center;
}
.cid-vdN6U0tDzK .mbr-text,
.cid-vdN6U0tDzK .mbr-section-btn {
  text-align: left;
}
.cid-vdN6U0tDzK .mbr-section-title {
  text-align: left;
}
.cid-vdN6U0tDzK h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdN6U0L2Cs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdN6U0L2Cs .justify-content-center {
  align-items: center;
}
.cid-vdN6U0L2Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN6U0L2Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN6U0L2Cs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdN6U0L2Cs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdN6U0L2Cs .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdN6U0L2Cs .content-head {
  max-width: 800px;
}
.cid-vdN6U0L2Cs .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdN6U18oC4 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdN6U18oC4 .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdN6U18oC4 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdN6U18oC4 .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdN6U18oC4 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN6U18oC4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdN6U1kswH {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN6U1kswH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdN6U1kswH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN6U1kswH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN6U1kswH .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdN6U1kswH .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN6U1kswH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdN6U1kswH .card-title,
.cid-vdN6U1kswH .iconfont-wrapper {
  color: #303030;
}
.cid-vdN6U1kswH .content-head {
  max-width: 800px;
}
.cid-vdN6U1kswH .mbr-section-title {
  color: #000000;
}
.cid-vdN6U1kswH .mbr-section-subtitle {
  color: #000000;
}
.cid-vdN6U1kswH .card-text {
  color: #808080;
}
.cid-vdN6U1kswH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdN6U1kswH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdN6U1FZk9 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdN6U1FZk9 .mbr-text {
  color: #545454;
}
.cid-vdN6U1FZk9 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdN6U1FZk9 .mbr-section-title {
  color: #808080;
}
.cid-vdN6U1FZk9 h2 {
  letter-spacing: -0.5px;
}
.cid-vdN6U1T59t {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdN6U1T59t img,
.cid-vdN6U1T59t .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdN6U1T59t .item:focus,
.cid-vdN6U1T59t span:focus {
  outline: none;
}
.cid-vdN6U1T59t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdN6U1T59t .item {
    margin-bottom: 1rem;
  }
}
.cid-vdN6U1T59t .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN6U1T59t .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdN6U1T59t .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdN6U1T59t .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdN6U1T59t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdN6U1T59t .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdN6U1T59t .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdN6U1T59t .item-subtitle {
  text-align: left;
}
.cid-vdN6U1T59t .mbr-text,
.cid-vdN6U1T59t .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdN6U1T59t .content-head {
  max-width: 800px;
}
.cid-vdN6U2Tygq {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdN6U2Tygq .mbr-text {
  color: #000000;
}
.cid-vdN6U2Tygq .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdN6U2Tygq .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdN6U2Tygq h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN6U3bXwf {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN6U3bXwf h6 {
  line-height: 1.2;
}
.cid-vdN6U3bXwf img,
.cid-vdN6U3bXwf .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN6U3bXwf .item:focus,
.cid-vdN6U3bXwf span:focus {
  outline: none;
}
.cid-vdN6U3bXwf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN6U3bXwf .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN6U3bXwf .mbr-section-title {
  color: #000000;
}
.cid-vdN6U3bXwf .mbr-text,
.cid-vdN6U3bXwf .mbr-section-btn {
  color: #000000;
}
.cid-vdN6U3bXwf .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN6U3bXwf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN6U3bXwf .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN6U3bXwf .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN6U3bXwf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdN6U3FdGg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdN6U3FdGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN6U3FdGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdN6U3FdGg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdN6U3FdGg .container {
    padding: 0 12px;
  }
}
.cid-vdN6U3FdGg .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdN6U3FdGg .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdN6U3FdGg .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdN6U3FdGg .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdN6U3FdGg .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdN6U3FdGg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdN6U3FdGg .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdN6U3FdGg .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdN6U3FdGg .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdN6U3FdGg .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdN6U3FdGg .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdN6U3FdGg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdN6U3FdGg .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdN6U3FdGg .mbr-section-title {
  color: #ffffff;
}
.cid-vdN6U3FdGg .mbr-text {
  color: #f7f7f7;
}
.cid-vdN6U3FdGg label {
  color: #ffffff;
}
.cid-vdN6U3FdGg .mbr-section-title,
.cid-vdN6U3FdGg .mbr-section-btn {
  color: #ffffff;
}
.cid-vdN6U3FdGg .card-contacts {
  color: #ffffff;
}
.cid-vdN6U3FdGg H3 {
  text-align: center;
}
.cid-vdN6U3FdGg h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdN6U44gwG {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdN6U44gwG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdN6U44gwG .panel-group {
  border: none;
}
.cid-vdN6U44gwG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdN6U44gwG .card-header {
    padding: 0rem;
  }
}
.cid-vdN6U44gwG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdN6U44gwG .img-col {
  padding: 0;
}
.cid-vdN6U44gwG .img-item {
  height: 100%;
}
.cid-vdN6U44gwG img {
  height: 100%;
  object-fit: cover;
}
.cid-vdN6U44gwG .collapsed span {
  transform: rotate(0deg);
}
.cid-vdN6U44gwG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdN6U44gwG p {
  margin-bottom: 0.3rem;
}
.cid-vdN6U44gwG .panel-title-edit {
  color: #000000;
}
.cid-vdN6U44gwG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdN6U44gwG .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdN6U44gwG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN6U44gwG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdN6U44gwG .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdN6U44gwG .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdN6U44gwG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN6U44gwG .panel-title-edit,
.cid-vdN6U44gwG .mbr-iconfont {
  color: #000000;
}
.cid-vdN6U4o7kK {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdN6U4o7kK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN6U4o7kK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN6U4o7kK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdN6U4o7kK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdN6U4o7kK .row {
    text-align: center;
  }
  .cid-vdN6U4o7kK .row > div {
    margin: auto;
  }
  .cid-vdN6U4o7kK .social-row {
    justify-content: center;
  }
}
.cid-vdN6U4o7kK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdN6U4o7kK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdN6U4o7kK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdN6U4o7kK .list {
    margin-bottom: 0rem;
  }
}
.cid-vdN6U4o7kK .mbr-text {
  color: #ffffff;
}
.cid-vdN6U4o7kK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdN6U4o7kK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdN6U4o7kK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdN6U4o7kK .copyright {
  color: #ffffff;
}
.cid-vdN73olMPl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdN73olMPl nav.navbar {
  position: fixed;
}
.cid-vdN73olMPl .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-vdN73olMPl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdN73olMPl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdN73olMPl .dropdown-item:hover,
.cid-vdN73olMPl .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdN73olMPl .dropdown-item:hover span {
  color: white;
}
.cid-vdN73olMPl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdN73olMPl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdN73olMPl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdN73olMPl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdN73olMPl .nav-link {
  position: relative;
}
.cid-vdN73olMPl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdN73olMPl .container {
    flex-wrap: nowrap;
  }
}
.cid-vdN73olMPl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdN73olMPl .dropdown-menu,
.cid-vdN73olMPl .navbar.opened {
  background: #ffffff !important;
}
.cid-vdN73olMPl .nav-item:focus,
.cid-vdN73olMPl .nav-link:focus {
  outline: none;
}
.cid-vdN73olMPl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdN73olMPl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdN73olMPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdN73olMPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdN73olMPl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdN73olMPl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdN73olMPl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdN73olMPl .navbar.opened {
  transition: all 0.3s;
}
.cid-vdN73olMPl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdN73olMPl .navbar .navbar-logo img {
  width: auto;
}
.cid-vdN73olMPl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdN73olMPl .navbar.collapsed {
  justify-content: center;
}
.cid-vdN73olMPl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdN73olMPl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdN73olMPl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdN73olMPl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdN73olMPl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdN73olMPl .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-vdN73olMPl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdN73olMPl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdN73olMPl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdN73olMPl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdN73olMPl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdN73olMPl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdN73olMPl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdN73olMPl .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-vdN73olMPl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdN73olMPl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdN73olMPl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdN73olMPl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdN73olMPl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdN73olMPl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdN73olMPl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdN73olMPl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdN73olMPl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdN73olMPl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdN73olMPl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdN73olMPl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdN73olMPl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdN73olMPl .dropdown-item.active,
.cid-vdN73olMPl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdN73olMPl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdN73olMPl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdN73olMPl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdN73olMPl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdN73olMPl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdN73olMPl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdN73olMPl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdN73olMPl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdN73olMPl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdN73olMPl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdN73olMPl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdN73olMPl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdN73olMPl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdN73olMPl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdN73olMPl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdN73olMPl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdN73olMPl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdN73olMPl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdN73olMPl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdN73olMPl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdN73olMPl .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-vdN73olMPl .navbar {
    height: 70px;
  }
  .cid-vdN73olMPl .navbar.opened {
    height: auto;
  }
  .cid-vdN73olMPl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdN73p9muO {
  display: flex;
  background-image: url("../../../assets/images/banner-walkin-bathtubs.webp");
}
.cid-vdN73p9muO .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdN73p9muO {
    align-items: center;
  }
  .cid-vdN73p9muO .row {
    justify-content: flex-start;
  }
  .cid-vdN73p9muO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdN73p9muO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdN73p9muO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdN73p9muO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdN73p9muO .content-wrap {
    width: 100%;
  }
}
.cid-vdN73p9muO .mbr-section-title,
.cid-vdN73p9muO .mbr-section-subtitle {
  text-align: center;
}
.cid-vdN73p9muO .mbr-text,
.cid-vdN73p9muO .mbr-section-btn {
  text-align: left;
}
.cid-vdN73p9muO .mbr-section-title {
  text-align: left;
}
.cid-vdN73p9muO h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vdN73pqQJ8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdN73pqQJ8 .justify-content-center {
  align-items: center;
}
.cid-vdN73pqQJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN73pqQJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN73pqQJ8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdN73pqQJ8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdN73pqQJ8 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdN73pqQJ8 .content-head {
  max-width: 800px;
}
.cid-vdN73pqQJ8 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdN73pJjUC {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdN73pJjUC .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdN73pJjUC .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdN73pJjUC .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdN73pJjUC h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN73pJjUC .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdN73pWQFX {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN73pWQFX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vdN73pWQFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN73pWQFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN73pWQFX .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdN73pWQFX .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN73pWQFX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdN73pWQFX .card-title,
.cid-vdN73pWQFX .iconfont-wrapper {
  color: #303030;
}
.cid-vdN73pWQFX .content-head {
  max-width: 800px;
}
.cid-vdN73pWQFX .mbr-section-title {
  color: #000000;
}
.cid-vdN73pWQFX .mbr-section-subtitle {
  color: #000000;
}
.cid-vdN73pWQFX .card-text {
  color: #808080;
}
.cid-vdN73pWQFX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdN73pWQFX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdN73qg70E {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vdN73qg70E .mbr-text {
  color: #545454;
}
.cid-vdN73qg70E .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdN73qg70E .mbr-section-title {
  color: #808080;
}
.cid-vdN73qg70E h2 {
  letter-spacing: -0.5px;
}
.cid-vdN73qurgQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vdN73qurgQ img,
.cid-vdN73qurgQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdN73qurgQ .item:focus,
.cid-vdN73qurgQ span:focus {
  outline: none;
}
.cid-vdN73qurgQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdN73qurgQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vdN73qurgQ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN73qurgQ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdN73qurgQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdN73qurgQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdN73qurgQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdN73qurgQ .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdN73qurgQ .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdN73qurgQ .item-subtitle {
  text-align: left;
}
.cid-vdN73qurgQ .mbr-text,
.cid-vdN73qurgQ .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdN73qurgQ .content-head {
  max-width: 800px;
}
.cid-vdN73rn15b {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdN73rn15b .mbr-text {
  color: #000000;
}
.cid-vdN73rn15b .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdN73rn15b .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdN73rn15b h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdN73rFVSS {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdN73rFVSS h6 {
  line-height: 1.2;
}
.cid-vdN73rFVSS img,
.cid-vdN73rFVSS .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdN73rFVSS .item:focus,
.cid-vdN73rFVSS span:focus {
  outline: none;
}
.cid-vdN73rFVSS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdN73rFVSS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdN73rFVSS .mbr-section-title {
  color: #000000;
}
.cid-vdN73rFVSS .mbr-text,
.cid-vdN73rFVSS .mbr-section-btn {
  color: #000000;
}
.cid-vdN73rFVSS .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdN73rFVSS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN73rFVSS .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdN73rFVSS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdN73rFVSS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdN73rYHWT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vdN73rYHWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN73rYHWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdN73rYHWT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdN73rYHWT .container {
    padding: 0 12px;
  }
}
.cid-vdN73rYHWT .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdN73rYHWT .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdN73rYHWT .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdN73rYHWT .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdN73rYHWT .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdN73rYHWT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdN73rYHWT .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdN73rYHWT .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdN73rYHWT .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdN73rYHWT .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdN73rYHWT .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdN73rYHWT .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdN73rYHWT .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdN73rYHWT .mbr-section-title {
  color: #ffffff;
}
.cid-vdN73rYHWT .mbr-text {
  color: #f7f7f7;
}
.cid-vdN73rYHWT label {
  color: #ffffff;
}
.cid-vdN73rYHWT .mbr-section-title,
.cid-vdN73rYHWT .mbr-section-btn {
  color: #ffffff;
}
.cid-vdN73rYHWT .card-contacts {
  color: #ffffff;
}
.cid-vdN73rYHWT H3 {
  text-align: center;
}
.cid-vdN73rYHWT h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdN73smt0X {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdN73smt0X .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdN73smt0X .panel-group {
  border: none;
}
.cid-vdN73smt0X .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdN73smt0X .card-header {
    padding: 0rem;
  }
}
.cid-vdN73smt0X .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdN73smt0X .img-col {
  padding: 0;
}
.cid-vdN73smt0X .img-item {
  height: 100%;
}
.cid-vdN73smt0X img {
  height: 100%;
  object-fit: cover;
}
.cid-vdN73smt0X .collapsed span {
  transform: rotate(0deg);
}
.cid-vdN73smt0X .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdN73smt0X p {
  margin-bottom: 0.3rem;
}
.cid-vdN73smt0X .panel-title-edit {
  color: #000000;
}
.cid-vdN73smt0X .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdN73smt0X .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdN73smt0X .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdN73smt0X .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdN73smt0X .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdN73smt0X .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdN73smt0X .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdN73smt0X .panel-title-edit,
.cid-vdN73smt0X .mbr-iconfont {
  color: #000000;
}
.cid-vdN73sIygC {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdN73sIygC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdN73sIygC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdN73sIygC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdN73sIygC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdN73sIygC .row {
    text-align: center;
  }
  .cid-vdN73sIygC .row > div {
    margin: auto;
  }
  .cid-vdN73sIygC .social-row {
    justify-content: center;
  }
}
.cid-vdN73sIygC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdN73sIygC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdN73sIygC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdN73sIygC .list {
    margin-bottom: 0rem;
  }
}
.cid-vdN73sIygC .mbr-text {
  color: #ffffff;
}
.cid-vdN73sIygC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdN73sIygC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdN73sIygC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdN73sIygC .copyright {
  color: #ffffff;
}
.cid-vdARpLOX68 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdARpLOX68 nav.navbar {
  position: fixed;
}
.cid-vdARpLOX68 .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-vdARpLOX68 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdARpLOX68 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdARpLOX68 .dropdown-item:hover,
.cid-vdARpLOX68 .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vdARpLOX68 .dropdown-item:hover span {
  color: white;
}
.cid-vdARpLOX68 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdARpLOX68 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdARpLOX68 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdARpLOX68 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdARpLOX68 .nav-link {
  position: relative;
}
.cid-vdARpLOX68 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdARpLOX68 .container {
    flex-wrap: nowrap;
  }
}
.cid-vdARpLOX68 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdARpLOX68 .dropdown-menu,
.cid-vdARpLOX68 .navbar.opened {
  background: #ffffff !important;
}
.cid-vdARpLOX68 .nav-item:focus,
.cid-vdARpLOX68 .nav-link:focus {
  outline: none;
}
.cid-vdARpLOX68 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdARpLOX68 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdARpLOX68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdARpLOX68 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdARpLOX68 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdARpLOX68 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdARpLOX68 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vdARpLOX68 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdARpLOX68 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdARpLOX68 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdARpLOX68 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdARpLOX68 .navbar.collapsed {
  justify-content: center;
}
.cid-vdARpLOX68 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdARpLOX68 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdARpLOX68 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vdARpLOX68 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdARpLOX68 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdARpLOX68 .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-vdARpLOX68 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdARpLOX68 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdARpLOX68 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdARpLOX68 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdARpLOX68 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdARpLOX68 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdARpLOX68 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdARpLOX68 .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-vdARpLOX68 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdARpLOX68 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdARpLOX68 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdARpLOX68 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdARpLOX68 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdARpLOX68 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdARpLOX68 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdARpLOX68 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdARpLOX68 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdARpLOX68 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdARpLOX68 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdARpLOX68 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdARpLOX68 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdARpLOX68 .dropdown-item.active,
.cid-vdARpLOX68 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdARpLOX68 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdARpLOX68 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdARpLOX68 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdARpLOX68 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdARpLOX68 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdARpLOX68 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdARpLOX68 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdARpLOX68 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdARpLOX68 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdARpLOX68 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdARpLOX68 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdARpLOX68 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdARpLOX68 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdARpLOX68 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdARpLOX68 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdARpLOX68 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdARpLOX68 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdARpLOX68 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdARpLOX68 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdARpLOX68 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdARpLOX68 .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-vdARpLOX68 .navbar {
    height: 70px;
  }
  .cid-vdARpLOX68 .navbar.opened {
    height: auto;
  }
  .cid-vdARpLOX68 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdARpMBROf {
  display: flex;
  background-image: url("../../../assets/images/shutterstock-2536797129.webp");
}
.cid-vdARpMBROf .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-vdARpMBROf {
    align-items: center;
  }
  .cid-vdARpMBROf .row {
    justify-content: flex-start;
  }
  .cid-vdARpMBROf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdARpMBROf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdARpMBROf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdARpMBROf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdARpMBROf .content-wrap {
    width: 100%;
  }
}
.cid-vdARpMBROf .mbr-section-title,
.cid-vdARpMBROf .mbr-section-subtitle {
  text-align: center;
}
.cid-vdARpMBROf .mbr-text,
.cid-vdARpMBROf .mbr-section-btn {
  text-align: left;
}
.cid-vdARpMBROf .mbr-section-title {
  text-align: left;
}
.cid-vdARpMBROf h1 {
  line-height: 1.2;
  letter-spacing: -2px;
}
.cid-vdARpN2toG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vdARpN2toG .justify-content-center {
  align-items: center;
}
.cid-vdARpN2toG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdARpN2toG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdARpN2toG .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vdARpN2toG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdARpN2toG .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-vdARpN2toG .content-head {
  max-width: 800px;
}
.cid-vdARpN2toG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 80px;
  border-radius: 50%;
}
.cid-vdARpO11YC {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdARpO11YC .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vdARpO11YC .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vdARpO11YC .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vdARpO11YC h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdARpO11YC .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vdARpNFpLF {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdARpNFpLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdARpNFpLF .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vdARpNFpLF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdARpNFpLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdARpNFpLF .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #1c74bb;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vdARpNFpLF .card-title,
.cid-vdARpNFpLF .iconfont-wrapper,
.cid-vdARpNFpLF .card-text {
  color: #000000;
  text-align: center;
}
.cid-vdARpNFpLF .content-head {
  max-width: 960px;
}
.cid-vdARpNFpLF .mbr-section-title {
  color: #1c74bb;
  text-align: center;
}
.cid-vdARpNFpLF .mbr-section-btn {
  text-align: center;
}
.cid-vdARpNFpLF .mbr-section-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #545454;
}
.cid-vdARpNFpLF .card-title,
.cid-vdARpNFpLF .iconfont-wrapper {
  color: #1c74bb;
}
.cid-vdARpNFpLF .card-text,
.cid-vdARpNFpLF .mbr-section-btn {
  color: #545454;
}
.cid-vdARpNFpLF h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdAVnaiCxS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdAVnaiCxS .mbr-text {
  color: #545454;
}
.cid-vdAVnaiCxS .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdAVnaiCxS .mbr-section-title {
  color: #808080;
}
.cid-vdAVnaiCxS h2 {
  letter-spacing: -0.5px;
}
.cid-vdARpOjhVW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}
.cid-vdARpOjhVW img,
.cid-vdARpOjhVW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdARpOjhVW .item:focus,
.cid-vdARpOjhVW span:focus {
  outline: none;
}
.cid-vdARpOjhVW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdARpOjhVW .item {
    margin-bottom: 1rem;
  }
}
.cid-vdARpOjhVW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdARpOjhVW .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdARpOjhVW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vdARpOjhVW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdARpOjhVW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdARpOjhVW .mbr-section-title {
  color: #1b1b1b;
}
.cid-vdARpOjhVW .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vdARpOjhVW .item-subtitle {
  text-align: left;
}
.cid-vdARpOjhVW .mbr-text,
.cid-vdARpOjhVW .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vdARpOjhVW .content-head {
  max-width: 800px;
}
.cid-vdARpOF9ag {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-vdARpOF9ag .mbr-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdARpOF9ag .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vdARpOF9ag .mbr-section-title {
  color: #808080;
}
.cid-vdARpOF9ag h2 {
  letter-spacing: -0.5px;
}
.cid-vdB2ADjZQU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
}
.cid-vdB2ADjZQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdB2ADjZQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdB2ADjZQU .mbr-description {
  text-align: left;
}
.cid-vdB2ADjZQU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vdB2ADjZQU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdB2ADjZQU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdB2ADjZQU .card-title,
.cid-vdB2ADjZQU .iconfont-wrapper {
  color: #303030;
}
.cid-vdB2ADjZQU .card-text {
  color: #000000;
  line-height: 1.5;
}
.cid-vdB2ADjZQU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdB2ADjZQU .mbr-number {
  color: #1c74bb;
}
.cid-vdB2ADjZQU .mbr-text,
.cid-vdB2ADjZQU .mbr-section-btn {
  text-align: center;
}
.cid-vdB2ADjZQU .card-text,
.cid-vdB2ADjZQU .item .mbr-section-btn {
  text-align: left;
  color: #808080;
}
.cid-vdB2ADjZQU .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vdB2ADjZQU .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdB2ADjZQU .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdB2ADjZQU .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vdB2ADjZQU .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdB2ADjZQU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdB2ADjZQU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdB2ADjZQU .card-title {
  text-align: left;
}
.cid-vdB2ADjZQU .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdB2ADjZQU .item-content .item-footer {
  margin-top: auto;
}
.cid-vdB2ADjZQU h3 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdARpPhmXg {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdARpPhmXg .mbr-text {
  color: #000000;
}
.cid-vdARpPhmXg .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vdARpPhmXg .mbr-section-title {
  color: #808080;
  text-align: left;
}
.cid-vdARpPhmXg h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vdMzKI02ER {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdMzKI02ER h6 {
  line-height: 1.2;
}
.cid-vdMzKI02ER img,
.cid-vdMzKI02ER .item-img {
  width: 100%;
  height: 100%;
}
.cid-vdMzKI02ER .item:focus,
.cid-vdMzKI02ER span:focus {
  outline: none;
}
.cid-vdMzKI02ER .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vdMzKI02ER .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vdMzKI02ER .mbr-section-title {
  color: #000000;
}
.cid-vdMzKI02ER .mbr-text,
.cid-vdMzKI02ER .mbr-section-btn {
  color: #000000;
}
.cid-vdMzKI02ER .item-title {
  color: #000000;
  text-align: center;
}
.cid-vdMzKI02ER .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdMzKI02ER .item-text {
  color: #000000;
  text-align: center;
}
.cid-vdMzKI02ER .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vdMzKI02ER .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdARpRABNp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/bathroom-placeholder-scaled.webp");
}
.cid-vdARpRABNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdARpRABNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdARpRABNp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vdARpRABNp .container {
    padding: 0 12px;
  }
}
.cid-vdARpRABNp .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vdARpRABNp .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vdARpRABNp .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vdARpRABNp .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vdARpRABNp .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vdARpRABNp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vdARpRABNp .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vdARpRABNp .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vdARpRABNp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vdARpRABNp .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vdARpRABNp .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdARpRABNp .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vdARpRABNp .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vdARpRABNp .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vdARpRABNp .mbr-section-title {
  color: #ffffff;
}
.cid-vdARpRABNp .mbr-text {
  color: #f7f7f7;
}
.cid-vdARpRABNp label {
  color: #ffffff;
}
.cid-vdARpRABNp .mbr-section-title,
.cid-vdARpRABNp .mbr-section-btn {
  color: #ffffff;
}
.cid-vdARpRABNp .card-contacts {
  color: #ffffff;
}
.cid-vdARpRABNp H3 {
  text-align: center;
}
.cid-vdARpRABNp h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vdARpS5TJs {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdARpS5TJs .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vdARpS5TJs .panel-group {
  border: none;
}
.cid-vdARpS5TJs .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdARpS5TJs .card-header {
    padding: 0rem;
  }
}
.cid-vdARpS5TJs .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vdARpS5TJs .img-col {
  padding: 0;
}
.cid-vdARpS5TJs .img-item {
  height: 100%;
}
.cid-vdARpS5TJs img {
  height: 100%;
  object-fit: cover;
}
.cid-vdARpS5TJs .collapsed span {
  transform: rotate(0deg);
}
.cid-vdARpS5TJs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdARpS5TJs p {
  margin-bottom: 0.3rem;
}
.cid-vdARpS5TJs .panel-title-edit {
  color: #000000;
}
.cid-vdARpS5TJs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vdARpS5TJs .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vdARpS5TJs .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdARpS5TJs .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vdARpS5TJs .panel-text {
  color: #545454;
  line-height: 1.5;
}
.cid-vdARpS5TJs .mbr-section-title {
  text-align: center;
  color: #1c74bb;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vdARpS5TJs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vdARpS5TJs .panel-title-edit,
.cid-vdARpS5TJs .mbr-iconfont {
  color: #000000;
}
.cid-vdARpSskiH {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vdARpSskiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdARpSskiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdARpSskiH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdARpSskiH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdARpSskiH .row {
    text-align: center;
  }
  .cid-vdARpSskiH .row > div {
    margin: auto;
  }
  .cid-vdARpSskiH .social-row {
    justify-content: center;
  }
}
.cid-vdARpSskiH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdARpSskiH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdARpSskiH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdARpSskiH .list {
    margin-bottom: 0rem;
  }
}
.cid-vdARpSskiH .mbr-text {
  color: #ffffff;
}
.cid-vdARpSskiH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdARpSskiH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdARpSskiH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdARpSskiH .copyright {
  color: #ffffff;
}
.cid-vftYCtKAWz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vftYCtKAWz nav.navbar {
  position: fixed;
}
.cid-vftYCtKAWz .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-vftYCtKAWz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vftYCtKAWz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vftYCtKAWz .dropdown-item:hover,
.cid-vftYCtKAWz .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vftYCtKAWz .dropdown-item:hover span {
  color: white;
}
.cid-vftYCtKAWz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vftYCtKAWz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vftYCtKAWz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vftYCtKAWz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vftYCtKAWz .nav-link {
  position: relative;
}
.cid-vftYCtKAWz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vftYCtKAWz .container {
    flex-wrap: nowrap;
  }
}
.cid-vftYCtKAWz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vftYCtKAWz .dropdown-menu,
.cid-vftYCtKAWz .navbar.opened {
  background: #ffffff !important;
}
.cid-vftYCtKAWz .nav-item:focus,
.cid-vftYCtKAWz .nav-link:focus {
  outline: none;
}
.cid-vftYCtKAWz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vftYCtKAWz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vftYCtKAWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vftYCtKAWz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vftYCtKAWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vftYCtKAWz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vftYCtKAWz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vftYCtKAWz .navbar.opened {
  transition: all 0.3s;
}
.cid-vftYCtKAWz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vftYCtKAWz .navbar .navbar-logo img {
  width: auto;
}
.cid-vftYCtKAWz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vftYCtKAWz .navbar.collapsed {
  justify-content: center;
}
.cid-vftYCtKAWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vftYCtKAWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vftYCtKAWz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vftYCtKAWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vftYCtKAWz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vftYCtKAWz .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-vftYCtKAWz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vftYCtKAWz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vftYCtKAWz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vftYCtKAWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vftYCtKAWz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vftYCtKAWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vftYCtKAWz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vftYCtKAWz .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-vftYCtKAWz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vftYCtKAWz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vftYCtKAWz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vftYCtKAWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vftYCtKAWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vftYCtKAWz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vftYCtKAWz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vftYCtKAWz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vftYCtKAWz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vftYCtKAWz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vftYCtKAWz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vftYCtKAWz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vftYCtKAWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vftYCtKAWz .dropdown-item.active,
.cid-vftYCtKAWz .dropdown-item:active {
  background-color: transparent;
}
.cid-vftYCtKAWz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vftYCtKAWz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vftYCtKAWz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vftYCtKAWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vftYCtKAWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vftYCtKAWz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vftYCtKAWz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vftYCtKAWz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vftYCtKAWz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vftYCtKAWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vftYCtKAWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vftYCtKAWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vftYCtKAWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vftYCtKAWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vftYCtKAWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vftYCtKAWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vftYCtKAWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vftYCtKAWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vftYCtKAWz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vftYCtKAWz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vftYCtKAWz .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-vftYCtKAWz .navbar {
    height: 70px;
  }
  .cid-vftYCtKAWz .navbar.opened {
    height: auto;
  }
  .cid-vftYCtKAWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vftYCtZcaX {
  display: flex;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  background-color: #1c74bb;
}
@media (min-width: 768px) {
  .cid-vftYCtZcaX {
    align-items: center;
  }
  .cid-vftYCtZcaX .row {
    justify-content: center;
  }
  .cid-vftYCtZcaX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vftYCtZcaX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vftYCtZcaX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vftYCtZcaX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vftYCtZcaX .content-wrap {
    width: 100%;
  }
}
.cid-vftYCtZcaX .mbr-section-title,
.cid-vftYCtZcaX .mbr-section-subtitle {
  text-align: center;
}
.cid-vftYCtZcaX .mbr-text,
.cid-vftYCtZcaX .mbr-section-btn {
  text-align: left;
}
.cid-vftYCtZcaX .mbr-section-title {
  text-align: center;
}
.cid-vftYCtZcaX h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vftYCtZcaX .mbr-section-subtitle {
  text-align: center;
}
.cid-vftZ4P1LaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vftZ4P1LaY .mbr-text {
  color: #000000;
}
.cid-vftZ4P1LaY .mbr-section-subtitle {
  color: #000000;
}
.cid-vftZ4P1LaY .mbr-section-title {
  color: #000000;
}
.cid-vftYCvaknD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vftYCvaknD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftYCvaknD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vftYCvaknD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vftYCvaknD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vftYCvaknD .row {
    text-align: center;
  }
  .cid-vftYCvaknD .row > div {
    margin: auto;
  }
  .cid-vftYCvaknD .social-row {
    justify-content: center;
  }
}
.cid-vftYCvaknD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vftYCvaknD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vftYCvaknD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vftYCvaknD .list {
    margin-bottom: 0rem;
  }
}
.cid-vftYCvaknD .mbr-text {
  color: #ffffff;
}
.cid-vftYCvaknD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vftYCvaknD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vftYCvaknD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vftYCvaknD .copyright {
  color: #ffffff;
}
.cid-vfu0bjbLbd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfu0bjbLbd nav.navbar {
  position: fixed;
}
.cid-vfu0bjbLbd .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-vfu0bjbLbd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfu0bjbLbd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfu0bjbLbd .dropdown-item:hover,
.cid-vfu0bjbLbd .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfu0bjbLbd .dropdown-item:hover span {
  color: white;
}
.cid-vfu0bjbLbd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfu0bjbLbd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfu0bjbLbd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfu0bjbLbd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfu0bjbLbd .nav-link {
  position: relative;
}
.cid-vfu0bjbLbd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfu0bjbLbd .container {
    flex-wrap: nowrap;
  }
}
.cid-vfu0bjbLbd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfu0bjbLbd .dropdown-menu,
.cid-vfu0bjbLbd .navbar.opened {
  background: #ffffff !important;
}
.cid-vfu0bjbLbd .nav-item:focus,
.cid-vfu0bjbLbd .nav-link:focus {
  outline: none;
}
.cid-vfu0bjbLbd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfu0bjbLbd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfu0bjbLbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfu0bjbLbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfu0bjbLbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfu0bjbLbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfu0bjbLbd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfu0bjbLbd .navbar.opened {
  transition: all 0.3s;
}
.cid-vfu0bjbLbd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfu0bjbLbd .navbar .navbar-logo img {
  width: auto;
}
.cid-vfu0bjbLbd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfu0bjbLbd .navbar.collapsed {
  justify-content: center;
}
.cid-vfu0bjbLbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfu0bjbLbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfu0bjbLbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfu0bjbLbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfu0bjbLbd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfu0bjbLbd .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-vfu0bjbLbd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfu0bjbLbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfu0bjbLbd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfu0bjbLbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfu0bjbLbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfu0bjbLbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfu0bjbLbd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfu0bjbLbd .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-vfu0bjbLbd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfu0bjbLbd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfu0bjbLbd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfu0bjbLbd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfu0bjbLbd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfu0bjbLbd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfu0bjbLbd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfu0bjbLbd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfu0bjbLbd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfu0bjbLbd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfu0bjbLbd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfu0bjbLbd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfu0bjbLbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfu0bjbLbd .dropdown-item.active,
.cid-vfu0bjbLbd .dropdown-item:active {
  background-color: transparent;
}
.cid-vfu0bjbLbd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfu0bjbLbd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfu0bjbLbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfu0bjbLbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfu0bjbLbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfu0bjbLbd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfu0bjbLbd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfu0bjbLbd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfu0bjbLbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfu0bjbLbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfu0bjbLbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfu0bjbLbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfu0bjbLbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfu0bjbLbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfu0bjbLbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfu0bjbLbd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfu0bjbLbd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfu0bjbLbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfu0bjbLbd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfu0bjbLbd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfu0bjbLbd .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-vfu0bjbLbd .navbar {
    height: 70px;
  }
  .cid-vfu0bjbLbd .navbar.opened {
    height: auto;
  }
  .cid-vfu0bjbLbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfu0bjpDQx {
  display: flex;
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  background-color: #1c74bb;
}
@media (min-width: 768px) {
  .cid-vfu0bjpDQx {
    align-items: center;
  }
  .cid-vfu0bjpDQx .row {
    justify-content: center;
  }
  .cid-vfu0bjpDQx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfu0bjpDQx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfu0bjpDQx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfu0bjpDQx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfu0bjpDQx .content-wrap {
    width: 100%;
  }
}
.cid-vfu0bjpDQx .mbr-section-title,
.cid-vfu0bjpDQx .mbr-section-subtitle {
  text-align: center;
}
.cid-vfu0bjpDQx .mbr-text,
.cid-vfu0bjpDQx .mbr-section-btn {
  text-align: left;
}
.cid-vfu0bjpDQx .mbr-section-title {
  text-align: center;
}
.cid-vfu0bjpDQx h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfu0bjAk0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfu0bjAk0e .mbr-text {
  color: #000000;
}
.cid-vfu0bjAk0e .mbr-section-subtitle {
  color: #000000;
}
.cid-vfu0bjAk0e .mbr-section-title {
  color: #000000;
}
.cid-vfu0bjKhYB {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfu0bjKhYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu0bjKhYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu0bjKhYB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfu0bjKhYB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfu0bjKhYB .row {
    text-align: center;
  }
  .cid-vfu0bjKhYB .row > div {
    margin: auto;
  }
  .cid-vfu0bjKhYB .social-row {
    justify-content: center;
  }
}
.cid-vfu0bjKhYB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfu0bjKhYB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfu0bjKhYB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfu0bjKhYB .list {
    margin-bottom: 0rem;
  }
}
.cid-vfu0bjKhYB .mbr-text {
  color: #ffffff;
}
.cid-vfu0bjKhYB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfu0bjKhYB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfu0bjKhYB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfu0bjKhYB .copyright {
  color: #ffffff;
}
.cid-vfv0BYxLt5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfv0BYxLt5 nav.navbar {
  position: fixed;
}
.cid-vfv0BYxLt5 .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-vfv0BYxLt5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfv0BYxLt5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfv0BYxLt5 .dropdown-item:hover,
.cid-vfv0BYxLt5 .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfv0BYxLt5 .dropdown-item:hover span {
  color: white;
}
.cid-vfv0BYxLt5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfv0BYxLt5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfv0BYxLt5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfv0BYxLt5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfv0BYxLt5 .nav-link {
  position: relative;
}
.cid-vfv0BYxLt5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfv0BYxLt5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfv0BYxLt5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfv0BYxLt5 .dropdown-menu,
.cid-vfv0BYxLt5 .navbar.opened {
  background: #ffffff !important;
}
.cid-vfv0BYxLt5 .nav-item:focus,
.cid-vfv0BYxLt5 .nav-link:focus {
  outline: none;
}
.cid-vfv0BYxLt5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfv0BYxLt5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfv0BYxLt5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfv0BYxLt5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfv0BYxLt5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfv0BYxLt5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfv0BYxLt5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfv0BYxLt5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfv0BYxLt5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfv0BYxLt5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfv0BYxLt5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfv0BYxLt5 .navbar.collapsed {
  justify-content: center;
}
.cid-vfv0BYxLt5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfv0BYxLt5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfv0BYxLt5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfv0BYxLt5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfv0BYxLt5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfv0BYxLt5 .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-vfv0BYxLt5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfv0BYxLt5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfv0BYxLt5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfv0BYxLt5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfv0BYxLt5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfv0BYxLt5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfv0BYxLt5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfv0BYxLt5 .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-vfv0BYxLt5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfv0BYxLt5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfv0BYxLt5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfv0BYxLt5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfv0BYxLt5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfv0BYxLt5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfv0BYxLt5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfv0BYxLt5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfv0BYxLt5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfv0BYxLt5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfv0BYxLt5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfv0BYxLt5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfv0BYxLt5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfv0BYxLt5 .dropdown-item.active,
.cid-vfv0BYxLt5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfv0BYxLt5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfv0BYxLt5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfv0BYxLt5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfv0BYxLt5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfv0BYxLt5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfv0BYxLt5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfv0BYxLt5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfv0BYxLt5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfv0BYxLt5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfv0BYxLt5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfv0BYxLt5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfv0BYxLt5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv0BYxLt5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv0BYxLt5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfv0BYxLt5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv0BYxLt5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfv0BYxLt5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfv0BYxLt5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv0BYxLt5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfv0BYxLt5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfv0BYxLt5 .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-vfv0BYxLt5 .navbar {
    height: 70px;
  }
  .cid-vfv0BYxLt5 .navbar.opened {
    height: auto;
  }
  .cid-vfv0BYxLt5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfv0BYMp85 {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv0BYMp85 .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vfv0BYMp85 {
    align-items: center;
  }
  .cid-vfv0BYMp85 .row {
    justify-content: flex-start;
  }
  .cid-vfv0BYMp85 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfv0BYMp85 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfv0BYMp85 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfv0BYMp85 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfv0BYMp85 .content-wrap {
    width: 100%;
  }
}
.cid-vfv0BYMp85 .mbr-section-title,
.cid-vfv0BYMp85 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfv0BYMp85 .mbr-text,
.cid-vfv0BYMp85 .mbr-section-btn {
  text-align: left;
}
.cid-vfv0BYMp85 .mbr-section-title {
  text-align: left;
}
.cid-vfv0BYMp85 h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfv0BYX6Ju {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv0BYX6Ju .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vfv0BYX6Ju .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vfv0BYX6Ju .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vfv0BYX6Ju h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv0BYX6Ju .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv0BZ6twT {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv0BZ6twT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0BZ6twT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfv0BZ6twT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv0BZ6twT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv0BZ6twT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv0BZ6twT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv0BZ6twT .mbr-section-title {
  color: #000000;
}
.cid-vfv0BZ6twT .mbr-text,
.cid-vfv0BZ6twT .mbr-section-btn {
  color: #808080;
}
.cid-vfv0BZieZZ {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv0BZieZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0BZieZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv0BZieZZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfv0BZieZZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv0BZieZZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv0BZieZZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv0BZieZZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv0BZieZZ .mbr-section-title {
  color: #000000;
}
.cid-vfv0BZieZZ .mbr-text,
.cid-vfv0BZieZZ .mbr-section-btn {
  color: #808080;
}
.cid-vfv0BZueo6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfv0BZueo6 .mbr-text {
  color: #545454;
}
.cid-vfv0BZueo6 .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv0BZueo6 .mbr-section-title {
  color: #808080;
}
.cid-vfv0BZueo6 h2 {
  letter-spacing: -0.5px;
}
.cid-vfv0BZFCRw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vfv0BZFCRw img,
.cid-vfv0BZFCRw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vfv0BZFCRw .item:focus,
.cid-vfv0BZFCRw span:focus {
  outline: none;
}
.cid-vfv0BZFCRw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv0BZFCRw .item {
    margin-bottom: 1rem;
  }
}
.cid-vfv0BZFCRw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv0BZFCRw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv0BZFCRw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfv0BZFCRw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfv0BZFCRw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfv0BZFCRw .mbr-section-title {
  color: #1b1b1b;
}
.cid-vfv0BZFCRw .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vfv0BZFCRw .item-subtitle {
  text-align: left;
}
.cid-vfv0BZFCRw .mbr-text,
.cid-vfv0BZFCRw .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vfv0BZFCRw .content-head {
  max-width: 800px;
}
.cid-vfv0BZUPKI {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfv0BZUPKI .mbr-text {
  color: #545454;
}
.cid-vfv0BZUPKI .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv0BZUPKI .mbr-section-title {
  color: #808080;
}
.cid-vfv0BZUPKI h2 {
  letter-spacing: -0.5px;
}
.cid-vfv0C05mG1 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv0C05mG1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfv0C05mG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0C05mG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv0C05mG1 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vfv0C05mG1 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv0C05mG1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfv0C05mG1 .card-title,
.cid-vfv0C05mG1 .iconfont-wrapper {
  color: #303030;
}
.cid-vfv0C05mG1 .content-head {
  max-width: 800px;
}
.cid-vfv0C05mG1 .mbr-section-title {
  color: #000000;
}
.cid-vfv0C05mG1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfv0C05mG1 .card-text {
  color: #808080;
}
.cid-vfv0C05mG1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv0C05mG1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfv0C0qWHz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv0C0qWHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0C0qWHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfv0C0qWHz .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vfv0C0qWHz .container {
    padding: 0 12px;
  }
}
.cid-vfv0C0qWHz .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vfv0C0qWHz .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vfv0C0qWHz .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vfv0C0qWHz .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vfv0C0qWHz .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vfv0C0qWHz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vfv0C0qWHz .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vfv0C0qWHz .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vfv0C0qWHz .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vfv0C0qWHz .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfv0C0qWHz .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vfv0C0qWHz .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vfv0C0qWHz .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vfv0C0qWHz .mbr-section-title {
  color: #ffffff;
}
.cid-vfv0C0qWHz .mbr-text {
  color: #f7f7f7;
}
.cid-vfv0C0qWHz label {
  color: #ffffff;
}
.cid-vfv0C0qWHz .mbr-section-title,
.cid-vfv0C0qWHz .mbr-section-btn {
  color: #ffffff;
}
.cid-vfv0C0qWHz .card-contacts {
  color: #ffffff;
}
.cid-vfv0C0qWHz H3 {
  text-align: center;
}
.cid-vfv0C0qWHz h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vfv0C0IUB5 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv0C0IUB5 .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vfv0C0IUB5 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vfv0C0IUB5 .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vfv0C0IUB5 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv0C0IUB5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv0C0XGTP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfv0C0XGTP h6 {
  line-height: 1.2;
}
.cid-vfv0C0XGTP img,
.cid-vfv0C0XGTP .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfv0C0XGTP .item:focus,
.cid-vfv0C0XGTP span:focus {
  outline: none;
}
.cid-vfv0C0XGTP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vfv0C0XGTP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vfv0C0XGTP .mbr-section-title {
  color: #000000;
}
.cid-vfv0C0XGTP .mbr-text,
.cid-vfv0C0XGTP .mbr-section-btn {
  color: #000000;
}
.cid-vfv0C0XGTP .item-title {
  color: #000000;
  text-align: center;
}
.cid-vfv0C0XGTP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfv0C0XGTP .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfv0C0XGTP .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vfv0C0XGTP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv0C1ckSx {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv0C1ckSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0C1ckSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv0C1ckSx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vfv0C1ckSx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfv0C1ckSx .embla__button--next,
.cid-vfv0C1ckSx .embla__button--prev {
  display: flex;
}
.cid-vfv0C1ckSx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vfv0C1ckSx .embla__button {
    display: none;
  }
}
.cid-vfv0C1ckSx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfv0C1ckSx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfv0C1ckSx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfv0C1ckSx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vfv0C1ckSx .embla__button {
    top: auto;
  }
}
.cid-vfv0C1ckSx .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vfv0C1ckSx .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vfv0C1ckSx .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vfv0C1ckSx .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vfv0C1ckSx .embla {
  position: relative;
  width: 100%;
}
.cid-vfv0C1ckSx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfv0C1ckSx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfv0C1ckSx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfv0C1ckSx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfv0C1ckSx .user_text {
  color: #545454;
}
.cid-vfv0C1ckSx p {
  line-height: 1.5;
}
.cid-vfv0C1uXmC {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfv0C1uXmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv0C1uXmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv0C1uXmC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfv0C1uXmC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv0C1uXmC .row {
    text-align: center;
  }
  .cid-vfv0C1uXmC .row > div {
    margin: auto;
  }
  .cid-vfv0C1uXmC .social-row {
    justify-content: center;
  }
}
.cid-vfv0C1uXmC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfv0C1uXmC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfv0C1uXmC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv0C1uXmC .list {
    margin-bottom: 0rem;
  }
}
.cid-vfv0C1uXmC .mbr-text {
  color: #ffffff;
}
.cid-vfv0C1uXmC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfv0C1uXmC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfv0C1uXmC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfv0C1uXmC .copyright {
  color: #ffffff;
}
.cid-vfv3i3vapK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfv3i3vapK nav.navbar {
  position: fixed;
}
.cid-vfv3i3vapK .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-vfv3i3vapK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfv3i3vapK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfv3i3vapK .dropdown-item:hover,
.cid-vfv3i3vapK .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfv3i3vapK .dropdown-item:hover span {
  color: white;
}
.cid-vfv3i3vapK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfv3i3vapK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfv3i3vapK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfv3i3vapK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfv3i3vapK .nav-link {
  position: relative;
}
.cid-vfv3i3vapK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfv3i3vapK .container {
    flex-wrap: nowrap;
  }
}
.cid-vfv3i3vapK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfv3i3vapK .dropdown-menu,
.cid-vfv3i3vapK .navbar.opened {
  background: #ffffff !important;
}
.cid-vfv3i3vapK .nav-item:focus,
.cid-vfv3i3vapK .nav-link:focus {
  outline: none;
}
.cid-vfv3i3vapK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfv3i3vapK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfv3i3vapK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfv3i3vapK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfv3i3vapK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfv3i3vapK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfv3i3vapK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfv3i3vapK .navbar.opened {
  transition: all 0.3s;
}
.cid-vfv3i3vapK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfv3i3vapK .navbar .navbar-logo img {
  width: auto;
}
.cid-vfv3i3vapK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfv3i3vapK .navbar.collapsed {
  justify-content: center;
}
.cid-vfv3i3vapK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfv3i3vapK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfv3i3vapK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfv3i3vapK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfv3i3vapK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfv3i3vapK .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-vfv3i3vapK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfv3i3vapK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfv3i3vapK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfv3i3vapK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfv3i3vapK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfv3i3vapK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfv3i3vapK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfv3i3vapK .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-vfv3i3vapK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfv3i3vapK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfv3i3vapK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfv3i3vapK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfv3i3vapK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfv3i3vapK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfv3i3vapK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfv3i3vapK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfv3i3vapK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfv3i3vapK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfv3i3vapK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfv3i3vapK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfv3i3vapK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfv3i3vapK .dropdown-item.active,
.cid-vfv3i3vapK .dropdown-item:active {
  background-color: transparent;
}
.cid-vfv3i3vapK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfv3i3vapK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfv3i3vapK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfv3i3vapK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfv3i3vapK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfv3i3vapK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfv3i3vapK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfv3i3vapK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfv3i3vapK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfv3i3vapK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfv3i3vapK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfv3i3vapK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv3i3vapK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv3i3vapK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfv3i3vapK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv3i3vapK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfv3i3vapK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfv3i3vapK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv3i3vapK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfv3i3vapK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfv3i3vapK .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-vfv3i3vapK .navbar {
    height: 70px;
  }
  .cid-vfv3i3vapK .navbar.opened {
    height: auto;
  }
  .cid-vfv3i3vapK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfv3i3K17M {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv3i3K17M .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vfv3i3K17M {
    align-items: center;
  }
  .cid-vfv3i3K17M .row {
    justify-content: flex-start;
  }
  .cid-vfv3i3K17M .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfv3i3K17M .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfv3i3K17M {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfv3i3K17M .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfv3i3K17M .content-wrap {
    width: 100%;
  }
}
.cid-vfv3i3K17M .mbr-section-title,
.cid-vfv3i3K17M .mbr-section-subtitle {
  text-align: center;
}
.cid-vfv3i3K17M .mbr-text,
.cid-vfv3i3K17M .mbr-section-btn {
  text-align: left;
}
.cid-vfv3i3K17M .mbr-section-title {
  text-align: left;
}
.cid-vfv3i3K17M h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfv3i3UTRA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv3i3UTRA .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vfv3i3UTRA .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vfv3i3UTRA .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vfv3i3UTRA h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv3i3UTRA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv3i42Rvv {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv3i42Rvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i42Rvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfv3i42Rvv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv3i42Rvv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv3i42Rvv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv3i42Rvv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv3i42Rvv .mbr-section-title {
  color: #000000;
}
.cid-vfv3i42Rvv .mbr-text,
.cid-vfv3i42Rvv .mbr-section-btn {
  color: #808080;
}
.cid-vfv3i4dtui {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv3i4dtui .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i4dtui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv3i4dtui .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfv3i4dtui .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv3i4dtui .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv3i4dtui .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv3i4dtui .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv3i4dtui .mbr-section-title {
  color: #000000;
}
.cid-vfv3i4dtui .mbr-text,
.cid-vfv3i4dtui .mbr-section-btn {
  color: #808080;
}
.cid-vfv3i4ojEn {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfv3i4ojEn .mbr-text {
  color: #545454;
}
.cid-vfv3i4ojEn .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv3i4ojEn .mbr-section-title {
  color: #808080;
}
.cid-vfv3i4ojEn h2 {
  letter-spacing: -0.5px;
}
.cid-vfv3i4xFLI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vfv3i4xFLI img,
.cid-vfv3i4xFLI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vfv3i4xFLI .item:focus,
.cid-vfv3i4xFLI span:focus {
  outline: none;
}
.cid-vfv3i4xFLI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv3i4xFLI .item {
    margin-bottom: 1rem;
  }
}
.cid-vfv3i4xFLI .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv3i4xFLI .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv3i4xFLI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfv3i4xFLI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfv3i4xFLI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfv3i4xFLI .mbr-section-title {
  color: #1b1b1b;
}
.cid-vfv3i4xFLI .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vfv3i4xFLI .item-subtitle {
  text-align: left;
}
.cid-vfv3i4xFLI .mbr-text,
.cid-vfv3i4xFLI .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vfv3i4xFLI .content-head {
  max-width: 800px;
}
.cid-vfv3i4KEnc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfv3i4KEnc .mbr-text {
  color: #545454;
}
.cid-vfv3i4KEnc .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv3i4KEnc .mbr-section-title {
  color: #808080;
}
.cid-vfv3i4KEnc h2 {
  letter-spacing: -0.5px;
}
.cid-vfv3i4Xcdw {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv3i4Xcdw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfv3i4Xcdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i4Xcdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv3i4Xcdw .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vfv3i4Xcdw .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv3i4Xcdw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfv3i4Xcdw .card-title,
.cid-vfv3i4Xcdw .iconfont-wrapper {
  color: #303030;
}
.cid-vfv3i4Xcdw .content-head {
  max-width: 800px;
}
.cid-vfv3i4Xcdw .mbr-section-title {
  color: #000000;
}
.cid-vfv3i4Xcdw .mbr-section-subtitle {
  color: #000000;
}
.cid-vfv3i4Xcdw .card-text {
  color: #808080;
}
.cid-vfv3i4Xcdw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv3i4Xcdw .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfv3i5byQc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv3i5byQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i5byQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfv3i5byQc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vfv3i5byQc .container {
    padding: 0 12px;
  }
}
.cid-vfv3i5byQc .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vfv3i5byQc .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vfv3i5byQc .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vfv3i5byQc .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vfv3i5byQc .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vfv3i5byQc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vfv3i5byQc .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vfv3i5byQc .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vfv3i5byQc .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vfv3i5byQc .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfv3i5byQc .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vfv3i5byQc .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vfv3i5byQc .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vfv3i5byQc .mbr-section-title {
  color: #ffffff;
}
.cid-vfv3i5byQc .mbr-text {
  color: #f7f7f7;
}
.cid-vfv3i5byQc label {
  color: #ffffff;
}
.cid-vfv3i5byQc .mbr-section-title,
.cid-vfv3i5byQc .mbr-section-btn {
  color: #ffffff;
}
.cid-vfv3i5byQc .card-contacts {
  color: #ffffff;
}
.cid-vfv3i5byQc H3 {
  text-align: center;
}
.cid-vfv3i5byQc h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vfv3i5tk3V {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv3i5tk3V .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vfv3i5tk3V .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vfv3i5tk3V .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vfv3i5tk3V h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv3i5tk3V .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv3i5Fv9T {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfv3i5Fv9T h6 {
  line-height: 1.2;
}
.cid-vfv3i5Fv9T img,
.cid-vfv3i5Fv9T .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfv3i5Fv9T .item:focus,
.cid-vfv3i5Fv9T span:focus {
  outline: none;
}
.cid-vfv3i5Fv9T .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vfv3i5Fv9T .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vfv3i5Fv9T .mbr-section-title {
  color: #000000;
}
.cid-vfv3i5Fv9T .mbr-text,
.cid-vfv3i5Fv9T .mbr-section-btn {
  color: #000000;
}
.cid-vfv3i5Fv9T .item-title {
  color: #000000;
  text-align: center;
}
.cid-vfv3i5Fv9T .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfv3i5Fv9T .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfv3i5Fv9T .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vfv3i5Fv9T .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv3i5Uwt0 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv3i5Uwt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i5Uwt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv3i5Uwt0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vfv3i5Uwt0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfv3i5Uwt0 .embla__button--next,
.cid-vfv3i5Uwt0 .embla__button--prev {
  display: flex;
}
.cid-vfv3i5Uwt0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vfv3i5Uwt0 .embla__button {
    display: none;
  }
}
.cid-vfv3i5Uwt0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfv3i5Uwt0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfv3i5Uwt0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfv3i5Uwt0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vfv3i5Uwt0 .embla__button {
    top: auto;
  }
}
.cid-vfv3i5Uwt0 .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vfv3i5Uwt0 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vfv3i5Uwt0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vfv3i5Uwt0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vfv3i5Uwt0 .embla {
  position: relative;
  width: 100%;
}
.cid-vfv3i5Uwt0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfv3i5Uwt0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfv3i5Uwt0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfv3i5Uwt0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfv3i5Uwt0 .user_text {
  color: #545454;
}
.cid-vfv3i5Uwt0 p {
  line-height: 1.5;
}
.cid-vfv3i6fexx {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfv3i6fexx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv3i6fexx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv3i6fexx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfv3i6fexx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv3i6fexx .row {
    text-align: center;
  }
  .cid-vfv3i6fexx .row > div {
    margin: auto;
  }
  .cid-vfv3i6fexx .social-row {
    justify-content: center;
  }
}
.cid-vfv3i6fexx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfv3i6fexx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfv3i6fexx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv3i6fexx .list {
    margin-bottom: 0rem;
  }
}
.cid-vfv3i6fexx .mbr-text {
  color: #ffffff;
}
.cid-vfv3i6fexx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfv3i6fexx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfv3i6fexx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfv3i6fexx .copyright {
  color: #ffffff;
}
.cid-vfv7XfhJnY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfv7XfhJnY nav.navbar {
  position: fixed;
}
.cid-vfv7XfhJnY .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-vfv7XfhJnY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfv7XfhJnY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfv7XfhJnY .dropdown-item:hover,
.cid-vfv7XfhJnY .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfv7XfhJnY .dropdown-item:hover span {
  color: white;
}
.cid-vfv7XfhJnY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfv7XfhJnY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfv7XfhJnY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfv7XfhJnY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfv7XfhJnY .nav-link {
  position: relative;
}
.cid-vfv7XfhJnY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfv7XfhJnY .container {
    flex-wrap: nowrap;
  }
}
.cid-vfv7XfhJnY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfv7XfhJnY .dropdown-menu,
.cid-vfv7XfhJnY .navbar.opened {
  background: #ffffff !important;
}
.cid-vfv7XfhJnY .nav-item:focus,
.cid-vfv7XfhJnY .nav-link:focus {
  outline: none;
}
.cid-vfv7XfhJnY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfv7XfhJnY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfv7XfhJnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfv7XfhJnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfv7XfhJnY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfv7XfhJnY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfv7XfhJnY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfv7XfhJnY .navbar.opened {
  transition: all 0.3s;
}
.cid-vfv7XfhJnY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfv7XfhJnY .navbar .navbar-logo img {
  width: auto;
}
.cid-vfv7XfhJnY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfv7XfhJnY .navbar.collapsed {
  justify-content: center;
}
.cid-vfv7XfhJnY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfv7XfhJnY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfv7XfhJnY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfv7XfhJnY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfv7XfhJnY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfv7XfhJnY .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-vfv7XfhJnY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfv7XfhJnY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfv7XfhJnY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfv7XfhJnY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfv7XfhJnY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfv7XfhJnY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfv7XfhJnY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfv7XfhJnY .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-vfv7XfhJnY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfv7XfhJnY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfv7XfhJnY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfv7XfhJnY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfv7XfhJnY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfv7XfhJnY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfv7XfhJnY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfv7XfhJnY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfv7XfhJnY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfv7XfhJnY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfv7XfhJnY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfv7XfhJnY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfv7XfhJnY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfv7XfhJnY .dropdown-item.active,
.cid-vfv7XfhJnY .dropdown-item:active {
  background-color: transparent;
}
.cid-vfv7XfhJnY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfv7XfhJnY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfv7XfhJnY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfv7XfhJnY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfv7XfhJnY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfv7XfhJnY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfv7XfhJnY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfv7XfhJnY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfv7XfhJnY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfv7XfhJnY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfv7XfhJnY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfv7XfhJnY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv7XfhJnY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv7XfhJnY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfv7XfhJnY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv7XfhJnY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfv7XfhJnY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfv7XfhJnY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv7XfhJnY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfv7XfhJnY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfv7XfhJnY .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-vfv7XfhJnY .navbar {
    height: 70px;
  }
  .cid-vfv7XfhJnY .navbar.opened {
    height: auto;
  }
  .cid-vfv7XfhJnY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfv7XfGrN6 {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv7XfGrN6 .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vfv7XfGrN6 {
    align-items: center;
  }
  .cid-vfv7XfGrN6 .row {
    justify-content: flex-start;
  }
  .cid-vfv7XfGrN6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfv7XfGrN6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfv7XfGrN6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfv7XfGrN6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfv7XfGrN6 .content-wrap {
    width: 100%;
  }
}
.cid-vfv7XfGrN6 .mbr-section-title,
.cid-vfv7XfGrN6 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfv7XfGrN6 .mbr-text,
.cid-vfv7XfGrN6 .mbr-section-btn {
  text-align: left;
}
.cid-vfv7XfGrN6 .mbr-section-title {
  text-align: left;
}
.cid-vfv7XfGrN6 h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfv7XfXpgU {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv7XfXpgU .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vfv7XfXpgU .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vfv7XfXpgU .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vfv7XfXpgU h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv7XfXpgU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv7Xg95Ob {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv7Xg95Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7Xg95Ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfv7Xg95Ob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv7Xg95Ob .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv7Xg95Ob .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv7Xg95Ob .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv7Xg95Ob .mbr-section-title {
  color: #000000;
}
.cid-vfv7Xg95Ob .mbr-text,
.cid-vfv7Xg95Ob .mbr-section-btn {
  color: #808080;
}
.cid-vfv7XgFQmv {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv7XgFQmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7XgFQmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv7XgFQmv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfv7XgFQmv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv7XgFQmv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv7XgFQmv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv7XgFQmv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv7XgFQmv .mbr-section-title {
  color: #000000;
}
.cid-vfv7XgFQmv .mbr-text,
.cid-vfv7XgFQmv .mbr-section-btn {
  color: #808080;
}
.cid-vfv7XgW6kb {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfv7XgW6kb .mbr-text {
  color: #545454;
}
.cid-vfv7XgW6kb .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv7XgW6kb .mbr-section-title {
  color: #808080;
}
.cid-vfv7XgW6kb h2 {
  letter-spacing: -0.5px;
}
.cid-vfv7Xh7HIl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vfv7Xh7HIl img,
.cid-vfv7Xh7HIl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vfv7Xh7HIl .item:focus,
.cid-vfv7Xh7HIl span:focus {
  outline: none;
}
.cid-vfv7Xh7HIl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv7Xh7HIl .item {
    margin-bottom: 1rem;
  }
}
.cid-vfv7Xh7HIl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv7Xh7HIl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv7Xh7HIl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfv7Xh7HIl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfv7Xh7HIl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfv7Xh7HIl .mbr-section-title {
  color: #1b1b1b;
}
.cid-vfv7Xh7HIl .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vfv7Xh7HIl .item-subtitle {
  text-align: left;
}
.cid-vfv7Xh7HIl .mbr-text,
.cid-vfv7Xh7HIl .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vfv7Xh7HIl .content-head {
  max-width: 800px;
}
.cid-vfv7Xhrfqn {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfv7Xhrfqn .mbr-text {
  color: #545454;
}
.cid-vfv7Xhrfqn .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv7Xhrfqn .mbr-section-title {
  color: #808080;
}
.cid-vfv7Xhrfqn h2 {
  letter-spacing: -0.5px;
}
.cid-vfv7XhHW15 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv7XhHW15 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfv7XhHW15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7XhHW15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv7XhHW15 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vfv7XhHW15 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv7XhHW15 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfv7XhHW15 .card-title,
.cid-vfv7XhHW15 .iconfont-wrapper {
  color: #303030;
}
.cid-vfv7XhHW15 .content-head {
  max-width: 800px;
}
.cid-vfv7XhHW15 .mbr-section-title {
  color: #000000;
}
.cid-vfv7XhHW15 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfv7XhHW15 .card-text {
  color: #808080;
}
.cid-vfv7XhHW15 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv7XhHW15 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfv7XhZEpJ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv7XhZEpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7XhZEpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfv7XhZEpJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vfv7XhZEpJ .container {
    padding: 0 12px;
  }
}
.cid-vfv7XhZEpJ .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vfv7XhZEpJ .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vfv7XhZEpJ .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vfv7XhZEpJ .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vfv7XhZEpJ .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vfv7XhZEpJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vfv7XhZEpJ .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vfv7XhZEpJ .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vfv7XhZEpJ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vfv7XhZEpJ .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfv7XhZEpJ .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vfv7XhZEpJ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vfv7XhZEpJ .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vfv7XhZEpJ .mbr-section-title {
  color: #ffffff;
}
.cid-vfv7XhZEpJ .mbr-text {
  color: #f7f7f7;
}
.cid-vfv7XhZEpJ label {
  color: #ffffff;
}
.cid-vfv7XhZEpJ .mbr-section-title,
.cid-vfv7XhZEpJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vfv7XhZEpJ .card-contacts {
  color: #ffffff;
}
.cid-vfv7XhZEpJ H3 {
  text-align: center;
}
.cid-vfv7XhZEpJ h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vfv7XinJLj {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv7XinJLj .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vfv7XinJLj .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vfv7XinJLj .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vfv7XinJLj h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv7XinJLj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv7XiC2f1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfv7XiC2f1 h6 {
  line-height: 1.2;
}
.cid-vfv7XiC2f1 img,
.cid-vfv7XiC2f1 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfv7XiC2f1 .item:focus,
.cid-vfv7XiC2f1 span:focus {
  outline: none;
}
.cid-vfv7XiC2f1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vfv7XiC2f1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vfv7XiC2f1 .mbr-section-title {
  color: #000000;
}
.cid-vfv7XiC2f1 .mbr-text,
.cid-vfv7XiC2f1 .mbr-section-btn {
  color: #000000;
}
.cid-vfv7XiC2f1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vfv7XiC2f1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfv7XiC2f1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfv7XiC2f1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vfv7XiC2f1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv7XiRtM2 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv7XiRtM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7XiRtM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv7XiRtM2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vfv7XiRtM2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfv7XiRtM2 .embla__button--next,
.cid-vfv7XiRtM2 .embla__button--prev {
  display: flex;
}
.cid-vfv7XiRtM2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vfv7XiRtM2 .embla__button {
    display: none;
  }
}
.cid-vfv7XiRtM2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfv7XiRtM2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfv7XiRtM2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfv7XiRtM2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vfv7XiRtM2 .embla__button {
    top: auto;
  }
}
.cid-vfv7XiRtM2 .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vfv7XiRtM2 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vfv7XiRtM2 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vfv7XiRtM2 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vfv7XiRtM2 .embla {
  position: relative;
  width: 100%;
}
.cid-vfv7XiRtM2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfv7XiRtM2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfv7XiRtM2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfv7XiRtM2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfv7XiRtM2 .user_text {
  color: #545454;
}
.cid-vfv7XiRtM2 p {
  line-height: 1.5;
}
.cid-vfv7XjgEQ6 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfv7XjgEQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv7XjgEQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv7XjgEQ6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfv7XjgEQ6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv7XjgEQ6 .row {
    text-align: center;
  }
  .cid-vfv7XjgEQ6 .row > div {
    margin: auto;
  }
  .cid-vfv7XjgEQ6 .social-row {
    justify-content: center;
  }
}
.cid-vfv7XjgEQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfv7XjgEQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfv7XjgEQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv7XjgEQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfv7XjgEQ6 .mbr-text {
  color: #ffffff;
}
.cid-vfv7XjgEQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfv7XjgEQ6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfv7XjgEQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfv7XjgEQ6 .copyright {
  color: #ffffff;
}
.cid-vfv8zwuihq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfv8zwuihq nav.navbar {
  position: fixed;
}
.cid-vfv8zwuihq .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-vfv8zwuihq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfv8zwuihq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfv8zwuihq .dropdown-item:hover,
.cid-vfv8zwuihq .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfv8zwuihq .dropdown-item:hover span {
  color: white;
}
.cid-vfv8zwuihq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfv8zwuihq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfv8zwuihq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfv8zwuihq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfv8zwuihq .nav-link {
  position: relative;
}
.cid-vfv8zwuihq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfv8zwuihq .container {
    flex-wrap: nowrap;
  }
}
.cid-vfv8zwuihq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfv8zwuihq .dropdown-menu,
.cid-vfv8zwuihq .navbar.opened {
  background: #ffffff !important;
}
.cid-vfv8zwuihq .nav-item:focus,
.cid-vfv8zwuihq .nav-link:focus {
  outline: none;
}
.cid-vfv8zwuihq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfv8zwuihq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfv8zwuihq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfv8zwuihq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfv8zwuihq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfv8zwuihq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfv8zwuihq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfv8zwuihq .navbar.opened {
  transition: all 0.3s;
}
.cid-vfv8zwuihq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfv8zwuihq .navbar .navbar-logo img {
  width: auto;
}
.cid-vfv8zwuihq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfv8zwuihq .navbar.collapsed {
  justify-content: center;
}
.cid-vfv8zwuihq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfv8zwuihq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfv8zwuihq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfv8zwuihq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfv8zwuihq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfv8zwuihq .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-vfv8zwuihq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfv8zwuihq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfv8zwuihq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfv8zwuihq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfv8zwuihq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfv8zwuihq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfv8zwuihq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfv8zwuihq .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-vfv8zwuihq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfv8zwuihq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfv8zwuihq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfv8zwuihq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfv8zwuihq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfv8zwuihq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfv8zwuihq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfv8zwuihq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfv8zwuihq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfv8zwuihq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfv8zwuihq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfv8zwuihq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfv8zwuihq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfv8zwuihq .dropdown-item.active,
.cid-vfv8zwuihq .dropdown-item:active {
  background-color: transparent;
}
.cid-vfv8zwuihq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfv8zwuihq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfv8zwuihq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfv8zwuihq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfv8zwuihq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfv8zwuihq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfv8zwuihq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfv8zwuihq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfv8zwuihq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfv8zwuihq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfv8zwuihq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfv8zwuihq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv8zwuihq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv8zwuihq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfv8zwuihq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv8zwuihq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfv8zwuihq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfv8zwuihq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv8zwuihq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfv8zwuihq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfv8zwuihq .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-vfv8zwuihq .navbar {
    height: 70px;
  }
  .cid-vfv8zwuihq .navbar.opened {
    height: auto;
  }
  .cid-vfv8zwuihq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfv8zwJifY {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv8zwJifY .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vfv8zwJifY {
    align-items: center;
  }
  .cid-vfv8zwJifY .row {
    justify-content: flex-start;
  }
  .cid-vfv8zwJifY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfv8zwJifY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfv8zwJifY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfv8zwJifY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfv8zwJifY .content-wrap {
    width: 100%;
  }
}
.cid-vfv8zwJifY .mbr-section-title,
.cid-vfv8zwJifY .mbr-section-subtitle {
  text-align: center;
}
.cid-vfv8zwJifY .mbr-text,
.cid-vfv8zwJifY .mbr-section-btn {
  text-align: left;
}
.cid-vfv8zwJifY .mbr-section-title {
  text-align: left;
}
.cid-vfv8zwJifY h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfv8zwVpl2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv8zwVpl2 .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vfv8zwVpl2 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vfv8zwVpl2 .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vfv8zwVpl2 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv8zwVpl2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv8zx3Bjw {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv8zx3Bjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zx3Bjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfv8zx3Bjw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv8zx3Bjw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv8zx3Bjw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv8zx3Bjw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv8zx3Bjw .mbr-section-title {
  color: #000000;
}
.cid-vfv8zx3Bjw .mbr-text,
.cid-vfv8zx3Bjw .mbr-section-btn {
  color: #808080;
}
.cid-vfv8zxev31 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv8zxev31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zxev31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv8zxev31 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfv8zxev31 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv8zxev31 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv8zxev31 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv8zxev31 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv8zxev31 .mbr-section-title {
  color: #000000;
}
.cid-vfv8zxev31 .mbr-text,
.cid-vfv8zxev31 .mbr-section-btn {
  color: #808080;
}
.cid-vfv8zxpu1D {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfv8zxpu1D .mbr-text {
  color: #545454;
}
.cid-vfv8zxpu1D .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv8zxpu1D .mbr-section-title {
  color: #808080;
}
.cid-vfv8zxpu1D h2 {
  letter-spacing: -0.5px;
}
.cid-vfv8zxBrzn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vfv8zxBrzn img,
.cid-vfv8zxBrzn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vfv8zxBrzn .item:focus,
.cid-vfv8zxBrzn span:focus {
  outline: none;
}
.cid-vfv8zxBrzn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv8zxBrzn .item {
    margin-bottom: 1rem;
  }
}
.cid-vfv8zxBrzn .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv8zxBrzn .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv8zxBrzn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfv8zxBrzn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfv8zxBrzn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfv8zxBrzn .mbr-section-title {
  color: #1b1b1b;
}
.cid-vfv8zxBrzn .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vfv8zxBrzn .item-subtitle {
  text-align: left;
}
.cid-vfv8zxBrzn .mbr-text,
.cid-vfv8zxBrzn .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vfv8zxBrzn .content-head {
  max-width: 800px;
}
.cid-vfv8zxPolp {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfv8zxPolp .mbr-text {
  color: #545454;
}
.cid-vfv8zxPolp .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv8zxPolp .mbr-section-title {
  color: #808080;
}
.cid-vfv8zxPolp h2 {
  letter-spacing: -0.5px;
}
.cid-vfv8zxZp74 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv8zxZp74 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfv8zxZp74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zxZp74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv8zxZp74 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vfv8zxZp74 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv8zxZp74 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfv8zxZp74 .card-title,
.cid-vfv8zxZp74 .iconfont-wrapper {
  color: #303030;
}
.cid-vfv8zxZp74 .content-head {
  max-width: 800px;
}
.cid-vfv8zxZp74 .mbr-section-title {
  color: #000000;
}
.cid-vfv8zxZp74 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfv8zxZp74 .card-text {
  color: #808080;
}
.cid-vfv8zxZp74 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv8zxZp74 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfv8zyeiAm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv8zyeiAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zyeiAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfv8zyeiAm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vfv8zyeiAm .container {
    padding: 0 12px;
  }
}
.cid-vfv8zyeiAm .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vfv8zyeiAm .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vfv8zyeiAm .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vfv8zyeiAm .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vfv8zyeiAm .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vfv8zyeiAm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vfv8zyeiAm .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vfv8zyeiAm .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vfv8zyeiAm .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vfv8zyeiAm .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfv8zyeiAm .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vfv8zyeiAm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vfv8zyeiAm .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vfv8zyeiAm .mbr-section-title {
  color: #ffffff;
}
.cid-vfv8zyeiAm .mbr-text {
  color: #f7f7f7;
}
.cid-vfv8zyeiAm label {
  color: #ffffff;
}
.cid-vfv8zyeiAm .mbr-section-title,
.cid-vfv8zyeiAm .mbr-section-btn {
  color: #ffffff;
}
.cid-vfv8zyeiAm .card-contacts {
  color: #ffffff;
}
.cid-vfv8zyeiAm H3 {
  text-align: center;
}
.cid-vfv8zyeiAm h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vfv8zywnQ7 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv8zywnQ7 .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vfv8zywnQ7 .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vfv8zywnQ7 .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vfv8zywnQ7 h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv8zywnQ7 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv8zyKIae {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfv8zyKIae h6 {
  line-height: 1.2;
}
.cid-vfv8zyKIae img,
.cid-vfv8zyKIae .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfv8zyKIae .item:focus,
.cid-vfv8zyKIae span:focus {
  outline: none;
}
.cid-vfv8zyKIae .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vfv8zyKIae .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vfv8zyKIae .mbr-section-title {
  color: #000000;
}
.cid-vfv8zyKIae .mbr-text,
.cid-vfv8zyKIae .mbr-section-btn {
  color: #000000;
}
.cid-vfv8zyKIae .item-title {
  color: #000000;
  text-align: center;
}
.cid-vfv8zyKIae .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfv8zyKIae .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfv8zyKIae .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vfv8zyKIae .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv8zyYVHC {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv8zyYVHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zyYVHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv8zyYVHC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vfv8zyYVHC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfv8zyYVHC .embla__button--next,
.cid-vfv8zyYVHC .embla__button--prev {
  display: flex;
}
.cid-vfv8zyYVHC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vfv8zyYVHC .embla__button {
    display: none;
  }
}
.cid-vfv8zyYVHC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfv8zyYVHC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfv8zyYVHC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfv8zyYVHC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vfv8zyYVHC .embla__button {
    top: auto;
  }
}
.cid-vfv8zyYVHC .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vfv8zyYVHC .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vfv8zyYVHC .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vfv8zyYVHC .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vfv8zyYVHC .embla {
  position: relative;
  width: 100%;
}
.cid-vfv8zyYVHC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfv8zyYVHC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfv8zyYVHC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfv8zyYVHC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfv8zyYVHC .user_text {
  color: #545454;
}
.cid-vfv8zyYVHC p {
  line-height: 1.5;
}
.cid-vfv8zzhkQl {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfv8zzhkQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv8zzhkQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv8zzhkQl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfv8zzhkQl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv8zzhkQl .row {
    text-align: center;
  }
  .cid-vfv8zzhkQl .row > div {
    margin: auto;
  }
  .cid-vfv8zzhkQl .social-row {
    justify-content: center;
  }
}
.cid-vfv8zzhkQl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfv8zzhkQl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfv8zzhkQl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv8zzhkQl .list {
    margin-bottom: 0rem;
  }
}
.cid-vfv8zzhkQl .mbr-text {
  color: #ffffff;
}
.cid-vfv8zzhkQl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfv8zzhkQl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfv8zzhkQl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfv8zzhkQl .copyright {
  color: #ffffff;
}
.cid-vfv9pOOR6O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfv9pOOR6O nav.navbar {
  position: fixed;
}
.cid-vfv9pOOR6O .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-vfv9pOOR6O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfv9pOOR6O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfv9pOOR6O .dropdown-item:hover,
.cid-vfv9pOOR6O .dropdown-item:focus {
  background: #1c74bb !important;
  color: white !important;
}
.cid-vfv9pOOR6O .dropdown-item:hover span {
  color: white;
}
.cid-vfv9pOOR6O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfv9pOOR6O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfv9pOOR6O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfv9pOOR6O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfv9pOOR6O .nav-link {
  position: relative;
}
.cid-vfv9pOOR6O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vfv9pOOR6O .container {
    flex-wrap: nowrap;
  }
}
.cid-vfv9pOOR6O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfv9pOOR6O .dropdown-menu,
.cid-vfv9pOOR6O .navbar.opened {
  background: #ffffff !important;
}
.cid-vfv9pOOR6O .nav-item:focus,
.cid-vfv9pOOR6O .nav-link:focus {
  outline: none;
}
.cid-vfv9pOOR6O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfv9pOOR6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfv9pOOR6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfv9pOOR6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfv9pOOR6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfv9pOOR6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfv9pOOR6O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 0px solid transparent;
  background: #ffffff;
}
.cid-vfv9pOOR6O .navbar.opened {
  transition: all 0.3s;
}
.cid-vfv9pOOR6O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfv9pOOR6O .navbar .navbar-logo img {
  width: auto;
}
.cid-vfv9pOOR6O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfv9pOOR6O .navbar.collapsed {
  justify-content: center;
}
.cid-vfv9pOOR6O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfv9pOOR6O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfv9pOOR6O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfv9pOOR6O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfv9pOOR6O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfv9pOOR6O .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-vfv9pOOR6O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfv9pOOR6O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfv9pOOR6O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfv9pOOR6O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfv9pOOR6O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfv9pOOR6O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfv9pOOR6O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfv9pOOR6O .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-vfv9pOOR6O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfv9pOOR6O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfv9pOOR6O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfv9pOOR6O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfv9pOOR6O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfv9pOOR6O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vfv9pOOR6O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vfv9pOOR6O .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfv9pOOR6O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfv9pOOR6O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfv9pOOR6O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfv9pOOR6O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfv9pOOR6O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfv9pOOR6O .dropdown-item.active,
.cid-vfv9pOOR6O .dropdown-item:active {
  background-color: transparent;
}
.cid-vfv9pOOR6O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfv9pOOR6O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfv9pOOR6O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfv9pOOR6O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfv9pOOR6O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfv9pOOR6O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfv9pOOR6O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfv9pOOR6O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfv9pOOR6O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfv9pOOR6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfv9pOOR6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfv9pOOR6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv9pOOR6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfv9pOOR6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfv9pOOR6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv9pOOR6O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfv9pOOR6O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfv9pOOR6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfv9pOOR6O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfv9pOOR6O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfv9pOOR6O .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-vfv9pOOR6O .navbar {
    height: 70px;
  }
  .cid-vfv9pOOR6O .navbar.opened {
    height: auto;
  }
  .cid-vfv9pOOR6O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfv9pP88k1 {
  display: flex;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv9pP88k1 .mbr-overlay {
  background-color: #1c74bb;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vfv9pP88k1 {
    align-items: center;
  }
  .cid-vfv9pP88k1 .row {
    justify-content: flex-start;
  }
  .cid-vfv9pP88k1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfv9pP88k1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfv9pP88k1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfv9pP88k1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfv9pP88k1 .content-wrap {
    width: 100%;
  }
}
.cid-vfv9pP88k1 .mbr-section-title,
.cid-vfv9pP88k1 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfv9pP88k1 .mbr-text,
.cid-vfv9pP88k1 .mbr-section-btn {
  text-align: left;
}
.cid-vfv9pP88k1 .mbr-section-title {
  text-align: left;
}
.cid-vfv9pP88k1 h1 {
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.cid-vfv9pPkHXO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv9pPkHXO .mbr-text {
  color: #545454;
  text-align: center;
}
.cid-vfv9pPkHXO .mbr-section-subtitle {
  color: #1c74bb;
  text-align: center;
}
.cid-vfv9pPkHXO .mbr-section-title {
  color: #808080;
  text-align: center;
}
.cid-vfv9pPkHXO h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv9pPkHXO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv9pPtz4O {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv9pPtz4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pPtz4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfv9pPtz4O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv9pPtz4O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv9pPtz4O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv9pPtz4O .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv9pPtz4O .mbr-section-title {
  color: #000000;
}
.cid-vfv9pPtz4O .mbr-text,
.cid-vfv9pPtz4O .mbr-section-btn {
  color: #808080;
}
.cid-vfv9pPEgr8 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv9pPEgr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pPEgr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv9pPEgr8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfv9pPEgr8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv9pPEgr8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfv9pPEgr8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv9pPEgr8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfv9pPEgr8 .mbr-section-title {
  color: #000000;
}
.cid-vfv9pPEgr8 .mbr-text,
.cid-vfv9pPEgr8 .mbr-section-btn {
  color: #808080;
}
.cid-vfv9pPPfLi {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfv9pPPfLi .mbr-text {
  color: #545454;
}
.cid-vfv9pPPfLi .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv9pPPfLi .mbr-section-title {
  color: #808080;
}
.cid-vfv9pPPfLi h2 {
  letter-spacing: -0.5px;
}
.cid-vfv9pQ17hP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-vfv9pQ17hP img,
.cid-vfv9pQ17hP .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vfv9pQ17hP .item:focus,
.cid-vfv9pQ17hP span:focus {
  outline: none;
}
.cid-vfv9pQ17hP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv9pQ17hP .item {
    margin-bottom: 1rem;
  }
}
.cid-vfv9pQ17hP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv9pQ17hP .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv9pQ17hP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfv9pQ17hP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfv9pQ17hP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfv9pQ17hP .mbr-section-title {
  color: #1b1b1b;
}
.cid-vfv9pQ17hP .item-title {
  text-align: left;
  color: #303030;
  line-height: 1.25;
}
.cid-vfv9pQ17hP .item-subtitle {
  text-align: left;
}
.cid-vfv9pQ17hP .mbr-text,
.cid-vfv9pQ17hP .item .mbr-section-btn {
  text-align: left;
  color: #808080;
  line-height: 1.25;
}
.cid-vfv9pQ17hP .content-head {
  max-width: 800px;
}
.cid-vfv9pQhHlS {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfv9pQhHlS .mbr-text {
  color: #545454;
}
.cid-vfv9pQhHlS .mbr-section-subtitle {
  color: #1c74bb;
}
.cid-vfv9pQhHlS .mbr-section-title {
  color: #808080;
}
.cid-vfv9pQhHlS h2 {
  letter-spacing: -0.5px;
}
.cid-vfv9pQrYAm {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv9pQrYAm .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vfv9pQrYAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pQrYAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv9pQrYAm .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vfv9pQrYAm .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfv9pQrYAm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vfv9pQrYAm .card-title,
.cid-vfv9pQrYAm .iconfont-wrapper {
  color: #303030;
}
.cid-vfv9pQrYAm .content-head {
  max-width: 800px;
}
.cid-vfv9pQrYAm .mbr-section-title {
  color: #000000;
}
.cid-vfv9pQrYAm .mbr-section-subtitle {
  color: #000000;
}
.cid-vfv9pQrYAm .card-text {
  color: #808080;
}
.cid-vfv9pQrYAm .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfv9pQrYAm .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vfv9pQIhQD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-hero.webp");
}
.cid-vfv9pQIhQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pQIhQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfv9pQIhQD .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vfv9pQIhQD .container {
    padding: 0 12px;
  }
}
.cid-vfv9pQIhQD .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-vfv9pQIhQD .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-vfv9pQIhQD .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-vfv9pQIhQD .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-vfv9pQIhQD .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-vfv9pQIhQD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-vfv9pQIhQD .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-vfv9pQIhQD .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-vfv9pQIhQD .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vfv9pQIhQD .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vfv9pQIhQD .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #242a3c;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #808080 !important;
  background-color: #f7f7f7;
  transition: all 300ms ease;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #27aae0 !important;
  box-shadow: none;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #808080;
  border-color: #808080;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vfv9pQIhQD .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-vfv9pQIhQD .mbr-form .form-conrol {
  color: #242a3c;
}
.cid-vfv9pQIhQD .mbr-section-title {
  color: #ffffff;
}
.cid-vfv9pQIhQD .mbr-text {
  color: #f7f7f7;
}
.cid-vfv9pQIhQD label {
  color: #ffffff;
}
.cid-vfv9pQIhQD .mbr-section-title,
.cid-vfv9pQIhQD .mbr-section-btn {
  color: #ffffff;
}
.cid-vfv9pQIhQD .card-contacts {
  color: #ffffff;
}
.cid-vfv9pQIhQD H3 {
  text-align: center;
}
.cid-vfv9pQIhQD h2 {
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.cid-vfv9pQZ9hZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfv9pQZ9hZ .mbr-text {
  color: #545454;
  text-align: left;
}
.cid-vfv9pQZ9hZ .mbr-section-subtitle {
  color: #1c74bb;
  text-align: left;
}
.cid-vfv9pQZ9hZ .mbr-section-title {
  color: #808080;
  text-align: justify;
}
.cid-vfv9pQZ9hZ h2 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-vfv9pQZ9hZ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vfv9pRdSo9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vfv9pRdSo9 h6 {
  line-height: 1.2;
}
.cid-vfv9pRdSo9 img,
.cid-vfv9pRdSo9 .item-img {
  width: 100%;
  height: 100%;
}
.cid-vfv9pRdSo9 .item:focus,
.cid-vfv9pRdSo9 span:focus {
  outline: none;
}
.cid-vfv9pRdSo9 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vfv9pRdSo9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vfv9pRdSo9 .mbr-section-title {
  color: #000000;
}
.cid-vfv9pRdSo9 .mbr-text,
.cid-vfv9pRdSo9 .mbr-section-btn {
  color: #000000;
}
.cid-vfv9pRdSo9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vfv9pRdSo9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vfv9pRdSo9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfv9pRdSo9 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vfv9pRdSo9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfv9pRtnYh {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfv9pRtnYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pRtnYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv9pRtnYh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-vfv9pRtnYh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfv9pRtnYh .embla__button--next,
.cid-vfv9pRtnYh .embla__button--prev {
  display: flex;
}
.cid-vfv9pRtnYh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vfv9pRtnYh .embla__button {
    display: none;
  }
}
.cid-vfv9pRtnYh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfv9pRtnYh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfv9pRtnYh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfv9pRtnYh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vfv9pRtnYh .embla__button {
    top: auto;
  }
}
.cid-vfv9pRtnYh .user_image {
  display: none;
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-vfv9pRtnYh .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-vfv9pRtnYh .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-vfv9pRtnYh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vfv9pRtnYh .embla {
  position: relative;
  width: 100%;
}
.cid-vfv9pRtnYh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfv9pRtnYh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfv9pRtnYh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfv9pRtnYh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfv9pRtnYh .user_text {
  color: #545454;
}
.cid-vfv9pRtnYh p {
  line-height: 1.5;
}
.cid-vfv9pRQXnE {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1c74bb;
}
.cid-vfv9pRQXnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfv9pRQXnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfv9pRQXnE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfv9pRQXnE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfv9pRQXnE .row {
    text-align: center;
  }
  .cid-vfv9pRQXnE .row > div {
    margin: auto;
  }
  .cid-vfv9pRQXnE .social-row {
    justify-content: center;
  }
}
.cid-vfv9pRQXnE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfv9pRQXnE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfv9pRQXnE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfv9pRQXnE .list {
    margin-bottom: 0rem;
  }
}
.cid-vfv9pRQXnE .mbr-text {
  color: #ffffff;
}
.cid-vfv9pRQXnE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfv9pRQXnE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfv9pRQXnE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfv9pRQXnE .copyright {
  color: #ffffff;
}
