.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 2.1rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 26rem) / (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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7663 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ed624c 0, #fc271f 100%) !important;
  border: 1px solid #ff7663 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(238, 113, 95, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ed624c 0, #fc271f 100%) !important;
  box-shadow: 0 6px 40px #ee715f;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff2a0c !important;
  border-color: #ff7663 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  border: 1px solid #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 6px 30px rgba(245, 245, 245, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ebebeb 0, #dbdbdb 100%) !important;
  box-shadow: 0 6px 40px #f5f5f5;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ff7663;
  color: #ff7663;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff2a0c !important;
  background-color: transparent!important;
  border-color: #ff2a0c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7663 !important;
  border-color: #ff7663 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #ff7663 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fc1f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #ff7663;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7663;
  border-color: #ff7663;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7663;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ff7663 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff7663;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7663;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7663;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7663;
  border-bottom-color: #ff7663;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7663 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #faae26 !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='%23ff7663' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #ff7663 !important;
  border-color: #ff7663 !important;
  color: #e3ebf3 !important;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhwOnwvLqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhwOnwvLqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwOnwvLqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwOnwvLqU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhwOnwvLqU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhwOnwvLqU .container {
    padding: 0 24px;
  }
}
.cid-uhwOnwvLqU .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhwOnwvLqU .content-wrapper {
    padding: 0;
  }
}
.cid-uhwOnwvLqU .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhwOnwvLqU .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhwOnwvLqU .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhwOnwvLqU .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhwOnwvLqU .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhwOnwvLqU .mbr-section-title {
  color: #141414;
}
.cid-uhwOnwvLqU .mbr-desc {
  color: #141414;
}
.cid-uhwOnwvLqU .mbr-text {
  color: #141414;
}
.cid-uhwPxR1mkc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwPxR1mkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwPxR1mkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwPxR1mkc .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhwPxR1mkc .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhwPxR1mkc .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhwPxR1mkc .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uhwPBEYoBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhwPBEYoBB .card_post {
  display: flex;
  background: #e9e9e6;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhwPBEYoBB .card_post {
    padding: 20px;
  }
}
.cid-uhwPBEYoBB .image_post {
  display: inline-block;
}
.cid-uhwPBEYoBB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhwPBEYoBB .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhwPBEYoBB .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhwPBEYoBB .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhwPBEYoBB .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhwPBEYoBB .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhwPBEYoBB .author_post {
  color: #232323;
}
.cid-uhwPBEYoBB .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhwNJParaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwNJParaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwNJParaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwNJParaW .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhwNJParaW .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhwNJParaW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhwNJParaW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhwNJParaW .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhwNJParaW .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhwNJParaW .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhwNJParaW .mbr-section-title {
  color: #000000;
}
.cid-uhwNJParaW .mbr-desc {
  color: #000000;
}
.cid-uhwNJParaW .mbr-text {
  color: #000000;
}
.cid-uhK2WmGreb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhK2WmGreb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhK2WmGreb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhK2WmGreb .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhK2WmGreb .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhK2WmGreb .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhK2WmGreb .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhK2WmGreb .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhK2WmGreb .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhK2WmGreb .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhK2WmGreb .cards-wrap {
    gap: 12px;
  }
}
.cid-uhK2WmGreb .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e9e9e6;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhK2WmGreb .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhK2WmGreb .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhK2WmGreb .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhK2WmGreb .card {
    width: 100%;
  }
}
.cid-uhK2WmGreb .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhK2WmGreb .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhK2WmGreb .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhK2WmGreb .img-wrapper img {
    height: 80px;
  }
}
.cid-uhK2WmGreb .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhK2WmGreb .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhK2WmGreb .card-title {
  color: #1a1e21;
}
.cid-uhwO0Dfj7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwO0Dfj7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwO0Dfj7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwO0Dfj7C .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .container {
    padding: 0 30px;
  }
}
.cid-uhwO0Dfj7C .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhwO0Dfj7C .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhwO0Dfj7C .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhwO0Dfj7C .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwO0Dfj7C .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhwO0Dfj7C .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhwO0Dfj7C .mbr-section-title {
  color: #000000;
}
.cid-uhwO0Dfj7C .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhwO0Dfj7C .mbr-text {
  color: #ffffff;
}
.cid-uhwO0Dfj7C .mbr-number {
  color: #FE5115;
}
.cid-uhr7cZ4Wr5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhr7cZ4Wr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr7cZ4Wr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhr7cZ4Wr5 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhr7cZ4Wr5 .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhr7cZ4Wr5 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhr7cZ4Wr5 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhr7cZ4Wr5 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhr7cZ4Wr5 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhr7cZ4Wr5 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhr7cZ4Wr5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhr7cZ4Wr5 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhr7cZ4Wr5 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhr7cZ4Wr5 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhr7cZ4Wr5 .mbr-text,
.cid-uhr7cZ4Wr5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhwNZUUQgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwNZUUQgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwNZUUQgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwNZUUQgH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .container {
    padding: 0 30px;
  }
}
.cid-uhwNZUUQgH .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhwNZUUQgH .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhwNZUUQgH .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhwNZUUQgH .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwNZUUQgH .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhwNZUUQgH .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhwNZUUQgH .mbr-section-title {
  color: #000000;
}
.cid-uhwNZUUQgH .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhwNZUUQgH .mbr-text {
  color: #ffffff;
}
.cid-uhwNZUUQgH .mbr-number {
  color: #FE5115;
}
.cid-uhwMfgf7nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhwMfgf7nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwMfgf7nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwMfgf7nN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff7663;
  margin-bottom: 2rem;
}
.cid-uhwMfgf7nN .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #e9e9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhwMfgf7nN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhwMfgf7nN .card-title,
.cid-uhwMfgf7nN .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhwMfgf7nN .card-text {
  text-align: center;
}
.cid-uhwO1eBQl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwO1eBQl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwO1eBQl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwO1eBQl3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .container {
    padding: 0 30px;
  }
}
.cid-uhwO1eBQl3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhwO1eBQl3 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhwO1eBQl3 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhwO1eBQl3 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwO1eBQl3 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhwO1eBQl3 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhwO1eBQl3 .mbr-section-title {
  color: #000000;
}
.cid-uhwO1eBQl3 .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhwO1eBQl3 .mbr-text {
  color: #ffffff;
}
.cid-uhwO1eBQl3 .mbr-number {
  color: #FE5115;
}
.cid-uhwNx4IkZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhwNx4IkZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwNx4IkZJ .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-uhwNx4IkZJ .container {
    padding: 0 20px;
  }
}
.cid-uhwNx4IkZJ .row {
  margin: 0;
}
.cid-uhwNx4IkZJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhwNx4IkZJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhwNx4IkZJ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhwNx4IkZJ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhwNx4IkZJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhwO1Ul4Kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwO1Ul4Kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwO1Ul4Kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwO1Ul4Kl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .container {
    padding: 0 30px;
  }
}
.cid-uhwO1Ul4Kl .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhwO1Ul4Kl .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhwO1Ul4Kl .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhwO1Ul4Kl .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwO1Ul4Kl .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhwO1Ul4Kl .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhwO1Ul4Kl .mbr-section-title {
  color: #000000;
}
.cid-uhwO1Ul4Kl .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhwO1Ul4Kl .mbr-text {
  color: #ffffff;
}
.cid-uhwO1Ul4Kl .mbr-number {
  color: #FE5115;
}
.cid-uhr7JxgpOT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhr7JxgpOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr7JxgpOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhr7JxgpOT .first {
  border-top: 2px solid #ff7663;
}
.cid-uhr7JxgpOT .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhr7JxgpOT .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhr7JxgpOT .card-header {
  border-bottom: 2px solid #ff7663;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhr7JxgpOT .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ff7663;
  transition: all 0.3s;
}
.cid-uhr7JxgpOT .card-header a,
.cid-uhr7JxgpOT .card-header h6,
.cid-uhr7JxgpOT .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhr7JxgpOT .card-header:hover a,
.cid-uhr7JxgpOT .card-header:hover h6,
.cid-uhr7JxgpOT .card-header:hover span {
  color: #ffffff !important;
}
.cid-uhr7JxgpOT .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhr7JxgpOT .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhr7JxgpOT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7663;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhr7JxgpOT .panel-group {
  border: none;
}
.cid-uhr7JxgpOT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhr7JxgpOT .panel-title-edit {
  color: #ffffff;
}
.cid-uhr7JxgpOT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhr7JxgpOT H3 {
  color: #ffffff;
}
.cid-uhr7JxgpOT .panel-text {
  color: #17003b;
}
.cid-uhwNJbyA9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhwNJbyA9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwNJbyA9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwNJbyA9W .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhwNJbyA9W .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhwNJbyA9W .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhwNJbyA9W .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhwNJbyA9W .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhwNJbyA9W .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhwNJbyA9W .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhwNJbyA9W .mbr-section-title {
  color: #000000;
}
.cid-uhwNJbyA9W .mbr-desc {
  color: #000000;
}
.cid-uhwNJbyA9W .mbr-text {
  color: #000000;
}
.cid-uhsaepmSDj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhsaepmSDj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhsaepmSDj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhsaepmSDj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhsaepmSDj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhr03H6l4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhr03H6l4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhr03H6l4v .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-uhr03H6l4v .container {
    padding: 0 30px;
  }
}
.cid-uhr03H6l4v .row {
  justify-content: center;
}
.cid-uhr03H6l4v .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhr03H6l4v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhr03H6l4v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:hover,
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:hover::before,
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhr03H6l4v .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhr03H6l4v .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhr03H6l4v .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhr03H6l4v .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhr03H6l4v .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhr03H6l4v .mbr-section-title {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhr03H6l4v .list {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-address {
  color: #bee0d6;
}
.cid-uhr03H6l4v .mbr-copy {
  color: #ffffff;
}
.cid-uhr03H6l4v .list,
.cid-uhr03H6l4v .item-wrap,
.cid-uhr03H6l4v .nav-wrapper {
  color: #ffffff;
}
.cid-uhxiixjhvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhxiixjhvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiixjhvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiixjhvT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhxiixjhvT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhxiixjhvT .container {
    padding: 0 24px;
  }
}
.cid-uhxiixjhvT .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhxiixjhvT .content-wrapper {
    padding: 0;
  }
}
.cid-uhxiixjhvT .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhxiixjhvT .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhxiixjhvT .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhxiixjhvT .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhxiixjhvT .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhxiixjhvT .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhxiixjhvT .mbr-section-title {
  color: #141414;
}
.cid-uhxiixjhvT .mbr-desc {
  color: #141414;
}
.cid-uhxiixjhvT .mbr-text {
  color: #141414;
}
.cid-uhshHHe029 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhshHHe029 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhshHHe029 .row {
    text-align: center;
  }
}
.cid-uhshHHe029 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhshHHe029 .mbr-text {
  color: #000000;
}
.cid-uhshHIKu7C .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhshHIKu7C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhshHIKu7C .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhshHIKu7C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhshHIKu7C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhshHJvIbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhshHJvIbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhshHJvIbB .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-uhshHJvIbB .container {
    padding: 0 30px;
  }
}
.cid-uhshHJvIbB .row {
  justify-content: center;
}
.cid-uhshHJvIbB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhshHJvIbB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhshHJvIbB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:hover,
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:hover::before,
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhshHJvIbB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhshHJvIbB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhshHJvIbB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhshHJvIbB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhshHJvIbB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhshHJvIbB .mbr-section-title {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhshHJvIbB .list {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-address {
  color: #bee0d6;
}
.cid-uhshHJvIbB .mbr-copy {
  color: #ffffff;
}
.cid-uhshHJvIbB .list,
.cid-uhshHJvIbB .item-wrap,
.cid-uhshHJvIbB .nav-wrapper {
  color: #ffffff;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhxicenErv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhxicenErv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxicenErv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxicenErv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhxicenErv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhxicenErv .container {
    padding: 0 24px;
  }
}
.cid-uhxicenErv .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhxicenErv .content-wrapper {
    padding: 0;
  }
}
.cid-uhxicenErv .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhxicenErv .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhxicenErv .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhxicenErv .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhxicenErv .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhxicenErv .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhxicenErv .mbr-section-title {
  color: #141414;
}
.cid-uhxicenErv .mbr-desc {
  color: #141414;
}
.cid-uhxicenErv .mbr-text {
  color: #141414;
}
.cid-uhsh7hM0f7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhsh7hM0f7 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-uhsh7hM0f7 .row {
    text-align: center;
  }
}
.cid-uhsh7hM0f7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uhsh7hM0f7 .mbr-text {
  color: #000000;
}
.cid-uhsh7u5Fhx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhsh7u5Fhx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhsh7u5Fhx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhsh7u5Fhx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhsh7u5Fhx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhsh7v5cpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhsh7v5cpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhsh7v5cpn .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-uhsh7v5cpn .container {
    padding: 0 30px;
  }
}
.cid-uhsh7v5cpn .row {
  justify-content: center;
}
.cid-uhsh7v5cpn .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhsh7v5cpn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhsh7v5cpn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:hover,
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:hover::before,
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhsh7v5cpn .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhsh7v5cpn .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhsh7v5cpn .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhsh7v5cpn .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhsh7v5cpn .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhsh7v5cpn .mbr-section-title {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhsh7v5cpn .list {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-address {
  color: #bee0d6;
}
.cid-uhsh7v5cpn .mbr-copy {
  color: #ffffff;
}
.cid-uhsh7v5cpn .list,
.cid-uhsh7v5cpn .item-wrap,
.cid-uhsh7v5cpn .nav-wrapper {
  color: #ffffff;
}
.cid-uhwOBZTUNq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhwOBZTUNq .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;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhwOBZTUNq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhwOBZTUNq .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhwOBZTUNq .navbar.opened {
  transition: all 0.3s;
}
.cid-uhwOBZTUNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhwOBZTUNq .navbar .navbar-logo img {
  width: auto;
}
.cid-uhwOBZTUNq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhwOBZTUNq .navbar.collapsed {
  justify-content: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhwOBZTUNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhwOBZTUNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhwOBZTUNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar {
    min-height: 72px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhwOBZTUNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhwOBZTUNq .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-uhwOBZTUNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhwOBZTUNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhwOBZTUNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhwOBZTUNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhwOBZTUNq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhwOBZTUNq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhwOBZTUNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhwOBZTUNq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhwOBZTUNq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhwOBZTUNq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhwOBZTUNq .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhwOBZTUNq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhwOBZTUNq .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwOBZTUNq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhwOBZTUNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhwOBZTUNq .nav-item:focus,
.cid-uhwOBZTUNq .nav-link:focus {
  outline: none;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhwOBZTUNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhwOBZTUNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhwOBZTUNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhwOBZTUNq .dropdown-item.active,
.cid-uhwOBZTUNq .dropdown-item:active {
  background-color: transparent;
}
.cid-uhwOBZTUNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhwOBZTUNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhwOBZTUNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhwOBZTUNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhwOBZTUNq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .navbar-buttons {
    text-align: left;
  }
}
.cid-uhwOBZTUNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhwOBZTUNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhwOBZTUNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhwOBZTUNq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhwOBZTUNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhwOBZTUNq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhwOBZTUNq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhwOBZTUNq .navbar {
    height: 70px;
  }
  .cid-uhwOBZTUNq .navbar.opened {
    height: auto;
  }
  .cid-uhwOBZTUNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhwOBZTUNq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhwOBZTUNq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhwOBZTUNq .navbar-brand {
    margin-right: auto;
  }
  .cid-uhwOBZTUNq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhwOBZTUNq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhwOBZTUNq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhwOBZTUNq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhwOBZTUNq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhxiwOws99 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhxiwOws99 .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;
}
@media (max-width: 767px) {
  .cid-uhxiwOws99 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhxiwOws99 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhxiwOws99 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhxiwOws99 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhxiwOws99 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhxiwOws99 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhxiwOws99 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhxiwOws99 .navbar.collapsed {
  justify-content: center;
}
.cid-uhxiwOws99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhxiwOws99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhxiwOws99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhxiwOws99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhxiwOws99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhxiwOws99 .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-uhxiwOws99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhxiwOws99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhxiwOws99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxiwOws99 .navbar {
    min-height: 72px;
  }
  .cid-uhxiwOws99 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhxiwOws99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhxiwOws99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhxiwOws99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhxiwOws99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhxiwOws99 .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-uhxiwOws99 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhxiwOws99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhxiwOws99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhxiwOws99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhxiwOws99 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhxiwOws99 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhxiwOws99 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhxiwOws99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhxiwOws99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhxiwOws99 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhxiwOws99 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhxiwOws99 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxiwOws99 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhxiwOws99 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhxiwOws99 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxiwOws99 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhxiwOws99 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhxiwOws99 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhxiwOws99 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhxiwOws99 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhxiwOws99 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhxiwOws99 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhxiwOws99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhxiwOws99 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhxiwOws99 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhxiwOws99 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhxiwOws99 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhxiwOws99 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhxiwOws99 .nav-item:focus,
.cid-uhxiwOws99 .nav-link:focus {
  outline: none;
}
.cid-uhxiwOws99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhxiwOws99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhxiwOws99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhxiwOws99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhxiwOws99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhxiwOws99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhxiwOws99 .dropdown-item.active,
.cid-uhxiwOws99 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhxiwOws99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhxiwOws99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhxiwOws99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhxiwOws99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhxiwOws99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhxiwOws99 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhxiwOws99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhxiwOws99 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhxiwOws99 .navbar-buttons {
    text-align: left;
  }
}
.cid-uhxiwOws99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhxiwOws99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhxiwOws99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhxiwOws99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxiwOws99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxiwOws99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhxiwOws99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxiwOws99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhxiwOws99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhxiwOws99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxiwOws99 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhxiwOws99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhxiwOws99 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhxiwOws99 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhxiwOws99 .navbar {
    height: 70px;
  }
  .cid-uhxiwOws99 .navbar.opened {
    height: auto;
  }
  .cid-uhxiwOws99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhxiwOws99 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhxiwOws99 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhxiwOws99 .navbar-brand {
    margin-right: auto;
  }
  .cid-uhxiwOws99 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhxiwOws99 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhxiwOws99 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhxiwOws99 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxiwOws99 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhxiwOws99 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhxiwPHh7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhxiwPHh7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwPHh7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwPHh7v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhxiwPHh7v .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhxiwPHh7v .container {
    padding: 0 24px;
  }
}
.cid-uhxiwPHh7v .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhxiwPHh7v .content-wrapper {
    padding: 0;
  }
}
.cid-uhxiwPHh7v .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #e9e9e6;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhxiwPHh7v .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhxiwPHh7v .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhxiwPHh7v .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhxiwPHh7v .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhxiwPHh7v .mbr-section-title {
  color: #141414;
}
.cid-uhxiwPHh7v .mbr-desc {
  color: #141414;
}
.cid-uhxiwPHh7v .mbr-text {
  color: #141414;
}
.cid-uhxiwQMU7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxiwQMU7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwQMU7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwQMU7t .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhxiwQMU7t .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhxiwQMU7t .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhxiwQMU7t .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uhxiwRMLmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxiwRMLmf .card_post {
  display: flex;
  background: #e9e9e6;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhxiwRMLmf .card_post {
    padding: 20px;
  }
}
.cid-uhxiwRMLmf .image_post {
  display: inline-block;
}
.cid-uhxiwRMLmf .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhxiwRMLmf .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhxiwRMLmf .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhxiwRMLmf .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhxiwRMLmf .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhxiwRMLmf .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhxiwRMLmf .author_post {
  color: #232323;
}
.cid-uhxiwRMLmf .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhxiwSG5jC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxiwSG5jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwSG5jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwSG5jC .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxiwSG5jC .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxiwSG5jC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxiwSG5jC .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxiwSG5jC .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxiwSG5jC .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxiwSG5jC .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxiwSG5jC .mbr-section-title {
  color: #000000;
}
.cid-uhxiwSG5jC .mbr-desc {
  color: #000000;
}
.cid-uhxiwSG5jC .mbr-text {
  color: #000000;
}
.cid-uhxiwTBsFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxiwTBsFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwTBsFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwTBsFk .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxiwTBsFk .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhxiwTBsFk .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhxiwTBsFk .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhxiwTBsFk .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxiwTBsFk .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhxiwTBsFk .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhxiwTBsFk .cards-wrap {
    gap: 12px;
  }
}
.cid-uhxiwTBsFk .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e9e9e6;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhxiwTBsFk .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxiwTBsFk .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhxiwTBsFk .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhxiwTBsFk .card {
    width: 100%;
  }
}
.cid-uhxiwTBsFk .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhxiwTBsFk .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhxiwTBsFk .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhxiwTBsFk .img-wrapper img {
    height: 80px;
  }
}
.cid-uhxiwTBsFk .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhxiwTBsFk .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhxiwTBsFk .card-title {
  color: #1a1e21;
}
.cid-uhxiwURbhY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxiwURbhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwURbhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwURbhY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .container {
    padding: 0 30px;
  }
}
.cid-uhxiwURbhY .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxiwURbhY .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxiwURbhY .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxiwURbhY .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxiwURbhY .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxiwURbhY .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxiwURbhY .mbr-section-title {
  color: #000000;
}
.cid-uhxiwURbhY .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxiwURbhY .mbr-text {
  color: #ffffff;
}
.cid-uhxiwURbhY .mbr-number {
  color: #FE5115;
}
.cid-uhxiwVM9FM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxiwVM9FM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwVM9FM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwVM9FM .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxiwVM9FM .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxiwVM9FM .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhxiwVM9FM .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhxiwVM9FM .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhxiwVM9FM .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhxiwVM9FM .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhxiwVM9FM .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhxiwVM9FM .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhxiwVM9FM .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxiwVM9FM .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhxiwVM9FM .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhxiwVM9FM .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhxiwVM9FM .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxiwVM9FM .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxiwVM9FM .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhxiwVM9FM .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhxiwVM9FM .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhxiwVM9FM .mbr-text,
.cid-uhxiwVM9FM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhxiwWPf5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxiwWPf5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwWPf5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwWPf5h .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .container {
    padding: 0 30px;
  }
}
.cid-uhxiwWPf5h .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxiwWPf5h .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxiwWPf5h .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxiwWPf5h .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxiwWPf5h .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxiwWPf5h .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxiwWPf5h .mbr-section-title {
  color: #000000;
}
.cid-uhxiwWPf5h .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxiwWPf5h .mbr-text {
  color: #ffffff;
}
.cid-uhxiwWPf5h .mbr-number {
  color: #FE5115;
}
.cid-uhxiwXJBJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxiwXJBJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwXJBJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwXJBJh .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff7663;
  margin-bottom: 2rem;
}
.cid-uhxiwXJBJh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #e9e9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhxiwXJBJh .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhxiwXJBJh .card-title,
.cid-uhxiwXJBJh .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhxiwXJBJh .card-text {
  text-align: center;
}
.cid-uhxiwYLueK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxiwYLueK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwYLueK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxiwYLueK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .container {
    padding: 0 30px;
  }
}
.cid-uhxiwYLueK .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxiwYLueK .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxiwYLueK .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxiwYLueK .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxiwYLueK .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxiwYLueK .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxiwYLueK .mbr-section-title {
  color: #000000;
}
.cid-uhxiwYLueK .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxiwYLueK .mbr-text {
  color: #ffffff;
}
.cid-uhxiwYLueK .mbr-number {
  color: #FE5115;
}
.cid-uhxiwZK29R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxiwZK29R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxiwZK29R .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-uhxiwZK29R .container {
    padding: 0 20px;
  }
}
.cid-uhxiwZK29R .row {
  margin: 0;
}
.cid-uhxiwZK29R .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxiwZK29R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhxiwZK29R .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhxiwZK29R .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhxiwZK29R .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhxiwZK29R .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhxiwZK29R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxix0NNWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxix0NNWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxix0NNWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxix0NNWv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .container {
    padding: 0 30px;
  }
}
.cid-uhxix0NNWv .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxix0NNWv .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxix0NNWv .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxix0NNWv .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxix0NNWv .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxix0NNWv .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxix0NNWv .mbr-section-title {
  color: #000000;
}
.cid-uhxix0NNWv .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxix0NNWv .mbr-text {
  color: #ffffff;
}
.cid-uhxix0NNWv .mbr-number {
  color: #FE5115;
}
.cid-uhxix1XTgd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxix1XTgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxix1XTgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxix1XTgd .first {
  border-top: 2px solid #ff7663;
}
.cid-uhxix1XTgd .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhxix1XTgd .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhxix1XTgd .card-header {
  border-bottom: 2px solid #ff7663;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhxix1XTgd .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ff7663;
  transition: all 0.3s;
}
.cid-uhxix1XTgd .card-header a,
.cid-uhxix1XTgd .card-header h6,
.cid-uhxix1XTgd .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhxix1XTgd .card-header:hover a,
.cid-uhxix1XTgd .card-header:hover h6,
.cid-uhxix1XTgd .card-header:hover span {
  color: #ffffff !important;
}
.cid-uhxix1XTgd .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhxix1XTgd .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhxix1XTgd .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7663;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhxix1XTgd .panel-group {
  border: none;
}
.cid-uhxix1XTgd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxix1XTgd .panel-title-edit {
  color: #ffffff;
}
.cid-uhxix1XTgd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxix1XTgd H3 {
  color: #ffffff;
}
.cid-uhxix1XTgd .panel-text {
  color: #17003b;
}
.cid-uhxix3dHI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxix3dHI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxix3dHI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxix3dHI4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxix3dHI4 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxix3dHI4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxix3dHI4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxix3dHI4 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxix3dHI4 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxix3dHI4 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxix3dHI4 .mbr-section-title {
  color: #000000;
}
.cid-uhxix3dHI4 .mbr-desc {
  color: #000000;
}
.cid-uhxix3dHI4 .mbr-text {
  color: #000000;
}
.cid-uhxtC48h6W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff7663;
}
.cid-uhxtC48h6W .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uhxtC48h6W .panel-group {
  border: none;
}
.cid-uhxtC48h6W .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxtC48h6W .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uhxtC48h6W .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uhxtC48h6W .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uhxtC48h6W .content {
  margin: 5rem auto;
}
.cid-uhxtC48h6W .img-col {
  padding: 0;
}
.cid-uhxtC48h6W .img-item {
  height: 100%;
}
.cid-uhxtC48h6W img {
  height: 100%;
  object-fit: cover;
}
.cid-uhxtC48h6W .collapsed span {
  transform: rotate(0deg);
}
.cid-uhxtC48h6W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxtC48h6W p {
  margin-bottom: 0.3rem;
}
.cid-uhxtC48h6W .panel-title-edit {
  color: #e9c0e9;
}
.cid-uhxtC48h6W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uhxtC48h6W .card {
  background: #e9e9e6;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uhxtC48h6W .panel-text {
  color: #000000;
}
.cid-uhxtC48h6W H3 {
  text-align: center;
  color: #000000;
}
.cid-uhxtC48h6W .panel-title-edit,
.cid-uhxtC48h6W .mbr-iconfont {
  color: #000000;
}
.cid-uhxix4jqge .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhxix4jqge .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhxix4jqge .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhxix4jqge .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhxix4jqge .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhxix5j0SQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhxix5j0SQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxix5j0SQ .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-uhxix5j0SQ .container {
    padding: 0 30px;
  }
}
.cid-uhxix5j0SQ .row {
  justify-content: center;
}
.cid-uhxix5j0SQ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhxix5j0SQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhxix5j0SQ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxix5j0SQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap:hover,
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhxix5j0SQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxix5j0SQ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxix5j0SQ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxix5j0SQ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhxix5j0SQ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxix5j0SQ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhxix5j0SQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhxix5j0SQ .mbr-section-title {
  color: #bee0d6;
}
.cid-uhxix5j0SQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhxix5j0SQ .list {
  color: #bee0d6;
}
.cid-uhxix5j0SQ .mbr-address {
  color: #bee0d6;
}
.cid-uhxix5j0SQ .mbr-copy {
  color: #ffffff;
}
.cid-uhxix5j0SQ .list,
.cid-uhxix5j0SQ .item-wrap,
.cid-uhxix5j0SQ .nav-wrapper {
  color: #ffffff;
}
.cid-uhxu68Sk5O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhxu68Sk5O .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;
}
@media (max-width: 767px) {
  .cid-uhxu68Sk5O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhxu68Sk5O .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhxu68Sk5O .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhxu68Sk5O .navbar.opened {
  transition: all 0.3s;
}
.cid-uhxu68Sk5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhxu68Sk5O .navbar .navbar-logo img {
  width: auto;
}
.cid-uhxu68Sk5O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhxu68Sk5O .navbar.collapsed {
  justify-content: center;
}
.cid-uhxu68Sk5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhxu68Sk5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhxu68Sk5O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhxu68Sk5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhxu68Sk5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhxu68Sk5O .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-uhxu68Sk5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhxu68Sk5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhxu68Sk5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxu68Sk5O .navbar {
    min-height: 72px;
  }
  .cid-uhxu68Sk5O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhxu68Sk5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhxu68Sk5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhxu68Sk5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhxu68Sk5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhxu68Sk5O .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-uhxu68Sk5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhxu68Sk5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhxu68Sk5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhxu68Sk5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhxu68Sk5O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhxu68Sk5O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhxu68Sk5O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhxu68Sk5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhxu68Sk5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhxu68Sk5O .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhxu68Sk5O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhxu68Sk5O .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxu68Sk5O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhxu68Sk5O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhxu68Sk5O .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxu68Sk5O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhxu68Sk5O .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhxu68Sk5O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhxu68Sk5O .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhxu68Sk5O .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhxu68Sk5O .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhxu68Sk5O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhxu68Sk5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhxu68Sk5O .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhxu68Sk5O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhxu68Sk5O .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhxu68Sk5O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhxu68Sk5O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhxu68Sk5O .nav-item:focus,
.cid-uhxu68Sk5O .nav-link:focus {
  outline: none;
}
.cid-uhxu68Sk5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhxu68Sk5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhxu68Sk5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhxu68Sk5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhxu68Sk5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhxu68Sk5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhxu68Sk5O .dropdown-item.active,
.cid-uhxu68Sk5O .dropdown-item:active {
  background-color: transparent;
}
.cid-uhxu68Sk5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhxu68Sk5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhxu68Sk5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhxu68Sk5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhxu68Sk5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhxu68Sk5O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhxu68Sk5O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhxu68Sk5O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhxu68Sk5O .navbar-buttons {
    text-align: left;
  }
}
.cid-uhxu68Sk5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhxu68Sk5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhxu68Sk5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhxu68Sk5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxu68Sk5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxu68Sk5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhxu68Sk5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxu68Sk5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhxu68Sk5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhxu68Sk5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxu68Sk5O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhxu68Sk5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhxu68Sk5O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhxu68Sk5O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhxu68Sk5O .navbar {
    height: 70px;
  }
  .cid-uhxu68Sk5O .navbar.opened {
    height: auto;
  }
  .cid-uhxu68Sk5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhxu68Sk5O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhxu68Sk5O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhxu68Sk5O .navbar-brand {
    margin-right: auto;
  }
  .cid-uhxu68Sk5O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhxu68Sk5O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhxu68Sk5O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhxu68Sk5O .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxu68Sk5O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhxu68Sk5O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhxu6aeejg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhxu6aeejg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6aeejg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6aeejg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhxu6aeejg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6aeejg .container {
    padding: 0 24px;
  }
}
.cid-uhxu6aeejg .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhxu6aeejg .content-wrapper {
    padding: 0;
  }
}
.cid-uhxu6aeejg .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhxu6aeejg .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #e9e9e6;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhxu6aeejg .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhxu6aeejg .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6aeejg .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhxu6aeejg .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhxu6aeejg .mbr-section-title {
  color: #141414;
}
.cid-uhxu6aeejg .mbr-desc {
  color: #141414;
}
.cid-uhxu6aeejg .mbr-text {
  color: #141414;
}
.cid-uhxu6bmKOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6bmKOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6bmKOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6bmKOE .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhxu6bmKOE .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhxu6bmKOE .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhxu6bmKOE .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uhxu6coqyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxu6coqyE .card_post {
  display: flex;
  background: #e9e9e6;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhxu6coqyE .card_post {
    padding: 20px;
  }
}
.cid-uhxu6coqyE .image_post {
  display: inline-block;
}
.cid-uhxu6coqyE .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhxu6coqyE .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhxu6coqyE .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhxu6coqyE .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhxu6coqyE .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhxu6coqyE .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhxu6coqyE .author_post {
  color: #232323;
}
.cid-uhxu6coqyE .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhxu6dq3nD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6dq3nD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6dq3nD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6dq3nD .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxu6dq3nD .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxu6dq3nD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6dq3nD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxu6dq3nD .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxu6dq3nD .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxu6dq3nD .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxu6dq3nD .mbr-section-title {
  color: #000000;
}
.cid-uhxu6dq3nD .mbr-desc {
  color: #000000;
}
.cid-uhxu6dq3nD .mbr-text {
  color: #000000;
}
.cid-uhxu6epl0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxu6epl0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6epl0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6epl0c .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxu6epl0c .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhxu6epl0c .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhxu6epl0c .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhxu6epl0c .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxu6epl0c .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhxu6epl0c .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhxu6epl0c .cards-wrap {
    gap: 12px;
  }
}
.cid-uhxu6epl0c .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e9e9e6;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhxu6epl0c .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxu6epl0c .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhxu6epl0c .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhxu6epl0c .card {
    width: 100%;
  }
}
.cid-uhxu6epl0c .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhxu6epl0c .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhxu6epl0c .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhxu6epl0c .img-wrapper img {
    height: 80px;
  }
}
.cid-uhxu6epl0c .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhxu6epl0c .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhxu6epl0c .card-title {
  color: #1a1e21;
}
.cid-uhxu6fPiOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6fPiOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6fPiOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6fPiOc .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .container {
    padding: 0 30px;
  }
}
.cid-uhxu6fPiOc .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxu6fPiOc .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxu6fPiOc .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxu6fPiOc .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6fPiOc .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6fPiOc .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxu6fPiOc .mbr-section-title {
  color: #000000;
}
.cid-uhxu6fPiOc .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxu6fPiOc .mbr-text {
  color: #ffffff;
}
.cid-uhxu6fPiOc .mbr-number {
  color: #FE5115;
}
.cid-uhxu6gSLGL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxu6gSLGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6gSLGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6gSLGL .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxu6gSLGL .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxu6gSLGL .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhxu6gSLGL .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhxu6gSLGL .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhxu6gSLGL .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhxu6gSLGL .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhxu6gSLGL .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhxu6gSLGL .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhxu6gSLGL .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxu6gSLGL .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhxu6gSLGL .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhxu6gSLGL .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhxu6gSLGL .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxu6gSLGL .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxu6gSLGL .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhxu6gSLGL .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhxu6gSLGL .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhxu6gSLGL .mbr-text,
.cid-uhxu6gSLGL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhxu6i2WGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6i2WGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6i2WGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6i2WGq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .container {
    padding: 0 30px;
  }
}
.cid-uhxu6i2WGq .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxu6i2WGq .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxu6i2WGq .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxu6i2WGq .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6i2WGq .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6i2WGq .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxu6i2WGq .mbr-section-title {
  color: #000000;
}
.cid-uhxu6i2WGq .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxu6i2WGq .mbr-text {
  color: #ffffff;
}
.cid-uhxu6i2WGq .mbr-number {
  color: #FE5115;
}
.cid-uhxu6jQavx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxu6jQavx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6jQavx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6jQavx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff7663;
  margin-bottom: 2rem;
}
.cid-uhxu6jQavx .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #e9e9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhxu6jQavx .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhxu6jQavx .card-title,
.cid-uhxu6jQavx .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhxu6jQavx .card-text {
  text-align: center;
}
.cid-uhxu6lKH5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6lKH5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6lKH5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6lKH5J .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .container {
    padding: 0 30px;
  }
}
.cid-uhxu6lKH5J .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxu6lKH5J .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxu6lKH5J .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxu6lKH5J .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6lKH5J .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6lKH5J .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxu6lKH5J .mbr-section-title {
  color: #000000;
}
.cid-uhxu6lKH5J .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxu6lKH5J .mbr-text {
  color: #ffffff;
}
.cid-uhxu6lKH5J .mbr-number {
  color: #FE5115;
}
.cid-uhxu6nlikX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxu6nlikX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6nlikX .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-uhxu6nlikX .container {
    padding: 0 20px;
  }
}
.cid-uhxu6nlikX .row {
  margin: 0;
}
.cid-uhxu6nlikX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6nlikX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhxu6nlikX .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhxu6nlikX .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhxu6nlikX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhxu6nlikX .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhxu6nlikX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxu6p9rCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6p9rCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6p9rCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6p9rCm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .container {
    padding: 0 30px;
  }
}
.cid-uhxu6p9rCm .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxu6p9rCm .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxu6p9rCm .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxu6p9rCm .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6p9rCm .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6p9rCm .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxu6p9rCm .mbr-section-title {
  color: #000000;
}
.cid-uhxu6p9rCm .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxu6p9rCm .mbr-text {
  color: #ffffff;
}
.cid-uhxu6p9rCm .mbr-number {
  color: #FE5115;
}
.cid-uhxu6qUstB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxu6qUstB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6qUstB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6qUstB .first {
  border-top: 2px solid #ff7663;
}
.cid-uhxu6qUstB .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhxu6qUstB .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhxu6qUstB .card-header {
  border-bottom: 2px solid #ff7663;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhxu6qUstB .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ff7663;
  transition: all 0.3s;
}
.cid-uhxu6qUstB .card-header a,
.cid-uhxu6qUstB .card-header h6,
.cid-uhxu6qUstB .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhxu6qUstB .card-header:hover a,
.cid-uhxu6qUstB .card-header:hover h6,
.cid-uhxu6qUstB .card-header:hover span {
  color: #ffffff !important;
}
.cid-uhxu6qUstB .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhxu6qUstB .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhxu6qUstB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7663;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhxu6qUstB .panel-group {
  border: none;
}
.cid-uhxu6qUstB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxu6qUstB .panel-title-edit {
  color: #ffffff;
}
.cid-uhxu6qUstB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxu6qUstB H3 {
  color: #ffffff;
}
.cid-uhxu6qUstB .panel-text {
  color: #17003b;
}
.cid-uhxu6tkSrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxu6tkSrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6tkSrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxu6tkSrG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxu6tkSrG .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxu6tkSrG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxu6tkSrG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxu6tkSrG .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxu6tkSrG .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxu6tkSrG .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxu6tkSrG .mbr-section-title {
  color: #000000;
}
.cid-uhxu6tkSrG .mbr-desc {
  color: #000000;
}
.cid-uhxu6tkSrG .mbr-text {
  color: #000000;
}
.cid-uhxu6ukunr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff7663;
}
.cid-uhxu6ukunr .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uhxu6ukunr .panel-group {
  border: none;
}
.cid-uhxu6ukunr .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxu6ukunr .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uhxu6ukunr .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uhxu6ukunr .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uhxu6ukunr .content {
  margin: 5rem auto;
}
.cid-uhxu6ukunr .img-col {
  padding: 0;
}
.cid-uhxu6ukunr .img-item {
  height: 100%;
}
.cid-uhxu6ukunr img {
  height: 100%;
  object-fit: cover;
}
.cid-uhxu6ukunr .collapsed span {
  transform: rotate(0deg);
}
.cid-uhxu6ukunr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxu6ukunr p {
  margin-bottom: 0.3rem;
}
.cid-uhxu6ukunr .panel-title-edit {
  color: #e9c0e9;
}
.cid-uhxu6ukunr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uhxu6ukunr .card {
  background: #e9e9e6;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uhxu6ukunr .panel-text {
  color: #000000;
}
.cid-uhxu6ukunr H3 {
  text-align: center;
  color: #000000;
}
.cid-uhxu6ukunr .panel-title-edit,
.cid-uhxu6ukunr .mbr-iconfont {
  color: #000000;
}
.cid-uhxu6vqDFq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhxu6vqDFq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhxu6vqDFq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhxu6vqDFq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhxu6vqDFq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhxu6wxVZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhxu6wxVZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxu6wxVZ7 .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-uhxu6wxVZ7 .container {
    padding: 0 30px;
  }
}
.cid-uhxu6wxVZ7 .row {
  justify-content: center;
}
.cid-uhxu6wxVZ7 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhxu6wxVZ7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhxu6wxVZ7 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap:hover,
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap:hover::before,
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhxu6wxVZ7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxu6wxVZ7 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxu6wxVZ7 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxu6wxVZ7 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhxu6wxVZ7 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxu6wxVZ7 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhxu6wxVZ7 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhxu6wxVZ7 .mbr-section-title {
  color: #bee0d6;
}
.cid-uhxu6wxVZ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhxu6wxVZ7 .list {
  color: #bee0d6;
}
.cid-uhxu6wxVZ7 .mbr-address {
  color: #bee0d6;
}
.cid-uhxu6wxVZ7 .mbr-copy {
  color: #ffffff;
}
.cid-uhxu6wxVZ7 .list,
.cid-uhxu6wxVZ7 .item-wrap,
.cid-uhxu6wxVZ7 .nav-wrapper {
  color: #ffffff;
}
.cid-uhxwTiCgjN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhxwTiCgjN .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;
}
@media (max-width: 767px) {
  .cid-uhxwTiCgjN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhxwTiCgjN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-uhxwTiCgjN .navbar {
    padding: 0 128px !important;
  }
}
.cid-uhxwTiCgjN .navbar.opened {
  transition: all 0.3s;
}
.cid-uhxwTiCgjN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhxwTiCgjN .navbar .navbar-logo img {
  width: auto;
}
.cid-uhxwTiCgjN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhxwTiCgjN .navbar.collapsed {
  justify-content: center;
}
.cid-uhxwTiCgjN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhxwTiCgjN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhxwTiCgjN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhxwTiCgjN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhxwTiCgjN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhxwTiCgjN .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-uhxwTiCgjN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhxwTiCgjN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhxwTiCgjN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxwTiCgjN .navbar {
    min-height: 72px;
  }
  .cid-uhxwTiCgjN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhxwTiCgjN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhxwTiCgjN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhxwTiCgjN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhxwTiCgjN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhxwTiCgjN .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-uhxwTiCgjN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhxwTiCgjN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhxwTiCgjN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhxwTiCgjN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhxwTiCgjN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhxwTiCgjN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhxwTiCgjN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uhxwTiCgjN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhxwTiCgjN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhxwTiCgjN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uhxwTiCgjN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uhxwTiCgjN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxwTiCgjN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhxwTiCgjN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhxwTiCgjN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uhxwTiCgjN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhxwTiCgjN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhxwTiCgjN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhxwTiCgjN .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhxwTiCgjN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uhxwTiCgjN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uhxwTiCgjN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhxwTiCgjN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uhxwTiCgjN .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-uhxwTiCgjN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhxwTiCgjN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhxwTiCgjN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhxwTiCgjN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-uhxwTiCgjN .nav-item:focus,
.cid-uhxwTiCgjN .nav-link:focus {
  outline: none;
}
.cid-uhxwTiCgjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhxwTiCgjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhxwTiCgjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhxwTiCgjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhxwTiCgjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhxwTiCgjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhxwTiCgjN .dropdown-item.active,
.cid-uhxwTiCgjN .dropdown-item:active {
  background-color: transparent;
}
.cid-uhxwTiCgjN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhxwTiCgjN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhxwTiCgjN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhxwTiCgjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhxwTiCgjN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhxwTiCgjN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhxwTiCgjN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhxwTiCgjN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhxwTiCgjN .navbar-buttons {
    text-align: left;
  }
}
.cid-uhxwTiCgjN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhxwTiCgjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uhxwTiCgjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhxwTiCgjN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxwTiCgjN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhxwTiCgjN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhxwTiCgjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxwTiCgjN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhxwTiCgjN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhxwTiCgjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhxwTiCgjN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhxwTiCgjN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhxwTiCgjN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhxwTiCgjN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhxwTiCgjN .navbar {
    height: 70px;
  }
  .cid-uhxwTiCgjN .navbar.opened {
    height: auto;
  }
  .cid-uhxwTiCgjN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhxwTiCgjN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhxwTiCgjN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhxwTiCgjN .navbar-brand {
    margin-right: auto;
  }
  .cid-uhxwTiCgjN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uhxwTiCgjN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhxwTiCgjN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhxwTiCgjN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhxwTiCgjN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhxwTiCgjN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhxwTkfqhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff7663;
}
.cid-uhxwTkfqhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTkfqhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTkfqhe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhxwTkfqhe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTkfqhe .container {
    padding: 0 24px;
  }
}
.cid-uhxwTkfqhe .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uhxwTkfqhe .content-wrapper {
    padding: 0;
  }
}
.cid-uhxwTkfqhe .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #e9e9e6;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uhxwTkfqhe .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uhxwTkfqhe .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTkfqhe .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uhxwTkfqhe .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uhxwTkfqhe .mbr-section-title {
  color: #141414;
}
.cid-uhxwTkfqhe .mbr-desc {
  color: #141414;
}
.cid-uhxwTkfqhe .mbr-text {
  color: #141414;
}
.cid-uhxwTltcPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTltcPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTltcPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTltcPU .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhxwTltcPU .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uhxwTltcPU .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uhxwTltcPU .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uhxwTmwkX2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxwTmwkX2 .card_post {
  display: flex;
  background: #e9e9e6;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uhxwTmwkX2 .card_post {
    padding: 20px;
  }
}
.cid-uhxwTmwkX2 .image_post {
  display: inline-block;
}
.cid-uhxwTmwkX2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uhxwTmwkX2 .content_wrapper {
  display: inline-block;
  margin-left: 15px;
}
.cid-uhxwTmwkX2 .social_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cid-uhxwTmwkX2 .icons-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cid-uhxwTmwkX2 .icons-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #e9e9e6;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uhxwTmwkX2 .icons-wrapper .mbr-iconfont:hover {
  background: #faae26;
  color: #000000;
  border-color: #faae26;
}
.cid-uhxwTmwkX2 .author_post {
  color: #232323;
}
.cid-uhxwTmwkX2 .mbr-section-subtitle {
  color: #0a0a0a;
}
.cid-uhxwTnCc7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTnCc7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTnCc7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTnCc7s .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxwTnCc7s .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxwTnCc7s .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTnCc7s .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxwTnCc7s .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxwTnCc7s .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxwTnCc7s .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxwTnCc7s .mbr-section-title {
  color: #000000;
}
.cid-uhxwTnCc7s .mbr-desc {
  color: #000000;
}
.cid-uhxwTnCc7s .mbr-text {
  color: #000000;
}
.cid-uhxwToKbVe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxwToKbVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwToKbVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwToKbVe .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxwToKbVe .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhxwToKbVe .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uhxwToKbVe .mbr-section-title {
  color: #e3ebf3;
  text-align: center;
}
.cid-uhxwToKbVe .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxwToKbVe .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uhxwToKbVe .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhxwToKbVe .cards-wrap {
    gap: 12px;
  }
}
.cid-uhxwToKbVe .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #e9e9e6;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uhxwToKbVe .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxwToKbVe .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uhxwToKbVe .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uhxwToKbVe .card {
    width: 100%;
  }
}
.cid-uhxwToKbVe .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uhxwToKbVe .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uhxwToKbVe .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uhxwToKbVe .img-wrapper img {
    height: 80px;
  }
}
.cid-uhxwToKbVe .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uhxwToKbVe .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uhxwToKbVe .card-title {
  color: #1a1e21;
}
.cid-uhxwTqf55x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTqf55x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTqf55x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTqf55x .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .container {
    padding: 0 30px;
  }
}
.cid-uhxwTqf55x .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxwTqf55x .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxwTqf55x .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxwTqf55x .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTqf55x .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTqf55x .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxwTqf55x .mbr-section-title {
  color: #000000;
}
.cid-uhxwTqf55x .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxwTqf55x .mbr-text {
  color: #ffffff;
}
.cid-uhxwTqf55x .mbr-number {
  color: #FE5115;
}
.cid-uhxwTrhZGF {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxwTrhZGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTrhZGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTrhZGF .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uhxwTrhZGF .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxwTrhZGF .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uhxwTrhZGF .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uhxwTrhZGF .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uhxwTrhZGF .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uhxwTrhZGF .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uhxwTrhZGF .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uhxwTrhZGF .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uhxwTrhZGF .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uhxwTrhZGF .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uhxwTrhZGF .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uhxwTrhZGF .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uhxwTrhZGF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxwTrhZGF .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uhxwTrhZGF .mbr-text {
    margin-top: 12px;
  }
}
.cid-uhxwTrhZGF .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uhxwTrhZGF .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-uhxwTrhZGF .mbr-text,
.cid-uhxwTrhZGF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhxwTsvt8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTsvt8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTsvt8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTsvt8v .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .container {
    padding: 0 30px;
  }
}
.cid-uhxwTsvt8v .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxwTsvt8v .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxwTsvt8v .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxwTsvt8v .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTsvt8v .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTsvt8v .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxwTsvt8v .mbr-section-title {
  color: #000000;
}
.cid-uhxwTsvt8v .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxwTsvt8v .mbr-text {
  color: #ffffff;
}
.cid-uhxwTsvt8v .mbr-number {
  color: #FE5115;
}
.cid-uhxwTtLMBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxwTtLMBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTtLMBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTtLMBq .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff7663;
  margin-bottom: 2rem;
}
.cid-uhxwTtLMBq .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #e9e9e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uhxwTtLMBq .card-wrapper {
    padding: 1rem;
  }
}
.cid-uhxwTtLMBq .card-title,
.cid-uhxwTtLMBq .card-wrapper {
  color: #19303d;
  text-align: center;
}
.cid-uhxwTtLMBq .card-text {
  text-align: center;
}
.cid-uhxwTuZ6T5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTuZ6T5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTuZ6T5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTuZ6T5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .container {
    padding: 0 30px;
  }
}
.cid-uhxwTuZ6T5 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxwTuZ6T5 .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxwTuZ6T5 .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxwTuZ6T5 .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTuZ6T5 .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTuZ6T5 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxwTuZ6T5 .mbr-section-title {
  color: #000000;
}
.cid-uhxwTuZ6T5 .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxwTuZ6T5 .mbr-text {
  color: #ffffff;
}
.cid-uhxwTuZ6T5 .mbr-number {
  color: #FE5115;
}
.cid-uhxwTw9wZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
}
.cid-uhxwTw9wZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTw9wZA .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-uhxwTw9wZA .container {
    padding: 0 20px;
  }
}
.cid-uhxwTw9wZA .row {
  margin: 0;
}
.cid-uhxwTw9wZA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTw9wZA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhxwTw9wZA .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uhxwTw9wZA .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhxwTw9wZA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhxwTw9wZA .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhxwTw9wZA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhxwTxiPXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTxiPXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTxiPXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTxiPXT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .container {
    padding: 0 30px;
  }
}
.cid-uhxwTxiPXT .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uhxwTxiPXT .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ff7663;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uhxwTxiPXT .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uhxwTxiPXT .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTxiPXT .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTxiPXT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uhxwTxiPXT .mbr-section-title {
  color: #000000;
}
.cid-uhxwTxiPXT .mbr-card-title {
  color: #2b2b2b;
}
.cid-uhxwTxiPXT .mbr-text {
  color: #ffffff;
}
.cid-uhxwTxiPXT .mbr-number {
  color: #FE5115;
}
.cid-uhxwTysPJs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff7663;
}
.cid-uhxwTysPJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTysPJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTysPJs .first {
  border-top: 2px solid #ff7663;
}
.cid-uhxwTysPJs .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uhxwTysPJs .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uhxwTysPJs .card-header {
  border-bottom: 2px solid #ff7663;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uhxwTysPJs .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ff7663;
  transition: all 0.3s;
}
.cid-uhxwTysPJs .card-header a,
.cid-uhxwTysPJs .card-header h6,
.cid-uhxwTysPJs .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uhxwTysPJs .card-header:hover a,
.cid-uhxwTysPJs .card-header:hover h6,
.cid-uhxwTysPJs .card-header:hover span {
  color: #ffffff !important;
}
.cid-uhxwTysPJs .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhxwTysPJs .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uhxwTysPJs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff7663;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uhxwTysPJs .panel-group {
  border: none;
}
.cid-uhxwTysPJs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxwTysPJs .panel-title-edit {
  color: #ffffff;
}
.cid-uhxwTysPJs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxwTysPJs H3 {
  color: #ffffff;
}
.cid-uhxwTysPJs .panel-text {
  color: #17003b;
}
.cid-uhxwTzPvja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uhxwTzPvja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTzPvja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhxwTzPvja .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uhxwTzPvja .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uhxwTzPvja .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhxwTzPvja .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uhxwTzPvja .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .image-wrapper {
    padding-left: 0;
  }
}
.cid-uhxwTzPvja .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uhxwTzPvja .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uhxwTzPvja .mbr-section-title {
  color: #000000;
}
.cid-uhxwTzPvja .mbr-desc {
  color: #000000;
}
.cid-uhxwTzPvja .mbr-text {
  color: #000000;
}
.cid-uhxwTB2FYp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff7663;
}
.cid-uhxwTB2FYp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uhxwTB2FYp .panel-group {
  border: none;
}
.cid-uhxwTB2FYp .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhxwTB2FYp .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uhxwTB2FYp .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uhxwTB2FYp .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uhxwTB2FYp .content {
  margin: 5rem auto;
}
.cid-uhxwTB2FYp .img-col {
  padding: 0;
}
.cid-uhxwTB2FYp .img-item {
  height: 100%;
}
.cid-uhxwTB2FYp img {
  height: 100%;
  object-fit: cover;
}
.cid-uhxwTB2FYp .collapsed span {
  transform: rotate(0deg);
}
.cid-uhxwTB2FYp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxwTB2FYp p {
  margin-bottom: 0.3rem;
}
.cid-uhxwTB2FYp .panel-title-edit {
  color: #e9c0e9;
}
.cid-uhxwTB2FYp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uhxwTB2FYp .card {
  background: #e9e9e6;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uhxwTB2FYp .panel-text {
  color: #000000;
}
.cid-uhxwTB2FYp H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uhxwTB2FYp .panel-title-edit,
.cid-uhxwTB2FYp .mbr-iconfont {
  color: #000000;
}
.cid-uhxwTCci3W .google-map {
  height: 30rem;
  position: relative;
}
.cid-uhxwTCci3W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhxwTCci3W .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhxwTCci3W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhxwTCci3W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhxwTDrz4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7663;
  overflow: hidden;
}
.cid-uhxwTDrz4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhxwTDrz4Y .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-uhxwTDrz4Y .container {
    padding: 0 30px;
  }
}
.cid-uhxwTDrz4Y .row {
  justify-content: center;
}
.cid-uhxwTDrz4Y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uhxwTDrz4Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhxwTDrz4Y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxwTDrz4Y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap:hover,
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap:hover::before,
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhxwTDrz4Y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxwTDrz4Y .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uhxwTDrz4Y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uhxwTDrz4Y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhxwTDrz4Y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhxwTDrz4Y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uhxwTDrz4Y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uhxwTDrz4Y .mbr-section-title {
  color: #bee0d6;
}
.cid-uhxwTDrz4Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhxwTDrz4Y .list {
  color: #bee0d6;
}
.cid-uhxwTDrz4Y .mbr-address {
  color: #bee0d6;
}
.cid-uhxwTDrz4Y .mbr-copy {
  color: #ffffff;
}
.cid-uhxwTDrz4Y .list,
.cid-uhxwTDrz4Y .item-wrap,
.cid-uhxwTDrz4Y .nav-wrapper {
  color: #ffffff;
}
