.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Alumni Sans SC', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Assistant', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Alumni Sans SC', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Matangi', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Edu SA Hand', handwriting;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #010a08 !important;
}
.bg-success {
  background-color: #f7b2d8 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffa600 !important;
}
.bg-danger {
  background-color: #081c24 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #010a08 !important;
  border-color: #010a08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #06382d !important;
  border-color: #06382d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06382d !important;
  border-color: #06382d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f60588 !important;
  border-color: #f60588 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb33a0 !important;
  border-color: #fb33a0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb33a0 !important;
  border-color: #fb33a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7b2d8 !important;
  border-color: #f7b2d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fce0ef !important;
  border-color: #fce0ef !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fce0ef !important;
  border-color: #fce0ef !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #081c24 !important;
  border-color: #081c24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113c4e !important;
  border-color: #113c4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113c4e !important;
  border-color: #113c4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #010a08;
  color: #010a08;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #010a08 !important;
  border-color: #010a08 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f60588;
  color: #f60588;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a10359 !important;
  background-color: transparent !important;
  border-color: #a10359 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f60588 !important;
  border-color: #f60588 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7b2d8;
  color: #f7b2d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ef63b0 !important;
  background-color: transparent !important;
  border-color: #ef63b0 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b2d8 !important;
  border-color: #f7b2d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #081c24;
  color: #081c24;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #081c24 !important;
  border-color: #081c24 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #010a08 !important;
}
.text-secondary {
  color: #f60588 !important;
}
.text-success {
  color: #f7b2d8 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffa600 !important;
}
.text-danger {
  color: #081c24 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #920351 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ed56a9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #996400 !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #010a08;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffa600;
}
.alert-danger {
  background-color: #081c24;
}
.mbr-gallery-filter li.active .btn {
  background-color: #010a08;
  border-color: #010a08;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #010a08;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ef2d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6d7eb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Edu SA Hand', handwriting;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #010a08 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Edu SA Hand', handwriting;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #010a08;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #010a08;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #010a08;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #010a08;
  border-bottom-color: #010a08;
}
.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: #010a08 !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: #f60588 !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='%23010a08' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOgWfcKYlw {
  padding-top: 300px;
  padding-bottom: 150px;
  background-color: #081c24;
}
.cid-uOgWfcKYlw .title-align {
  width: 100%;
}
.cid-uOgWfcKYlw .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-uOgWfcKYlw .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-uOgWfcKYlw .img-col img {
  z-index: 2;
  position: relative;
}
.cid-uOgWfcKYlw .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOgWfcKYlw H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-uOgWfcKYlw H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-uOgWfcKYlw img {
  max-width: 500px;
  margin: auto;
}
.cid-uOgWfcKYlw .mbr-section-subtitle,
.cid-uOgWfcKYlw .title-align {
  color: #fbbe36;
}
.cid-uOgWfcKYlw .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-uOgWfcKYlw .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-uOgWfcKYlw .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-uOgWfcKYlw H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-uOgWfcKYlw .img-col {
    padding-top: 4rem;
  }
}
.cid-uOgWfcKYlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgWfcKYlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOi5OUPqQr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOi5OUPqQr .item:focus,
.cid-uOi5OUPqQr span:focus {
  outline: none;
}
.cid-uOi5OUPqQr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOi5OUPqQr .content-head {
  max-width: 800px;
}
.cid-uOi5OUPqQr .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOi5OUPqQr .item {
    min-height: 45px;
  }
}
.cid-uOhXf0Rn3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdd00;
}
.cid-uOhXf0Rn3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOhXf0Rn3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOhXf0Rn3P .row {
  justify-content: flex-end;
}
.cid-uOhXf0Rn3P .person-wrap {
  padding: 10px;
  background-color: #d70081;
  margin: 0 20px 0 58px;
}
@media (max-width: 1200px) {
  .cid-uOhXf0Rn3P .person-wrap {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-uOhXf0Rn3P .person-wrap {
    width: 200px;
    margin: 0 0 32px 0;
  }
}
.cid-uOhXf0Rn3P .person-wrap .image-wrapper img {
  height: 200px;
  object-fit: cover;
}
.cid-uOhXf0Rn3P .person-wrap .mbr-name {
  padding: 20px 0 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOhXf0Rn3P .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOhXf0Rn3P .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOhXf0Rn3P .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uOhXf0Rn3P .mbr-name {
  color: #ffffff;
}
.cid-uOhXf0Rn3P .mbr-text {
  color: #000c3f;
}
.cid-uOi5GynI3U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOi5GynI3U .item:focus,
.cid-uOi5GynI3U span:focus {
  outline: none;
}
.cid-uOi5GynI3U .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOi5GynI3U .content-head {
  max-width: 800px;
}
.cid-uOi5GynI3U .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOi5GynI3U .item {
    min-height: 45px;
  }
}
.cid-uOgXiV5ZRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uOgXiV5ZRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgXiV5ZRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgXiV5ZRv .row {
  justify-content: center;
}
.cid-uOgXiV5ZRv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgXiV5ZRv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgXiV5ZRv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uOgXiV5ZRv .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOgXiV5ZRv .items-wrapper {
    display: block;
  }
}
.cid-uOgXiV5ZRv .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uOgXiV5ZRv .item {
    margin-bottom: 16px;
  }
}
.cid-uOgXiV5ZRv .item:hover .item-wrapper .item-img img,
.cid-uOgXiV5ZRv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uOgXiV5ZRv .item .item-wrapper {
  height: 100%;
  border: 3px solid #d70081;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uOgXiV5ZRv .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uOgXiV5ZRv .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uOgXiV5ZRv .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uOgXiV5ZRv .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOgXiV5ZRv .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uOgXiV5ZRv .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uOgXiV5ZRv .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uOgXiV5ZRv .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOgXiV5ZRv .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uOgXiV5ZRv .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uOgXiV5ZRv .mbr-section-title {
  color: #ffffff;
}
.cid-uOgXiV5ZRv .card-name {
  color: #f7b2d8;
}
.cid-uOgXiV5ZRv .card-role {
  color: #ff009d;
}
.cid-uOgXiV5ZRv .card-text {
  color: #ffffff;
}
.cid-uOgXiV5ZRv .mbr-tag {
  color: #000000;
}
.cid-uOgXiV5ZRv .mbr-section-title,
.cid-uOgXiV5ZRv .mbr-section-btn {
  text-align: center;
}
.cid-uOgWMts88e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOgWMts88e .item:focus,
.cid-uOgWMts88e span:focus {
  outline: none;
}
.cid-uOgWMts88e .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOgWMts88e .content-head {
  max-width: 800px;
}
.cid-uOgWMts88e .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOgWMts88e .item {
    min-height: 45px;
  }
}
.cid-uOgX3yQeKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffdd00;
}
.cid-uOgX3yQeKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgX3yQeKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgX3yQeKe .items-wrapper {
  justify-content: center;
}
.cid-uOgX3yQeKe .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOgX3yQeKe .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uOgX3yQeKe .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uOgX3yQeKe .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOgX3yQeKe .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .item {
    margin-bottom: 16px;
  }
}
.cid-uOgX3yQeKe .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #d70081;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uOgX3yQeKe .item .item-wrapper:hover,
.cid-uOgX3yQeKe .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uOgX3yQeKe .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uOgX3yQeKe .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uOgX3yQeKe .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uOgX3yQeKe .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uOgX3yQeKe .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOgX3yQeKe .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uOgX3yQeKe .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uOgX3yQeKe .main-btn {
    margin-top: 16px;
  }
}
.cid-uOgX3yQeKe .mbr-section-title {
  color: #000c3f;
}
.cid-uOgX3yQeKe .mbr-section-title,
.cid-uOgX3yQeKe .icon-wrapper,
.cid-uOgX3yQeKe .main-btn {
  text-align: center;
}
.cid-uOgX3yQeKe .item-title {
  color: #000c3f;
}
.cid-uOgX3yQeKe .item-text {
  color: #000c3f;
}
.cid-uOi3iJxz7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOi3iJxz7f .item:focus,
.cid-uOi3iJxz7f span:focus {
  outline: none;
}
.cid-uOi3iJxz7f .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOi3iJxz7f .content-head {
  max-width: 800px;
}
.cid-uOi3iJxz7f .item {
  padding: 10px 0;
  font-weight: 700;
  color: #f60588;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOi3iJxz7f .item {
    min-height: 45px;
  }
}
.cid-uOgX7V51d9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffdd00;
}
.cid-uOgX7V51d9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgX7V51d9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgX7V51d9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOgX7V51d9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOgX7V51d9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uOgX7V51d9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uOgX7V51d9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOgX7V51d9 .item {
    margin-bottom: 16px;
  }
}
.cid-uOgX7V51d9 .item .item-wrapper {
  padding: 10px;
  background-color: #d70081;
}
@media (max-width: 1440px) {
  .cid-uOgX7V51d9 .item .item-wrapper {
    height: 100%;
  }
}
.cid-uOgX7V51d9 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uOgX7V51d9 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uOgX7V51d9 .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .cid-uOgX7V51d9 .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOgX7V51d9 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uOgX7V51d9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uOgX7V51d9 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uOgX7V51d9 .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-uOgX7V51d9 .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uOgX7V51d9 .item-title {
  color: #000c3f;
}
.cid-uOgX7V51d9 .item-text {
  color: #000c3f;
}
.cid-uOgXdmPaO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgXdmPaO8 .item:focus,
.cid-uOgXdmPaO8 span:focus {
  outline: none;
}
.cid-uOgXdmPaO8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uOgXdmPaO8 .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOgXdmPaO8 .item {
    min-height: 45px;
  }
}
.cid-uOgXdmPaO8 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uOgXdmPaO8 .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOgXdmPaO8 .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uOgXdmPaO8 .container_1 {
  background-color: #d70081;
}
.cid-uOgXdmPaO8 .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uOgXdmPaO8 .container_2 {
  background-color: #121212;
}
.cid-uOgXdmPaO8 .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uOm3e4gZpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uOm3e4gZpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOm3e4gZpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOm3e4gZpj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uOm3e4gZpj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uOm3e4gZpj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOm3e4gZpj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uOm3e4gZpj .container {
    padding: 0 24px;
  }
}
.cid-uOm3e4gZpj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uOm3e4gZpj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uOm3e4gZpj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOm3e4gZpj .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uOm3e4gZpj .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #232323;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uOm3e4gZpj .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uOm3e4gZpj .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uOm3e4gZpj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOm3e4gZpj .item-title {
  color: #18212d;
}
.cid-uOm3e4gZpj .item-text {
  color: #ffffff;
}
.cid-uOm3e4gZpj .item-date {
  color: #ffffff;
}
.cid-uOm3e4gZpj .item-title,
.cid-uOm3e4gZpj .mbr-section-btn {
  color: #ffffff;
}
.cid-uOm3e4gZpj .item-date,
.cid-uOm3e4gZpj .date-wrapper {
  color: #f60588;
}
.cid-uOgWO6zJJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uOgWO6zJJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgWO6zJJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgWO6zJJt .card {
  justify-content: flex-end;
}
.cid-uOgWO6zJJt .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOgWO6zJJt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #f60588;
}
.cid-uOgWO6zJJt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOgWO6zJJt .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOgWO6zJJt .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOgWO6zJJt .panel-group .card {
  position: relative;
  padding: 60px 40px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .panel-group .card {
    padding: 30px;
    margin-bottom: 15px;
  }
}
.cid-uOgWO6zJJt .panel-group .card .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOgWO6zJJt .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
.cid-uOgWO6zJJt .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOgWO6zJJt .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uOgWO6zJJt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOgWO6zJJt .panel-group .card .card-header .panel-title .panel-title-edit:hover,
.cid-uOgWO6zJJt .panel-group .card .card-header .panel-title .panel-title-edit:focus {
  color: #ffdd00;
}
.cid-uOgWO6zJJt .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  padding-top: 280px;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
    padding-top: 0;
  }
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 20px;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 50%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
    width: 100%;
  }
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address {
  display: inline-flex;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #f60588;
  display: inline-flex;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .mbr-desc {
  margin-bottom: 0;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
    width: 100%;
  }
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .item-btn {
  margin-top: 20px;
}
.cid-uOgWO6zJJt .panel-group .card .panel-collapse .panel-body .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOgWO6zJJt .mbr-label {
  color: #ffffff;
}
.cid-uOgWO6zJJt .mbr-section-title {
  color: #ffffff;
}
.cid-uOgWO6zJJt .panel-title-edit {
  color: #ffffff;
}
.cid-uOgWO6zJJt .mbr-desc {
  color: #ffffff;
}
.cid-uOgWO6zJJt .panel-text {
  color: #ffffff;
}
.cid-uOlVCeFjvI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #081c24;
}
.cid-uOlVCeFjvI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOlVCeFjvI input,
.cid-uOlVCeFjvI textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-uOlVCeFjvI .img-col {
    order: 2;
    text-align: center;
  }
  .cid-uOlVCeFjvI img {
    max-width: 200px;
    margin: auto;
  }
  .cid-uOlVCeFjvI .form-row {
    flex-direction: column;
  }
  .cid-uOlVCeFjvI .btn {
    width: 100%;
  }
}
.cid-uOlVCeFjvI .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-uOlVCeFjvI .form-control,
.cid-uOlVCeFjvI .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-uOlVCeFjvI .form-control::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input::-webkit-input-placeholder,
.cid-uOlVCeFjvI .form-control::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input::-webkit-input-placeholder {
  color: #1f6463;
}
.cid-uOlVCeFjvI .form-control:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:-moz-placeholder,
.cid-uOlVCeFjvI .form-control:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:-moz-placeholder {
  color: #1f6463;
}
.cid-uOlVCeFjvI .form-control:hover,
.cid-uOlVCeFjvI .field-input:hover,
.cid-uOlVCeFjvI .form-control:focus,
.cid-uOlVCeFjvI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uOlVCeFjvI .form-control:hover::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input:hover::-webkit-input-placeholder,
.cid-uOlVCeFjvI .form-control:focus::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input:focus::-webkit-input-placeholder,
.cid-uOlVCeFjvI .form-control:hover::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input:hover::-webkit-input-placeholder,
.cid-uOlVCeFjvI .form-control:focus::-webkit-input-placeholder,
.cid-uOlVCeFjvI .field-input:focus::-webkit-input-placeholder {
  color: #808080;
}
.cid-uOlVCeFjvI .form-control:hover:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:hover:-moz-placeholder,
.cid-uOlVCeFjvI .form-control:focus:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:focus:-moz-placeholder,
.cid-uOlVCeFjvI .form-control:hover:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:hover:-moz-placeholder,
.cid-uOlVCeFjvI .form-control:focus:-moz-placeholder,
.cid-uOlVCeFjvI .field-input:focus:-moz-placeholder {
  color: #808080;
}
.cid-uOlVCeFjvI .jq-number__spin:hover,
.cid-uOlVCeFjvI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uOlVCeFjvI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOlVCeFjvI .jq-selectbox li,
.cid-uOlVCeFjvI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOlVCeFjvI .jq-selectbox li:hover,
.cid-uOlVCeFjvI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOlVCeFjvI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uOlVCeFjvI .jq-number__spin.minus:hover:after,
.cid-uOlVCeFjvI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOlVCeFjvI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uOlVCeFjvI .jq-number__spin.minus:after,
.cid-uOlVCeFjvI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOlVCeFjvI input::-webkit-clear-button {
  display: none;
}
.cid-uOlVCeFjvI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uOlVCeFjvI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uOlVCeFjvI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uOlVCeFjvI .mbr-text,
.cid-uOlVCeFjvI .mbr-section-btn {
  color: #808080;
}
.cid-uOlVCeFjvI H1 {
  color: #ffffff;
}
.cid-uP8rRbeJLA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #081c24;
}
.cid-uP8rRbeJLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8rRbeJLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP8rRbeJLA .container {
    padding: 0 16px;
  }
}
.cid-uP8rRbeJLA .card {
  justify-content: center;
}
.cid-uP8rRbeJLA .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffa600;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uP8rRbeJLA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP8rRbeJLA .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uP8rRbeJLA .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uP8rRbeJLA .mbr-section-title {
  color: #000000;
}
.cid-uP8rRbeJLA .mbr-text {
  color: #000000;
}
.cid-uP8rRbeJLA .mbr-desc {
  color: #ffffff;
}
.cid-uP8rRbeJLA .mbr-text,
.cid-uP8rRbeJLA .mbr-section-btn {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOifvwkk55 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #081c24;
}
.cid-uOifvwkk55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOifvwkk55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOifvwkk55 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOifvwkk55 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOifvwkk55 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOifvwkk55 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOifvwkk55 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOifvwkk55 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOifvwkk55 .image-wrapper img {
    height: 350px;
  }
}
.cid-uOifvwkk55 .mbr-section-title {
  color: #ffffff;
}
.cid-uOifvwkk55 .mbr-text {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOietJRZrY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #081c24;
}
.cid-uOietJRZrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOietJRZrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOietJRZrY .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOietJRZrY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOietJRZrY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOietJRZrY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOietJRZrY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOietJRZrY .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOietJRZrY .image-wrapper img {
    height: 350px;
  }
}
.cid-uOietJRZrY .mbr-section-title {
  color: #ffffff;
}
.cid-uOietJRZrY .mbr-text {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOieMRr5IX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #081c24;
}
.cid-uOieMRr5IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOieMRr5IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOieMRr5IX .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOieMRr5IX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOieMRr5IX .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOieMRr5IX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOieMRr5IX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOieMRr5IX .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOieMRr5IX .image-wrapper img {
    height: 350px;
  }
}
.cid-uOieMRr5IX .mbr-section-title {
  color: #ffffff;
}
.cid-uOieMRr5IX .mbr-text {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOmVvEY9in {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #081c24;
}
.cid-uOmVvEY9in .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmVvEY9in .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmVvEY9in .card {
  justify-content: flex-end;
}
.cid-uOmVvEY9in .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOmVvEY9in .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOmVvEY9in .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOmVvEY9in .mbr-section-btn {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOmVvEY9in .mbr-section-btn {
    text-align: left;
    margin-bottom: 32px;
  }
}
.cid-uOmVvEY9in .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOmVvEY9in .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uOmVvEY9in .items-wrapper {
    display: block;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper {
  padding: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-img {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-img img {
  height: 210px;
  width: 155px;
  object-fit: cover;
  padding: 16px;
  border: 3px dashed #c10b02;
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-img img {
    padding: 22px;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content {
  width: 60%;
  padding-left: 22px;
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
  margin-bottom: 0;
  padding-left: 22px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-number {
    padding-left: 0;
    margin-bottom: 22px;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
    margin-bottom: 22px;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOmVvEY9in .items-wrapper .item .card_1 .item-img img {
  transform: rotate(6deg);
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uOmVvEY9in .items-wrapper .item .card_2 .item-img img {
  transform: rotate(-6deg);
}
@media (max-width: 1200px) {
  .cid-uOmVvEY9in .items-wrapper .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uOmVvEY9in .mbr-label {
  color: #c10b02;
}
.cid-uOmVvEY9in .mbr-section-title {
  color: #c10b02;
}
.cid-uOmVvEY9in .item-number {
  color: #c10b02;
}
.cid-uOmVvEY9in .item-title {
  color: #c10b02;
}
.cid-uOmVvEY9in .item-text {
  color: #edefeb;
}
.cid-uOmVvEY9in .mbr-section-title,
.cid-uOmVvEY9in .mbr-section-btn {
  text-align: left;
}
.cid-uOmVvEY9in .item-title,
.cid-uOmVvEY9in .mbr-section-btn {
  color: #ef1313;
}
.cid-uOmYuOcD63 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
  background-color: #081c24;
}
.cid-uOmYuOcD63 .item:focus,
.cid-uOmYuOcD63 span:focus {
  outline: none;
}
.cid-uOmYuOcD63 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOmYuOcD63 .item {
  color: #c10b02;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOmYuOcD63 .item {
    min-height: 45px;
  }
}
.cid-uOmYAzSSa2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #081c24;
}
.cid-uOmYAzSSa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmYAzSSa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmYAzSSa2 .mbr-section-title {
  color: #f60588;
}
.cid-uOmYAzSSa2 .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uOmZhc1wLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOmZhc1wLE .item:focus,
.cid-uOmZhc1wLE span:focus {
  outline: none;
}
.cid-uOmZhc1wLE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uOmZhc1wLE .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOmZhc1wLE .item {
    min-height: 45px;
  }
}
.cid-uOmZhc1wLE .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uOmZhc1wLE .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOmZhc1wLE .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uOmZhc1wLE .container_1 {
  background-color: #d70081;
}
.cid-uOmZhc1wLE .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uOmZhc1wLE .container_2 {
  background-color: #121212;
}
.cid-uOmZhc1wLE .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOn8fC9yXl {
  display: flex;
  background-image: url("../../../assets/images/78531068-001-8b24.webp");
}
.cid-uOn8fC9yXl .mbr-overlay {
  background-color: #081c24;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uOn8fC9yXl {
    align-items: center;
  }
  .cid-uOn8fC9yXl .row {
    justify-content: center;
  }
  .cid-uOn8fC9yXl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOn8fC9yXl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOn8fC9yXl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOn8fC9yXl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOn8fC9yXl .content-wrap {
    width: 100%;
  }
}
.cid-uOn8fC9yXl .mbr-section-title,
.cid-uOn8fC9yXl .mbr-section-subtitle {
  text-align: center;
}
.cid-uOn8fC9yXl .mbr-text,
.cid-uOn8fC9yXl .mbr-section-btn {
  text-align: center;
}
.cid-uOn8fC9yXl P {
  text-align: center;
  color: #ffffff;
}
.cid-uOn8fC9yXl H3 {
  text-align: center;
  color: #f60588;
}
.cid-uOn8fC9yXl .mbr-section-subtitle {
  color: #d70081;
}
.cid-uOnjEmm9zX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOnjEmm9zX .item:focus,
.cid-uOnjEmm9zX span:focus {
  outline: none;
}
.cid-uOnjEmm9zX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uOnjEmm9zX .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOnjEmm9zX .item {
    min-height: 45px;
  }
}
.cid-uOnjEmm9zX .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uOnjEmm9zX .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOnjEmm9zX .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uOnjEmm9zX .container_1 {
  background-color: #d70081;
}
.cid-uOnjEmm9zX .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uOnjEmm9zX .container_2 {
  background-color: #121212;
}
.cid-uOnjEmm9zX .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uOnhLxaG66 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #081c24;
}
.cid-uOnhLxaG66 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #d70081;
}
.cid-uOnhLxaG66 .row-bg {
  align-items: center;
  background: #ffcc01;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uOnhLxaG66 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uOnhLxaG66 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOnhLxaG66 img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uOnhLxaG66 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uOnhLxaG66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnhLxaG66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnh6lUS3b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #081c24;
}
.cid-uOnh6lUS3b .mbr-section-title {
  color: #36187d;
}
.cid-uOnh6lUS3b .mbr-section-subtitle {
  color: #0196e3;
}
.cid-uOnh6lUS3b .mbr-text {
  color: #ffffff;
}
.cid-uOnh6lUS3b .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOnh6lUS3b .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-uOnh6lUS3b .text-col {
  align-items: center;
  display: flex;
}
.cid-uOnh6lUS3b .mbr-section-subtitle,
.cid-uOnh6lUS3b .title-col {
  width: 100%;
  color: #d70081;
}
.cid-uOnjNa68d9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOnjNa68d9 .item:focus,
.cid-uOnjNa68d9 span:focus {
  outline: none;
}
.cid-uOnjNa68d9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOnjNa68d9 .content-head {
  max-width: 800px;
}
.cid-uOnjNa68d9 .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOnjNa68d9 .item {
    min-height: 45px;
  }
}
.cid-uOnk37MGZj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc01;
}
.cid-uOnk37MGZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnk37MGZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnk37MGZj .content-wrap {
  margin: 0;
}
.cid-uOnk37MGZj .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.cid-uOnk37MGZj .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOnk37MGZj .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uOnk37MGZj .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOnk37MGZj .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .content-wrapper {
    padding: 0;
  }
}
.cid-uOnk37MGZj .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOnk37MGZj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOnk37MGZj .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uOnk37MGZj .desc-wrapper .mbr-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOnk37MGZj .desc-wrapper .mbr-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .desc-wrapper .mbr-desc {
    width: 100%;
    padding: 0;
  }
}
.cid-uOnk37MGZj .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .cid-uOnk37MGZj .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOnk37MGZj .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #c10b02 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #c10b02 !important;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #edefeb;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #c10b02;
  border-radius: 0;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #edefeb;
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uOnk37MGZj .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOnk37MGZj .mbr-label {
  color: #c10b02;
}
.cid-uOnk37MGZj .mbr-section-title {
  color: #c10b02;
}
.cid-uOnk37MGZj .mbr-text {
  color: #4b4949;
}
.cid-uOnk37MGZj .mbr-desc {
  color: #4b4949;
}
.cid-uOnk37MGZj label {
  color: #4b4949;
}
.cid-uOnk37MGZj H5 {
  color: #121212;
}
.cid-uOnk37MGZj .mbr-text,
.cid-uOnk37MGZj .text-wrapper {
  color: #121212;
}
.cid-uOnk37MGZj .mbr-desc,
.cid-uOnk37MGZj .desc-wrapper {
  color: #121212;
}
.cid-uOnk37MGZj .mbr-section-title,
.cid-uOnk37MGZj .mbr-section-btn {
  color: #d70081;
}
.cid-uP8fAnTvvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP8fAnTvvn .item:focus,
.cid-uP8fAnTvvn span:focus {
  outline: none;
}
.cid-uP8fAnTvvn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uP8fAnTvvn .content-head {
  max-width: 800px;
}
.cid-uP8fAnTvvn .item {
  padding: 10px 0;
  font-weight: 700;
  color: #f60588;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uP8fAnTvvn .item {
    min-height: 45px;
  }
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOnwjV07Qb {
  position: relative;
  align-items: center;
  background-color: #212428;
}
.cid-uOnwjV07Qb .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uOnwjV07Qb .image-wrap {
    padding: 16px;
  }
}
.cid-uOnwjV07Qb .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uOnwjV07Qb .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uOnwjV07Qb .image-overlay {
    padding: 16px;
  }
}
.cid-uOnwjV07Qb .image-overlay .image-over {
  background-color: #081c24;
  z-index: 2;
  opacity: 0.3;
  width: 100%;
  height: 70%;
}
.cid-uOnwjV07Qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnwjV07Qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnwjV07Qb .row {
  justify-content: center;
}
.cid-uOnwjV07Qb .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uOnwjV07Qb .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOnwjV07Qb .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uOnwjV07Qb .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-uOnwjV07Qb .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uOnwjV07Qb .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOnwjV07Qb .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOnwjV07Qb .mbr-text,
.cid-uOnwjV07Qb .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uOnwjV07Qb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOnwjV07Qb .mbr-text,
.cid-uOnwjV07Qb .mbr-section-btn {
  text-align: center;
}
.cid-uOo5SrTQzV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-uOo5SrTQzV .item:focus,
.cid-uOo5SrTQzV span:focus {
  outline: none;
}
.cid-uOo5SrTQzV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOo5SrTQzV .content-head {
  max-width: 800px;
}
.cid-uOo5SrTQzV .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffdd00;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOo5SrTQzV .item {
    min-height: 45px;
  }
}
.cid-uOo45FA3dZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uOo45FA3dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo45FA3dZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo45FA3dZ .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOo45FA3dZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOo45FA3dZ .content-wrap {
  justify-content: center;
  margin: 0 -26px;
}
.cid-uOo45FA3dZ .content-wrap .card {
  padding: 0 26px;
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 52px;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .content-wrap .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uOo45FA3dZ .image-wrapper {
  height: 100%;
}
.cid-uOo45FA3dZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOo45FA3dZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uOo45FA3dZ .mbr-label {
  color: #c10b02;
}
.cid-uOo45FA3dZ .mbr-section-title {
  color: #c10b02;
}
.cid-uOo45FA3dZ .item-number {
  color: #c10b02;
}
.cid-uOo45FA3dZ .item-title {
  color: #c10b02;
}
.cid-uOo45FA3dZ .item-text {
  color: #edefeb;
}
.cid-uOo5REVNSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOo5REVNSF .item:focus,
.cid-uOo5REVNSF span:focus {
  outline: none;
}
.cid-uOo5REVNSF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uOo5REVNSF .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOo5REVNSF .item {
    min-height: 45px;
  }
}
.cid-uOo5REVNSF .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uOo5REVNSF .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOo5REVNSF .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uOo5REVNSF .container_1 {
  background-color: #d70081;
}
.cid-uOo5REVNSF .container_1 .item_1 {
  color: #ffdd00;
  background-color: #d70081;
}
.cid-uOo5REVNSF .container_2 {
  background-color: #121212;
}
.cid-uOo5REVNSF .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uOo6FQEMYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOo6FQEMYw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f92c50;
}
.cid-uOo6FQEMYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo6FQEMYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo6FQEMYw .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uOo6FQEMYw .content-wrap .card {
  justify-content: space-between;
}
.cid-uOo6FQEMYw .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uOo6FQEMYw .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOo6FQEMYw .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uOo6FQEMYw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOo6FQEMYw .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uOo6FQEMYw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOo6FQEMYw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uOo6FQEMYw .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uOo6FQEMYw .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOo6FQEMYw .image-wrap {
    padding: 0;
  }
}
.cid-uOo6FQEMYw .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOo6FQEMYw .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uOo6FQEMYw .mbr-section-title {
  color: #150764;
}
.cid-uOo6FQEMYw .mbr-text {
  color: #edefeb;
}
.cid-uOo6FQEMYw .mbr-section-title,
.cid-uOo6FQEMYw .mbr-section-btn {
  color: #f92c50;
}
.cid-uOo6FQEMYw P {
  color: #edefeb;
}
.cid-uOo8XJW4Mg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOo8XJW4Mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOo8XJW4Mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOo8XJW4Mg .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOo8XJW4Mg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOo8XJW4Mg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOo8XJW4Mg .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uOo8XJW4Mg .items-wrapper .item {
  padding: 0 12px;
}
.cid-uOo8XJW4Mg .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item {
    margin-bottom: 16px;
  }
}
.cid-uOo8XJW4Mg .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uOo8XJW4Mg .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #081c24;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .item .card_1 {
  background-color: #d70081;
}
.cid-uOo8XJW4Mg .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uOo8XJW4Mg .item .card_2 {
  background-color: #d70081;
}
.cid-uOo8XJW4Mg .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uOo8XJW4Mg .item .card_3 {
  background-color: #d70081;
}
.cid-uOo8XJW4Mg .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uOo8XJW4Mg .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-uOo8XJW4Mg .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-uOo8XJW4Mg .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uOo8XJW4Mg .main-btn {
    margin-top: 16px;
  }
}
.cid-uOo8XJW4Mg .mbr-section-title {
  color: #000c3f;
}
.cid-uOo8XJW4Mg .mbr-text,
.cid-uOo8XJW4Mg .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uOo8XJW4Mg .mbr-section-title,
.cid-uOo8XJW4Mg .main-btn {
  text-align: center;
  color: #f92c50;
}
.cid-uOo8XJW4Mg .item-title {
  color: #000c3f;
}
.cid-uOo8XJW4Mg .item-text {
  color: #edefeb;
}
.cid-uOo8XJW4Mg .mbr-text,
.cid-uOo8XJW4Mg text-wrapper {
  color: #f92c50;
}
.cid-uOo8XJW4Mg .item-title,
.cid-uOo8XJW4Mg .card-btn {
  color: #000000;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORq6fLP29 {
  background-image: url("../../../assets/images/story-ellie-in-paris-13.webp");
}
.cid-uORq6fLP29 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uORq6fLP29 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uORq6fLP29 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uORq6fLP29 h3::before,
  .cid-uORq6fLP29 h3::after {
    display: none;
  }
}
.cid-uORq6fLP29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORq6fLP29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORq6fLP29 H3 {
  color: #d70081;
}
.cid-uORrag858g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uORrag858g .item:focus,
.cid-uORrag858g span:focus {
  outline: none;
}
.cid-uORrag858g .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uORrag858g .content-head {
  max-width: 800px;
}
.cid-uORrag858g .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uORrag858g .item {
    min-height: 45px;
  }
}
.cid-uORqVBdYOQ {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/goth-mama-vol.2-9.webp");
}
.cid-uORqVBdYOQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uORqVBdYOQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uORqVBdYOQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uORqVBdYOQ h3:before,
  .cid-uORqVBdYOQ h3:after {
    display: none;
  }
}
.cid-uORqVBdYOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORqVBdYOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORqVBdYOQ H1 {
  color: #f60588;
}
.cid-uORraKHwnd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uORraKHwnd .item:focus,
.cid-uORraKHwnd span:focus {
  outline: none;
}
.cid-uORraKHwnd .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uORraKHwnd .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uORraKHwnd .item {
    min-height: 45px;
  }
}
.cid-uORraKHwnd .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uORraKHwnd .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uORraKHwnd .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uORraKHwnd .container_1 {
  background-color: #d70081;
}
.cid-uORraKHwnd .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uORraKHwnd .container_2 {
  background-color: #121212;
}
.cid-uORraKHwnd .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uP7GxlveCt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #081c24;
  overflow: hidden;
}
.cid-uP7GxlveCt .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uP7GxlveCt .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-uP7GxlveCt .mbr-section-title {
  color: #d70081;
}
.cid-uP7GxlveCt .mbr-section-subtitle {
  color: #d70081;
  margin-top: 16px;
}
.cid-uP7GxlveCt .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-uP7GxlveCt .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-uP7GxlveCt .item {
    width: 47%;
  }
  .cid-uP7GxlveCt .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-uP7GxlveCt .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-uP7GxlveCt .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-uP7GxlveCt .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-uP7GxlveCt .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-uP7GxlveCt .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-uP7GxlveCt .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-uP7GxlveCt .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-uP7GxlveCt .item {
    width: 27%;
  }
}
.cid-uP7GxlveCt .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7GxlveCt .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 3);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7GxlveCt .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uP7GxlveCt .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-uP7GxlveCt .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-uP7GxlveCt .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-uP7GxlveCt .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-uP7GxlveCt .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #d70081;
  padding-left: 85px;
}
.cid-uP7GxlveCt .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uP7GxlveCt .mbr-section-btn {
  margin-top: 12px;
}
.cid-uP7ImbxUoq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #081c24;
  overflow: hidden;
}
.cid-uP7ImbxUoq .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uP7ImbxUoq .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-uP7ImbxUoq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uP7ImbxUoq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uP7ImbxUoq .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-uP7ImbxUoq .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-uP7ImbxUoq .item {
    width: 47%;
  }
  .cid-uP7ImbxUoq .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-uP7ImbxUoq .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-uP7ImbxUoq .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-uP7ImbxUoq .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-uP7ImbxUoq .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-uP7ImbxUoq .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-uP7ImbxUoq .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-uP7ImbxUoq .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-uP7ImbxUoq .item {
    width: 27%;
  }
}
.cid-uP7ImbxUoq .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7ImbxUoq .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 3);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7ImbxUoq .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uP7ImbxUoq .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-uP7ImbxUoq .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-uP7ImbxUoq .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-uP7ImbxUoq .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-uP7ImbxUoq .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #d70081;
  padding-left: 85px;
}
.cid-uP7ImbxUoq .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uP7ImbxUoq .mbr-section-btn {
  margin-top: 12px;
}
.cid-uP7ImDHXc0 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #081c24;
  overflow: hidden;
}
.cid-uP7ImDHXc0 .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uP7ImDHXc0 .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-uP7ImDHXc0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uP7ImDHXc0 .mbr-section-subtitle {
  color: #d70081;
  margin-top: 16px;
}
.cid-uP7ImDHXc0 .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-uP7ImDHXc0 .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-uP7ImDHXc0 .item {
    width: 47%;
  }
  .cid-uP7ImDHXc0 .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-uP7ImDHXc0 .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-uP7ImDHXc0 .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-uP7ImDHXc0 .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-uP7ImDHXc0 .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-uP7ImDHXc0 .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-uP7ImDHXc0 .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-uP7ImDHXc0 .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-uP7ImDHXc0 .item {
    width: 27%;
  }
}
.cid-uP7ImDHXc0 .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7ImDHXc0 .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 3);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uP7ImDHXc0 .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uP7ImDHXc0 .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-uP7ImDHXc0 .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-uP7ImDHXc0 .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-uP7ImDHXc0 .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-uP7ImDHXc0 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  padding-left: 85px;
}
.cid-uP7ImDHXc0 .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uP7ImDHXc0 .mbr-section-btn {
  margin-top: 12px;
}
.cid-uORv2aj51U {
  background-color: #081c24;
}
.cid-uORv2aj51U img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-uORv2aj51U .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uORv2aj51U .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-uORv2aj51U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORv2aj51U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORv2aj51U H1 {
  color: #d70081;
}
.cid-uORv2aj51U .mbr-text,
.cid-uORv2aj51U .mbr-section-btn {
  color: #edefeb;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORHOw9lXa {
  padding-top: 450px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/myra-moans-porn-plus-working-up-a-sweat-2025-06-20-9.webp");
}
.cid-uORHOw9lXa .mbr-section-title DIV {
  text-align: center;
}
.cid-uORHOw9lXa .mbr-text,
.cid-uORHOw9lXa .mbr-section-btn {
  text-align: center;
}
.cid-uORHOw9lXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORHOw9lXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORHOw9lXa .mbr-section-title {
  text-align: center;
  color: #d70081;
}
.cid-uORHXf4aFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uORHXf4aFD .item:focus,
.cid-uORHXf4aFD span:focus {
  outline: none;
}
.cid-uORHXf4aFD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uORHXf4aFD .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uORHXf4aFD .item {
    min-height: 45px;
  }
}
.cid-uORHXf4aFD .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uORHXf4aFD .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uORHXf4aFD .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uORHXf4aFD .container_1 {
  background-color: #d70081;
}
.cid-uORHXf4aFD .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uORHXf4aFD .container_2 {
  background-color: #121212;
}
.cid-uORHXf4aFD .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uP7Seckn8n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #081c24;
}
.cid-uP7Seckn8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7Seckn8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7Seckn8n .mbr-section-title {
  color: #d70081;
}
.cid-uP7Vl2nFrz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffa600;
}
.cid-uP7Vl2nFrz .container-fluid {
  max-width: 1500px;
}
.cid-uP7Vl2nFrz .icon1 {
  font-size: 2.2rem;
}
.cid-uP7Vl2nFrz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP7Vl2nFrz .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uP7Vl2nFrz .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uP7Vl2nFrz .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #d70081;
  border-radius: 4px;
}
.cid-uP7Vl2nFrz .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uP7Vl2nFrz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uP7Vl2nFrz .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-uP7Vl2nFrz .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uP7Vl2nFrz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uP7Vl2nFrz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uP7Vl2nFrz .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-uP7Vl2nFrz .text-wrapper {
  display: flex;
}
.cid-uP7Vl2nFrz .text-wrapper span {
  color: #010a08;
  padding-right: 1rem;
}
.cid-uP7Vl2nFrz .mbr-main-subtitle {
  background: #010a08;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uP7Vl2nFrz .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #010a08;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uP7Vl2nFrz .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uP7Vl2nFrz .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-uP7Vl2nFrz .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #010a08;
}
@media (max-width: 767px) {
  .cid-uP7Vl2nFrz .social {
    padding-left: 0rem;
  }
}
.cid-uP7Vl2nFrz .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uP7Vl2nFrz .icons-menu {
    justify-content: center;
  }
}
.cid-uP7Vl2nFrz .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-uP7Vl2nFrz .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uP7Vl2nFrz .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #010a08;
  z-index: 0;
}
.cid-uP7Vl2nFrz .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uP7Vl2nFrz .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #d70081;
}
.cid-uP7Vl2nFrz .card-text,
.cid-uP7Vl2nFrz .mbr-section-btn,
.cid-uP7Vl2nFrz .social-row {
  color: #a6a99c;
}
.cid-uP7Vl2nFrz .mbr-role,
.cid-uP7Vl2nFrz .social-row {
  color: #edefeb;
}
.cid-uP7Vl2nFrz .card-title,
.cid-uP7Vl2nFrz .social-row {
  color: #ffffff;
}
.cid-uP7Vl2nFrz .mbr-section-title {
  color: #ffffff;
}
.cid-uP7Vl2nFrz .card1-text {
  color: #ffffff;
}
.cid-uP7Vl2nFrz .soc-link,
.cid-uP7Vl2nFrz .soc-wrapper {
  color: #f7f7f7;
}
.cid-uP7X1k2vvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uP7X1k2vvc .row {
  align-items: center;
  width: 100%;
}
.cid-uP7X1k2vvc .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-uP7X1k2vvc .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-uP7X1k2vvc .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-uP7X1k2vvc .content-container {
  display: flex;
  padding: 60px !important;
  background-color: #ffa600;
}
@media (max-width: 991px) {
  .cid-uP7X1k2vvc .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uP7X1k2vvc .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-uP7X1k2vvc .content-container {
    padding: 2rem !important;
  }
}
.cid-uP7X1k2vvc .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uP7X1k2vvc .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-uP7X1k2vvc .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uP7X1k2vvc .img-container {
    padding-right: 0;
  }
}
.cid-uP7X1k2vvc .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-uP7X1k2vvc .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uP7X1k2vvc .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-uP7X1k2vvc .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-uP7X1k2vvc .text-container {
    padding-left: 0;
  }
}
.cid-uP7X1k2vvc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uP7X1k2vvc .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-uP7X1k2vvc .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uP7X1k2vvc .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-uP7X1k2vvc .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-uP7Xz9Dg9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP7Xz9Dg9m .item:focus,
.cid-uP7Xz9Dg9m span:focus {
  outline: none;
}
.cid-uP7Xz9Dg9m .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uP7Xz9Dg9m .content-head {
  max-width: 800px;
}
.cid-uP7Xz9Dg9m .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uP7Xz9Dg9m .item {
    min-height: 45px;
  }
}
.cid-uP811uyXBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uP811uyXBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP811uyXBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .container {
    padding: 0 15px;
  }
}
.cid-uP811uyXBx .content-wrapper {
  position: relative;
}
.cid-uP811uyXBx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP811uyXBx .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uP811uyXBx .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uP811uyXBx .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uP811uyXBx .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uP811uyXBx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP811uyXBx .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uP811uyXBx .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
.cid-uP811uyXBx .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP811uyXBx .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uP811uyXBx .mbr-text {
  color: #f7f5f6;
}
.cid-uP811uyXBx .mbr-section-title {
  color: #ffffff;
}
.cid-uP81eGgu0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uP81eGgu0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP81eGgu0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP81eGgu0a .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .container {
    padding: 0 15px;
  }
}
.cid-uP81eGgu0a .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uP81eGgu0a .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .content-wrapper {
    padding-left: 0;
  }
}
.cid-uP81eGgu0a .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f60588;
}
.cid-uP81eGgu0a .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f60588;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uP81eGgu0a .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uP81eGgu0a .content-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .content-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uP81eGgu0a .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-uP81eGgu0a .content-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uP81eGgu0a .content-wrapper .desc-wrapper .desc-wrap .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #f60588;
  transform: skewX(-22deg);
}
.cid-uP81eGgu0a .mbr-section-title {
  color: #edefeb;
  text-align: left;
}
.cid-uP81eGgu0a .mbr-desc,
.cid-uP81eGgu0a .desc-wrapper {
  color: #d70081;
  text-align: right;
}
.cid-uP7Ry17IUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uP7Ry17IUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7Ry17IUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7Ry17IUP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uP7Ry17IUP .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP7Ry17IUP .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uP7Ry17IUP .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uP7Ry17IUP .container {
    padding: 0 12px;
  }
}
.cid-uP7Ry17IUP .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP7Ry17IUP .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uP7Ry17IUP .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uP7Ry17IUP .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #d70081;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-uP7Ry17IUP .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uP7Ry17IUP .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #ffa600 !important;
  background-color: #29292a;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffa600;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffa600;
  border-color: #ffa600;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uP7Ry17IUP .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uP7Ry17IUP .mbr-section-title {
  color: #ffffff;
}
.cid-uP7Ry17IUP label {
  color: #ffffff;
}
.cid-uP7Ry17IUP .mbr-section-title,
.cid-uP7Ry17IUP .mbr-section-btn {
  color: #f92c50;
}
.cid-uP7Ry17IUP H3 {
  color: #ffffff;
}
.cid-uP7Ry17IUP LABEL {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOQOYDxRET {
  background-color: #ffa600;
  position: relative;
}
.cid-uOQOYDxRET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOQOYDxRET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOQOYDxRET .container,
.cid-uOQOYDxRET .container-fluid {
  position: static;
}
.cid-uOQOYDxRET .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uOQOYDxRET .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uOQOYDxRET .mbr-section-subtitle {
  color: #d70081;
}
.cid-uOQOYDxRET .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uOQOYDxRET .mbr-text {
    margin-top: 18px;
  }
}
.cid-uOQOYDxRET .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOQOYDxRET .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uOQOYDxRET .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-uOQOYDxRET .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uOQOYDxRET .item-img {
    display: none;
  }
}
.cid-uOQPr7rcTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOQPr7rcTY .item:focus,
.cid-uOQPr7rcTY span:focus {
  outline: none;
}
.cid-uOQPr7rcTY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uOQPr7rcTY .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOQPr7rcTY .item {
    min-height: 45px;
  }
}
.cid-uOQPr7rcTY .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #d70081;
}
.cid-uOQPr7rcTY .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOQPr7rcTY .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uOQPr7rcTY .container_1 {
  background-color: #d70081;
}
.cid-uOQPr7rcTY .container_1 .item_1 {
  color: #121212;
  background-color: #d70081;
}
.cid-uOQPr7rcTY .container_2 {
  background-color: #121212;
}
.cid-uOQPr7rcTY .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uOR7iIPXJN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #081c24;
}
.cid-uOR7iIPXJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR7iIPXJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR7iIPXJN .card {
  justify-content: flex-end;
}
.cid-uOR7iIPXJN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOR7iIPXJN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOR7iIPXJN .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffcc01;
}
.cid-uOR7iIPXJN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOR7iIPXJN .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOR7iIPXJN .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOR7iIPXJN .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOR7iIPXJN .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uOR7iIPXJN .items-wrapper .item {
  padding: 0 15px;
}
.cid-uOR7iIPXJN .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOR7iIPXJN .item {
    margin-bottom: 15px;
  }
}
.cid-uOR7iIPXJN .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #d70081;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
.cid-uOR7iIPXJN .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #081c24;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uOR7iIPXJN .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffa600;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uOR7iIPXJN .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #081c24;
}
.cid-uOR7iIPXJN .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #081c24;
}
.cid-uOR7iIPXJN .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.cid-uOR7iIPXJN .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOR7iIPXJN .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.cid-uOR7iIPXJN .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #081c24;
}
.cid-uOR7iIPXJN .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uOR7iIPXJN .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-uOR7iIPXJN .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uOR7iIPXJN .mbr-label,
.cid-uOR7iIPXJN .label-wrapper {
  color: #d70081;
}
.cid-uOR7iIPXJN .mbr-section-title,
.cid-uOR7iIPXJN .title-wrapper {
  color: #000000;
}
.cid-uOR7iIPXJN .card-text {
  color: #000000;
}
.cid-uOR7iIPXJN .card-name {
  color: #000000;
}
.cid-uOR7iIPXJN .card-role {
  color: #ffa600;
}
.cid-uOR7iIPXJN .mbr-section-title {
  color: #d70081;
}
.cid-uORa4Wbusx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uORa4Wbusx .item:focus,
.cid-uORa4Wbusx span:focus {
  outline: none;
}
.cid-uORa4Wbusx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uORa4Wbusx .content-head {
  max-width: 800px;
}
.cid-uORa4Wbusx .item {
  padding: 10px 0;
  font-weight: 700;
  color: #d70081;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uORa4Wbusx .item {
    min-height: 45px;
  }
}
.cid-uORaFufmd9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #081c24;
}
.cid-uORaFufmd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORaFufmd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORaFufmd9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uORaFufmd9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORaFufmd9 .content-head {
  max-width: 800px;
}
.cid-uORaFufmd9 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uORaFufmd9 .img-wrapper img {
  width: 6rem;
}
.cid-uORaFufmd9 .mbr-section-title {
  color: #d70081;
}
.cid-uORaFufmd9 .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uORaFufmd9 .card-title {
  color: #d70081;
}
.cid-uORaFufmd9 .card-text {
  color: #edefeb;
}
.cid-uORbhRHXqU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #081c24;
}
.cid-uORbhRHXqU .justify-content-center {
  align-items: center;
}
.cid-uORbhRHXqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORbhRHXqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORbhRHXqU .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORbhRHXqU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORbhRHXqU .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORbhRHXqU .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORbhRHXqU .row {
  align-items: center;
}
.cid-uORbhRHXqU .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORbhRHXqU .card-text {
    text-align: center;
  }
}
.cid-uORh3caBVj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #081c24;
}
.cid-uORh3caBVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORh3caBVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORh3caBVj .btn {
  padding: 1rem 2rem;
}
.cid-uORh3caBVj .content-head {
  max-width: 800px;
}
.cid-uORh3caBVj .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffcc01;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uORh3caBVj .card-title,
.cid-uORh3caBVj .iconfont-wrapper {
  color: #edefeb;
}
.cid-uORh3caBVj .card-text {
  color: #fdfde1;
}
.cid-uORh3caBVj .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uORh3caBVj .mbr-section-title {
  color: #d70081;
}
.cid-uORi7dOrDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uORi7dOrDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORi7dOrDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORi7dOrDk .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .title-wrapper {
    padding-left: 0;
  }
}
.cid-uORi7dOrDk .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uORi7dOrDk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uORi7dOrDk .mbr-section-btn {
  padding-left: 35%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .mbr-section-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.cid-uORi7dOrDk .mbr-section-btn .btn::after,
.cid-uORi7dOrDk .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uORi7dOrDk .mbr-section-btn .btn:hover,
.cid-uORi7dOrDk .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uORi7dOrDk .mbr-section-btn .btn:hover::after,
.cid-uORi7dOrDk .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uORi7dOrDk .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #ffa600;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uORi7dOrDk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uORi7dOrDk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.cid-uORi7dOrDk .panel-group .card .card-header .panel-title .panel-number {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .panel-group .card .card-header .panel-title .panel-number {
    display: none;
  }
}
.cid-uORi7dOrDk .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uORi7dOrDk .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #ffa600 50%);
  transition: all .3s ease;
}
.cid-uORi7dOrDk .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #ffa600 50%);
}
.cid-uORi7dOrDk .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uORi7dOrDk .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-left: 35%;
  display: inline-block;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uORi7dOrDk .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uORi7dOrDk .mbr-section-title {
  color: #ffffff;
}
.cid-uORi7dOrDk .mbr-tag {
  color: #edefeb;
}
.cid-uORi7dOrDk .panel-number {
  color: #ffffff;
}
.cid-uORi7dOrDk .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uORi7dOrDk .panel-text {
  color: #c7c7c7;
}
.cid-uORi7dOrDk .mbr-section-title,
.cid-uORi7dOrDk .mbr-section-btn {
  color: #d70081;
}
.cid-uORjaNHIxa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081c24;
}
.cid-uORjaNHIxa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uORjaNHIxa .btn-white,
.cid-uORjaNHIxa .btn-white:active,
.cid-uORjaNHIxa .btn-white:hover {
  background-color: white!important;
  color: black!important;
  box-shadow: none;
  border: none;
  margin: 0;
}
.cid-uORjaNHIxa .container {
  max-width: 1800px;
}
.cid-uORjaNHIxa .form-row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uORjaNHIxa .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uORjaNHIxa .form-group {
  margin-bottom: 0rem;
}
.cid-uORjaNHIxa .btn {
  border-radius: 0;
  height: 100%;
  padding: 0 2rem;
}
.cid-uORjaNHIxa .col,
.cid-uORjaNHIxa .col-auto {
  padding: 0;
  height: auto;
}
.cid-uORjaNHIxa .form-control,
.cid-uORjaNHIxa .field-input {
  padding: 1.5rem 2rem;
  border-radius: 0;
}
.cid-uORjaNHIxa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOlYbVcAJp {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #081c24;
}
.cid-uOlYbVcAJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlYbVcAJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOlYbVcAJp .content-wrap {
  margin: 0;
}
.cid-uOlYbVcAJp .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uOlYbVcAJp .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uOlYbVcAJp .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOlYbVcAJp .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uOlYbVcAJp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOlYbVcAJp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOlYbVcAJp .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uOlYbVcAJp .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uOlYbVcAJp .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOlYbVcAJp .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uOlYbVcAJp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOlYbVcAJp .image-wrapper img {
    height: 350px;
  }
}
.cid-uOlYbVcAJp .mbr-section-title {
  color: #c10b02;
}
.cid-uOlYbVcAJp .mbr-text,
.cid-uOlYbVcAJp .text-wrapper {
  color: #edefeb;
  text-align: left;
}
.cid-uOlYbVcAJp .mbr-desc {
  color: #edefeb;
  text-align: center;
}
.cid-uOlYbVcAJp .mbr-section-title,
.cid-uOlYbVcAJp .mbr-section-btn {
  text-align: center;
}
.cid-uOlUu8lF39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
}
.cid-uOlUu8lF39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlUu8lF39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOlUu8lF39 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uOlUu8lF39 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .container {
    padding: 0 20px;
  }
}
.cid-uOlUu8lF39 .row {
  justify-content: center;
}
.cid-uOlUu8lF39 .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uOlUu8lF39 .content-wrapper .card {
  justify-content: center;
}
.cid-uOlUu8lF39 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uOlUu8lF39 .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uOlUu8lF39 .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uOlUu8lF39 .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOlUu8lF39 .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #010a08;
  opacity: .5;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #010a08;
  border-color: #010a08;
  border-radius: 0;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uOlUu8lF39 .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uOlUu8lF39 .mbr-section-title {
  color: #ffffff;
}
.cid-uOlUu8lF39 .mbr-text {
  color: #ffffff;
}
.cid-uOlUu8lF39 label {
  color: #ffffff;
}
.cid-uOlVbQYmhi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #081c24;
}
.cid-uOlVbQYmhi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uOlVbQYmhi .btn-white,
.cid-uOlVbQYmhi .btn-white:active,
.cid-uOlVbQYmhi .btn-white:hover {
  background-color: white!important;
  color: black!important;
  box-shadow: none;
  border: none;
  margin: 0;
}
.cid-uOlVbQYmhi .container {
  max-width: 1800px;
}
.cid-uOlVbQYmhi .form-row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOlVbQYmhi .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uOlVbQYmhi .form-group {
  margin-bottom: 0rem;
}
.cid-uOlVbQYmhi .btn {
  border-radius: 0;
  height: 100%;
  padding: 0 2rem;
}
.cid-uOlVbQYmhi .col,
.cid-uOlVbQYmhi .col-auto {
  padding: 0;
  height: auto;
}
.cid-uOlVbQYmhi .form-control,
.cid-uOlVbQYmhi .field-input {
  padding: 1.5rem 2rem;
  border-radius: 0;
}
.cid-uOlVbQYmhi .form-control,
.cid-uOlVbQYmhi .field-input {
  padding: 1.5rem 2rem;
  border-radius: 0;
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOlVbQYmhi .form-control::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input::-webkit-input-placeholder,
.cid-uOlVbQYmhi .form-control::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uOlVbQYmhi .form-control:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:-moz-placeholder,
.cid-uOlVbQYmhi .form-control:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uOlVbQYmhi .form-control:hover,
.cid-uOlVbQYmhi .field-input:hover,
.cid-uOlVbQYmhi .form-control:focus,
.cid-uOlVbQYmhi .field-input:focus {
  background-color: #f60588;
  border-color: #ffffff !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uOlVbQYmhi .form-control:hover::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input:hover::-webkit-input-placeholder,
.cid-uOlVbQYmhi .form-control:focus::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input:focus::-webkit-input-placeholder,
.cid-uOlVbQYmhi .form-control:hover::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input:hover::-webkit-input-placeholder,
.cid-uOlVbQYmhi .form-control:focus::-webkit-input-placeholder,
.cid-uOlVbQYmhi .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uOlVbQYmhi .form-control:hover:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:hover:-moz-placeholder,
.cid-uOlVbQYmhi .form-control:focus:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:focus:-moz-placeholder,
.cid-uOlVbQYmhi .form-control:hover:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:hover:-moz-placeholder,
.cid-uOlVbQYmhi .form-control:focus:-moz-placeholder,
.cid-uOlVbQYmhi .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uOlVbQYmhi .jq-number__spin:hover,
.cid-uOlVbQYmhi .jq-number__spin:focus {
  background-color: #f60588;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uOlVbQYmhi .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uOlVbQYmhi .jq-selectbox li,
.cid-uOlVbQYmhi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uOlVbQYmhi .jq-selectbox li:hover,
.cid-uOlVbQYmhi .jq-selectbox li.selected {
  background-color: #f60588;
  color: #ffffff;
}
.cid-uOlVbQYmhi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uOlVbQYmhi .jq-number__spin.minus:hover:after,
.cid-uOlVbQYmhi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uOlVbQYmhi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uOlVbQYmhi .jq-number__spin.minus:after,
.cid-uOlVbQYmhi .jq-number__spin.plus:after {
  border-top-color: #f60588;
  border-bottom-color: #f60588;
}
.cid-uOlVbQYmhi input::-webkit-clear-button {
  display: none;
}
.cid-uOlVbQYmhi input::-webkit-inner-spin-button {
  display: none;
}
.cid-uOlVbQYmhi input::-webkit-outer-spin-button {
  display: none;
}
.cid-uOlVbQYmhi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uOlVbQYmhi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOmdDwJaxj {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/steptodown.com420597.webp");
}
.cid-uOmdDwJaxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmdDwJaxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmdDwJaxj .mbr-section-title {
  color: #d70081;
}
.cid-uOmdDwJaxj .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-uOmdDwJaxj .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP8hxluMgj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP8hxluMgj .item:focus,
.cid-uP8hxluMgj span:focus {
  outline: none;
}
.cid-uP8hxluMgj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uP8hxluMgj .content-head {
  max-width: 800px;
}
.cid-uP8hxluMgj .item {
  padding: 10px 0;
  font-weight: 700;
  color: #f60588;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uP8hxluMgj .item {
    min-height: 45px;
  }
}
.cid-uOmfwpsqwc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #081c24;
}
.cid-uOmfwpsqwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmfwpsqwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmfwpsqwc .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOmfwpsqwc .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOmfwpsqwc .container-fluid .row {
  padding: 0;
}
.cid-uOmfwpsqwc .row {
  border: 3px solid #d2d2d2;
  border-radius: 5px;
}
.cid-uOmfwpsqwc .card {
  padding: 80px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOmfwpsqwc .card {
    border-left: 1px solid #d2d2d2;
  }
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card {
    padding: 48px 20px;
  }
}
.cid-uOmfwpsqwc .card .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOmfwpsqwc .card .image-wrapper .image-main {
  display: block;
  height: 520px;
  object-fit: cover;
  border-radius: 30px;
  position: static;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uOmfwpsqwc .card .image-wrapper .image-main {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOmfwpsqwc .card .image-wrapper .image-main {
    height: 250px;
  }
}
.cid-uOmfwpsqwc .card .image-wrapper img {
  position: absolute;
  top: 5rem;
  right: 6rem;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card .image-wrapper img {
    right: 0;
  }
}
.cid-uOmfwpsqwc .card .image-wrapper img:nth-child(2) {
  right: auto;
  top: 11rem;
  left: 6rem;
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card .image-wrapper img:nth-child(2) {
    top: 6rem;
    left: 0;
  }
}
.cid-uOmfwpsqwc .card .image-wrapper img:last-child {
  top: auto;
  bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card .image-wrapper img:last-child {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uOmfwpsqwc .card .image-wrapper img {
    width: 100px;
    height: 100px;
  }
}
.cid-uOmfwpsqwc .card:last-child {
  justify-content: flex-end;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uOmfwpsqwc .card:last-child {
    border-left: none;
    border-right: 2px solid #d2d2d2;
  }
}
.cid-uOmfwpsqwc .card .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOmfwpsqwc .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOmfwpsqwc .card .title-wrapper .mbr-section-subtitle {
  line-height: 48px;
  margin-bottom: 0;
}
.cid-uOmfwpsqwc .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOmfwpsqwc .card .text-wrapper .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-uOmfwpsqwc .mbr-section-title {
  color: #d70081;
}
.cid-uOmfwpsqwc .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-uOmfwpsqwc .mbr-text {
  color: #d2d2d2;
}
.cid-uOmgSLtwox {
  padding-top: 120px;
  background-image: url("../../../assets/images/61913722-020-772a.webp");
}
.cid-uOmgSLtwox .container {
  margin-bottom: 15%;
}
.cid-uOmgSLtwox .content-container .btn-bgr {
  z-index: 0;
}
.cid-uOmgSLtwox .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #081c24;
}
.cid-uOmgSLtwox .icon-block-top span {
  background-color: #d70081;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uOmgSLtwox .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uOmgSLtwox .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-uOmgSLtwox .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-uOmgSLtwox .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-uOmgSLtwox .mbr-text,
.cid-uOmgSLtwox .box-item-text {
  color: #8d97ad;
}
.cid-uOmgSLtwox .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uOmgSLtwox .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uOmgSLtwox .box-list li:last-child {
  border-bottom: none;
}
.cid-uOmgSLtwox .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uOmgSLtwox .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uOmgSLtwox .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uOmgSLtwox .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOmgSLtwox .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uOmgSLtwox .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uOmgSLtwox .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uOmgSLtwox .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uOmgSLtwox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmgSLtwox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmgSLtwox .box-item-text,
.cid-uOmgSLtwox .mbr-section-btn {
  text-align: left;
}
.cid-uOmgSLtwox H1 {
  color: #d70081;
}
.cid-uOmgSLtwox .mbr-text {
  color: #ffffff;
}
.cid-uOmjQLbCoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081c24;
  position: relative;
}
.cid-uOmjQLbCoe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uOmjQLbCoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmjQLbCoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .container {
    padding: 0 !important;
  }
}
.cid-uOmjQLbCoe .mbr-section-head {
  width: 100%;
  margin-bottom: 5.5555555556vw;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .mbr-section-head {
    margin-bottom: 8.2vw;
    padding: 0 5.3vw;
  }
}
@media (max-width: 767px) {
  .cid-uOmjQLbCoe .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-uOmjQLbCoe .mbr-section-title {
  color: #d70081;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .mbr-section-title {
    text-align: left;
  }
}
.cid-uOmjQLbCoe .mbr-section-subtitle {
  color: #f60588;
  margin-bottom: 0;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uOmjQLbCoe .accordion-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #d70081;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .accordion-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.cid-uOmjQLbCoe .panel-group {
  border: none;
  width: 100%;
  width: 35%;
  border-right: 1px solid #d70081;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .panel-group {
    width: 100%;
    border-right: none;
  }
}
.cid-uOmjQLbCoe .card {
  position: static;
  padding: 0;
  margin: 0;
}
.cid-uOmjQLbCoe .card:not(:first-child) {
  border-top: 1px solid #d70081;
}
.cid-uOmjQLbCoe .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.cid-uOmjQLbCoe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8vw 2.2vw;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .panel-title {
    padding: 7.2vw 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uOmjQLbCoe .panel-title {
    padding: 8.5333333333vw 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uOmjQLbCoe .panel-title[aria-expanded="true"] {
  padding-bottom: 0.8vw;
  background-color: #ffdd00;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .panel-title[aria-expanded="true"] {
    padding-bottom: 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uOmjQLbCoe .panel-title[aria-expanded="true"] {
    padding-bottom: 9.0666666667vw;
  }
}
.cid-uOmjQLbCoe .panel-title[aria-expanded="true"] .sign {
  opacity: 0;
  transform: rotate(180deg);
}
.cid-uOmjQLbCoe .panel-title-edit {
  color: #d70081;
  margin-right: 1rem;
}
.cid-uOmjQLbCoe .panel-body {
  padding: 0 2.2vw 1.7vw;
  transition: background 0.4s  !important;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .panel-body {
    padding: 0 5.3333333333vw 7.7vw;
  }
}
@media (max-width: 767px) {
  .cid-uOmjQLbCoe .panel-body {
    padding: 0 5.3333333333vw 9.0666666667vw;
  }
}
.cid-uOmjQLbCoe .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #d70081;
  border: 1px solid #d70081;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
.cid-uOmjQLbCoe .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uOmjQLbCoe .image-wrapper {
  position: absolute;
  left: 35%;
  top: 0;
  width: 65%;
  height: 100%;
}
.cid-uOmjQLbCoe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uOmjQLbCoe .image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1.68;
    border-top: 1px solid #d70081;
  }
}
.cid-uOmjQLbCoe .panel-collapse:not(.collapse) .panel-body {
  background-color: #ffdd00;
}
.cid-uOmjQLbCoe .panel-collapse.show .panel-body {
  background-color: #ffdd00;
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uOmjQLbCoe .panel-text {
  color: #f60588;
}
.cid-uOmIhw8DxW {
  background-color: #081c24;
}
.cid-uOmIhw8DxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOmIhw8DxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOmIhw8DxW .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOmIhw8DxW .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOmIhw8DxW .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOmIhw8DxW .image-wrapper img {
    height: 350px;
  }
}
.cid-uOmIhw8DxW .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uOmIhw8DxW .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOmIhw8DxW .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOmIhw8DxW .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOmIhw8DxW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOmIhw8DxW .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOmIhw8DxW .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOmIhw8DxW .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOmIhw8DxW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uOmIhw8DxW .mbr-label,
.cid-uOmIhw8DxW .label-wrapper {
  color: #FFBE0D;
}
.cid-uOmIhw8DxW .mbr-section-title {
  color: #fff7ee;
}
.cid-uOmIhw8DxW .mbr-text {
  color: #fff7ee;
}
.cid-uOmIhw8DxW .mbr-section-title,
.cid-uOmIhw8DxW .mbr-section-btn {
  color: #d70081;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPKvhTIWQ1 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f60588;
}
.cid-uPKvhTIWQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKvhTIWQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uPKvhTIWQ1 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #081c24;
}
.cid-uPKvhTIWQ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uPKvhTIWQ1 .mbr-text,
.cid-uPKvhTIWQ1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPKvhTIWQ1 .content-head {
  max-width: 800px;
}
.cid-uPKxTfruNr {
  background-color: #081c24;
}
.cid-uPKxTfruNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKxTfruNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKxTfruNr .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uPKxTfruNr .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uPKxTfruNr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPKxTfruNr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPKxTfruNr .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uPKxTfruNr .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #f60588;
}
.cid-uPKxTfruNr .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uPKxTfruNr .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uPKxTfruNr .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPKxTfruNr .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #f60588;
}
@media (max-width: 992px) {
  .cid-uPKxTfruNr .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uPKxTfruNr .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #ffa600;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPKxTfruNr .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uPKxTfruNr .image-wrapper::after {
    display: none;
  }
}
.cid-uPKxTfruNr .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #f7b2d8;
}
.cid-uPKxTfruNr .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uPKxTfruNr .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uPKxTfruNr .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uPKxTfruNr .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uPKxTfruNr .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uPKxTfruNr .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uPKxTfruNr .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uPKxTfruNr .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uPKxTfruNr .mbr-section-title {
  color: #101511;
}
.cid-uPKxTfruNr .mbr-text {
  color: #6e716f;
}
.cid-uPKxTfruNr .mbr-section-title,
.cid-uPKxTfruNr .mbr-section-btn {
  color: #f60588;
}
.cid-uPPA0Hgf2m {
  background-color: #081c24;
  overflow: hidden;
  position: relative;
}
.cid-uPPA0Hgf2m img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m img {
    height: 400px;
  }
}
.cid-uPPA0Hgf2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPA0Hgf2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPA0Hgf2m .card {
  justify-content: flex-end;
}
.cid-uPPA0Hgf2m .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uPPA0Hgf2m .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uPPA0Hgf2m .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPPA0Hgf2m .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uPPA0Hgf2m .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uPPA0Hgf2m .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPPA0Hgf2m .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m .image-wrapper {
    min-height: 400px;
  }
}
.cid-uPPA0Hgf2m .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #ffa600;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uPPA0Hgf2m .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uPPA0Hgf2m .mbr-section-title {
  color: #000000;
}
.cid-uPPA0Hgf2m .mbr-text {
  color: #ffa600;
}
.cid-uPPA0Hgf2m .card-text {
  color: #000000;
}
.cid-uPPA0Hgf2m .mbr-section-title,
.cid-uPPA0Hgf2m .mbr-section-btn {
  color: #f60588;
}
.cid-uPPA0Hgf2m .card-text,
.cid-uPPA0Hgf2m .card-wrapper {
  color: #d70081;
}
.cid-uPPBf7PICR {
  background-color: #081c24;
}
.cid-uPPBf7PICR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPBf7PICR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPPBf7PICR .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uPPBf7PICR .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uPPBf7PICR .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uPPBf7PICR .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uPPBf7PICR .mbr-section-title {
  color: #E0BDB6;
}
.cid-uPPBf7PICR .mbr-text {
  color: #ffa600;
}
.cid-uPPBf7PICR .mbr-section-title,
.cid-uPPBf7PICR .mbr-section-btn {
  color: #d70081;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
.cid-uOgW0Go8VW .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOgW0Go8VW .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-uOgW0Go8VW .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-uOgW0Go8VW .navbar-logo {
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar-brand {
  background-color: #f60588;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOgW0Go8VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOgW0Go8VW .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-uOgW0Go8VW .navbar-nav {
  min-width: 45%;
}
.cid-uOgW0Go8VW .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uOgW0Go8VW .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uOgW0Go8VW .dropdown-item {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .dropdown-item:hover {
  color: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uOgW0Go8VW .nav-link:hover {
  color: #f60588 !important;
}
.cid-uOgW0Go8VW .nav-link:hover:before {
  opacity: 1;
}
.cid-uOgW0Go8VW .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f60588;
}
.cid-uOgW0Go8VW .btn-white {
  color: #010a08 !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOgW0Go8VW .container {
  display: flex;
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.opened {
  background: #081c24 !important;
}
.cid-uOgW0Go8VW .nav-item:focus,
.cid-uOgW0Go8VW .nav-link:focus {
  outline: none;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOgW0Go8VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOgW0Go8VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOgW0Go8VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOgW0Go8VW .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #081c24;
  background: none;
}
.cid-uOgW0Go8VW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOgW0Go8VW .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uOgW0Go8VW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOgW0Go8VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOgW0Go8VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOgW0Go8VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOgW0Go8VW .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: 55%;
}
.cid-uOgW0Go8VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOgW0Go8VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOgW0Go8VW .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOgW0Go8VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOgW0Go8VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOgW0Go8VW .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: 55%;
  }
  .cid-uOgW0Go8VW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOgW0Go8VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOgW0Go8VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOgW0Go8VW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uOgW0Go8VW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOgW0Go8VW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOgW0Go8VW .navbar.navbar-short {
  background: #081c24 !important;
  min-height: 60px;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOgW0Go8VW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOgW0Go8VW .dropdown-item.active,
.cid-uOgW0Go8VW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOgW0Go8VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOgW0Go8VW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081c24;
}
.cid-uOgW0Go8VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOgW0Go8VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOgW0Go8VW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOgW0Go8VW .navbar-buttons {
  text-align: center;
}
.cid-uOgW0Go8VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOgW0Go8VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOgW0Go8VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOgW0Go8VW .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uOgW0Go8VW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOgW0Go8VW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOgW0Go8VW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOgW0Go8VW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOgW0Go8VW .navbar {
    height: 77px;
  }
  .cid-uOgW0Go8VW .navbar.opened {
    height: auto;
  }
  .cid-uOgW0Go8VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPPQAAKR3Y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ffa600;
}
.cid-uPPQAAKR3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQAAKR3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQAAKR3Y .card {
  justify-content: center;
}
.cid-uPPQAAKR3Y .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPPQAAKR3Y .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPPQAAKR3Y .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uPPQAAKR3Y .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uPPQAAKR3Y .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uPPQAAKR3Y .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPPQAAKR3Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uPPQAAKR3Y .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uPPQAAKR3Y .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .image-wrapper {
    padding-right: 0;
  }
}
.cid-uPPQAAKR3Y .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPPQAAKR3Y .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uPPQAAKR3Y .mbr-section-title {
  color: #ffffff;
}
.cid-uPPQAAKR3Y .mbr-tag {
  color: #ffffff;
}
.cid-uPPQAAKR3Y .mbr-text {
  color: #ffffff;
}
.cid-uPPQAAKR3Y .mbr-section-title,
.cid-uPPQAAKR3Y .mbr-section-btn {
  color: #d70081;
}
.cid-uP8ubPbzyh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uP8ubPbzyh .item:focus,
.cid-uP8ubPbzyh span:focus {
  outline: none;
}
.cid-uP8ubPbzyh .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uP8ubPbzyh .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uP8ubPbzyh .item {
    min-height: 45px;
  }
}
.cid-uP8ubPbzyh .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #f60588;
}
.cid-uP8ubPbzyh .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uP8ubPbzyh .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uP8ubPbzyh .container_1 {
  background-color: #f60588;
}
.cid-uP8ubPbzyh .container_1 .item_1 {
  color: #000000;
  background-color: #f60588;
}
.cid-uP8ubPbzyh .container_2 {
  background-color: #000000;
}
.cid-uP8ubPbzyh .container_2 .item_2 {
  color: #ffffff;
  background-color: #000000;
}
.cid-uPQ1kSeFFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-uPQ1kSeFFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPQ1kSeFFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPQ1kSeFFk .row {
  justify-content: space-between;
}
.cid-uPQ1kSeFFk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPQ1kSeFFk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPQ1kSeFFk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffa600;
}
.cid-uPQ1kSeFFk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #ffffff;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa600;
  transition: all 0.3s ease-in-out;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #ffa600;
}
.cid-uPQ1kSeFFk .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #d70081;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #d70081;
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #d70081;
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPQ1kSeFFk .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPQ1kSeFFk .mbr-label {
  color: #000000;
}
.cid-uPQ1kSeFFk .mbr-section-title {
  color: #000000;
}
.cid-uPQ1kSeFFk .item-title {
  color: #000000;
}
.cid-uPQ1kSeFFk .item-text {
  color: #edefeb;
}
.cid-uPPS9NbLym {
  background-color: #081c24;
}
.cid-uPPS9NbLym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPS9NbLym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPS9NbLym .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #ffcc01;
  background-color: #d70081;
}
@media (max-width: 992px) {
  .cid-uPPS9NbLym .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uPPS9NbLym .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffa600, #d70081 50%);
  opacity: .5;
}
.cid-uPPS9NbLym .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPPS9NbLym .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #ffcc01;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPPS9NbLym .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ffa600;
  border-radius: 100%;
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uPPS9NbLym .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uPPS9NbLym .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPPS9NbLym .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uPPS9NbLym .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPPS9NbLym .panel-title-edit {
  color: #ffffff;
}
.cid-uPPS9NbLym .panel-text {
  color: #ffffff;
}
.cid-uOgYhuLkht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #081c24;
}
.cid-uOgYhuLkht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOgYhuLkht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgYhuLkht .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container-fluid {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOgYhuLkht .container {
    padding: 0 30px;
  }
}
.cid-uOgYhuLkht .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uOgYhuLkht .contacts-wrapper,
.cid-uOgYhuLkht .list-wrapper,
.cid-uOgYhuLkht .soc-wrapper {
  width: fit-content;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
.cid-uOgYhuLkht .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uOgYhuLkht .list {
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .list .item-wrap {
  margin-bottom: 6px;
  position: relative;
  line-height: 1.625;
}
.cid-uOgYhuLkht .list .item-wrap:hover {
  color: #ffffff;
}
.cid-uOgYhuLkht .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uOgYhuLkht .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uOgYhuLkht .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uOgYhuLkht .copyright {
  padding: 10px 0;
  margin: 60px 0 0;
  color: #b1b0b5;
}
.cid-uOgYhuLkht .mbr-section-title {
  color: #ffffff;
}
