body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff014e !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff014e !important;
  border-color: #ff014e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff014e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a90033 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff014e !important;
  border-color: #ff014e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ff014e !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a002f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !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: #ff014e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff014e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcddc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff014e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff014e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff014e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff014e;
}
.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: #ff014e;
  border-bottom-color: #ff014e;
}
.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: #ff014e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6b67ce !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='%23ff014e' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ff014e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ff014e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ff014e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ff014e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uOm7q6CxTJ .navbar-dropdown {
  position: relative !important;
}
.cid-uOm7q6CxTJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOm7q6CxTJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOm7q6CxTJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOm7q6CxTJ .dropdown-item:hover,
.cid-uOm7q6CxTJ .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uOm7q6CxTJ .dropdown-item:hover span {
  color: white;
}
.cid-uOm7q6CxTJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOm7q6CxTJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOm7q6CxTJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOm7q6CxTJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOm7q6CxTJ .nav-link {
  position: relative;
}
.cid-uOm7q6CxTJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOm7q6CxTJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uOm7q6CxTJ .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOm7q6CxTJ .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uOm7q6CxTJ .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uOm7q6CxTJ .navbar-nav .nav-item .nav-link:hover,
.cid-uOm7q6CxTJ .navbar-nav .nav-item .nav-link:focus,
.cid-uOm7q6CxTJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uOm7q6CxTJ .dropdown-menu,
.cid-uOm7q6CxTJ .navbar.opened {
  background: #212428 !important;
}
.cid-uOm7q6CxTJ .nav-item:focus,
.cid-uOm7q6CxTJ .nav-link:focus {
  outline: none;
}
.cid-uOm7q6CxTJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOm7q6CxTJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOm7q6CxTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOm7q6CxTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOm7q6CxTJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOm7q6CxTJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOm7q6CxTJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uOm7q6CxTJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uOm7q6CxTJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOm7q6CxTJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOm7q6CxTJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOm7q6CxTJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOm7q6CxTJ .navbar.collapsed {
  justify-content: center;
}
.cid-uOm7q6CxTJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOm7q6CxTJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOm7q6CxTJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOm7q6CxTJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOm7q6CxTJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOm7q6CxTJ .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-uOm7q6CxTJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOm7q6CxTJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOm7q6CxTJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOm7q6CxTJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOm7q6CxTJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOm7q6CxTJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOm7q6CxTJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOm7q6CxTJ .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-uOm7q6CxTJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOm7q6CxTJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOm7q6CxTJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOm7q6CxTJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOm7q6CxTJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOm7q6CxTJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOm7q6CxTJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOm7q6CxTJ .navbar.navbar-short {
  min-height: 90px;
}
.cid-uOm7q6CxTJ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uOm7q6CxTJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uOm7q6CxTJ .navbar {
    min-height: 80px;
  }
}
.cid-uOm7q6CxTJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uOm7q6CxTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOm7q6CxTJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uOm7q6CxTJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uOm7q6CxTJ .dropdown-item.active,
.cid-uOm7q6CxTJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOm7q6CxTJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOm7q6CxTJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOm7q6CxTJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOm7q6CxTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uOm7q6CxTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOm7q6CxTJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOm7q6CxTJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOm7q6CxTJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOm7q6CxTJ button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uOm7q6CxTJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOm7q6CxTJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOm7q6CxTJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOm7q6CxTJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOm7q6CxTJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOm7q6CxTJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOm7q6CxTJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOm7q6CxTJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOm7q6CxTJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOm7q6CxTJ .navbar {
    height: 70px;
  }
  .cid-uOm7q6CxTJ .navbar.opened {
    height: auto;
  }
  .cid-uOm7q6CxTJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOm7q6CxTJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uOm7q6CxTJ .navbar-short {
    min-height: 70px;
  }
}
.cid-uOm7q6CxTJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uOm7q6CxTJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uOm7q6CxTJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uOm7q6CxTJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uOm7q6CxTJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uOm7q6CxTJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uOm7q6CxTJ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uOm7q6CxTJ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uOm7q6CxTJ button.navbar-toggler {
    display: flex;
  }
  .cid-uOm7q6CxTJ .navbar-brand {
    width: auto !important;
  }
  .cid-uOm7q6CxTJ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uOm7q6CxTJ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uOm7q6CxTJ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uOm7q6CxTJ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uOm7q6CxTJ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uOm7q6CxTJ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uOm7qkaeDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOm7qkaeDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7qkaeDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7qkaeDd .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7qkaeDd .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOm7qkaeDd .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7qkaeDd .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOm7qkaeDd .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uOm7qkaeDd .col-text {
    margin-top: 20px;
  }
}
.cid-uOm7qkaeDd .text-wrapper {
  width: 100%;
}
.cid-uOm7qkaeDd .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7qkaeDd .mbr-section-subtitle {
  color: #ec0047;
  margin-bottom: 22px;
}
.cid-uOm7qkaeDd .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOm7qkaeDd .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uOm7qkaeDd .mbr-text {
    padding-right: 0;
  }
}
.cid-uOm7qkaeDd .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOm7qkaeDd .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uOm7qkaeDd .social-container {
    padding-top: 40px;
  }
}
.cid-uOm7qkaeDd .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7qkaeDd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uOm7qkaeDd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uOm7qkaeDd .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uOm7qkaeDd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uOm7qkaeDd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uOm7qkaeDd .soc-item:hover:before {
  opacity: 1;
}
.cid-uOm7qkaeDd .soc-item a {
  animation: none;
}
.cid-uOm7qkaeDd .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOm7qkaeDd .col-img {
    order: 1;
  }
}
.cid-uOm7qkaeDd .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uOm7qkaeDd .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uOm7qkaeDd .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uOm7M2tZAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uOm7M2tZAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7M2tZAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7M2tZAG .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uOm7M2tZAG .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uOm7M2tZAG .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uOm7M2tZAG .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uOm7M2tZAG .mbr-section-title {
    text-align: center;
  }
}
.cid-uOm7M2tZAG .mbr-section-subtitle {
  color: #ec0047;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOm7M2tZAG .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uOm7M2tZAG .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uOm7M2tZAG .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uOm7M2tZAG .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uOm7M2tZAG .item-wrapper {
    padding: 20px;
  }
}
.cid-uOm7M2tZAG .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uOm7M2tZAG .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uOm7M2tZAG .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uOm7M2tZAG .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uOm7M2tZAG .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uOm7M2tZAG .item-right {
    flex-basis: 100%;
  }
}
.cid-uOm7M2tZAG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uOm7M2tZAG .item-img {
    max-width: 250px;
  }
}
.cid-uOm7M2tZAG .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uOm7M2tZAG .item-img:hover img {
  transform: scale(1.05);
}
.cid-uOm7M2tZAG .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uOm7M2tZAG .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uOm7M2tZAG .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uOm7M2tZAG .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uOm7M2tZAG .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uOm7M2tZAG .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uOm7M2tZAG .card-title {
    margin-bottom: 10px;
  }
}
.cid-uOm7M2tZAG .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-uOm7M2tZAG .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOm7M2tZAG .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uOm7tB8i8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOm7tB8i8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7tB8i8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7tB8i8a .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7tB8i8a .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOm7tB8i8a .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7tB8i8a .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uOm7tB8i8a .col-img {
    padding-right: 60px !important;
  }
}
.cid-uOm7tB8i8a .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uOm7tB8i8a .col-text {
    order: 2;
  }
}
.cid-uOm7tB8i8a .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOm7tB8i8a .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uOm7tB8i8a .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7tB8i8a .mbr-section-subtitle {
  color: #ec0047;
  margin-bottom: 22px;
}
.cid-uOm7tB8i8a .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOm7tB8i8a .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uOm7tB8i8a .mbr-text {
    padding-right: 0;
  }
}
.cid-uOm7tB8i8a .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOm7tB8i8a .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uOm7tB8i8a .social-container {
    padding-top: 40px;
  }
}
.cid-uOm7tB8i8a .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7tB8i8a .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uOm7tB8i8a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uOm7tB8i8a .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uOm7tB8i8a .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uOm7tB8i8a .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uOm7tB8i8a .soc-item:hover:before {
  opacity: 1;
}
.cid-uOm7tB8i8a .soc-item a {
  animation: none;
}
.cid-uOm7tB8i8a .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uOm7tB8i8a .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uOm7tB8i8a .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-uOm7xIGWOW {
  background-image: url("../../../assets/images/background5.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uOm7xIGWOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7xIGWOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7xIGWOW .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-uOm7xIGWOW .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-uOm7xIGWOW .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uOm7xIGWOW .container {
    max-width: 540px;
  }
}
.cid-uOm7xIGWOW .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uOm7xIGWOW .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-uOm7xIGWOW .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uOm7xIGWOW .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uOm7xIGWOW .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOm7xIGWOW .mbr-section-title {
  color: #C4CFDE;
}
.cid-uOm7xIGWOW .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uOm7xIGWOW .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-uOm7xIGWOW .card-row {
  align-items: stretch;
}
.cid-uOm7xIGWOW .card {
  margin-top: 30px;
}
.cid-uOm7xIGWOW .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-uOm7xIGWOW .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uOm7xIGWOW .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uOm7xIGWOW .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uOm7xIGWOW .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uOm7xIGWOW .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uOm7xIGWOW .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uOm7xIGWOW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-uOm7xIGWOW .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-uOm7xIGWOW .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uOm7xIGWOW .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uOm7velhDi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOm7velhDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7velhDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7velhDi .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7velhDi .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uOm7velhDi .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uOm7velhDi .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uOm7velhDi .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uOm7velhDi .col-img {
    padding: 30px !important;
  }
}
.cid-uOm7velhDi .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uOm7velhDi .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOm7velhDi .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOm7velhDi .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7velhDi .mbr-section-subtitle {
  color: #ec0047;
  margin-bottom: 22px;
}
.cid-uOm7velhDi .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOm7velhDi .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uOm7velhDi .mbr-text {
    padding-right: 0;
  }
}
.cid-uOm7velhDi .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOm7velhDi .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uOm7velhDi .social-container {
    padding-top: 40px;
  }
}
.cid-uOm7velhDi .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uOm7velhDi .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uOm7velhDi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uOm7velhDi .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uOm7velhDi .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uOm7velhDi .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uOm7velhDi .soc-item:hover:before {
  opacity: 1;
}
.cid-uOm7velhDi .soc-item a {
  animation: none;
}
.cid-uOm7velhDi .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uOm7velhDi .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uOm7velhDi .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uOm7BmPuDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uOm7BmPuDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7BmPuDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7BmPuDR .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uOm7BmPuDR .mbr-section-title {
  color: #FF014E;
}
.cid-uOm7BmPuDR .mbr-section-subtitle {
  color: #ec0047;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOm7BmPuDR .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOm7BmPuDR .card-row {
  align-items: stretch;
}
.cid-uOm7BmPuDR .card {
  margin-top: 30px;
}
.cid-uOm7BmPuDR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uOm7BmPuDR .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uOm7BmPuDR .card-wrapper {
    padding: 20px;
  }
}
.cid-uOm7BmPuDR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uOm7BmPuDR .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uOm7BmPuDR .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uOm7BmPuDR .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uOm7BmPuDR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uOm7BmPuDR .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uOm7BmPuDR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-uOm7BmPuDR .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-uOm7BmPuDR .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-uOm7BmPuDR .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-uOm8c9Ou3Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #212428;
}
.cid-uOm8c9Ou3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm8c9Ou3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm8c9Ou3Y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOm8c9Ou3Y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uOm8c9Ou3Y .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uOm8c9Ou3Y .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uOm8c9Ou3Y .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uOm8c9Ou3Y .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOm8c9Ou3Y .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uOm8c9Ou3Y .social-row {
  text-align: center;
}
.cid-uOm8c9Ou3Y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uOm8c9Ou3Y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uOm8c9Ou3Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uOm8c9Ou3Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uOm8c9Ou3Y .mbr-section-title {
  color: #ec0047;
}
.cid-uOm8iTtdhA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-uOm8iTtdhA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uOm8iTtdhA .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uOm8iTtdhA .card-title,
.cid-uOm8iTtdhA .iconfont-wrapper {
  color: #000000;
}
.cid-uOm8iTtdhA .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOm8iTtdhA .content-head {
  max-width: 800px;
}
.cid-uOm8iTtdhA .mbr-section-title {
  color: #ec0047;
}
.cid-uOm8iTtdhA .card-title,
.cid-uOm8iTtdhA .img-wrapper {
  text-align: center;
  color: #ec0047;
}
.cid-uOm8iTtdhA .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uOm7XMn42u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOm7XMn42u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7XMn42u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7XMn42u .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uOm7XMn42u .mbr-section-title {
  color: #FF014E;
}
.cid-uOm7XMn42u .mbr-section-subtitle {
  color: #ec0047;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uOm7XMn42u .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOm7XMn42u .card {
  margin-top: 35px;
}
.cid-uOm7XMn42u .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uOm7XMn42u .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOm7XMn42u .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-uOm7XMn42u .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-uOm7XMn42u .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uOm7XMn42u .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uOm7XMn42u .panel-group {
  border: none;
}
.cid-uOm7XMn42u .panel-body {
  padding: 20px 0 0;
}
.cid-uOm7XMn42u .panel-text {
  color: #878e99;
}
.cid-uOm7XMn42u .panel-title-edit {
  color: #C4CFDE;
}
.cid-uOm7XMn42u .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uOm8CG4MzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #212428;
}
.cid-uOm8CG4MzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm8CG4MzK .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-uOm8CG4MzK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOm8CG4MzK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOm8CG4MzK .google-map {
  height: 100%;
  position: relative;
}
.cid-uOm8CG4MzK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOm8CG4MzK .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOm8CG4MzK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOm8CG4MzK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOm8CG4MzK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOm8CG4MzK .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOm8CG4MzK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOm8CG4MzK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOm8CG4MzK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOm8CG4MzK .content-head {
  max-width: 800px;
}
.cid-uOm8CG4MzK .mbr-section-title {
  color: #ec0047;
}
.cid-uOm8CG4MzK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOm7YXYbBo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uOm7YXYbBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm7YXYbBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm7YXYbBo .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uOm7YXYbBo a {
  position: relative;
  width: fit-content;
}
.cid-uOm7YXYbBo a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uOm7YXYbBo a:hover:before {
  width: 0;
}
.cid-uOm7YXYbBo .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uOm7YXYbBo .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOm7YXYbBo .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uOm7YXYbBo .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOm7YXYbBo .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOm7YXYbBo .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOm7YXYbBo .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uOm7YXYbBo p {
    text-align: center;
  }
}
.cid-uOmdtCyDeW .navbar-dropdown {
  position: relative !important;
}
.cid-uOmdtCyDeW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOmdtCyDeW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOmdtCyDeW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOmdtCyDeW .dropdown-item:hover,
.cid-uOmdtCyDeW .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uOmdtCyDeW .dropdown-item:hover span {
  color: white;
}
.cid-uOmdtCyDeW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOmdtCyDeW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOmdtCyDeW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOmdtCyDeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOmdtCyDeW .nav-link {
  position: relative;
}
.cid-uOmdtCyDeW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOmdtCyDeW .container {
    flex-wrap: nowrap;
  }
}
.cid-uOmdtCyDeW .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOmdtCyDeW .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uOmdtCyDeW .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uOmdtCyDeW .navbar-nav .nav-item .nav-link:hover,
.cid-uOmdtCyDeW .navbar-nav .nav-item .nav-link:focus,
.cid-uOmdtCyDeW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uOmdtCyDeW .dropdown-menu,
.cid-uOmdtCyDeW .navbar.opened {
  background: #212428 !important;
}
.cid-uOmdtCyDeW .nav-item:focus,
.cid-uOmdtCyDeW .nav-link:focus {
  outline: none;
}
.cid-uOmdtCyDeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOmdtCyDeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOmdtCyDeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOmdtCyDeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOmdtCyDeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOmdtCyDeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOmdtCyDeW .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uOmdtCyDeW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uOmdtCyDeW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOmdtCyDeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOmdtCyDeW .navbar .navbar-logo img {
  width: auto;
}
.cid-uOmdtCyDeW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOmdtCyDeW .navbar.collapsed {
  justify-content: center;
}
.cid-uOmdtCyDeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOmdtCyDeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOmdtCyDeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOmdtCyDeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOmdtCyDeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOmdtCyDeW .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-uOmdtCyDeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOmdtCyDeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOmdtCyDeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOmdtCyDeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOmdtCyDeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOmdtCyDeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOmdtCyDeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOmdtCyDeW .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-uOmdtCyDeW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOmdtCyDeW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOmdtCyDeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOmdtCyDeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOmdtCyDeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOmdtCyDeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOmdtCyDeW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOmdtCyDeW .navbar.navbar-short {
  min-height: 90px;
}
.cid-uOmdtCyDeW .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uOmdtCyDeW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uOmdtCyDeW .navbar {
    min-height: 80px;
  }
}
.cid-uOmdtCyDeW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uOmdtCyDeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOmdtCyDeW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uOmdtCyDeW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uOmdtCyDeW .dropdown-item.active,
.cid-uOmdtCyDeW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOmdtCyDeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOmdtCyDeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOmdtCyDeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOmdtCyDeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uOmdtCyDeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOmdtCyDeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOmdtCyDeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOmdtCyDeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOmdtCyDeW button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uOmdtCyDeW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uOmdtCyDeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOmdtCyDeW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOmdtCyDeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOmdtCyDeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOmdtCyDeW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOmdtCyDeW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOmdtCyDeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOmdtCyDeW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOmdtCyDeW .navbar {
    height: 70px;
  }
  .cid-uOmdtCyDeW .navbar.opened {
    height: auto;
  }
  .cid-uOmdtCyDeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOmdtCyDeW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uOmdtCyDeW .navbar-short {
    min-height: 70px;
  }
}
.cid-uOmdtCyDeW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uOmdtCyDeW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uOmdtCyDeW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uOmdtCyDeW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uOmdtCyDeW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uOmdtCyDeW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uOmdtCyDeW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uOmdtCyDeW .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uOmdtCyDeW button.navbar-toggler {
    display: flex;
  }
  .cid-uOmdtCyDeW .navbar-brand {
    width: auto !important;
  }
  .cid-uOmdtCyDeW .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uOmdtCyDeW .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uOmdtCyDeW .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uOmdtCyDeW .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uOmdtCyDeW .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uOmdtCyDeW .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uOmdAYDEhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uOmdAYDEhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmdAYDEhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmdAYDEhW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uOmdAYDEhW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOmdAYDEhW .container {
    padding: 0 20px;
  }
}
.cid-uOmdAYDEhW .row {
  justify-content: center;
}
.cid-uOmdAYDEhW .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOmdAYDEhW .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uOmdAYDEhW .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOmdAYDEhW .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uOmdAYDEhW .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uOmdAYDEhW .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uOmdAYDEhW .mbr-text {
  color: #ec0047;
  text-align: left;
}
.cid-uOmdAYDEhW .mbr-desc {
  color: #e4dfd4;
}
.cid-uOmdAYDEhW .mbr-desc,
.cid-uOmdAYDEhW .desc-wrapper {
  color: #ffffff;
}
.cid-uOmdtK9PRf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #212428;
}
.cid-uOmdtK9PRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmdtK9PRf .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-uOmdtK9PRf .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOmdtK9PRf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uOmdtK9PRf .google-map {
  height: 100%;
  position: relative;
}
.cid-uOmdtK9PRf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOmdtK9PRf .google-map iframe {
    min-height: 350px;
  }
}
.cid-uOmdtK9PRf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOmdtK9PRf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOmdtK9PRf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOmdtK9PRf .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOmdtK9PRf .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOmdtK9PRf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uOmdtK9PRf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOmdtK9PRf .content-head {
  max-width: 800px;
}
.cid-uOmdtK9PRf .mbr-section-title {
  color: #ec0047;
}
.cid-uOmdtK9PRf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOmdtKTyn5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-uOmdtKTyn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmdtKTyn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmdtKTyn5 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uOmdtKTyn5 a {
  position: relative;
  width: fit-content;
}
.cid-uOmdtKTyn5 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uOmdtKTyn5 a:hover:before {
  width: 0;
}
.cid-uOmdtKTyn5 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uOmdtKTyn5 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOmdtKTyn5 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uOmdtKTyn5 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOmdtKTyn5 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOmdtKTyn5 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOmdtKTyn5 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uOmdtKTyn5 p {
    text-align: center;
  }
}
