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.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.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.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #ff014e !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ff004d !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: #ff014e !important;
  border-color: #ff014e !important;
  color: #ffffff !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: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff004d !important;
  border-color: #ff004d !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: #a80033 !important;
  border-color: #a80033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a80033 !important;
  border-color: #a80033 !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: #ff014e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a90033 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff014e !important;
  border-color: #ff014e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff004d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a80033 !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: #ff004d !important;
  border-color: #ff004d !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: #ff014e !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ff004d !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: #9a002f !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: #99002e !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: #ff004d;
}
.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: #ffcddc;
}
.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: #ffccdb;
}
.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.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
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-thXV5UHJh4 .navbar-dropdown {
  position: relative !important;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXV5UHJh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXV5UHJh4 .dropdown-item:hover,
.cid-thXV5UHJh4 .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thXV5UHJh4 .dropdown-item:hover span {
  color: white;
}
.cid-thXV5UHJh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXV5UHJh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXV5UHJh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXV5UHJh4 .nav-link {
  position: relative;
}
.cid-thXV5UHJh4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container {
    flex-wrap: nowrap;
  }
}
.cid-thXV5UHJh4 .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:hover,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:focus,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXV5UHJh4 .dropdown-menu,
.cid-thXV5UHJh4 .navbar.opened {
  background: #212428 !important;
}
.cid-thXV5UHJh4 .nav-item:focus,
.cid-thXV5UHJh4 .nav-link:focus {
  outline: none;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXV5UHJh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXV5UHJh4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-thXV5UHJh4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXV5UHJh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-thXV5UHJh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXV5UHJh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-thXV5UHJh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXV5UHJh4 .navbar.collapsed {
  justify-content: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXV5UHJh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXV5UHJh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXV5UHJh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXV5UHJh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXV5UHJh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXV5UHJh4 .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar {
    min-height: 80px;
  }
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXV5UHJh4 .dropdown-item.active,
.cid-thXV5UHJh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-thXV5UHJh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXV5UHJh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXV5UHJh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXV5UHJh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXV5UHJh4 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-thXV5UHJh4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thXV5UHJh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar {
    height: 70px;
  }
  .cid-thXV5UHJh4 .navbar.opened {
    height: auto;
  }
  .cid-thXV5UHJh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXV5UHJh4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-short {
    min-height: 70px;
  }
}
.cid-thXV5UHJh4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXV5UHJh4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXV5UHJh4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXV5UHJh4 button.navbar-toggler {
    display: flex;
  }
  .cid-thXV5UHJh4 .navbar-brand {
    width: auto !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXV5UHJh4 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thXW3OwmyZ {
  background-image: url("../../../assets/images/img-1141-2000x2667.jpeg");
}
.cid-thXW3OwmyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXW3OwmyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXW3OwmyZ .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXW3OwmyZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-thXW3OwmyZ .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-thXW3OwmyZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-thXW3OwmyZ .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-thXW3OwmyZ .mbr-text,
.cid-thXW3OwmyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uiSHKzj9XM {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #434a51;
}
.cid-uiSHKzj9XM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #6b67ce, #ff014e);
}
.cid-uiSHKzj9XM .mbr-text,
.cid-uiSHKzj9XM .mbr-section-btn {
  color: #c4cfde;
  text-align: left;
}
.cid-uiSHKzj9XM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiSHKzj9XM img {
    width: 96%;
  }
}
.cid-uiSHKzj9XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiSHKzj9XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY33sWNep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #434a51;
}
.cid-thY33sWNep .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY33sWNep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-thY33sWNep .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-thY33sWNep .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thY33sWNep .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thY33sWNep .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thY33sWNep .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thY33sWNep .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thY33sWNep .mbr-section-title {
  color: #ff014e;
}
.cid-thY33sWNep .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thY33sWNep .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thY33sWNep .card-row {
  align-items: stretch;
}
.cid-thY33sWNep .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-thY33sWNep .item {
    margin-top: 30px;
  }
}
.cid-thY33sWNep .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-thY33sWNep .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-thY33sWNep .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-thY33sWNep .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-thY33sWNep .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-thY33sWNep .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-thY33sWNep .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uh5xR1qCEn {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uh5xR1qCEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5xR1qCEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5xR1qCEn .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uh5xR1qCEn .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uh5xR1qCEn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uh5xR1qCEn .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh5xR1qCEn .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uh5xR1qCEn .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-uh5xR1qCEn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uh5xR1qCEn .mbr-section-subtitle {
  color: #ff004d;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uh5xR1qCEn .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uh5xR1qCEn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uh5xR1qCEn .mbr-text {
  color: #9ca5b1;
  margin-top: 20px;
  text-align: center;
}
.cid-uh5xR1qCEn .card-row {
  align-items: stretch;
}
.cid-uh5xR1qCEn .card {
  padding: 10px;
}
.cid-uh5xR1qCEn .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #ff014e, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uh5xR1qCEn .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uh5xR1qCEn .card-wrapper {
    padding: 30px;
  }
}
.cid-uh5xR1qCEn .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uh5xR1qCEn .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uh5xR1qCEn .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uh5xR1qCEn .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uh5xR1qCEn .card-text {
    margin-top: 20px;
  }
}
.cid-uh5xR1qCEn .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uh5xR1qCEn .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uh5xR1qCEn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uh5xR1qCEn .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uh5xR1qCEn .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uh5xR1qCEn .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uh5xR1qCEn .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-thXV9fHxsF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXV9fHxsF .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXV9fHxsF .copyright-container {
  padding: 40px 0;
}
.cid-thXV9fHxsF .mbr-text {
  color: #434a51;
}
.cid-uh2vYwSwvJ .navbar-dropdown {
  position: relative !important;
}
.cid-uh2vYwSwvJ .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-uh2vYwSwvJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh2vYwSwvJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh2vYwSwvJ .dropdown-item:hover,
.cid-uh2vYwSwvJ .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uh2vYwSwvJ .dropdown-item:hover span {
  color: white;
}
.cid-uh2vYwSwvJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh2vYwSwvJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh2vYwSwvJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh2vYwSwvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh2vYwSwvJ .nav-link {
  position: relative;
}
.cid-uh2vYwSwvJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uh2vYwSwvJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uh2vYwSwvJ .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh2vYwSwvJ .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uh2vYwSwvJ .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uh2vYwSwvJ .navbar-nav .nav-item .nav-link:hover,
.cid-uh2vYwSwvJ .navbar-nav .nav-item .nav-link:focus,
.cid-uh2vYwSwvJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uh2vYwSwvJ .dropdown-menu,
.cid-uh2vYwSwvJ .navbar.opened {
  background: #212428 !important;
}
.cid-uh2vYwSwvJ .nav-item:focus,
.cid-uh2vYwSwvJ .nav-link:focus {
  outline: none;
}
.cid-uh2vYwSwvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh2vYwSwvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh2vYwSwvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh2vYwSwvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh2vYwSwvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh2vYwSwvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh2vYwSwvJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uh2vYwSwvJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uh2vYwSwvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uh2vYwSwvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh2vYwSwvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uh2vYwSwvJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh2vYwSwvJ .navbar.collapsed {
  justify-content: center;
}
.cid-uh2vYwSwvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh2vYwSwvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uh2vYwSwvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh2vYwSwvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh2vYwSwvJ .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-uh2vYwSwvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh2vYwSwvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh2vYwSwvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh2vYwSwvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh2vYwSwvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh2vYwSwvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh2vYwSwvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh2vYwSwvJ .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-uh2vYwSwvJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh2vYwSwvJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh2vYwSwvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh2vYwSwvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh2vYwSwvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh2vYwSwvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh2vYwSwvJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh2vYwSwvJ .navbar.navbar-short {
  min-height: 90px;
}
.cid-uh2vYwSwvJ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uh2vYwSwvJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uh2vYwSwvJ .navbar {
    min-height: 80px;
  }
}
.cid-uh2vYwSwvJ .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-uh2vYwSwvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh2vYwSwvJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uh2vYwSwvJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uh2vYwSwvJ .dropdown-item.active,
.cid-uh2vYwSwvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uh2vYwSwvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh2vYwSwvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh2vYwSwvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh2vYwSwvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uh2vYwSwvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh2vYwSwvJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh2vYwSwvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh2vYwSwvJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh2vYwSwvJ 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-uh2vYwSwvJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uh2vYwSwvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh2vYwSwvJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh2vYwSwvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh2vYwSwvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh2vYwSwvJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh2vYwSwvJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uh2vYwSwvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh2vYwSwvJ .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-uh2vYwSwvJ .navbar {
    height: 70px;
  }
  .cid-uh2vYwSwvJ .navbar.opened {
    height: auto;
  }
  .cid-uh2vYwSwvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh2vYwSwvJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uh2vYwSwvJ .navbar-short {
    min-height: 70px;
  }
}
.cid-uh2vYwSwvJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uh2vYwSwvJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uh2vYwSwvJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uh2vYwSwvJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uh2vYwSwvJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uh2vYwSwvJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uh2vYwSwvJ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uh2vYwSwvJ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uh2vYwSwvJ button.navbar-toggler {
    display: flex;
  }
  .cid-uh2vYwSwvJ .navbar-brand {
    width: auto !important;
  }
  .cid-uh2vYwSwvJ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uh2vYwSwvJ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uh2vYwSwvJ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uh2vYwSwvJ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uh2vYwSwvJ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uh2vYwSwvJ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uh2x3cl4xt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uh2x3cl4xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh2x3cl4xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh2x3cl4xt .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uh2x3cl4xt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uh2x3cl4xt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uh2x3cl4xt .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh2x3cl4xt .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uh2x3cl4xt .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-uh2x3cl4xt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uh2x3cl4xt .mbr-section-subtitle {
  color: #ff004d;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uh2x3cl4xt .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uh2x3cl4xt .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uh2x3cl4xt .mbr-text {
  color: #9ca5b1;
  margin-top: 20px;
  text-align: center;
}
.cid-uh2x3cl4xt .card-row {
  align-items: stretch;
}
.cid-uh2x3cl4xt .card {
  padding: 10px;
}
.cid-uh2x3cl4xt .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #ff014e, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uh2x3cl4xt .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uh2x3cl4xt .card-wrapper {
    padding: 30px;
  }
}
.cid-uh2x3cl4xt .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uh2x3cl4xt .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uh2x3cl4xt .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uh2x3cl4xt .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uh2x3cl4xt .card-text {
    margin-top: 20px;
  }
}
.cid-uh2x3cl4xt .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uh2x3cl4xt .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uh2x3cl4xt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uh2x3cl4xt .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-uh2x3cl4xt .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uh2x3cl4xt .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uh2x3cl4xt .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uh2xkiKZRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uh2xkiKZRo .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-uh2xkiKZRo .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uh2xkiKZRo .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uh2xkiKZRo .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uh2xkiKZRo .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uh2xkiKZRo .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uh2xkiKZRo .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uh2xkiKZRo .mbr-section-title {
    text-align: center;
  }
}
.cid-uh2xkiKZRo .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uh2xkiKZRo .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uh2xkiKZRo .item-card {
  height: 100%;
}
.cid-uh2xkiKZRo .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uh2xkiKZRo .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uh2xkiKZRo .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uh2xkiKZRo .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uh2xkiKZRo .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uh2xkiKZRo .card-box {
  padding-top: 28px;
}
.cid-uh2xkiKZRo .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uh2xkiKZRo .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uh2xkiKZRo .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-uh2xkiKZRo .card-contacts {
  color: #878e99;
}
.cid-uh2xkiKZRo .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uh2xkiKZRo .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-uh2xkiKZRo .card-contacts a:hover {
  color: #ff014e !important;
}
.cid-uh2xkiKZRo .card-contacts a:hover:before {
  width: 100%;
}
.cid-uh2xkiKZRo .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uh2xkiKZRo .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-uh2xkiKZRo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uh2xkiKZRo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  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-uh2xkiKZRo .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-uh2xkiKZRo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uh2xkiKZRo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uh2xkiKZRo .soc-item:hover .mbr-iconfont {
  color: #ff014e;
}
.cid-uh2xkiKZRo .soc-item:hover:before {
  opacity: 1;
}
.cid-uh2xkiKZRo .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uh2xkiKZRo .form-main-container {
    padding-left: 20px;
  }
}
.cid-uh2xkiKZRo .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uh2xkiKZRo .form-wrap {
    padding: 20px;
  }
}
.cid-uh2xkiKZRo form {
  width: 100%;
}
.cid-uh2xkiKZRo form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uh2xkiKZRo form p {
  color: #878e99;
}
.cid-uh2xkiKZRo form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uh2xkiKZRo form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh2xkiKZRo form .form-group {
  margin-bottom: 20px !important;
}
.cid-uh2xkiKZRo form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uh2xkiKZRo form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form select {
  color: #878e99 !important;
}
.cid-uh2xkiKZRo form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uh2xkiKZRo form input:active,
.cid-uh2xkiKZRo form textarea:active,
.cid-uh2xkiKZRo form input:focus,
.cid-uh2xkiKZRo form textarea:focus {
  border-color: #ff014e !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uh2xkiKZRo form input:active::-webkit-input-placeholder,
.cid-uh2xkiKZRo form textarea:active::-webkit-input-placeholder,
.cid-uh2xkiKZRo form input:focus::-webkit-input-placeholder,
.cid-uh2xkiKZRo form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form input:active::-moz-placeholder,
.cid-uh2xkiKZRo form textarea:active::-moz-placeholder,
.cid-uh2xkiKZRo form input:focus::-moz-placeholder,
.cid-uh2xkiKZRo form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form input:active:-moz-placeholder,
.cid-uh2xkiKZRo form textarea:active:-moz-placeholder,
.cid-uh2xkiKZRo form input:focus:-moz-placeholder,
.cid-uh2xkiKZRo form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form input:active:-ms-input-placeholder,
.cid-uh2xkiKZRo form textarea:active:-ms-input-placeholder,
.cid-uh2xkiKZRo form input:focus:-ms-input-placeholder,
.cid-uh2xkiKZRo form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uh2xkiKZRo form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uh2xkiKZRo form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uh2xkiKZRo form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uh2xkiKZRo form .form-control-label {
  width: 100%;
}
.cid-uh2xkiKZRo form .form-check-label {
  margin-bottom: 14px;
}
.cid-uh2xkiKZRo form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uh2xkiKZRo form .form-check-input:focus,
.cid-uh2xkiKZRo form .form-check-input:hover {
  border-color: #ff014e !important;
}
.cid-uh2xkiKZRo form .form-check-input:checked {
  border-color: #ff014e !important;
  background-color: #191b1e !important;
}
.cid-uh2vYzmy3N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-uh2vYzmy3N .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-uh2vYzmy3N .copyright-container {
  padding: 40px 0;
}
.cid-uh2vYzmy3N .mbr-text {
  color: #434a51;
}
.cid-uh5AR378Ka .navbar-dropdown {
  position: relative !important;
}
.cid-uh5AR378Ka .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-uh5AR378Ka .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh5AR378Ka .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh5AR378Ka .dropdown-item:hover,
.cid-uh5AR378Ka .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-uh5AR378Ka .dropdown-item:hover span {
  color: white;
}
.cid-uh5AR378Ka .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh5AR378Ka .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh5AR378Ka .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh5AR378Ka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh5AR378Ka .nav-link {
  position: relative;
}
.cid-uh5AR378Ka .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uh5AR378Ka .container {
    flex-wrap: nowrap;
  }
}
.cid-uh5AR378Ka .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh5AR378Ka .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uh5AR378Ka .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uh5AR378Ka .navbar-nav .nav-item .nav-link:hover,
.cid-uh5AR378Ka .navbar-nav .nav-item .nav-link:focus,
.cid-uh5AR378Ka .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uh5AR378Ka .dropdown-menu,
.cid-uh5AR378Ka .navbar.opened {
  background: #212428 !important;
}
.cid-uh5AR378Ka .nav-item:focus,
.cid-uh5AR378Ka .nav-link:focus {
  outline: none;
}
.cid-uh5AR378Ka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh5AR378Ka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh5AR378Ka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh5AR378Ka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh5AR378Ka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh5AR378Ka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh5AR378Ka .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uh5AR378Ka .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uh5AR378Ka .navbar.opened {
  transition: all 0.3s;
}
.cid-uh5AR378Ka .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh5AR378Ka .navbar .navbar-logo img {
  width: auto;
}
.cid-uh5AR378Ka .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh5AR378Ka .navbar.collapsed {
  justify-content: center;
}
.cid-uh5AR378Ka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh5AR378Ka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uh5AR378Ka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh5AR378Ka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh5AR378Ka .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-uh5AR378Ka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh5AR378Ka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh5AR378Ka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh5AR378Ka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh5AR378Ka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh5AR378Ka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh5AR378Ka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh5AR378Ka .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-uh5AR378Ka .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh5AR378Ka .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh5AR378Ka .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh5AR378Ka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh5AR378Ka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh5AR378Ka .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh5AR378Ka .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh5AR378Ka .navbar.navbar-short {
  min-height: 90px;
}
.cid-uh5AR378Ka .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uh5AR378Ka .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uh5AR378Ka .navbar {
    min-height: 80px;
  }
}
.cid-uh5AR378Ka .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-uh5AR378Ka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh5AR378Ka .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uh5AR378Ka .navbar-brand {
    min-height: 69px;
  }
}
.cid-uh5AR378Ka .dropdown-item.active,
.cid-uh5AR378Ka .dropdown-item:active {
  background-color: transparent;
}
.cid-uh5AR378Ka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh5AR378Ka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh5AR378Ka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh5AR378Ka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uh5AR378Ka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh5AR378Ka .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh5AR378Ka ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh5AR378Ka .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh5AR378Ka 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-uh5AR378Ka button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uh5AR378Ka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh5AR378Ka nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5AR378Ka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh5AR378Ka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh5AR378Ka nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5AR378Ka .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uh5AR378Ka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh5AR378Ka .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-uh5AR378Ka .navbar {
    height: 70px;
  }
  .cid-uh5AR378Ka .navbar.opened {
    height: auto;
  }
  .cid-uh5AR378Ka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh5AR378Ka .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uh5AR378Ka .navbar-short {
    min-height: 70px;
  }
}
.cid-uh5AR378Ka .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uh5AR378Ka .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uh5AR378Ka .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uh5AR378Ka .container-fluid {
    padding: 0 3px;
  }
}
.cid-uh5AR378Ka .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uh5AR378Ka .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uh5AR378Ka .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uh5AR378Ka .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uh5AR378Ka button.navbar-toggler {
    display: flex;
  }
  .cid-uh5AR378Ka .navbar-brand {
    width: auto !important;
  }
  .cid-uh5AR378Ka .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uh5AR378Ka .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uh5AR378Ka .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uh5AR378Ka .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uh5AR378Ka .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uh5AR378Ka .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uh5AR3Yf6W {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uh5AR3Yf6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5AR3Yf6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5AR3Yf6W .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uh5AR3Yf6W .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uh5AR3Yf6W .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uh5AR3Yf6W .col-img {
  padding: 10px;
}
.cid-uh5AR3Yf6W .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uh5AR3Yf6W .col-text {
    order: 2;
  }
}
.cid-uh5AR3Yf6W .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh5AR3Yf6W .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uh5AR3Yf6W .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uh5AR3Yf6W .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 22px;
  text-align: left;
}
.cid-uh5AR3Yf6W .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uh5AR3Yf6W .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uh5AR3Yf6W .mbr-text {
    padding-right: 0;
  }
}
.cid-uh5AR3Yf6W .mbr-section-btn {
  margin-top: 30px;
}
.cid-uh5AR3Yf6W .video-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-uh5AR3Yf6W .box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uh5AR3Yf6W .mbr-media {
  width: 100%;
  position: relative;
}
.cid-uh5AR3Yf6W .mbr-media img {
  width: 100%;
  aspect-ratio: 0.87102178;
  object-fit: cover;
}
.cid-uh5AR3Yf6W .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uh5AR3Yf6W .icon-wrap:hover .video-icon-bg-box {
  background: #212428;
}
.cid-uh5AR3Yf6W .video-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 120px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(33, 36, 40, 0.19);
}
.cid-uh5AR3Yf6W .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(33, 36, 40, 0.75);
  transition: 0.2s all;
}
.cid-uh5AR3Yf6W .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uh5AR3Yf6W .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uh5AR3Yf6W .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uh5AR3Yf6W .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uh5AR3Yf6W .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uh5AR3Yf6W .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uh5AR4zXbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uh5AR4zXbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5AR4zXbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5AR4zXbH .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uh5AR4zXbH .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uh5AR4zXbH .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uh5AR4zXbH .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uh5AR4zXbH .card-title {
    margin-bottom: 20px;
  }
}
.cid-uh5AR4zXbH .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uh5AR4zXbH .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uh5AR4zXbH .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uh5AR8dwFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-uh5AR8dwFQ .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-uh5AR8dwFQ .copyright-container {
  padding: 40px 0;
}
.cid-uh5AR8dwFQ .mbr-text {
  color: #434a51;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  position: relative !important;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXV5UHJh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXV5UHJh4 .dropdown-item:hover,
.cid-thXV5UHJh4 .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thXV5UHJh4 .dropdown-item:hover span {
  color: white;
}
.cid-thXV5UHJh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXV5UHJh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXV5UHJh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXV5UHJh4 .nav-link {
  position: relative;
}
.cid-thXV5UHJh4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container {
    flex-wrap: nowrap;
  }
}
.cid-thXV5UHJh4 .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:hover,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:focus,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXV5UHJh4 .dropdown-menu,
.cid-thXV5UHJh4 .navbar.opened {
  background: #212428 !important;
}
.cid-thXV5UHJh4 .nav-item:focus,
.cid-thXV5UHJh4 .nav-link:focus {
  outline: none;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXV5UHJh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXV5UHJh4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-thXV5UHJh4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXV5UHJh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-thXV5UHJh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXV5UHJh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-thXV5UHJh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXV5UHJh4 .navbar.collapsed {
  justify-content: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXV5UHJh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXV5UHJh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXV5UHJh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXV5UHJh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXV5UHJh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXV5UHJh4 .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar {
    min-height: 80px;
  }
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXV5UHJh4 .dropdown-item.active,
.cid-thXV5UHJh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-thXV5UHJh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXV5UHJh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXV5UHJh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXV5UHJh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXV5UHJh4 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-thXV5UHJh4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thXV5UHJh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar {
    height: 70px;
  }
  .cid-thXV5UHJh4 .navbar.opened {
    height: auto;
  }
  .cid-thXV5UHJh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXV5UHJh4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-short {
    min-height: 70px;
  }
}
.cid-thXV5UHJh4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXV5UHJh4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXV5UHJh4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXV5UHJh4 button.navbar-toggler {
    display: flex;
  }
  .cid-thXV5UHJh4 .navbar-brand {
    width: auto !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXV5UHJh4 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uhjBpVjSy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #23272b;
}
.cid-uhjBpVjSy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjBpVjSy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhjBpVjSy2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uhjBpVjSy2 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .container {
    padding: 0 16px;
  }
}
.cid-uhjBpVjSy2 .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-uhjBpVjSy2 .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhjBpVjSy2 .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uhjBpVjSy2 .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-uhjBpVjSy2 .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-uhjBpVjSy2 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhjBpVjSy2 .item {
    margin-bottom: 24px;
  }
}
.cid-uhjBpVjSy2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uhjBpVjSy2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uhjBpVjSy2 .card-title {
  color: #ff014e;
}
.cid-uhjBpVjSy2 .card-text {
  color: #ffffff;
}
.cid-uhjBpVjSy2 .mbr-tag {
  color: #898989;
}
.cid-uhjBpVjSy2 .mbr-section-title {
  color: #ff014e;
}
.cid-uh5GcSWzLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uh5GcSWzLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5GcSWzLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5GcSWzLW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uh5GcSWzLW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uh5GcSWzLW .container {
    padding: 0 24px;
  }
}
.cid-uh5GcSWzLW .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uh5GcSWzLW .image-wrapper {
  height: 100%;
}
.cid-uh5GcSWzLW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uh5GcSWzLW .image-wrapper img {
    height: 350px;
  }
}
.cid-uh5GcSWzLW .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh5GcSWzLW .content-wrapper {
    padding: 24px;
  }
}
.cid-uh5GcSWzLW .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uh5GcSWzLW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uh5GcSWzLW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uh5GcSWzLW .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uh5GcSWzLW .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uh5GcSWzLW .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uh5GcSWzLW .mbr-section-title {
  color: #141414;
}
.cid-uh5GcSWzLW .mbr-text {
  color: #141414;
}
.cid-uh5GaZbPAk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uh5GaZbPAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5GaZbPAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5GaZbPAk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uh5GaZbPAk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uh5GaZbPAk .container {
    padding: 0 24px;
  }
}
.cid-uh5GaZbPAk .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uh5GaZbPAk .image-wrapper {
  height: 100%;
}
.cid-uh5GaZbPAk .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uh5GaZbPAk .image-wrapper img {
    height: 350px;
  }
}
.cid-uh5GaZbPAk .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh5GaZbPAk .content-wrapper {
    padding: 24px;
  }
}
.cid-uh5GaZbPAk .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uh5GaZbPAk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uh5GaZbPAk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uh5GaZbPAk .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uh5GaZbPAk .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uh5GaZbPAk .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uh5GaZbPAk .mbr-section-title {
  color: #141414;
}
.cid-uh5GaZbPAk .mbr-text {
  color: #141414;
}
.cid-uh8zLtkHvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uh8zLtkHvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh8zLtkHvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh8zLtkHvv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uh8zLtkHvv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uh8zLtkHvv .container {
    padding: 0 24px;
  }
}
.cid-uh8zLtkHvv .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uh8zLtkHvv .image-wrapper {
  height: 100%;
}
.cid-uh8zLtkHvv .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uh8zLtkHvv .image-wrapper img {
    height: 350px;
  }
}
.cid-uh8zLtkHvv .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh8zLtkHvv .content-wrapper {
    padding: 24px;
  }
}
.cid-uh8zLtkHvv .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uh8zLtkHvv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uh8zLtkHvv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uh8zLtkHvv .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uh8zLtkHvv .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uh8zLtkHvv .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uh8zLtkHvv .mbr-section-title {
  color: #141414;
}
.cid-uh8zLtkHvv .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-uh8zOpK7nC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uh8zOpK7nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh8zOpK7nC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh8zOpK7nC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uh8zOpK7nC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uh8zOpK7nC .container {
    padding: 0 24px;
  }
}
.cid-uh8zOpK7nC .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uh8zOpK7nC .image-wrapper {
  height: 100%;
}
.cid-uh8zOpK7nC .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uh8zOpK7nC .image-wrapper img {
    height: 350px;
  }
}
.cid-uh8zOpK7nC .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh8zOpK7nC .content-wrapper {
    padding: 24px;
  }
}
.cid-uh8zOpK7nC .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uh8zOpK7nC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uh8zOpK7nC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uh8zOpK7nC .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uh8zOpK7nC .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uh8zOpK7nC .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uh8zOpK7nC .mbr-section-title {
  color: #141414;
}
.cid-uh8zOpK7nC .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-thXV9fHxsF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXV9fHxsF .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXV9fHxsF .copyright-container {
  padding: 40px 0;
}
.cid-thXV9fHxsF .mbr-text {
  color: #434a51;
}
