.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #f14f44 !important;
}
.bg-success {
  background-color: #8235b9 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #f15144 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f14f44 !important;
  border-color: #f14f44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f57c73 !important;
  border-color: #f57c73 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f57c73 !important;
  border-color: #f57c73 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f15144 !important;
  border-color: #f15144 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f14f44;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cf1c0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14f44 !important;
  border-color: #f14f44 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24c4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b81f1d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8235b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #532276 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15144;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf1e0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f15144 !important;
  border-color: #f15144 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f14f44 !important;
}
.text-secondary {
  color: #e24c4a !important;
}
.text-success {
  color: #8235b9 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #f15144 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c11a0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab1d1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a1e6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c11c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !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: #f14f44;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #f15144;
}
.alert-danger {
  background-color: #9f130f;
}
.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: #f14f44;
  border-color: #f14f44;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f14f44;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bd8fdf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f5db;
}
.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: #ed4540;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f14f44 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f14f44;
}
/* 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: #f14f44;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f14f44;
}
.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: #f14f44;
  border-bottom-color: #f14f44;
}
.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: #f14f44 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e24c4a !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='%23f14f44' %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;
}
.mbr-section-btn .btn {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 17px 20px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn span {
  line-height: 1.5;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.mbr-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.cid-uGKIdLggmg .navbar-dropdown {
  position: relative !important;
}
.cid-uGKIdLggmg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uGKIdLggmg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGKIdLggmg .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-uGKIdLggmg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uGKIdLggmg .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uGKIdLggmg .dropdown-item:hover,
.cid-uGKIdLggmg .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uGKIdLggmg .dropdown-item:hover span {
  color: white;
}
.cid-uGKIdLggmg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGKIdLggmg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGKIdLggmg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGKIdLggmg .nav-link {
  position: relative;
}
.cid-uGKIdLggmg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGKIdLggmg .container {
    flex-wrap: nowrap;
  }
}
.cid-uGKIdLggmg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGKIdLggmg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGKIdLggmg .dropdown-menu,
.cid-uGKIdLggmg .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uGKIdLggmg .nav-item:focus,
.cid-uGKIdLggmg .nav-link:focus {
  outline: none;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGKIdLggmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGKIdLggmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGKIdLggmg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKIdLggmg .navbar.opened {
  transition: all 0.3s;
}
.cid-uGKIdLggmg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uGKIdLggmg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGKIdLggmg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGKIdLggmg .navbar.collapsed {
  justify-content: center;
}
.cid-uGKIdLggmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGKIdLggmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGKIdLggmg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGKIdLggmg .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-uGKIdLggmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGKIdLggmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGKIdLggmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGKIdLggmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGKIdLggmg .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-uGKIdLggmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGKIdLggmg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uGKIdLggmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGKIdLggmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGKIdLggmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGKIdLggmg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGKIdLggmg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGKIdLggmg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGKIdLggmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uGKIdLggmg .navbar-brand .navbar-caption:hover,
.cid-uGKIdLggmg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uGKIdLggmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGKIdLggmg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGKIdLggmg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uGKIdLggmg .dropdown-item.active,
.cid-uGKIdLggmg .dropdown-item:active {
  background-color: transparent;
}
.cid-uGKIdLggmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uGKIdLggmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGKIdLggmg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGKIdLggmg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uGKIdLggmg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uGKIdLggmg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uGKIdLggmg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uGKIdLggmg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGKIdLggmg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKIdLggmg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGKIdLggmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGKIdLggmg .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-uGKIdLggmg .navbar {
    height: 70px;
  }
  .cid-uGKIdLggmg .navbar.opened {
    height: auto;
  }
  .cid-uGKIdLggmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGKIdLggmg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uGKIdLggmg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGKIdLggmg .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uGKIdLggmg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGKIdLggmg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uGKIdLggmg .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uGKIdLggmg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGKIdLggmg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGKIdLggmg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uGKIdLggmg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGKIdLggmg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGKIdLggmg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGKIdLggmg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uGKIdLggmg .content-wrap {
  min-height: 110px;
}
.cid-uGKIdLggmg .mbr-section-btn .btn::after,
.cid-uGKIdLggmg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uGKIdLggmg .mbr-section-btn .btn:hover,
.cid-uGKIdLggmg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGKIdLggmg .mbr-section-btn .btn:hover::after,
.cid-uGKIdLggmg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK95ubw1mQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #47c7e0;
}
.cid-uK95ubw1mQ .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uK95ubw1mQ .image-wrap {
    padding: 16px;
  }
}
.cid-uK95ubw1mQ .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uK95ubw1mQ .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uK95ubw1mQ .image-overlay {
    padding: 16px;
  }
}
.cid-uK95ubw1mQ .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.2;
  width: 100%;
  height: 70%;
}
.cid-uK95ubw1mQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK95ubw1mQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK95ubw1mQ .row {
  justify-content: center;
}
.cid-uK95ubw1mQ .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uK95ubw1mQ .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uK95ubw1mQ .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uK95ubw1mQ .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uK95ubw1mQ .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uK95ubw1mQ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uK95ubw1mQ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uK95ubw1mQ .mbr-text,
.cid-uK95ubw1mQ .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uK95ubw1mQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK95ubw1mQ .mbr-text,
.cid-uK95ubw1mQ .mbr-section-btn {
  text-align: center;
}
.cid-uK8Y6AKs0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK8Y6AKs0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Y6AKs0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Y6AKs0K .row {
  justify-content: center;
}
.cid-uK8Y6AKs0K .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uK8Y6AKs0K .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uK8Y6AKs0K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8Y6AKs0K .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uK8Y6AKs0K .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uK8Y6AKs0K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK8Y6AKs0K .mbr-section-title,
.cid-uK8Y6AKs0K .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uK8Y6AKs0K .mbr-desc {
  color: #fff7ee;
}
.cid-uK8Y6AKs0K .mbr-text {
  color: #000000;
}
.cid-uK8Y6AKs0K .mbr-section-title,
.cid-uK8Y6AKs0K .title-wrapper,
.cid-uK8Y6AKs0K .mbr-iconfont {
  color: #000000;
}
.cid-uK8YhT9PVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK8YhT9PVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8YhT9PVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8YhT9PVu .row {
  justify-content: space-between;
}
.cid-uK8YhT9PVu .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uK8YhT9PVu .content-wrapper {
    padding: 0;
  }
}
.cid-uK8YhT9PVu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK8YhT9PVu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK8YhT9PVu .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK8YhT9PVu .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uK8YhT9PVu .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK8YhT9PVu .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uK8YhT9PVu .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uK8YhT9PVu .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uK8YhT9PVu .mbr-section-title {
  color: #000000;
}
.cid-uK8YhT9PVu .mbr-desc {
  color: #000000;
}
.cid-uK8YhT9PVu .mbr-text {
  color: #000000;
}
.cid-uK95Cr3opq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uK95Cr3opq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK95Cr3opq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK95Cr3opq .row {
  justify-content: space-between;
}
.cid-uK95Cr3opq .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK95Cr3opq .title-wrapper {
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .title-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .title-wrapper {
    padding-right: 0;
  }
}
.cid-uK95Cr3opq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .title-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK95Cr3opq .title-wrapper .image-wrapper img {
  height: 830px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .title-wrapper .image-wrapper img {
    height: 630px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .title-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uK95Cr3opq .items-wrapper {
  padding: 0 122px;
  padding: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper {
    padding-right: 0;
  }
}
.cid-uK95Cr3opq .items-wrapper .item {
  border-radius: 0 !important;
}
.cid-uK95Cr3opq .items-wrapper .item:first-child .item-wrapper {
  border-top: 3px dashed #0c3c84;
}
.cid-uK95Cr3opq .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(-10deg);
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper .item:nth-child(2n) .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0;
  border-bottom: 3px dashed #0c3c84;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper {
    padding: 22px 0;
  }
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin-right: 22px;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-img {
    transform: none;
    margin-right: 0;
    width: 100%;
  }
}
.cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-img img {
  height: 270px;
  transform: rotate(10deg);
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #0c3c84;
}
@media (max-width: 1440px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uK95Cr3opq .items-wrapper .mbr-section-btn {
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uK95Cr3opq .items-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uK95Cr3opq .mbr-label {
  color: #171717;
}
.cid-uK95Cr3opq .mbr-section-title {
  color: #c10b02;
}
.cid-uK95Cr3opq .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-uK95Cr3opq .item-number {
  color: #c10b02;
}
.cid-uK95Cr3opq .item-title {
  color: #000000;
}
.cid-uK95Cr3opq .item-text {
  color: #4b4949;
}
.cid-uK95Cr3opq .mbr-section-title,
.cid-uK95Cr3opq .mbr-section-btn {
  color: #171717;
}
.cid-uK8ZAGfobx {
  background-color: #ffffff;
}
.cid-uK8ZAGfobx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8ZAGfobx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8ZAGfobx .row {
  justify-content: space-between;
}
.cid-uK8ZAGfobx .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #47c7e0;
}
@media (max-width: 992px) {
  .cid-uK8ZAGfobx .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uK8ZAGfobx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK8ZAGfobx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK8ZAGfobx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK8ZAGfobx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uK8ZAGfobx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK8ZAGfobx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uK8ZAGfobx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uK8ZAGfobx .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uK8ZAGfobx .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uK8ZAGfobx .mbr-section-title {
  color: #000000;
}
.cid-uK8ZAGfobx .mbr-section-subtitle {
  color: #000000;
}
.cid-uK8ZAGfobx .mbr-desc {
  color: #000000;
}
.cid-uK8ZAGfobx .mbr-text {
  color: #000000;
}
.cid-uK97gHgXTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK97gHgXTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK97gHgXTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK97gHgXTb .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK97gHgXTb .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK97gHgXTb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK97gHgXTb .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK97gHgXTb .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK97gHgXTb .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK97gHgXTb .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK97gHgXTb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK97gHgXTb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK97gHgXTb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK97gHgXTb .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK97gHgXTb .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK97gHgXTb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK97gHgXTb .mbr-label {
  color: #c10b02;
}
.cid-uK97gHgXTb .mbr-section-title {
  color: #c10b02;
}
.cid-uK97gHgXTb .item-title {
  color: #4b4949;
}
.cid-uK97hQ9f8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK97hQ9f8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK97hQ9f8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK97hQ9f8a .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK97hQ9f8a .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK97hQ9f8a .card-wrapper {
    padding: 22px;
  }
}
.cid-uK97hQ9f8a .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK97hQ9f8a .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK97hQ9f8a .mbr-label {
  color: #121212;
}
.cid-uK8N4GrcUF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK8N4GrcUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8N4GrcUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8N4GrcUF .copyright {
  color: #ffffff;
}
.cid-uK8N4GrcUF .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK8N4GrcUF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK8N4GrcUF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8N4GrcUF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK8N4GrcUF .row-links-soc,
.cid-uK8N4GrcUF .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK8N4GrcUF .copyright,
.cid-uK8N4GrcUF .line {
  color: #ffffff;
}
.cid-uK8MbDV60K .navbar-dropdown {
  position: relative !important;
}
.cid-uK8MbDV60K .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uK8MbDV60K .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uK8MbDV60K .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-uK8MbDV60K .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uK8MbDV60K .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uK8MbDV60K .dropdown-item:hover,
.cid-uK8MbDV60K .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uK8MbDV60K .dropdown-item:hover span {
  color: white;
}
.cid-uK8MbDV60K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK8MbDV60K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK8MbDV60K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK8MbDV60K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK8MbDV60K .nav-link {
  position: relative;
}
.cid-uK8MbDV60K .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uK8MbDV60K .container {
    flex-wrap: nowrap;
  }
}
.cid-uK8MbDV60K .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uK8MbDV60K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uK8MbDV60K .dropdown-menu,
.cid-uK8MbDV60K .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uK8MbDV60K .nav-item:focus,
.cid-uK8MbDV60K .nav-link:focus {
  outline: none;
}
.cid-uK8MbDV60K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK8MbDV60K .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uK8MbDV60K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK8MbDV60K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK8MbDV60K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK8MbDV60K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK8MbDV60K .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK8MbDV60K .navbar.opened {
  transition: all 0.3s;
}
.cid-uK8MbDV60K .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uK8MbDV60K .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uK8MbDV60K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK8MbDV60K .navbar.collapsed {
  justify-content: center;
}
.cid-uK8MbDV60K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK8MbDV60K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK8MbDV60K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uK8MbDV60K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK8MbDV60K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK8MbDV60K .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-uK8MbDV60K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK8MbDV60K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK8MbDV60K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK8MbDV60K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK8MbDV60K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK8MbDV60K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK8MbDV60K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK8MbDV60K .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-uK8MbDV60K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK8MbDV60K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK8MbDV60K .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uK8MbDV60K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uK8MbDV60K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK8MbDV60K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK8MbDV60K .navbar.navbar-short {
  min-height: 96px;
}
.cid-uK8MbDV60K .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uK8MbDV60K .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uK8MbDV60K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK8MbDV60K .navbar-brand .navbar-caption:hover,
.cid-uK8MbDV60K .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uK8MbDV60K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK8MbDV60K .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uK8MbDV60K .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uK8MbDV60K .dropdown-item.active,
.cid-uK8MbDV60K .dropdown-item:active {
  background-color: transparent;
}
.cid-uK8MbDV60K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK8MbDV60K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK8MbDV60K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK8MbDV60K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uK8MbDV60K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uK8MbDV60K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uK8MbDV60K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK8MbDV60K ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uK8MbDV60K ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uK8MbDV60K .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uK8MbDV60K .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uK8MbDV60K .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uK8MbDV60K .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uK8MbDV60K button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK8MbDV60K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK8MbDV60K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uK8MbDV60K button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK8MbDV60K button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK8MbDV60K button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uK8MbDV60K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8MbDV60K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK8MbDV60K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK8MbDV60K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8MbDV60K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK8MbDV60K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK8MbDV60K .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-uK8MbDV60K .navbar {
    height: 70px;
  }
  .cid-uK8MbDV60K .navbar.opened {
    height: auto;
  }
  .cid-uK8MbDV60K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK8MbDV60K .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uK8MbDV60K .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uK8MbDV60K .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uK8MbDV60K .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uK8MbDV60K .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uK8MbDV60K .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uK8MbDV60K .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uK8MbDV60K .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uK8MbDV60K .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uK8MbDV60K .navbar {
    justify-content: flex-start !important;
  }
  .cid-uK8MbDV60K .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uK8MbDV60K .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uK8MbDV60K .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uK8MbDV60K .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uK8MbDV60K .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uK8MbDV60K .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uK8MbDV60K .content-wrap {
  min-height: 110px;
}
.cid-uK8MbDV60K .mbr-section-btn .btn::after,
.cid-uK8MbDV60K .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uK8MbDV60K .mbr-section-btn .btn:hover,
.cid-uK8MbDV60K .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uK8MbDV60K .mbr-section-btn .btn:hover::after,
.cid-uK8MbDV60K .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK9cLejk8z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9cLejk8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9cLejk8z .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-uK9cLejk8z .container {
    padding: 0 22px;
  }
}
.cid-uK9cLejk8z .card {
  justify-content: center;
}
.cid-uK9cLejk8z .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uK9cLejk8z .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uK9cLejk8z .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK9cLejk8z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK9cLejk8z .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uK9cLejk8z .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #47c7e0;
}
@media (max-width: 1440px) {
  .cid-uK9cLejk8z .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uK9cLejk8z .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uK9cLejk8z .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uK9cLejk8z .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uK9cLejk8z .mbr-section-title {
  color: #ffffff;
}
.cid-uK9cLejk8z .mbr-text {
  color: #ffffff;
}
.cid-uK8MbFqVSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #47c7e0;
}
.cid-uK8MbFqVSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8MbFqVSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8MbFqVSQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .container {
    padding: 0 16px;
  }
}
.cid-uK8MbFqVSQ .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .row {
    margin: 0 10px;
  }
}
.cid-uK8MbFqVSQ .row .card {
  position: relative;
  padding: 0;
}
.cid-uK8MbFqVSQ .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uK8MbFqVSQ .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uK8MbFqVSQ .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uK8MbFqVSQ .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .row .card .icon-decor {
    display: none;
  }
}
.cid-uK8MbFqVSQ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .title-wrapper {
    width: 100%;
  }
}
.cid-uK8MbFqVSQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK8MbFqVSQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK8MbFqVSQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK8MbFqVSQ .mbr-section-title {
  color: #000000;
}
.cid-uK8MbFqVSQ .mbr-text {
  color: #000000;
}
.cid-uK9dQ3nfqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK9dQ3nfqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9dQ3nfqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9dQ3nfqj .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK9dQ3nfqj .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK9dQ3nfqj .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK9dQ3nfqj .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK9dQ3nfqj .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK9dQ3nfqj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK9dQ3nfqj .mbr-label {
  color: #c10b02;
}
.cid-uK9dQ3nfqj .mbr-section-title {
  color: #c10b02;
}
.cid-uK9dQ3nfqj .item-title {
  color: #4b4949;
}
.cid-uK9dQudbCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK9dQudbCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9dQudbCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9dQudbCe .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK9dQudbCe .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK9dQudbCe .card-wrapper {
    padding: 22px;
  }
}
.cid-uK9dQudbCe .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK9dQudbCe .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK9dQudbCe .mbr-label {
  color: #121212;
}
.cid-uK8N4GrcUF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK8N4GrcUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8N4GrcUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8N4GrcUF .copyright {
  color: #ffffff;
}
.cid-uK8N4GrcUF .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK8N4GrcUF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK8N4GrcUF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8N4GrcUF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK8N4GrcUF .row-links-soc,
.cid-uK8N4GrcUF .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK8N4GrcUF .copyright,
.cid-uK8N4GrcUF .line {
  color: #ffffff;
}
.cid-uK8Nu0tDWL .navbar-dropdown {
  position: relative !important;
}
.cid-uK8Nu0tDWL .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uK8Nu0tDWL .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uK8Nu0tDWL .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-uK8Nu0tDWL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uK8Nu0tDWL .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uK8Nu0tDWL .dropdown-item:hover,
.cid-uK8Nu0tDWL .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uK8Nu0tDWL .dropdown-item:hover span {
  color: white;
}
.cid-uK8Nu0tDWL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK8Nu0tDWL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK8Nu0tDWL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK8Nu0tDWL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK8Nu0tDWL .nav-link {
  position: relative;
}
.cid-uK8Nu0tDWL .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uK8Nu0tDWL .container {
    flex-wrap: nowrap;
  }
}
.cid-uK8Nu0tDWL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Nu0tDWL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uK8Nu0tDWL .dropdown-menu,
.cid-uK8Nu0tDWL .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uK8Nu0tDWL .nav-item:focus,
.cid-uK8Nu0tDWL .nav-link:focus {
  outline: none;
}
.cid-uK8Nu0tDWL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK8Nu0tDWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uK8Nu0tDWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK8Nu0tDWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK8Nu0tDWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK8Nu0tDWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK8Nu0tDWL .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK8Nu0tDWL .navbar.opened {
  transition: all 0.3s;
}
.cid-uK8Nu0tDWL .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uK8Nu0tDWL .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uK8Nu0tDWL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK8Nu0tDWL .navbar.collapsed {
  justify-content: center;
}
.cid-uK8Nu0tDWL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK8Nu0tDWL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK8Nu0tDWL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uK8Nu0tDWL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK8Nu0tDWL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK8Nu0tDWL .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-uK8Nu0tDWL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK8Nu0tDWL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK8Nu0tDWL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK8Nu0tDWL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK8Nu0tDWL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK8Nu0tDWL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK8Nu0tDWL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK8Nu0tDWL .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-uK8Nu0tDWL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK8Nu0tDWL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK8Nu0tDWL .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uK8Nu0tDWL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uK8Nu0tDWL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK8Nu0tDWL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK8Nu0tDWL .navbar.navbar-short {
  min-height: 96px;
}
.cid-uK8Nu0tDWL .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uK8Nu0tDWL .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uK8Nu0tDWL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK8Nu0tDWL .navbar-brand .navbar-caption:hover,
.cid-uK8Nu0tDWL .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uK8Nu0tDWL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK8Nu0tDWL .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uK8Nu0tDWL .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uK8Nu0tDWL .dropdown-item.active,
.cid-uK8Nu0tDWL .dropdown-item:active {
  background-color: transparent;
}
.cid-uK8Nu0tDWL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK8Nu0tDWL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK8Nu0tDWL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK8Nu0tDWL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uK8Nu0tDWL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uK8Nu0tDWL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uK8Nu0tDWL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK8Nu0tDWL ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uK8Nu0tDWL ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uK8Nu0tDWL .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uK8Nu0tDWL .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uK8Nu0tDWL .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uK8Nu0tDWL .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uK8Nu0tDWL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK8Nu0tDWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK8Nu0tDWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uK8Nu0tDWL button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK8Nu0tDWL button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK8Nu0tDWL button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uK8Nu0tDWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8Nu0tDWL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK8Nu0tDWL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK8Nu0tDWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8Nu0tDWL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK8Nu0tDWL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK8Nu0tDWL .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-uK8Nu0tDWL .navbar {
    height: 70px;
  }
  .cid-uK8Nu0tDWL .navbar.opened {
    height: auto;
  }
  .cid-uK8Nu0tDWL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK8Nu0tDWL .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uK8Nu0tDWL .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uK8Nu0tDWL .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uK8Nu0tDWL .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uK8Nu0tDWL .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uK8Nu0tDWL .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uK8Nu0tDWL .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uK8Nu0tDWL .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uK8Nu0tDWL .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uK8Nu0tDWL .navbar {
    justify-content: flex-start !important;
  }
  .cid-uK8Nu0tDWL .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uK8Nu0tDWL .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uK8Nu0tDWL .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uK8Nu0tDWL .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uK8Nu0tDWL .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uK8Nu0tDWL .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uK8Nu0tDWL .content-wrap {
  min-height: 110px;
}
.cid-uK8Nu0tDWL .mbr-section-btn .btn::after,
.cid-uK8Nu0tDWL .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uK8Nu0tDWL .mbr-section-btn .btn:hover,
.cid-uK8Nu0tDWL .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uK8Nu0tDWL .mbr-section-btn .btn:hover::after,
.cid-uK8Nu0tDWL .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK9cUSY6YT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9cUSY6YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9cUSY6YT .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-uK9cUSY6YT .container {
    padding: 0 22px;
  }
}
.cid-uK9cUSY6YT .card {
  justify-content: center;
}
.cid-uK9cUSY6YT .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uK9cUSY6YT .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uK9cUSY6YT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uK9cUSY6YT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK9cUSY6YT .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uK9cUSY6YT .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #47c7e0;
}
@media (max-width: 1440px) {
  .cid-uK9cUSY6YT .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uK9cUSY6YT .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uK9cUSY6YT .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uK9cUSY6YT .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uK9cUSY6YT .mbr-section-title {
  color: #ffffff;
}
.cid-uK9cUSY6YT .mbr-text {
  color: #ffffff;
}
.cid-uK8Nu34M3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #47c7e0;
}
.cid-uK8Nu34M3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Nu34M3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Nu34M3O .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .container {
    padding: 0 16px;
  }
}
.cid-uK8Nu34M3O .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .row {
    margin: 0 10px;
  }
}
.cid-uK8Nu34M3O .row .card {
  position: relative;
  padding: 0;
}
.cid-uK8Nu34M3O .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #502274;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uK8Nu34M3O .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uK8Nu34M3O .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #502274;
  color: #502274;
  border-radius: 100%;
  border: 5px solid #502274;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uK8Nu34M3O .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .row .card .icon-decor {
    display: none;
  }
}
.cid-uK8Nu34M3O .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .title-wrapper {
    width: 100%;
  }
}
.cid-uK8Nu34M3O .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uK8Nu34M3O .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK8Nu34M3O .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uK8Nu34M3O .mbr-section-title {
  color: #000000;
}
.cid-uK8Nu34M3O .mbr-text {
  color: #000000;
}
.cid-uK9dxMUuUr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK9dxMUuUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9dxMUuUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9dxMUuUr .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK9dxMUuUr .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK9dxMUuUr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK9dxMUuUr .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK9dxMUuUr .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK9dxMUuUr .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK9dxMUuUr .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK9dxMUuUr .mbr-label {
  color: #c10b02;
}
.cid-uK9dxMUuUr .mbr-section-title {
  color: #c10b02;
}
.cid-uK9dxMUuUr .item-title {
  color: #4b4949;
}
.cid-uK9dAstCV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK9dAstCV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9dAstCV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9dAstCV8 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK9dAstCV8 .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK9dAstCV8 .card-wrapper {
    padding: 22px;
  }
}
.cid-uK9dAstCV8 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK9dAstCV8 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK9dAstCV8 .mbr-label {
  color: #121212;
}
.cid-uK8Nu4aAwt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK8Nu4aAwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8Nu4aAwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8Nu4aAwt .copyright {
  color: #ffffff;
}
.cid-uK8Nu4aAwt .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK8Nu4aAwt .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK8Nu4aAwt .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK8Nu4aAwt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8Nu4aAwt .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK8Nu4aAwt .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK8Nu4aAwt .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK8Nu4aAwt .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK8Nu4aAwt .row-links-soc,
.cid-uK8Nu4aAwt .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK8Nu4aAwt .copyright,
.cid-uK8Nu4aAwt .line {
  color: #ffffff;
}
.cid-uGKIdLggmg .navbar-dropdown {
  position: relative !important;
}
.cid-uGKIdLggmg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uGKIdLggmg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGKIdLggmg .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-uGKIdLggmg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uGKIdLggmg .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uGKIdLggmg .dropdown-item:hover,
.cid-uGKIdLggmg .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uGKIdLggmg .dropdown-item:hover span {
  color: white;
}
.cid-uGKIdLggmg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGKIdLggmg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGKIdLggmg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGKIdLggmg .nav-link {
  position: relative;
}
.cid-uGKIdLggmg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGKIdLggmg .container {
    flex-wrap: nowrap;
  }
}
.cid-uGKIdLggmg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGKIdLggmg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGKIdLggmg .dropdown-menu,
.cid-uGKIdLggmg .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uGKIdLggmg .nav-item:focus,
.cid-uGKIdLggmg .nav-link:focus {
  outline: none;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGKIdLggmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGKIdLggmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGKIdLggmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGKIdLggmg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKIdLggmg .navbar.opened {
  transition: all 0.3s;
}
.cid-uGKIdLggmg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uGKIdLggmg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGKIdLggmg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGKIdLggmg .navbar.collapsed {
  justify-content: center;
}
.cid-uGKIdLggmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGKIdLggmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGKIdLggmg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGKIdLggmg .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-uGKIdLggmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGKIdLggmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGKIdLggmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGKIdLggmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGKIdLggmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGKIdLggmg .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-uGKIdLggmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGKIdLggmg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGKIdLggmg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uGKIdLggmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGKIdLggmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGKIdLggmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGKIdLggmg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGKIdLggmg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGKIdLggmg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGKIdLggmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uGKIdLggmg .navbar-brand .navbar-caption:hover,
.cid-uGKIdLggmg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uGKIdLggmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGKIdLggmg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGKIdLggmg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uGKIdLggmg .dropdown-item.active,
.cid-uGKIdLggmg .dropdown-item:active {
  background-color: transparent;
}
.cid-uGKIdLggmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGKIdLggmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGKIdLggmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uGKIdLggmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGKIdLggmg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGKIdLggmg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uGKIdLggmg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uGKIdLggmg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uGKIdLggmg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uGKIdLggmg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGKIdLggmg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGKIdLggmg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGKIdLggmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGKIdLggmg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGKIdLggmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGKIdLggmg .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-uGKIdLggmg .navbar {
    height: 70px;
  }
  .cid-uGKIdLggmg .navbar.opened {
    height: auto;
  }
  .cid-uGKIdLggmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGKIdLggmg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uGKIdLggmg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGKIdLggmg .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uGKIdLggmg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uGKIdLggmg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uGKIdLggmg .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uGKIdLggmg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGKIdLggmg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGKIdLggmg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uGKIdLggmg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGKIdLggmg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGKIdLggmg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGKIdLggmg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uGKIdLggmg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uGKIdLggmg .content-wrap {
  min-height: 110px;
}
.cid-uGKIdLggmg .mbr-section-btn .btn::after,
.cid-uGKIdLggmg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uGKIdLggmg .mbr-section-btn .btn:hover,
.cid-uGKIdLggmg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uGKIdLggmg .mbr-section-btn .btn:hover::after,
.cid-uGKIdLggmg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK991yL6kz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK991yL6kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK991yL6kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK991yL6kz .row {
  margin: 0 -8px;
}
.cid-uK991yL6kz .row .card {
  padding: 0 8px;
}
.cid-uK991yL6kz .card-wrapper {
  padding: 75px 64px;
  background-color: #47c7e0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uK991yL6kz .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK991yL6kz .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uK991yL6kz .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uK991yL6kz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK991yL6kz .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK991yL6kz .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uK991yL6kz .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uK991yL6kz .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK991yL6kz .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uK991yL6kz .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uK991yL6kz .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uK991yL6kz .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uK991yL6kz .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK991yL6kz .image-wrapper {
  height: 100%;
}
.cid-uK991yL6kz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uK991yL6kz .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK991yL6kz .mbr-text,
.cid-uK991yL6kz .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uK991yL6kz .logo-wrapper,
.cid-uK991yL6kz .mbr-desc {
  text-align: center;
}
.cid-uK991yL6kz .mbr-desc {
  color: #63635d;
}
.cid-uK904lF95X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK904lF95X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK904lF95X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK904lF95X .row {
  justify-content: space-between;
}
.cid-uK904lF95X .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #47c7e0;
}
@media (max-width: 992px) {
  .cid-uK904lF95X .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uK904lF95X .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK904lF95X .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK904lF95X .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK904lF95X .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uK904lF95X .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK904lF95X .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uK904lF95X .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uK904lF95X .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uK904lF95X .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uK904lF95X .mbr-section-title {
  color: #000000;
}
.cid-uK904lF95X .mbr-section-subtitle {
  color: #000000;
}
.cid-uK904lF95X .mbr-desc {
  color: #000000;
}
.cid-uK904lF95X .mbr-text {
  color: #000000;
}
.cid-uK98CjCyQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK98CjCyQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK98CjCyQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK98CjCyQb .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK98CjCyQb .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK98CjCyQb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK98CjCyQb .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK98CjCyQb .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK98CjCyQb .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK98CjCyQb .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK98CjCyQb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK98CjCyQb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK98CjCyQb .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK98CjCyQb .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK98CjCyQb .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK98CjCyQb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK98CjCyQb .mbr-label {
  color: #c10b02;
}
.cid-uK98CjCyQb .mbr-section-title {
  color: #c10b02;
}
.cid-uK98CjCyQb .item-title {
  color: #4b4949;
}
.cid-uK98K2Qlza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK98K2Qlza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK98K2Qlza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK98K2Qlza .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK98K2Qlza .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK98K2Qlza .card-wrapper {
    padding: 22px;
  }
}
.cid-uK98K2Qlza .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK98K2Qlza .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK98K2Qlza .mbr-label {
  color: #121212;
}
.cid-uK8N4GrcUF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK8N4GrcUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8N4GrcUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8N4GrcUF .copyright {
  color: #ffffff;
}
.cid-uK8N4GrcUF .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK8N4GrcUF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK8N4GrcUF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8N4GrcUF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK8N4GrcUF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK8N4GrcUF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK8N4GrcUF .row-links-soc,
.cid-uK8N4GrcUF .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK8N4GrcUF .copyright,
.cid-uK8N4GrcUF .line {
  color: #ffffff;
}
.cid-uK99JQtASg .navbar-dropdown {
  position: relative !important;
}
.cid-uK99JQtASg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uK99JQtASg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uK99JQtASg .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-uK99JQtASg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uK99JQtASg .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uK99JQtASg .dropdown-item:hover,
.cid-uK99JQtASg .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uK99JQtASg .dropdown-item:hover span {
  color: white;
}
.cid-uK99JQtASg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK99JQtASg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK99JQtASg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK99JQtASg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK99JQtASg .nav-link {
  position: relative;
}
.cid-uK99JQtASg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uK99JQtASg .container {
    flex-wrap: nowrap;
  }
}
.cid-uK99JQtASg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uK99JQtASg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uK99JQtASg .dropdown-menu,
.cid-uK99JQtASg .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uK99JQtASg .nav-item:focus,
.cid-uK99JQtASg .nav-link:focus {
  outline: none;
}
.cid-uK99JQtASg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK99JQtASg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uK99JQtASg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK99JQtASg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK99JQtASg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK99JQtASg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK99JQtASg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK99JQtASg .navbar.opened {
  transition: all 0.3s;
}
.cid-uK99JQtASg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uK99JQtASg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uK99JQtASg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK99JQtASg .navbar.collapsed {
  justify-content: center;
}
.cid-uK99JQtASg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK99JQtASg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK99JQtASg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uK99JQtASg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK99JQtASg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK99JQtASg .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-uK99JQtASg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK99JQtASg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK99JQtASg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK99JQtASg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK99JQtASg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK99JQtASg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK99JQtASg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK99JQtASg .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-uK99JQtASg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK99JQtASg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK99JQtASg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uK99JQtASg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uK99JQtASg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK99JQtASg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK99JQtASg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uK99JQtASg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uK99JQtASg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uK99JQtASg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK99JQtASg .navbar-brand .navbar-caption:hover,
.cid-uK99JQtASg .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uK99JQtASg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK99JQtASg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uK99JQtASg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uK99JQtASg .dropdown-item.active,
.cid-uK99JQtASg .dropdown-item:active {
  background-color: transparent;
}
.cid-uK99JQtASg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK99JQtASg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK99JQtASg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK99JQtASg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uK99JQtASg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uK99JQtASg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uK99JQtASg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK99JQtASg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uK99JQtASg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uK99JQtASg .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uK99JQtASg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uK99JQtASg .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uK99JQtASg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uK99JQtASg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK99JQtASg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK99JQtASg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uK99JQtASg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK99JQtASg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK99JQtASg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uK99JQtASg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK99JQtASg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK99JQtASg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK99JQtASg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK99JQtASg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK99JQtASg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK99JQtASg .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-uK99JQtASg .navbar {
    height: 70px;
  }
  .cid-uK99JQtASg .navbar.opened {
    height: auto;
  }
  .cid-uK99JQtASg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK99JQtASg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uK99JQtASg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uK99JQtASg .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uK99JQtASg .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uK99JQtASg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uK99JQtASg .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uK99JQtASg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uK99JQtASg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uK99JQtASg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uK99JQtASg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uK99JQtASg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uK99JQtASg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uK99JQtASg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uK99JQtASg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uK99JQtASg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uK99JQtASg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uK99JQtASg .content-wrap {
  min-height: 110px;
}
.cid-uK99JQtASg .mbr-section-btn .btn::after,
.cid-uK99JQtASg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uK99JQtASg .mbr-section-btn .btn:hover,
.cid-uK99JQtASg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uK99JQtASg .mbr-section-btn .btn:hover::after,
.cid-uK99JQtASg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK99JRVDL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99JRVDL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99JRVDL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99JRVDL4 .row {
  margin: 0 -8px;
}
.cid-uK99JRVDL4 .row .card {
  padding: 0 8px;
}
.cid-uK99JRVDL4 .card-wrapper {
  padding: 75px 64px;
  background-color: #47c7e0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uK99JRVDL4 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK99JRVDL4 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK99JRVDL4 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uK99JRVDL4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK99JRVDL4 .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uK99JRVDL4 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK99JRVDL4 .image-wrapper {
  height: 100%;
}
.cid-uK99JRVDL4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uK99JRVDL4 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK99JRVDL4 .mbr-text,
.cid-uK99JRVDL4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uK99JRVDL4 .logo-wrapper,
.cid-uK99JRVDL4 .mbr-desc {
  text-align: center;
}
.cid-uK99JRVDL4 .mbr-desc {
  color: #63635d;
}
.cid-uK99JT3e2X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99JT3e2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99JT3e2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99JT3e2X .row {
  justify-content: space-between;
}
.cid-uK99JT3e2X .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #47c7e0;
}
@media (max-width: 992px) {
  .cid-uK99JT3e2X .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uK99JT3e2X .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK99JT3e2X .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK99JT3e2X .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK99JT3e2X .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uK99JT3e2X .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK99JT3e2X .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uK99JT3e2X .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uK99JT3e2X .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uK99JT3e2X .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uK99JT3e2X .mbr-section-title {
  color: #000000;
}
.cid-uK99JT3e2X .mbr-section-subtitle {
  color: #000000;
}
.cid-uK99JT3e2X .mbr-desc {
  color: #000000;
}
.cid-uK99JT3e2X .mbr-text {
  color: #000000;
}
.cid-uK99JUlT0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK99JUlT0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99JUlT0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99JUlT0Z .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK99JUlT0Z .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK99JUlT0Z .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK99JUlT0Z .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK99JUlT0Z .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK99JUlT0Z .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK99JUlT0Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK99JUlT0Z .mbr-label {
  color: #c10b02;
}
.cid-uK99JUlT0Z .mbr-section-title {
  color: #c10b02;
}
.cid-uK99JUlT0Z .item-title {
  color: #4b4949;
}
.cid-uK99JV5MgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99JV5MgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99JV5MgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99JV5MgX .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK99JV5MgX .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK99JV5MgX .card-wrapper {
    padding: 22px;
  }
}
.cid-uK99JV5MgX .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK99JV5MgX .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK99JV5MgX .mbr-label {
  color: #121212;
}
.cid-uK99JW1XTy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK99JW1XTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99JW1XTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99JW1XTy .copyright {
  color: #ffffff;
}
.cid-uK99JW1XTy .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK99JW1XTy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK99JW1XTy .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK99JW1XTy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK99JW1XTy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK99JW1XTy .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK99JW1XTy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK99JW1XTy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK99JW1XTy .row-links-soc,
.cid-uK99JW1XTy .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK99JW1XTy .copyright,
.cid-uK99JW1XTy .line {
  color: #ffffff;
}
.cid-uK99KpHy1J .navbar-dropdown {
  position: relative !important;
}
.cid-uK99KpHy1J .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uK99KpHy1J .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uK99KpHy1J .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-uK99KpHy1J .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uK99KpHy1J .dropdown-item {
  border: none !important;
  background: #f7f7f7 !important;
}
.cid-uK99KpHy1J .dropdown-item:hover,
.cid-uK99KpHy1J .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uK99KpHy1J .dropdown-item:hover span {
  color: white;
}
.cid-uK99KpHy1J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK99KpHy1J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK99KpHy1J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK99KpHy1J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK99KpHy1J .nav-link {
  position: relative;
}
.cid-uK99KpHy1J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uK99KpHy1J .container {
    flex-wrap: nowrap;
  }
}
.cid-uK99KpHy1J .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uK99KpHy1J .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uK99KpHy1J .dropdown-menu,
.cid-uK99KpHy1J .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uK99KpHy1J .nav-item:focus,
.cid-uK99KpHy1J .nav-link:focus {
  outline: none;
}
.cid-uK99KpHy1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK99KpHy1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uK99KpHy1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK99KpHy1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK99KpHy1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK99KpHy1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK99KpHy1J .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK99KpHy1J .navbar.opened {
  transition: all 0.3s;
}
.cid-uK99KpHy1J .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uK99KpHy1J .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uK99KpHy1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK99KpHy1J .navbar.collapsed {
  justify-content: center;
}
.cid-uK99KpHy1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK99KpHy1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK99KpHy1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uK99KpHy1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK99KpHy1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK99KpHy1J .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-uK99KpHy1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK99KpHy1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK99KpHy1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK99KpHy1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK99KpHy1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK99KpHy1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK99KpHy1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK99KpHy1J .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-uK99KpHy1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK99KpHy1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK99KpHy1J .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uK99KpHy1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uK99KpHy1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK99KpHy1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK99KpHy1J .navbar.navbar-short {
  min-height: 96px;
}
.cid-uK99KpHy1J .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uK99KpHy1J .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uK99KpHy1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uK99KpHy1J .navbar-brand .navbar-caption:hover,
.cid-uK99KpHy1J .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uK99KpHy1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK99KpHy1J .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uK99KpHy1J .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uK99KpHy1J .dropdown-item.active,
.cid-uK99KpHy1J .dropdown-item:active {
  background-color: transparent;
}
.cid-uK99KpHy1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK99KpHy1J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK99KpHy1J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK99KpHy1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uK99KpHy1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uK99KpHy1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uK99KpHy1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK99KpHy1J ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uK99KpHy1J ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uK99KpHy1J .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uK99KpHy1J .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uK99KpHy1J .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uK99KpHy1J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uK99KpHy1J button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uK99KpHy1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK99KpHy1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uK99KpHy1J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK99KpHy1J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uK99KpHy1J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uK99KpHy1J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK99KpHy1J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK99KpHy1J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK99KpHy1J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK99KpHy1J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK99KpHy1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK99KpHy1J .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-uK99KpHy1J .navbar {
    height: 70px;
  }
  .cid-uK99KpHy1J .navbar.opened {
    height: auto;
  }
  .cid-uK99KpHy1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK99KpHy1J .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uK99KpHy1J .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uK99KpHy1J .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uK99KpHy1J .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uK99KpHy1J .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uK99KpHy1J .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uK99KpHy1J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uK99KpHy1J .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uK99KpHy1J .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uK99KpHy1J .navbar {
    justify-content: flex-start !important;
  }
  .cid-uK99KpHy1J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uK99KpHy1J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uK99KpHy1J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uK99KpHy1J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uK99KpHy1J .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uK99KpHy1J .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uK99KpHy1J .content-wrap {
  min-height: 110px;
}
.cid-uK99KpHy1J .mbr-section-btn .btn::after,
.cid-uK99KpHy1J .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uK99KpHy1J .mbr-section-btn .btn:hover,
.cid-uK99KpHy1J .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uK99KpHy1J .mbr-section-btn .btn:hover::after,
.cid-uK99KpHy1J .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uK99KqCh8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99KqCh8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99KqCh8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99KqCh8K .row {
  margin: 0 -8px;
}
.cid-uK99KqCh8K .row .card {
  padding: 0 8px;
}
.cid-uK99KqCh8K .card-wrapper {
  padding: 75px 64px;
  background-color: #47c7e0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uK99KqCh8K .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uK99KqCh8K .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uK99KqCh8K .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uK99KqCh8K .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uK99KqCh8K .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK99KqCh8K .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uK99KqCh8K .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uK99KqCh8K .image-wrapper {
  height: 100%;
}
.cid-uK99KqCh8K .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uK99KqCh8K .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uK99KqCh8K .mbr-text,
.cid-uK99KqCh8K .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uK99KqCh8K .logo-wrapper,
.cid-uK99KqCh8K .mbr-desc {
  text-align: center;
}
.cid-uK99KqCh8K .mbr-desc {
  color: #63635d;
}
.cid-uK99Krnxiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99Krnxiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99Krnxiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99Krnxiy .row {
  justify-content: space-between;
}
.cid-uK99Krnxiy .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #47c7e0;
}
@media (max-width: 992px) {
  .cid-uK99Krnxiy .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uK99Krnxiy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK99Krnxiy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uK99Krnxiy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK99Krnxiy .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uK99Krnxiy .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uK99Krnxiy .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uK99Krnxiy .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uK99Krnxiy .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uK99Krnxiy .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uK99Krnxiy .mbr-section-title {
  color: #000000;
}
.cid-uK99Krnxiy .mbr-section-subtitle {
  color: #000000;
}
.cid-uK99Krnxiy .mbr-desc {
  color: #000000;
}
.cid-uK99Krnxiy .mbr-text {
  color: #000000;
}
.cid-uK99KsfohH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #47c7e0;
}
.cid-uK99KsfohH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99KsfohH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99KsfohH .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uK99KsfohH .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK99KsfohH .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uK99KsfohH .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uK99KsfohH .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uK99KsfohH .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uK99KsfohH .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uK99KsfohH .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #c10b02;
}
@media (max-width: 1640px) {
  .cid-uK99KsfohH .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uK99KsfohH .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 48px;
  }
}
.cid-uK99KsfohH .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uK99KsfohH .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uK99KsfohH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uK99KsfohH .mbr-label {
  color: #c10b02;
}
.cid-uK99KsfohH .mbr-section-title {
  color: #c10b02;
}
.cid-uK99KsfohH .item-title {
  color: #4b4949;
}
.cid-uK99Kt0mmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uK99Kt0mmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99Kt0mmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99Kt0mmW .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uK99Kt0mmW .card-wrapper {
  padding: 54px;
  border: 3px dashed #000000;
}
@media (max-width: 992px) {
  .cid-uK99Kt0mmW .card-wrapper {
    padding: 22px;
  }
}
.cid-uK99Kt0mmW .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uK99Kt0mmW .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uK99Kt0mmW .mbr-label {
  color: #121212;
}
.cid-uK99KtNT1W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uK99KtNT1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK99KtNT1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK99KtNT1W .copyright {
  color: #ffffff;
}
.cid-uK99KtNT1W .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uK99KtNT1W .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uK99KtNT1W .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uK99KtNT1W .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK99KtNT1W .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uK99KtNT1W .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK99KtNT1W .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK99KtNT1W .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uK99KtNT1W .row-links-soc,
.cid-uK99KtNT1W .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uK99KtNT1W .copyright,
.cid-uK99KtNT1W .line {
  color: #ffffff;
}
