.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff7f8;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 7.8rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.8rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 3.125rem;
}
/* ---- 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: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0a54 !important;
}
.bg-success {
  background-color: #21b570 !important;
}
.bg-info {
  background-color: #0babcb !important;
}
.bg-warning {
  background-color: #d6a100 !important;
}
.bg-danger {
  background-color: #b6202e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0a54 !important;
  border-color: #ff0a54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8aad !important;
  border-color: #ff8aad !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8aad !important;
  border-color: #ff8aad !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1a8b1 !important;
  border-color: #e1a8b1 !important;
  color: #67232e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #67232e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0babcb !important;
  border-color: #0babcb !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5fddf6 !important;
  border-color: #5fddf6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #5fddf6 !important;
  border-color: #5fddf6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #21b570 !important;
  border-color: #21b570 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #70e5af !important;
  border-color: #70e5af !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #70e5af !important;
  border-color: #70e5af !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d6a100 !important;
  border-color: #d6a100 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd557 !important;
  border-color: #ffd557 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b6202e !important;
  border-color: #b6202e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e6707b !important;
  border-color: #e6707b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e6707b !important;
  border-color: #e6707b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0a54;
  color: #ff0a54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b20036 !important;
  background-color: transparent !important;
  border-color: #b20036 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0a54 !important;
  border-color: #ff0a54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1a8b1;
  color: #e1a8b1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cb6877 !important;
  background-color: transparent !important;
  border-color: #cb6877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1a8b1 !important;
  border-color: #e1a8b1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0babcb;
  color: #0babcb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #076679 !important;
  background-color: transparent !important;
  border-color: #076679 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0babcb !important;
  border-color: #0babcb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #21b570;
  color: #21b570;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146c43 !important;
  background-color: transparent !important;
  border-color: #146c43 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #21b570 !important;
  border-color: #21b570 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d6a100;
  color: #d6a100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7f6000 !important;
  background-color: transparent !important;
  border-color: #7f6000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d6a100 !important;
  border-color: #d6a100 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b6202e;
  color: #b6202e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6c131b !important;
  background-color: transparent !important;
  border-color: #6c131b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b6202e !important;
  border-color: #b6202e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0a54 !important;
}
.text-secondary {
  color: #e1a8b1 !important;
}
.text-success {
  color: #21b570 !important;
}
.text-info {
  color: #0babcb !important;
}
.text-warning {
  color: #d6a100 !important;
}
.text-danger {
  color: #b6202e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a30031 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c75c6d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #115f3b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #06596a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #705400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f1118 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0a54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0babcb;
}
.alert-warning {
  background-color: #d6a100;
}
.alert-danger {
  background-color: #b6202e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0a54;
  border-color: #ff0a54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0a54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd6e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #70e5af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8edfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e6707b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff0a54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff0a54;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0a54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0a54;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0a54;
  border-bottom-color: #ff0a54;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0a54 !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: #e1a8b1 !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='%23ff0a54' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uVgHboR3yj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboR3yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboR3yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboR3yj .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uVgHboR3yj .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboR3yj .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVgHboR3yj .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVgHboR3yj .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff7f8;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uVgHboR3yj .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboR3yj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboR3yj .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVgHboR3yj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVgHboR3yj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVgHboR3yj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uVgHboR3yj .mbr-section-title {
  color: #000000;
}
.cid-uVgHboR3yj .mbr-text {
  color: #000000;
}
.cid-uVgHboR3yj .mbr-section-title,
.cid-uVgHboR3yj .mbr-section-btn {
  color: #000000;
}
.cid-uVgHboR3yj .mbr-text,
.cid-uVgHboR3yj .text-wrapper {
  color: #000000;
}
.cid-uVgHboRnGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboRnGk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboRnGk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboRnGk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uVgHboRnGk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgHboRnGk .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
  background-color: #fbb1bd;
}
@media (max-width: 992px) {
  .cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #000000;
  display: inline-flex;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uVgHboRnGk .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uVgHboRnGk .embla__button--next,
.cid-uVgHboRnGk .embla__button--prev {
  display: flex;
}
.cid-uVgHboRnGk .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVgHboRnGk .embla__button:hover {
  color: #e1ff04 !important;
}
.cid-uVgHboRnGk .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVgHboRnGk .embla__button.embla__button--next {
  right: 0;
}
.cid-uVgHboRnGk .embla {
  position: relative;
  width: 100%;
}
.cid-uVgHboRnGk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVgHboRnGk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgHboRnGk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgHboRnGk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgHboRnGk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVgHboRnGk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVgHboRnGk .item-text {
  color: #000000;
}
.cid-uVgHboRnGk .item-name {
  color: #000000;
}
.cid-uVgHboRnGk .item-role {
  color: #000000;
}
.cid-uVgHboRnGk .mbr-section-title,
.cid-uVgHboRnGk .icon-wrap {
  color: #000000;
}
.cid-uVgHboRnGk .item-text,
.cid-uVgHboRnGk .item-img {
  color: #000000;
}
.cid-uVgHboSROM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboSROM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboSROM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboSROM .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uVgHboSROM .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgHboSROM .mbr-text,
.cid-uVgHboSROM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVgHboTapD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboTapD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboTapD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboTapD .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboTapD .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVgHboTapD .item .item-wrapper {
  height: 100%;
}
.cid-uVgHboTapD .item .item-wrapper:hover .item-img img,
.cid-uVgHboTapD .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uVgHboTapD .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgHboTapD .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uVgHboTapD .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHboTapD .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgHboTapD .item-title {
  color: #000000;
}
.cid-uVgHboTapD .item-desc {
  color: #000000;
}
.cid-uVgHboTu5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboTu5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboTu5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboTu5N .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboTu5N .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVgHboTu5N .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVgHboTu5N .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboTu5N .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVgHboTu5N .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uVgHboTu5N .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uVgHboTu5N .item .item-wrapper .card-box {
  padding: 42px 28px;
  background-color: #fbb1bd;
  min-height: 600px;
}
@media (max-width: 992px) {
  .cid-uVgHboTu5N .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVgHboTu5N .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uVgHboTu5N .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVgHboTu5N .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVgHboTu5N .mbr-section-title {
  color: #000000;
}
.cid-uVgHboTu5N .item-title {
  color: #000000;
}
.cid-uVgHboTu5N .item-number {
  color: #000000;
}
.cid-uVgHboTu5N .item-text {
  color: #000000;
}
.cid-uVgHboTu5N .mbr-section-title,
.cid-uVgHboTu5N .icon-wrap {
  color: #000000;
}
.cid-uVgHboU2j0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboU2j0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboU2j0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboU2j0 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboU2j0 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVgHboU2j0 .item .item-wrapper {
  height: 100%;
}
.cid-uVgHboU2j0 .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uVgHboU2j0 .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uVgHboU2j0 .item .item-wrapper:hover .item-img img,
.cid-uVgHboU2j0 .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fbb1bd;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uVgHboU2j0 .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uVgHboU2j0 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHboU2j0 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgHboU2j0 .item-name {
  color: #000000;
}
.cid-uVgHboU2j0 .item-role {
  color: #000000;
}
.cid-uVgHboU2j0 .item-name,
.cid-uVgHboU2j0 .name-wrapper {
  color: #000000;
}
.cid-uVgHboUPDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboUPDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboUPDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboUPDf .items-wrap {
  justify-content: space-between;
}
.cid-uVgHboUPDf .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVgHboUPDf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHboUPDf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboUPDf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHboUPDf .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uVgHboUPDf .video-wrapper iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHboUPDf .video-block {
    margin-bottom: 24px;
  }
}
.cid-uVgHboUPDf .mbr-figure__img {
  object-fit: cover;
}
.cid-uVgHboUPDf .app-video-wrapper::before {
  color: #000000;
  box-shadow: none;
}
.cid-uVgHboUPDf .mbr-section-title {
  color: #000000;
}
.cid-uVgHboUPDf .mbr-text {
  color: #000000;
}
.cid-uVgHboUPDf .mbr-section-title,
.cid-uVgHboUPDf .mbr-section-btn {
  color: #000000;
}
.cid-uVgHboUPDf .mbr-text,
.cid-uVgHboUPDf .text-wrapper {
  color: #000000;
}
.cid-uVgHboVyQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboVyQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboVyQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboVyQC .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboVyQC .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVgHboVyQC .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #fbb1bd;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uVgHboVyQC .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboVyQC .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVgHboVyQC .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVgHboVyQC .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uVgHboVyQC .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uVgHboVyQC .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uVgHboVyQC .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboVyQC .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVgHboVyQC .btn-wrapper {
  margin-top: -2%;
}
.cid-uVgHboVyQC .item-title {
  color: #000000;
}
.cid-uVgHboVyQC .item-text {
  color: #000000;
}
.cid-uVgHboVhoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboVhoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboVhoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboVhoI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHboVhoI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboVhoI .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboVhoI .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVgHboVhoI .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uVgHboVhoI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVgHboVhoI .btn-wrapper {
  margin-top: -2%;
}
.cid-uVgHboVhoI .mbr-section-title {
  color: #000000;
}
.cid-uVgHboVhoI .item-title {
  color: #000000;
}
.cid-uVgHboVhoI .item-text {
  color: #000000;
}
.cid-uVgHboVpc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboVpc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboVpc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboVpc4 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboVpc4 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVgHboVpc4 .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #fbb1bd;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uVgHboVpc4 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboVpc4 .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVgHboVpc4 .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uVgHboVpc4 .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVgHboVpc4 .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uVgHboVpc4 .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVgHboVpc4 .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uVgHboVpc4 .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uVgHboVpc4 .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uVgHboVpc4 .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uVgHboVpc4 .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uVgHboVpc4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uVgHboVpc4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uVgHboVpc4 .btn-wrapper {
  margin-top: -2%;
}
.cid-uVgHboVpc4 .item-price {
  color: #000000;
}
.cid-uVgHboVpc4 .item-title {
  color: #000000;
}
.cid-uVgHboVpc4 .item-text {
  color: #000000;
}
.cid-uVgHboVpc4 .item-title,
.cid-uVgHboVpc4 .mbr-section-btn {
  color: #000000;
}
.cid-uVgHboWh21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboWh21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboWh21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboWh21 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboWh21 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVgHboWh21 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVgHboWh21 .panel-group .card_1 {
  background-color: #fbb1bd;
}
.cid-uVgHboWh21 .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uVgHboWh21 .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uVgHboWh21 .panel-group .card_2 {
  background-color: #ff0a54;
}
.cid-uVgHboWh21 .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #ffffff;
  }
}
.cid-uVgHboWh21 .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uVgHboWh21 .panel-group .card_3 {
  background-color: #e1a8b1;
}
.cid-uVgHboWh21 .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uVgHboWh21 .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uVgHboWh21 .panel-group .card_4 {
  background-color: #fbb1bd;
}
.cid-uVgHboWh21 .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uVgHboWh21 .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uVgHboWh21 .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-uVgHboWh21 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVgHboWh21 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-uVgHboWh21 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-uVgHboWh21 .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uVgHboWh21 .mbr-section-title {
  color: #000000;
}
.cid-uVgHboWh21 .panel-title-edit_1 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-title-edit_2 {
  color: #ffffff;
}
.cid-uVgHboWh21 .panel-title-edit_3 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-title-edit_4 {
  color: #000000;
}
.cid-uVgHboWh21 .list_1 {
  color: #000000;
}
.cid-uVgHboWh21 .list_2 {
  color: #ffffff;
}
.cid-uVgHboWh21 .list_3 {
  color: #000000;
}
.cid-uVgHboWh21 .list_4 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-text_1 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-text_2 {
  color: #ffffff;
}
.cid-uVgHboWh21 .panel-text_3 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-text_4 {
  color: #000000;
}
.cid-uVgHboWh21 .mbr-section-title,
.cid-uVgHboWh21 .icon-wrap {
  color: #000000;
}
.cid-uVgHboWh21 .panel-title-edit_1,
.cid-uVgHboWh21 .icon-wrapper {
  color: #000000;
}
.cid-uVgHboWh21 .list_1,
.cid-uVgHboWh21 .item-wrap_1 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-text_1,
.cid-uVgHboWh21 .panel-body,
.cid-uVgHboWh21 .mbr-section-btn {
  color: #000000;
}
.cid-uVgHboWh21 .panel-title-edit_2,
.cid-uVgHboWh21 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uVgHboWh21 .list_2,
.cid-uVgHboWh21 .item-wrap_2 {
  color: #FFFFFF;
}
.cid-uVgHboWh21 .panel-text_2,
.cid-uVgHboWh21 .panel-body,
.cid-uVgHboWh21 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uVgHboWh21 .panel-title-edit_3,
.cid-uVgHboWh21 .icon-wrapper {
  color: #000000;
}
.cid-uVgHboWh21 .list_3,
.cid-uVgHboWh21 .item-wrap_3 {
  color: #000000;
}
.cid-uVgHboWh21 .panel-text_3,
.cid-uVgHboWh21 .panel-body,
.cid-uVgHboWh21 .mbr-section-btn {
  color: #000000;
}
.cid-uVgHboYgno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboYgno .item:focus,
.cid-uVgHboYgno span:focus {
  outline: none;
}
.cid-uVgHboYgno .item {
  cursor: pointer;
}
.cid-uVgHboYgno .grid-container {
  grid-row-gap: 20px;
}
.cid-uVgHboYgno .grid-container-1,
.cid-uVgHboYgno .grid-container-2,
.cid-uVgHboYgno .grid-container-3 {
  gap: 20px;
}
.cid-uVgHboYgno .container,
.cid-uVgHboYgno .container-fluid {
  overflow: hidden;
}
.cid-uVgHboYgno .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVgHboYgno .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVgHboYgno .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVgHboYgno .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-uVgHboYgno .grid-container-1,
.cid-uVgHboYgno .grid-container-2,
.cid-uVgHboYgno .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVgHboYgno .grid-container-1 {
  align-items: flex-end;
}
.cid-uVgHboYgno .grid-container-2 {
  align-items: flex-start;
}
.cid-uVgHboYgno .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVgHboYgno .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboYeSO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboYeSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboYeSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboYeSO .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVgHboYeSO .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVgHboYeSO .card {
  justify-content: center;
}
.cid-uVgHboYeSO .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHboYeSO .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uVgHboYeSO .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVgHboYeSO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uVgHboYeSO .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVgHboYeSO .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uVgHboYeSO .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uVgHboYeSO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVgHboYeSO .mbr-section-title {
  color: #000000;
}
.cid-uVgHboYeSO .mbr-number {
  color: #000000;
}
.cid-uVgHboYeSO .list {
  color: #000000;
}
.cid-uVgHboYeSO .list,
.cid-uVgHboYeSO .item-wrap {
  color: #000000;
}
.cid-uVgHboZ9oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboZ9oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboZ9oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboZ9oj .card {
  justify-content: flex-end;
}
.cid-uVgHboZ9oj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboZ9oj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboZ9oj .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboZ9oj .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVgHboZ9oj .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHboZ9oj .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVgHboZ9oj .mbr-section-title {
  color: #000000;
}
.cid-uVgHboZ9oj .mbr-desc {
  color: #000000;
}
.cid-uVgHboZ9oj .mbr-text,
.cid-uVgHboZ9oj .text-wrapper {
  color: #000000;
}
.cid-uVgHboZNI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboZNI5 .item:focus,
.cid-uVgHboZNI5 span:focus {
  outline: none;
}
.cid-uVgHboZNI5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVgHboZNI5 .content-head {
  max-width: 800px;
}
.cid-uVgHboZNI5 .item {
  color: #000000;
  min-height: 120px;
}
@media (max-width: 768px) {
  .cid-uVgHboZNI5 .item {
    min-height: 60px;
  }
}
.cid-uVgHboZNI5 .loop-container {
  padding-top: 10px;
}
.cid-uVgHboZudq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHboZudq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHboZudq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHboZudq .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHboZudq .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVgHboZudq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHboZudq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHboZudq .item .item-wrapper {
  height: 100%;
}
.cid-uVgHboZudq .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 28px;
  min-height: 560px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHboZudq .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVgHboZudq .item .item-wrapper .card-box .item-title_1,
.cid-uVgHboZudq .item .item-wrapper .card-box .item-title_2,
.cid-uVgHboZudq .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 32px;
}
.cid-uVgHboZudq .item .item-wrapper .card-box .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVgHboZudq .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVgHboZudq .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 18px;
    border: 2px solid #000000;
  }
}
.cid-uVgHboZudq .item .item-wrapper .card-box .item-text_2,
.cid-uVgHboZudq .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
}
.cid-uVgHboZudq .item .item-wrapper .card_1 {
  background-color: #fbb1bd;
}
.cid-uVgHboZudq .item .item-wrapper .card_2 {
  background-color: #ff0a54;
}
.cid-uVgHboZudq .item .item-wrapper .card_3 {
  background-color: #e1a8b1;
}
.cid-uVgHboZudq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVgHboZudq .list {
  color: #000000;
}
.cid-uVgHboZudq .item-title_1 {
  color: #000000;
}
.cid-uVgHboZudq .item-title_2 {
  color: #FFFFFF;
}
.cid-uVgHboZudq .item-title_3 {
  color: #000000;
}
.cid-uVgHboZudq .item-text_2 {
  color: #FFFFFF;
}
.cid-uVgHboZudq .item-text_3 {
  color: #000000;
}
.cid-uVgHboZudq .list,
.cid-uVgHboZudq .item-wrap {
  color: #000000;
}
.cid-uVgHbp0AKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp0AKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp0AKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp0AKz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp0AKz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp0AKz .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHbp0AKz .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVgHbp0AKz .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVgHbp0AKz .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uVgHbp0AKz .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uVgHbp0AKz .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVgHbp0AKz .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uVgHbp0AKz .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uVgHbp0AKz .item .item-wrapper .card-box .item-text_1,
.cid-uVgHbp0AKz .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uVgHbp0AKz .item .item-wrapper .card_1 {
  background-color: #fbb1bd;
}
.cid-uVgHbp0AKz .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uVgHbp0AKz .item .item-wrapper .card_2 {
  background-color: #ff0a54;
}
.cid-uVgHbp0AKz .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uVgHbp0AKz .item .item-wrapper .card {
  justify-content: center;
}
.cid-uVgHbp0AKz .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVgHbp0AKz .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uVgHbp0AKz .item-title {
  color: #000000;
}
.cid-uVgHbp0AKz .item-desc {
  color: #000000;
}
.cid-uVgHbp0AKz .item-text_1 {
  color: #ffffff;
}
.cid-uVgHbp0AKz .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVgHbp0AKz .item-text_1,
.cid-uVgHbp0AKz .icon-wrap {
  text-align: center;
  color: #000000;
}
.cid-uVgHbp0AKz .item-text_2,
.cid-uVgHbp0AKz .icon-wrap {
  color: #FFFFFF;
}
.cid-uVgHbp1GE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp1GE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp1GE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp1GE3 .items-wrap {
  justify-content: space-between;
}
.cid-uVgHbp1GE3 .items-wrap .card {
  justify-content: center;
}
.cid-uVgHbp1GE3 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uVgHbp1GE3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp1GE3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp1GE3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp1GE3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVgHbp1GE3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp1GE3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp1GE3 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVgHbp1GE3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVgHbp1GE3 .mbr-desc {
  color: #000000;
}
.cid-uVgHbp1GE3 .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp1GE3 .mbr-text {
  color: #000000;
}
.cid-uVgHbp1GE3 .mbr-text,
.cid-uVgHbp1GE3 .mbr-section-btn {
  color: #000000;
}
.cid-uVgHbp1nEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp1nEl .content-wrap {
  overflow: hidden;
}
.cid-uVgHbp1nEl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp1nEl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp1nEl .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVgHbp1nEl .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVgHbp1nEl .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVgHbp1nEl .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVgHbp1nEl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uVgHbp1nEl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVgHbp1nEl .embla__slide .slide-content {
  width: 100%;
}
.cid-uVgHbp1nEl .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 320px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHbp1nEl .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVgHbp1nEl .embla__slide .slide-content .item-wrapper .item-text_1,
.cid-uVgHbp1nEl .embla__slide .slide-content .item-wrapper .item-text_2,
.cid-uVgHbp1nEl .embla__slide .slide-content .item-wrapper .item-text_3 {
  margin-bottom: 0;
}
.cid-uVgHbp1nEl .embla__slide .slide-content .card_1 {
  background-color: #fbb1bd;
}
.cid-uVgHbp1nEl .embla__slide .slide-content .card_2 {
  background-color: #ff0a54;
}
.cid-uVgHbp1nEl .embla__slide .slide-content .card_3 {
  background-color: #e1a8b1;
}
.cid-uVgHbp1nEl .embla__button--next,
.cid-uVgHbp1nEl .embla__button--prev {
  display: flex;
}
.cid-uVgHbp1nEl .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #ff0a54 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVgHbp1nEl .embla__button:hover {
  color: #fbb1bd !important;
}
.cid-uVgHbp1nEl .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVgHbp1nEl .embla__button.embla__button--next {
  right: 0;
}
.cid-uVgHbp1nEl .embla {
  position: relative;
  width: 100%;
}
.cid-uVgHbp1nEl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  overflow: visible;
}
.cid-uVgHbp1nEl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVgHbp1nEl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVgHbp1nEl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVgHbp1nEl .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp1nEl .item-text_1 {
  color: #000000;
}
.cid-uVgHbp1nEl .item-text_2 {
  color: #FFFFFF;
}
.cid-uVgHbp1nEl .item-text_3 {
  color: #000000;
}
.cid-uVgHbp1nEl .mbr-section-title,
.cid-uVgHbp1nEl .icon-wrap {
  color: #000000;
}
.cid-uVgHbp2GKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp2GKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp2GKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp2GKU .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVgHbp2GKU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVgHbp2GKU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHbp2GKU .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp2GKU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVgHbp2GKU .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp2GKU .mbr-desc {
  color: #000000;
}
.cid-uVgHbp2GKU .mbr-text {
  color: #000000;
}
.cid-uVgHbp2GKU .mbr-section-title,
.cid-uVgHbp2GKU .mbr-section-btn {
  color: #000000;
}
.cid-uVgHbp2GKU .mbr-text,
.cid-uVgHbp2GKU .text-wrapper {
  color: #000000;
}
.cid-uVgHbp3VPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp3VPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp3VPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp3VPV .card {
  justify-content: flex-end;
}
.cid-uVgHbp3VPV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp3VPV .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 70px 0 0;
}
@media (max-width: 1440px) {
  .cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 0 20px 10px 0;
  }
}
.cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: none !important;
  padding: 10px;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 5px;
  }
}
.cid-uVgHbp3VPV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uVgHbp3VPV .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap {
    display: block;
  }
}
.cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .image-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .item-text {
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHbp3VPV .tab-content .tab-pane .item-content .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uVgHbp3VPV .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp3VPV .item-title {
  color: #000000;
}
.cid-uVgHbp3VPV .item-text {
  color: #000000;
}
.cid-uVgHbp3VPV .mbr-section-title,
.cid-uVgHbp3VPV .tabs-wrapper {
  color: #000000;
}
.cid-uVgHbp4iQb {
  background-image: url("../../../assets/images/photo-1652385920706-80ac9c2c5cf6.jpeg");
}
.cid-uVgHbp4iQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp4iQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp4iQb .image-wrapper {
  height: 600px;
}
.cid-uVgHbp4iEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp4iEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp4iEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp4iEB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp4iEB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp4iEB .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVgHbp4iEB .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVgHbp4iEB .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVgHbp4iEB .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVgHbp4iEB .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHbp4iEB .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVgHbp4iEB .item .item-wrapper {
  height: 100%;
  padding: 42px 28px;
  background-color: #fbb1bd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVgHbp4iEB .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .item-desc {
  margin-bottom: 32px;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .list .item-wrap {
  border-top: 2px solid #000000;
  padding: 22px 0;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .list .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.cid-uVgHbp4iEB .item .item-wrapper .card-box .list .item-wrap:last-child {
  padding-bottom: 0;
}
.cid-uVgHbp4iEB .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp4iEB .item-price {
  color: #000000;
  text-align: center;
}
.cid-uVgHbp4iEB .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uVgHbp4iEB .item-title {
  color: #ffffff;
}
.cid-uVgHbp4iEB .list {
  color: #ffffff;
}
.cid-uVgHbp4iEB .item-title,
.cid-uVgHbp4iEB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVgHbp4iEB .mbr-section-title,
.cid-uVgHbp4iEB .icon-wrap {
  color: #000000;
}
.cid-uVgHbp4iEB .list,
.cid-uVgHbp4iEB .item-wrap {
  color: #000000;
}
.cid-uVgHbp5hSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbb1bd;
}
.cid-uVgHbp5hSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp5hSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp5hSW .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVgHbp5hSW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp5hSW .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp5hSW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp5hSW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVgHbp5hSW .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVgHbp5hSW .image-wrapper img {
    height: 350px;
  }
}
.cid-uVgHbp5hSW .mbr-section-title {
  color: #ffffff;
}
.cid-uVgHbp5hSW .mbr-text {
  color: #ffffff;
}
.cid-uVgHbp5hSW .mbr-section-title,
.cid-uVgHbp5hSW .mbr-section-btn {
  color: #000000;
}
.cid-uVgHbp5hSW .mbr-text,
.cid-uVgHbp5hSW .text-wrapper {
  color: #000000;
}
.cid-uVgHbp7mqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp7mqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp7mqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp7mqJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVgHbp7mqJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp7mqJ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVgHbp7mqJ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVgHbp7mqJ .item .item-wrapper {
  height: 100%;
}
.cid-uVgHbp7mqJ .item .item-wrapper:hover .item-img img,
.cid-uVgHbp7mqJ .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uVgHbp7mqJ .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uVgHbp7mqJ .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVgHbp7mqJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVgHbp7mqJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVgHbp7mqJ .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uVgHbp7mqJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVgHbp7mqJ .item-title {
  color: #000000;
}
.cid-uVgHbp7mqJ .item-date {
  color: #000000;
}
.cid-uVgHbp9Gqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp9Gqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp9Gqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp9Gqm .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVgHbp9Gqm .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uVgHbp9Gqm .card {
  justify-content: center;
}
.cid-uVgHbp9Gqm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVgHbp9Gqm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp9Gqm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVgHbp9Gqm .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000000;
}
.cid-uVgHbp9Gqm .list-wrapper .list .item-wrap:hover,
.cid-uVgHbp9Gqm .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uVgHbp9Gqm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVgHbp9Gqm .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp9Gqm .list {
  color: #000000;
}
.cid-uVgHbp9Gqm .list,
.cid-uVgHbp9Gqm .item-wrap {
  color: #000000;
}
.cid-uVgHbp9LHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVgHbp9LHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVgHbp9LHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVgHbp9LHF .items-wrap {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.cid-uVgHbp9LHF .title-wrapper .mbr-section-title {
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVgHbp9LHF .title-wrapper .mbr-section-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .title-wrapper .mbr-section-title {
    padding-bottom: 32px;
  }
}
.cid-uVgHbp9LHF .social-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uVgHbp9LHF .social-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp9LHF .social-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .social-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uVgHbp9LHF .social-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVgHbp9LHF .social-wrapper .list .item-wrap {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uVgHbp9LHF .social-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVgHbp9LHF .social-wrapper .list .item-wrap:hover,
.cid-uVgHbp9LHF .social-wrapper .list .item-wrap:focus {
  color: #bba9ff;
}
.cid-uVgHbp9LHF .contacts-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .cid-uVgHbp9LHF .contacts-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVgHbp9LHF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .contacts-wrapper .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-uVgHbp9LHF .contacts-wrapper .mbr-link {
  transition: all 0.3s ease-in-out;
  margin: 22px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uVgHbp9LHF .contacts-wrapper .mbr-link {
    margin-top: 12px;
  }
}
.cid-uVgHbp9LHF .contacts-wrapper .mbr-link:hover,
.cid-uVgHbp9LHF .contacts-wrapper .mbr-link:focus {
  color: #bba9ff;
}
.cid-uVgHbp9LHF .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uVgHbp9LHF .mbr-section-title {
  color: #000000;
}
.cid-uVgHbp9LHF .mbr-section-subtitle {
  color: #000000;
}
.cid-uVgHbp9LHF .list {
  color: #000000;
}
.cid-uVgHbp9LHF .mbr-link {
  color: #000000;
}
