.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 7.8rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.7rem;
  line-height: 100%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 124%;
}
.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: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 15em;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 15em;
}
.bg-primary {
  background-color: #555555 !important;
}
.bg-success {
  background-color: #2cc703 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #edeb03 !important;
}
.bg-danger {
  background-color: #edb503 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d61f1 !important;
  border-color: #1d61f1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0b3fad !important;
  border-color: #0b3fad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b3fad !important;
  border-color: #0b3fad !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2cc703 !important;
  border-color: #2cc703 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #197202 !important;
  border-color: #197202 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #197202 !important;
  border-color: #197202 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edeb03 !important;
  border-color: #edeb03 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #979602 !important;
  border-color: #979602 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #979602 !important;
  border-color: #979602 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edb503 !important;
  border-color: #edb503 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #977402 !important;
  border-color: #977402 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #977402 !important;
  border-color: #977402 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #555555;
  color: #555555;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a2a2a !important;
  background-color: transparent!important;
  border-color: #2a2a2a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d61f1;
  color: #1d61f1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0b3fad !important;
  background-color: transparent!important;
  border-color: #0b3fad !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d61f1 !important;
  border-color: #1d61f1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2cc703;
  color: #2cc703;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #197202 !important;
  background-color: transparent!important;
  border-color: #197202 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2cc703 !important;
  border-color: #2cc703 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edeb03;
  color: #edeb03;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #979602 !important;
  background-color: transparent!important;
  border-color: #979602 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #edeb03 !important;
  border-color: #edeb03 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #edb503;
  color: #edb503;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #977402 !important;
  background-color: transparent!important;
  border-color: #977402 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #edb503 !important;
  border-color: #edb503 !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: #555555 !important;
}
.text-secondary {
  color: #1d61f1 !important;
}
.text-success {
  color: #2cc703 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #edeb03 !important;
}
.text-danger {
  color: #edb503 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #222222 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a399e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #166301 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888702 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #886802 !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: #555555;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #edeb03;
}
.alert-danger {
  background-color: #edb503;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #555555;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #72fc4d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefebe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feefbe;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #555555 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #555555;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #555555;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #555555;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.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: #555555 !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: #1d61f1 !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='%23555555' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 32px;
  height: 76px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn-main .btn {
  padding: 20px;
  height: auto;
}
.mbr-background-video {
  padding: 0;
}
.cid-u63MMTtoeN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u63MMTtoeN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u63MMTtoeN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u63MMTtoeN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u63MMTtoeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u63MMTtoeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u63MMTtoeN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u63MMTtoeN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u63MMTtoeN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u63MMTtoeN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u63MMTtoeN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u63MMTtoeN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u63MMTtoeN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u63MMTtoeN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u63MMTtoeN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u63MMTtoeN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u63MMTtoeN .nav-item:focus,
.cid-u63MMTtoeN .nav-link:focus {
  outline: none;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u63MMTtoeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u63MMTtoeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u63MMTtoeN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u63MMTtoeN .navbar.opened {
  transition: all 0.3s;
}
.cid-u63MMTtoeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u63MMTtoeN .navbar .navbar-logo img {
  width: auto;
}
.cid-u63MMTtoeN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u63MMTtoeN .navbar.collapsed {
  justify-content: center;
}
.cid-u63MMTtoeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u63MMTtoeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u63MMTtoeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u63MMTtoeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar {
    min-height: 72px;
  }
  .cid-u63MMTtoeN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u63MMTtoeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u63MMTtoeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u63MMTtoeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u63MMTtoeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u63MMTtoeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u63MMTtoeN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u63MMTtoeN .dropdown-item.active,
.cid-u63MMTtoeN .dropdown-item:active {
  background-color: transparent;
}
.cid-u63MMTtoeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u63MMTtoeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u63MMTtoeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u63MMTtoeN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u63MMTtoeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u63MMTtoeN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .navbar-buttons {
    text-align: left;
  }
}
.cid-u63MMTtoeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u63MMTtoeN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u63MMTtoeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u63MMTtoeN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u63MMTtoeN .navbar {
    height: 70px;
  }
  .cid-u63MMTtoeN .navbar.opened {
    height: auto;
  }
  .cid-u63MMTtoeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u63MMTtoeN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u63MMTtoeN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u63MMTtoeN .navbar-brand {
    margin-right: auto;
  }
  .cid-u63MMTtoeN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u63MMTtoeN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u63MMTtoeN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u63MMTtoeN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u63YksJULE {
  background: #ffffff;
}
.cid-u63YksJULE .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-u63YksJULE .video-block {
    width: 100% !important;
  }
}
.cid-u63YTsHFaT {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u63YTsHFaT {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u63YTsHFaT .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u63YTsHFaT section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-u63YTsHFaT .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u63YTsHFaT .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u63YTsHFaT .row .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-u63YTsHFaT .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u63YTsHFaT .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u63YTsHFaT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u63YTsHFaT .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u63YTsHFaT .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .image-wrapper {
    height: auto;
  }
}
.cid-u63YTsHFaT .image-wrapper img {
  height: 500px;
  width: 60%;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-u63YTsHFaT .image-wrapper img:last-child {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 9rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-u63YTsHFaT .image-wrapper img:last-child {
    display: none;
  }
}
.cid-u63YTsHFaT .mbr-section-title {
  color: #ed2c03;
}
.cid-u63YTsHFaT .mbr-desc {
  color: #000000;
}
.cid-u63YTsHFaT .mbr-section-title,
.cid-u63YTsHFaT .mbr-section-btn {
  color: #ff0b66;
}
.cid-tzrhEkbOv9 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrhEkbOv9 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tzrhEkbOv9 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrhEkbOv9 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tzrhEkbOv9 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tzrhEkbOv9 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhEkbOv9 .row .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-tzrhEkbOv9 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrhEkbOv9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tzrhEkbOv9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tzrhCTfMQk {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrhCTfMQk {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tzrhCTfMQk .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrhCTfMQk .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tzrhCTfMQk .row {
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tzrhCTfMQk .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhCTfMQk .row .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-tzrhCTfMQk .row {
    padding: 32px 0;
  }
}
.cid-tzrhCTfMQk .item {
  padding: 0 12px 0 0;
  overflow: hidden;
}
.cid-tzrhCTfMQk .item:nth-child(3n) {
  padding: 0 0 0 12px;
}
@media (max-width: 992px) {
  .cid-tzrhCTfMQk .item:nth-child(3n) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tzrhCTfMQk .item {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-tzrhCTfMQk .item a {
  display: block;
}
.cid-tzrhCTfMQk .item a .item-wrapper {
  border-radius: 1.2em;
}
.cid-tzrhCTfMQk .item a .item-wrapper .item-img {
  position: relative;
  min-height: 690px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tzrhCTfMQk .item a .item-wrapper .item-img {
    min-height: 300px;
    padding: 16px;
  }
}
.cid-tzrhCTfMQk .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzrhCTfMQk .item a .item-wrapper .item-img .title-wrapper {
  position: relative;
}
.cid-tzrhCTfMQk .item a .item-wrapper .item-img .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 20px 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 15em;
  min-height: 76px;
}
@media (max-width: 768px) {
  .cid-tzrhCTfMQk .item a .item-wrapper .item-img .title-wrapper .mbr-section-title {
    padding: 20px 24px;
  }
}
.cid-tzrhCTfMQk .mbr-section-title {
  color: #000000;
}
.cid-tzrhCTfMQk .mbr-section-title,
.cid-tzrhCTfMQk .title-wrapper {
  color: #ff0b66;
}
.cid-u64D7X5zBo {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u64D7X5zBo {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u64D7X5zBo .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u64D7X5zBo .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u64D7X5zBo .row {
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-u64D7X5zBo .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64D7X5zBo .row .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-u64D7X5zBo .row {
    padding: 32px 0;
  }
}
.cid-u64D7X5zBo .item {
  padding: 0 12px 0 0;
  overflow: hidden;
}
.cid-u64D7X5zBo .item:nth-child(3n) {
  padding: 0 0 0 12px;
}
@media (max-width: 992px) {
  .cid-u64D7X5zBo .item:nth-child(3n) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u64D7X5zBo .item {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-u64D7X5zBo .item a {
  display: block;
}
.cid-u64D7X5zBo .item a .item-wrapper {
  border-radius: 1.2em;
}
.cid-u64D7X5zBo .item a .item-wrapper .item-img {
  position: relative;
  min-height: 690px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u64D7X5zBo .item a .item-wrapper .item-img {
    min-height: 300px;
    padding: 16px;
  }
}
.cid-u64D7X5zBo .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u64D7X5zBo .item a .item-wrapper .item-img .title-wrapper {
  position: relative;
}
.cid-u64D7X5zBo .item a .item-wrapper .item-img .title-wrapper .mbr-section-title {
  display: inline-flex;
  padding: 20px 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 15em;
  min-height: 76px;
}
@media (max-width: 768px) {
  .cid-u64D7X5zBo .item a .item-wrapper .item-img .title-wrapper .mbr-section-title {
    padding: 20px 24px;
  }
}
.cid-u64D7X5zBo .mbr-section-title {
  color: #000000;
}
.cid-u64D7X5zBo .mbr-section-title,
.cid-u64D7X5zBo .title-wrapper {
  color: #ff0b66;
}
.cid-u64LCDK0lY {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u64LCDK0lY {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u64LCDK0lY .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u64LCDK0lY .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u64LCDK0lY .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u64LCDK0lY .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64LCDK0lY .row .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-u64LCDK0lY .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u64LCDK0lY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u64LCDK0lY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u64IHCHgH7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u64IHCHgH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u64IHCHgH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u64IHCHgH7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u64IHCHgH7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u64IHCHgH7 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-u64IHCHgH7 .content-head {
  max-width: 800px;
}
.cid-u64IHCHgH7 .mbr-section-title {
  color: #ff0b66;
}
.cid-u64IHCHgH7 .card-title {
  color: #ff0b66;
}
.cid-u6gAAwWjKV {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6gAAwWjKV {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6gAAwWjKV .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6gAAwWjKV .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6gAAwWjKV .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6gAAwWjKV .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gAAwWjKV .row .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-u6gAAwWjKV .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6gAAwWjKV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6gAAwWjKV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6gBC3YK6B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6gBC3YK6B .item:focus,
.cid-u6gBC3YK6B span:focus {
  outline: none;
}
.cid-u6gBC3YK6B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 143px;
  max-width: 143px;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .cid-u6gBC3YK6B .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u6gBC3YK6B .embla__slide .slide-content .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u6gBC3YK6B .embla__slide .slide-content .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6gBC3YK6B .embla__slide .slide-content .image-wrapper img:first-child {
  margin-bottom: 40px;
}
.cid-u6gBC3YK6B .embla__button--next,
.cid-u6gBC3YK6B .embla__button--prev {
  display: flex;
}
.cid-u6gBC3YK6B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #1d61f1;
  border: 2px solid #555555;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6gBC3YK6B .embla__button {
    display: none;
  }
}
.cid-u6gBC3YK6B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6gBC3YK6B .embla__button:hover {
  background: transparent;
  color: #1d61f1;
  opacity: .7;
}
.cid-u6gBC3YK6B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6gBC3YK6B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6gBC3YK6B .embla__button {
    top: auto;
  }
}
.cid-u6gBC3YK6B .embla {
  position: relative;
  width: 100%;
}
.cid-u6gBC3YK6B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6gBC3YK6B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6gBC3YK6B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6gBC3YK6B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tzrilPmWR5 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrilPmWR5 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tzrilPmWR5 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrilPmWR5 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tzrilPmWR5 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111111;
}
.cid-tzrilPmWR5 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrilPmWR5 .row .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-tzrilPmWR5 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrilPmWR5 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tzrilPmWR5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tzrilPmWR5 .title-wrapper .link-wrap {
  display: block;
}
.cid-tzrilPmWR5 .title-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tzrilPmWR5 .title-wrapper .link-wrap .mbr-link:hover::before {
  width: 100%;
}
.cid-tzrilPmWR5 .title-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ed2c03;
  transition: all 0.3s ease-out;
}
.cid-tzrilPmWR5 .mbr-section-title {
  color: #ffffff;
}
.cid-tzrilPmWR5 .mbr-link {
  color: #ed2c03;
}
.cid-tzrilPmWR5 .mbr-link,
.cid-tzrilPmWR5 .link-wrap {
  color: #ff0b66;
}
.cid-u6elrG420v {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6elrG420v .fb-page,
.cid-u6elrG420v span,
.cid-u6elrG420v iframe {
  width: 500px;
  height: 720px;
}
.cid-u6elrG420v blockquote {
  display: none;
}
.cid-u6elrG420v .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tzrhZzA6sX {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrhZzA6sX {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tzrhZzA6sX .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrhZzA6sX .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tzrhZzA6sX .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-tzrhZzA6sX .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhZzA6sX .row .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-tzrhZzA6sX .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrhZzA6sX .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tzrhZzA6sX .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tzrhZzA6sX .mbr-section-title span {
  color: #000000;
}
.cid-tzrhZzA6sX .dragArea.row {
  padding: 0;
}
.cid-tzrhZzA6sX .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tzrhZzA6sX .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-tzrhZzA6sX .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-tzrhZzA6sX .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-tzrhZzA6sX .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-tzrhZzA6sX .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tzrhZzA6sX .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tzrhZzA6sX .mbr-section-title,
.cid-tzrhZzA6sX .mbr-section-btn {
  text-align: center;
}
.cid-tzrhN2mVsR {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tzrhN2mVsR {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tzrhN2mVsR .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzrhN2mVsR .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tzrhN2mVsR .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tzrhN2mVsR .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhN2mVsR .row .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-tzrhN2mVsR .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tzrhN2mVsR .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tzrhN2mVsR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tzrhN2mVsR .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-tzrhN2mVsR .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tzrhN2mVsR .card {
    border: none;
  }
  .cid-tzrhN2mVsR .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-tzrhN2mVsR .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-tzrhN2mVsR .card a {
  display: block;
}
.cid-tzrhN2mVsR .card a:hover .card-wrapper .mbr-link,
.cid-tzrhN2mVsR .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-tzrhN2mVsR .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-tzrhN2mVsR .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tzrhN2mVsR .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-tzrhN2mVsR .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tzrhN2mVsR .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-tzrhN2mVsR .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tzrhN2mVsR .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u69E81tMtj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u69E81tMtj .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 30px;
  }
}
.cid-u69E81tMtj .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u69E81tMtj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u69E81tMtj .copyright {
  color: #868c90;
}
.cid-u69E81tMtj .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u69E81tMtj .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u69E81tMtj .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u69E81tMtj .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .footer-logo {
    margin: 0 auto;
  }
}
.cid-u63MMTtoeN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u63MMTtoeN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u63MMTtoeN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u63MMTtoeN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u63MMTtoeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u63MMTtoeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u63MMTtoeN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u63MMTtoeN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u63MMTtoeN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u63MMTtoeN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u63MMTtoeN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u63MMTtoeN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u63MMTtoeN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u63MMTtoeN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u63MMTtoeN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u63MMTtoeN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u63MMTtoeN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u63MMTtoeN .nav-item:focus,
.cid-u63MMTtoeN .nav-link:focus {
  outline: none;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u63MMTtoeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u63MMTtoeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u63MMTtoeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u63MMTtoeN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u63MMTtoeN .navbar.opened {
  transition: all 0.3s;
}
.cid-u63MMTtoeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u63MMTtoeN .navbar .navbar-logo img {
  width: auto;
}
.cid-u63MMTtoeN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u63MMTtoeN .navbar.collapsed {
  justify-content: center;
}
.cid-u63MMTtoeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u63MMTtoeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u63MMTtoeN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u63MMTtoeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u63MMTtoeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u63MMTtoeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u63MMTtoeN .navbar {
    min-height: 72px;
  }
  .cid-u63MMTtoeN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u63MMTtoeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u63MMTtoeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u63MMTtoeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u63MMTtoeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u63MMTtoeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u63MMTtoeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u63MMTtoeN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u63MMTtoeN .dropdown-item.active,
.cid-u63MMTtoeN .dropdown-item:active {
  background-color: transparent;
}
.cid-u63MMTtoeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u63MMTtoeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u63MMTtoeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u63MMTtoeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u63MMTtoeN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u63MMTtoeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u63MMTtoeN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .navbar-buttons {
    text-align: left;
  }
}
.cid-u63MMTtoeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u63MMTtoeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u63MMTtoeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u63MMTtoeN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u63MMTtoeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u63MMTtoeN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u63MMTtoeN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u63MMTtoeN .navbar {
    height: 70px;
  }
  .cid-u63MMTtoeN .navbar.opened {
    height: auto;
  }
  .cid-u63MMTtoeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u63MMTtoeN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u63MMTtoeN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u63MMTtoeN .navbar-brand {
    margin-right: auto;
  }
  .cid-u63MMTtoeN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u63MMTtoeN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u63MMTtoeN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u63MMTtoeN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u63MMTtoeN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u63MMTtoeN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6eANn2hrN {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6eANn2hrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eANn2hrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6eANn2hrN .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u6eANn2hrN .container-fluid {
    padding: 0 12px;
  }
}
.cid-u6eANn2hrN .container-fluid .row {
  padding: 0;
}
.cid-u6eANn2hrN .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u6eANn2hrN .card {
  padding: 150px 28px;
  border-radius: 0;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-u6eANn2hrN .card {
    border-left: 1px solid #d2d2d2;
    border-left: none;
    border-right: 2px solid #d2d2d2;
  }
}
@media (max-width: 992px) {
  .cid-u6eANn2hrN .card {
    padding: 48px 20px;
  }
}
.cid-u6eANn2hrN .card:last-child {
  position: relative;
}
.cid-u6eANn2hrN .card:last-child::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -3rem;
  border-radius: 100%;
  width: 300px;
  height: 180px;
  background-color: transparent;
  border: 5px solid #ff0b66;
}
@media (max-width: 992px) {
  .cid-u6eANn2hrN .card:last-child::before {
    display: none;
  }
}
.cid-u6eANn2hrN .card:last-child::after {
  content: '';
  position: absolute;
  bottom: -7rem;
  right: -1rem;
  border-radius: 100%;
  width: 300px;
  height: 180px;
  background-color: transparent;
  border: 5px solid #ff0b66;
}
@media (max-width: 992px) {
  .cid-u6eANn2hrN .card:last-child::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u6eANn2hrN .card:last-child {
    border-left: none;
    border-right: 2px solid #d2d2d2;
    border-right: none;
    border-left: 1px solid #d2d2d2;
  }
}
.cid-u6eANn2hrN .card .title-wrapper {
  margin-bottom: 0;
}
.cid-u6eANn2hrN .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  width: 45%;
}
.cid-u6eANn2hrN .card .image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .cid-u6eANn2hrN .card .image-wrapper {
    bottom: 0;
  }
}
.cid-u6eANn2hrN .card .image-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u6eANn2hrN .card .image-wrapper img {
    height: 120px;
    width: 120px;
  }
}
.cid-u6eANn2hrN .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6eANn2hrN .mbr-section-title {
  color: #ffffff;
}
.cid-u6eANn2hrN .mbr-text {
  color: #ffffff;
}
.cid-u69JI4S2bZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u69JI4S2bZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69JI4S2bZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u69JI4S2bZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u69JI4S2bZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u69JI4S2bZ .container {
    padding: 0 24px;
  }
}
.cid-u69JI4S2bZ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u69JI4S2bZ .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-u69JI4S2bZ .box .mbr-media {
  position: relative;
  height: 600px;
  border-radius: .6rem !important;
}
@media (max-width: 992px) {
  .cid-u69JI4S2bZ .box .mbr-media {
    height: 350px;
  }
}
.cid-u69JI4S2bZ .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: .6rem !important;
}
.cid-u69JI4S2bZ .box .mbr-media .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-u69JI4S2bZ .mbr-media {
  position: relative;
}
.cid-u69JI4S2bZ .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u69JI4S2bZ a:hover {
  background-image: none !important;
}
.cid-u69JI4S2bZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #ff0b66;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u69JI4S2bZ .icon-wrap:hover,
.cid-u69JI4S2bZ .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-u69JI4S2bZ .icon-wrap:hover .mbr-iconfont,
.cid-u69JI4S2bZ .icon-wrap:focus .mbr-iconfont {
  color: #ff0b66;
}
.cid-u69JI4S2bZ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u69JI4S2bZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u69JI4S2bZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u69JI4S2bZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u69JI4S2bZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u69JI4S2bZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u69JI4S2bZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6eCJRp3ot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6eCJRp3ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eCJRp3ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6eCJRp3ot .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u6eCJRp3ot .container-fluid {
    padding: 0 12px;
  }
}
.cid-u6eCJRp3ot .container-fluid .row {
  padding: 0;
}
.cid-u6eCJRp3ot .row {
  border: 3px solid #c0b8a8;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u6eCJRp3ot .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-u6eCJRp3ot .card {
    border-left: 1px solid #c0b8a8;
    border-left: none;
    border-right: 2px solid #c0b8a8;
  }
}
@media (max-width: 992px) {
  .cid-u6eCJRp3ot .card {
    padding: 48px 20px;
  }
}
.cid-u6eCJRp3ot .card:first-child {
  position: relative;
}
.cid-u6eCJRp3ot .card:first-child::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -3rem;
  border-radius: 100%;
  width: 85px;
  height: 300px;
  background-color: transparent;
  border: 5px solid #fff9e7;
}
@media (max-width: 992px) {
  .cid-u6eCJRp3ot .card:first-child::before {
    display: none;
  }
}
.cid-u6eCJRp3ot .card:first-child::after {
  content: '';
  position: absolute;
  bottom: -7rem;
  right: 3rem;
  border-radius: 100%;
  width: 300px;
  height: 180px;
  background-color: transparent;
  border: 5px solid #fff9e7;
}
@media (max-width: 992px) {
  .cid-u6eCJRp3ot .card:first-child::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u6eCJRp3ot .card:last-child {
    border-left: none;
    border-right: 2px solid #c0b8a8;
    border-right: none;
    border-left: 1px solid #c0b8a8;
  }
}
.cid-u6eCJRp3ot .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6eCJRp3ot .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6eCJRp3ot .mbr-section-title {
  color: #ffffff;
}
.cid-u6eCJRp3ot .mbr-text {
  color: #ffffff;
}
.cid-u6eDkCNdbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-u6eDkCNdbF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u6eDkCNdbF .container {
    padding: 10px 8px;
  }
}
.cid-u6eDkCNdbF .row {
  border-radius: 25px;
  background-color: #000000;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u6eDkCNdbF .row {
    padding: 50px 10px;
  }
}
.cid-u6eDkCNdbF .row .card {
  padding: 0;
}
.cid-u6eDkCNdbF .item:focus,
.cid-u6eDkCNdbF span:focus {
  outline: none;
}
.cid-u6eDkCNdbF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6eDkCNdbF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6eDkCNdbF .embla__slide .slide-content {
  width: 100%;
}
.cid-u6eDkCNdbF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u6eDkCNdbF .embla__button--next,
.cid-u6eDkCNdbF .embla__button--prev {
  display: flex;
}
.cid-u6eDkCNdbF .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6eDkCNdbF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6eDkCNdbF .embla__button:hover {
  transform: scale(1.15);
}
.cid-u6eDkCNdbF .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-u6eDkCNdbF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6eDkCNdbF .embla {
  position: relative;
  width: 100%;
}
.cid-u6eDkCNdbF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-u6eDkCNdbF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6eDkCNdbF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6eDkCNdbF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u69A85fqvR {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u69A85fqvR {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u69A85fqvR .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u69A85fqvR .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u69A85fqvR .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u69A85fqvR .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u69A85fqvR .row .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-u69A85fqvR .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u69A85fqvR .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u69A85fqvR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u69A85fqvR .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u69A85fqvR .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u69A85fqvR .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u69A85fqvR .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u69A85fqvR .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ff0b66;
}
.cid-u69A85fqvR .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u69A85fqvR .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u69A85fqvR .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u69A85fqvR .mbr-section-title {
  color: #ffffff;
}
.cid-u69A85fqvR .mbr-card-title {
  color: #ed2c03;
}
.cid-u69A85fqvR .mbr-text {
  color: #000000;
}
.cid-u6eSyNvK0Q {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6eSyNvK0Q {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6eSyNvK0Q .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6eSyNvK0Q .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6eSyNvK0Q .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6eSyNvK0Q .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eSyNvK0Q .row .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-u6eSyNvK0Q .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6eSyNvK0Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6eSyNvK0Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6eSe3mHPP {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6eSe3mHPP {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6eSe3mHPP .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6eSe3mHPP .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6eSe3mHPP .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6eSe3mHPP .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eSe3mHPP .row .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-u6eSe3mHPP .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6eSe3mHPP .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6eSe3mHPP .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6eSe3mHPP .mbr-section-title span {
  color: #000000;
}
.cid-u6eSe3mHPP .dragArea.row {
  padding: 0;
}
.cid-u6eSe3mHPP .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-u6eSe3mHPP .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-u6eSe3mHPP .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-u6eSe3mHPP .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u6eSe3mHPP .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u6eSe3mHPP .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u6eSe3mHPP .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-u6eSe3mHPP .mbr-section-title,
.cid-u6eSe3mHPP .mbr-section-btn {
  text-align: center;
}
.cid-u6eSP4pMZ5 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6eSP4pMZ5 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6eSP4pMZ5 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6eSP4pMZ5 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6eSP4pMZ5 .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6eSP4pMZ5 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eSP4pMZ5 .row .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-u6eSP4pMZ5 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6eSP4pMZ5 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6eSP4pMZ5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6eSP4pMZ5 .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-u6eSP4pMZ5 .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u6eSP4pMZ5 .card {
    border: none;
  }
  .cid-u6eSP4pMZ5 .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-u6eSP4pMZ5 .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-u6eSP4pMZ5 .card a {
  display: block;
}
.cid-u6eSP4pMZ5 .card a:hover .card-wrapper .mbr-link,
.cid-u6eSP4pMZ5 .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-u6eSP4pMZ5 .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-u6eSP4pMZ5 .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u6eSP4pMZ5 .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6eSP4pMZ5 .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u6eSP4pMZ5 .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-u6eSP4pMZ5 .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-u6eSP4pMZ5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u69E81tMtj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u69E81tMtj .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .list {
    margin-bottom: 30px;
  }
}
.cid-u69E81tMtj .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u69E81tMtj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u69E81tMtj .copyright {
  color: #868c90;
}
.cid-u69E81tMtj .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u69E81tMtj .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u69E81tMtj .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u69E81tMtj .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u69E81tMtj .footer-logo {
    margin: 0 auto;
  }
}
.cid-u6qrqRbXUz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u6qrqRbXUz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u6qrqRbXUz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u6qrqRbXUz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6qrqRbXUz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u6qrqRbXUz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6qrqRbXUz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6qrqRbXUz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u6qrqRbXUz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u6qrqRbXUz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u6qrqRbXUz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u6qrqRbXUz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u6qrqRbXUz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u6qrqRbXUz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u6qrqRbXUz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u6qrqRbXUz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u6qrqRbXUz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u6qrqRbXUz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u6qrqRbXUz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u6qrqRbXUz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u6qrqRbXUz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u6qrqRbXUz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u6qrqRbXUz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u6qrqRbXUz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6qrqRbXUz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u6qrqRbXUz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6qrqRbXUz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u6qrqRbXUz .nav-item:focus,
.cid-u6qrqRbXUz .nav-link:focus {
  outline: none;
}
.cid-u6qrqRbXUz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6qrqRbXUz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6qrqRbXUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6qrqRbXUz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6qrqRbXUz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6qrqRbXUz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6qrqRbXUz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u6qrqRbXUz .navbar.opened {
  transition: all 0.3s;
}
.cid-u6qrqRbXUz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6qrqRbXUz .navbar .navbar-logo img {
  width: auto;
}
.cid-u6qrqRbXUz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u6qrqRbXUz .navbar.collapsed {
  justify-content: center;
}
.cid-u6qrqRbXUz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6qrqRbXUz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6qrqRbXUz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u6qrqRbXUz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6qrqRbXUz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6qrqRbXUz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6qrqRbXUz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6qrqRbXUz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6qrqRbXUz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u6qrqRbXUz .navbar {
    min-height: 72px;
  }
  .cid-u6qrqRbXUz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u6qrqRbXUz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6qrqRbXUz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6qrqRbXUz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6qrqRbXUz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6qrqRbXUz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6qrqRbXUz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6qrqRbXUz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u6qrqRbXUz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6qrqRbXUz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6qrqRbXUz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u6qrqRbXUz .dropdown-item.active,
.cid-u6qrqRbXUz .dropdown-item:active {
  background-color: transparent;
}
.cid-u6qrqRbXUz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6qrqRbXUz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6qrqRbXUz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6qrqRbXUz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u6qrqRbXUz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u6qrqRbXUz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u6qrqRbXUz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6qrqRbXUz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u6qrqRbXUz .navbar-buttons {
    text-align: left;
  }
}
.cid-u6qrqRbXUz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6qrqRbXUz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6qrqRbXUz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6qrqRbXUz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6qrqRbXUz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6qrqRbXUz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6qrqRbXUz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6qrqRbXUz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6qrqRbXUz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6qrqRbXUz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6qrqRbXUz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6qrqRbXUz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6qrqRbXUz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6qrqRbXUz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6qrqRbXUz .navbar {
    height: 70px;
  }
  .cid-u6qrqRbXUz .navbar.opened {
    height: auto;
  }
  .cid-u6qrqRbXUz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u6qrqRbXUz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u6qrqRbXUz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u6qrqRbXUz .navbar-brand {
    margin-right: auto;
  }
  .cid-u6qrqRbXUz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u6qrqRbXUz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u6qrqRbXUz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u6qrqRbXUz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6qrqRbXUz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u6qrqRbXUz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6Ns13Px6J {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6Ns13Px6J .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u6Ns13Px6J .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u6Ns13Px6J .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6Ns13Px6J .container {
    padding: 0 22px;
  }
}
.cid-u6Ns13Px6J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-u6Ns13Px6J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6Ns13Px6J .embla__slide .slide-content {
  width: 100%;
}
.cid-u6Ns13Px6J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u6Ns13Px6J .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6Ns13Px6J .embla__button--next,
.cid-u6Ns13Px6J .embla__button--prev {
  display: flex;
}
.cid-u6Ns13Px6J .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6Ns13Px6J .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-u6Ns13Px6J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6Ns13Px6J .embla__button:hover {
  opacity: 1 !important;
}
.cid-u6Ns13Px6J .embla__button.embla__button--prev {
  left: 20px;
}
.cid-u6Ns13Px6J .embla__button.embla__button--next {
  right: 20px;
}
.cid-u6Ns13Px6J .card {
  justify-content: center;
}
.cid-u6Ns13Px6J .embla {
  position: relative;
  width: 100%;
}
.cid-u6Ns13Px6J .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6Ns13Px6J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6Ns13Px6J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6Ns13Px6J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6Ns13Px6J .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u6Ns13Px6J .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u6Ns13Px6J .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6Ns13Px6J .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u6Ns13Px6J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6Ns13Px6J .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u6NK3HJesE {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NK3HJesE {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NK3HJesE .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NK3HJesE .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NK3HJesE .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NK3HJesE .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NK3HJesE .row .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-u6NK3HJesE .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NK3HJesE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NK3HJesE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NzJ74jAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NzJ74jAw .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NzJ74jAw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NzJ74jAw .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NzJ74jAw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NzJ74jAw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NzJ74jAw .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NzJ74jAw .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NzJ74jAw .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NzJ74jAw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NzJ74jAw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NzJ74jAw .embla__button--next,
.cid-u6NzJ74jAw .embla__button--prev {
  display: flex;
}
.cid-u6NzJ74jAw .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NzJ74jAw .embla__button {
    display: none;
  }
}
.cid-u6NzJ74jAw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NzJ74jAw .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NzJ74jAw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NzJ74jAw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NzJ74jAw .embla__button {
    top: -10%;
  }
}
.cid-u6NzJ74jAw .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NzJ74jAw .embla {
    margin-top: 80px;
  }
}
.cid-u6NzJ74jAw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NzJ74jAw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NzJ74jAw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NzJ74jAw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NzJ74jAw .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NzJ74jAw .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NzJ74jAw .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NzJ74jAw .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NzJ74jAw .mbr-text ul {
    display: block;
  }
}
.cid-u6NzJ74jAw .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NzJ74jAw .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NzJ74jAw .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NzJ74jAw .item-wrapper {
  height: 100%;
}
.cid-u6NzJ74jAw .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NzJ74jAw .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NzJ74jAw .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NCyfvDhj {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NCyfvDhj {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NCyfvDhj .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NCyfvDhj .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NCyfvDhj .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NCyfvDhj .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NCyfvDhj .row .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-u6NCyfvDhj .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NCyfvDhj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NCyfvDhj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NC0vb72V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NC0vb72V .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NC0vb72V .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NC0vb72V .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NC0vb72V .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NC0vb72V .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NC0vb72V .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NC0vb72V .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NC0vb72V .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NC0vb72V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NC0vb72V .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NC0vb72V .embla__button--next,
.cid-u6NC0vb72V .embla__button--prev {
  display: flex;
}
.cid-u6NC0vb72V .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NC0vb72V .embla__button {
    display: none;
  }
}
.cid-u6NC0vb72V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NC0vb72V .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NC0vb72V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NC0vb72V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NC0vb72V .embla__button {
    top: -10%;
  }
}
.cid-u6NC0vb72V .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NC0vb72V .embla {
    margin-top: 80px;
  }
}
.cid-u6NC0vb72V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NC0vb72V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NC0vb72V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NC0vb72V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NC0vb72V .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NC0vb72V .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NC0vb72V .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NC0vb72V .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NC0vb72V .mbr-text ul {
    display: block;
  }
}
.cid-u6NC0vb72V .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NC0vb72V .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NC0vb72V .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NC0vb72V .item-wrapper {
  height: 100%;
}
.cid-u6NC0vb72V .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NC0vb72V .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NC0vb72V .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NK0wryaH {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NK0wryaH {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NK0wryaH .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NK0wryaH .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NK0wryaH .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NK0wryaH .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NK0wryaH .row .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-u6NK0wryaH .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NK0wryaH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NK0wryaH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NCAlldzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NCAlldzB .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NCAlldzB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NCAlldzB .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NCAlldzB .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NCAlldzB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NCAlldzB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NCAlldzB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NCAlldzB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NCAlldzB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NCAlldzB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NCAlldzB .embla__button--next,
.cid-u6NCAlldzB .embla__button--prev {
  display: flex;
}
.cid-u6NCAlldzB .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NCAlldzB .embla__button {
    display: none;
  }
}
.cid-u6NCAlldzB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NCAlldzB .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NCAlldzB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NCAlldzB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NCAlldzB .embla__button {
    top: -10%;
  }
}
.cid-u6NCAlldzB .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NCAlldzB .embla {
    margin-top: 80px;
  }
}
.cid-u6NCAlldzB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NCAlldzB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NCAlldzB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NCAlldzB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NCAlldzB .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NCAlldzB .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NCAlldzB .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NCAlldzB .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NCAlldzB .mbr-text ul {
    display: block;
  }
}
.cid-u6NCAlldzB .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NCAlldzB .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NCAlldzB .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NCAlldzB .item-wrapper {
  height: 100%;
}
.cid-u6NCAlldzB .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NCAlldzB .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NCAlldzB .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6qrqSJpmM {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6qrqSJpmM {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6qrqSJpmM .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6qrqSJpmM .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6qrqSJpmM .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6qrqSJpmM .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6qrqSJpmM .row .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-u6qrqSJpmM .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6qrqSJpmM .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6qrqSJpmM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6qrqSJpmM .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u6qrqSJpmM .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u6qrqSJpmM .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u6qrqSJpmM .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u6qrqSJpmM .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ff0b66;
}
.cid-u6qrqSJpmM .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u6qrqSJpmM .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u6qrqSJpmM .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6qrqSJpmM .mbr-section-title {
  color: #ffffff;
}
.cid-u6qrqSJpmM .mbr-card-title {
  color: #ed2c03;
}
.cid-u6qrqSJpmM .mbr-text {
  color: #000000;
}
.cid-u6qrqT4GLN {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6qrqT4GLN {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6qrqT4GLN .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6qrqT4GLN .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6qrqT4GLN .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6qrqT4GLN .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6qrqT4GLN .row .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-u6qrqT4GLN .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6qrqT4GLN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6qrqT4GLN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6qrqTjmSg {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6qrqTjmSg {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6qrqTjmSg .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6qrqTjmSg .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6qrqTjmSg .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6qrqTjmSg .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6qrqTjmSg .row .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-u6qrqTjmSg .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6qrqTjmSg .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6qrqTjmSg .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6qrqTjmSg .mbr-section-title span {
  color: #000000;
}
.cid-u6qrqTjmSg .dragArea.row {
  padding: 0;
}
.cid-u6qrqTjmSg .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-u6qrqTjmSg .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-u6qrqTjmSg .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-u6qrqTjmSg .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u6qrqTjmSg .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u6qrqTjmSg .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u6qrqTjmSg .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-u6qrqTjmSg .mbr-section-title,
.cid-u6qrqTjmSg .mbr-section-btn {
  text-align: center;
}
.cid-u6qrqTCOwT {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6qrqTCOwT {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6qrqTCOwT .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6qrqTCOwT .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6qrqTCOwT .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6qrqTCOwT .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6qrqTCOwT .row .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-u6qrqTCOwT .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6qrqTCOwT .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6qrqTCOwT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6qrqTCOwT .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-u6qrqTCOwT .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u6qrqTCOwT .card {
    border: none;
  }
  .cid-u6qrqTCOwT .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-u6qrqTCOwT .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-u6qrqTCOwT .card a {
  display: block;
}
.cid-u6qrqTCOwT .card a:hover .card-wrapper .mbr-link,
.cid-u6qrqTCOwT .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-u6qrqTCOwT .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-u6qrqTCOwT .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u6qrqTCOwT .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6qrqTCOwT .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u6qrqTCOwT .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-u6qrqTCOwT .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-u6qrqTCOwT .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u6qrqTVgOU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6qrqTVgOU .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u6qrqTVgOU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6qrqTVgOU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u6qrqTVgOU .list {
    margin-bottom: 30px;
  }
}
.cid-u6qrqTVgOU .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u6qrqTVgOU .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u6qrqTVgOU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6qrqTVgOU .copyright {
  color: #868c90;
}
.cid-u6qrqTVgOU .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u6qrqTVgOU .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u6qrqTVgOU .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u6qrqTVgOU .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u6qrqTVgOU .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u6qrqTVgOU .footer-logo {
    margin: 0 auto;
  }
}
.cid-u6NKWaPKh5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u6NKWaPKh5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u6NKWaPKh5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u6NKWaPKh5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6NKWaPKh5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u6NKWaPKh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6NKWaPKh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6NKWaPKh5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u6NKWaPKh5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u6NKWaPKh5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u6NKWaPKh5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u6NKWaPKh5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u6NKWaPKh5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u6NKWaPKh5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u6NKWaPKh5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u6NKWaPKh5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u6NKWaPKh5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u6NKWaPKh5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u6NKWaPKh5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u6NKWaPKh5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u6NKWaPKh5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u6NKWaPKh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u6NKWaPKh5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u6NKWaPKh5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NKWaPKh5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u6NKWaPKh5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6NKWaPKh5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u6NKWaPKh5 .nav-item:focus,
.cid-u6NKWaPKh5 .nav-link:focus {
  outline: none;
}
.cid-u6NKWaPKh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6NKWaPKh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6NKWaPKh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6NKWaPKh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6NKWaPKh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6NKWaPKh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6NKWaPKh5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u6NKWaPKh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6NKWaPKh5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6NKWaPKh5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6NKWaPKh5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u6NKWaPKh5 .navbar.collapsed {
  justify-content: center;
}
.cid-u6NKWaPKh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6NKWaPKh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6NKWaPKh5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u6NKWaPKh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6NKWaPKh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6NKWaPKh5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6NKWaPKh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6NKWaPKh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6NKWaPKh5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u6NKWaPKh5 .navbar {
    min-height: 72px;
  }
  .cid-u6NKWaPKh5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u6NKWaPKh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6NKWaPKh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6NKWaPKh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u6NKWaPKh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6NKWaPKh5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6NKWaPKh5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u6NKWaPKh5 .dropdown-item.active,
.cid-u6NKWaPKh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6NKWaPKh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6NKWaPKh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6NKWaPKh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6NKWaPKh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u6NKWaPKh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u6NKWaPKh5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u6NKWaPKh5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6NKWaPKh5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u6NKWaPKh5 .navbar-buttons {
    text-align: left;
  }
}
.cid-u6NKWaPKh5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6NKWaPKh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6NKWaPKh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6NKWaPKh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NKWaPKh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NKWaPKh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6NKWaPKh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NKWaPKh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6NKWaPKh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6NKWaPKh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NKWaPKh5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6NKWaPKh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6NKWaPKh5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6NKWaPKh5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6NKWaPKh5 .navbar {
    height: 70px;
  }
  .cid-u6NKWaPKh5 .navbar.opened {
    height: auto;
  }
  .cid-u6NKWaPKh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u6NKWaPKh5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u6NKWaPKh5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u6NKWaPKh5 .navbar-brand {
    margin-right: auto;
  }
  .cid-u6NKWaPKh5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u6NKWaPKh5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u6NKWaPKh5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u6NKWaPKh5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NKWaPKh5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u6NKWaPKh5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6NKWbx8C8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6NKWbx8C8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u6NKWbx8C8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u6NKWbx8C8 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6NKWbx8C8 .container {
    padding: 0 22px;
  }
}
.cid-u6NKWbx8C8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-u6NKWbx8C8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6NKWbx8C8 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6NKWbx8C8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u6NKWbx8C8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6NKWbx8C8 .embla__button--next,
.cid-u6NKWbx8C8 .embla__button--prev {
  display: flex;
}
.cid-u6NKWbx8C8 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6NKWbx8C8 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-u6NKWbx8C8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NKWbx8C8 .embla__button:hover {
  opacity: 1 !important;
}
.cid-u6NKWbx8C8 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-u6NKWbx8C8 .embla__button.embla__button--next {
  right: 20px;
}
.cid-u6NKWbx8C8 .card {
  justify-content: center;
}
.cid-u6NKWbx8C8 .embla {
  position: relative;
  width: 100%;
}
.cid-u6NKWbx8C8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6NKWbx8C8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NKWbx8C8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NKWbx8C8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NKWbx8C8 .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u6NKWbx8C8 .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u6NKWbx8C8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NKWbx8C8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u6NKWbx8C8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWbx8C8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWc2TXt {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWc2TXt {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NKWc2TXt .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWc2TXt .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWc2TXt .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NKWc2TXt .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWc2TXt .row .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-u6NKWc2TXt .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWc2TXt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NKWc2TXt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcdAlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NKWcdAlX .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NKWcdAlX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NKWcdAlX .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NKWcdAlX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NKWcdAlX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NKWcdAlX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NKWcdAlX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NKWcdAlX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NKWcdAlX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NKWcdAlX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NKWcdAlX .embla__button--next,
.cid-u6NKWcdAlX .embla__button--prev {
  display: flex;
}
.cid-u6NKWcdAlX .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NKWcdAlX .embla__button {
    display: none;
  }
}
.cid-u6NKWcdAlX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NKWcdAlX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NKWcdAlX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NKWcdAlX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NKWcdAlX .embla__button {
    top: -10%;
  }
}
.cid-u6NKWcdAlX .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NKWcdAlX .embla {
    margin-top: 80px;
  }
}
.cid-u6NKWcdAlX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NKWcdAlX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NKWcdAlX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NKWcdAlX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NKWcdAlX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcdAlX .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcdAlX .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NKWcdAlX .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NKWcdAlX .mbr-text ul {
    display: block;
  }
}
.cid-u6NKWcdAlX .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NKWcdAlX .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NKWcdAlX .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NKWcdAlX .item-wrapper {
  height: 100%;
}
.cid-u6NKWcdAlX .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NKWcdAlX .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NKWcdAlX .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NKWcuyWQ {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWcuyWQ {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NKWcuyWQ .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWcuyWQ .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWcuyWQ .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NKWcuyWQ .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWcuyWQ .row .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-u6NKWcuyWQ .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWcuyWQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NKWcuyWQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcBhVs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NKWcBhVs .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NKWcBhVs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NKWcBhVs .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NKWcBhVs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NKWcBhVs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NKWcBhVs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NKWcBhVs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NKWcBhVs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NKWcBhVs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NKWcBhVs .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NKWcBhVs .embla__button--next,
.cid-u6NKWcBhVs .embla__button--prev {
  display: flex;
}
.cid-u6NKWcBhVs .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NKWcBhVs .embla__button {
    display: none;
  }
}
.cid-u6NKWcBhVs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NKWcBhVs .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NKWcBhVs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NKWcBhVs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NKWcBhVs .embla__button {
    top: -10%;
  }
}
.cid-u6NKWcBhVs .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NKWcBhVs .embla {
    margin-top: 80px;
  }
}
.cid-u6NKWcBhVs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NKWcBhVs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NKWcBhVs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NKWcBhVs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NKWcBhVs .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcBhVs .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWcBhVs .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NKWcBhVs .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NKWcBhVs .mbr-text ul {
    display: block;
  }
}
.cid-u6NKWcBhVs .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NKWcBhVs .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NKWcBhVs .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NKWcBhVs .item-wrapper {
  height: 100%;
}
.cid-u6NKWcBhVs .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NKWcBhVs .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NKWcBhVs .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NKWcQ26Y {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWcQ26Y {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NKWcQ26Y .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWcQ26Y .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWcQ26Y .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NKWcQ26Y .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWcQ26Y .row .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-u6NKWcQ26Y .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWcQ26Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NKWcQ26Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWd2J63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NKWd2J63 .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NKWd2J63 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NKWd2J63 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NKWd2J63 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NKWd2J63 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NKWd2J63 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NKWd2J63 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NKWd2J63 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NKWd2J63 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NKWd2J63 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NKWd2J63 .embla__button--next,
.cid-u6NKWd2J63 .embla__button--prev {
  display: flex;
}
.cid-u6NKWd2J63 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NKWd2J63 .embla__button {
    display: none;
  }
}
.cid-u6NKWd2J63 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NKWd2J63 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NKWd2J63 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NKWd2J63 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NKWd2J63 .embla__button {
    top: -10%;
  }
}
.cid-u6NKWd2J63 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NKWd2J63 .embla {
    margin-top: 80px;
  }
}
.cid-u6NKWd2J63 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NKWd2J63 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NKWd2J63 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NKWd2J63 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NKWd2J63 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWd2J63 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWd2J63 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NKWd2J63 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NKWd2J63 .mbr-text ul {
    display: block;
  }
}
.cid-u6NKWd2J63 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NKWd2J63 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NKWd2J63 .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NKWd2J63 .item-wrapper {
  height: 100%;
}
.cid-u6NKWd2J63 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NKWd2J63 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NKWd2J63 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NKWdpJOx {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWdpJOx {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NKWdpJOx .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWdpJOx .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWdpJOx .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NKWdpJOx .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWdpJOx .row .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-u6NKWdpJOx .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWdpJOx .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NKWdpJOx .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NKWdpJOx .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u6NKWdpJOx .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u6NKWdpJOx .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u6NKWdpJOx .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u6NKWdpJOx .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ff0b66;
}
.cid-u6NKWdpJOx .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u6NKWdpJOx .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u6NKWdpJOx .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6NKWdpJOx .mbr-section-title {
  color: #ffffff;
}
.cid-u6NKWdpJOx .mbr-card-title {
  color: #ed2c03;
}
.cid-u6NKWdpJOx .mbr-text {
  color: #000000;
}
.cid-u6NKWdFHR6 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWdFHR6 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NKWdFHR6 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWdFHR6 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWdFHR6 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NKWdFHR6 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWdFHR6 .row .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-u6NKWdFHR6 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWdFHR6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NKWdFHR6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWdNhlT {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWdNhlT {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NKWdNhlT .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWdNhlT .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWdNhlT .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NKWdNhlT .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWdNhlT .row .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-u6NKWdNhlT .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWdNhlT .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6NKWdNhlT .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NKWdNhlT .mbr-section-title span {
  color: #000000;
}
.cid-u6NKWdNhlT .dragArea.row {
  padding: 0;
}
.cid-u6NKWdNhlT .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-u6NKWdNhlT .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-u6NKWdNhlT .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-u6NKWdNhlT .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u6NKWdNhlT .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u6NKWdNhlT .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u6NKWdNhlT .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-u6NKWdNhlT .mbr-section-title,
.cid-u6NKWdNhlT .mbr-section-btn {
  text-align: center;
}
.cid-u6NKWdWPan {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NKWdWPan {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NKWdWPan .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NKWdWPan .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NKWdWPan .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NKWdWPan .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NKWdWPan .row .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-u6NKWdWPan .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NKWdWPan .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NKWdWPan .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NKWdWPan .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-u6NKWdWPan .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u6NKWdWPan .card {
    border: none;
  }
  .cid-u6NKWdWPan .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-u6NKWdWPan .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-u6NKWdWPan .card a {
  display: block;
}
.cid-u6NKWdWPan .card a:hover .card-wrapper .mbr-link,
.cid-u6NKWdWPan .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-u6NKWdWPan .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-u6NKWdWPan .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u6NKWdWPan .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6NKWdWPan .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u6NKWdWPan .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-u6NKWdWPan .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-u6NKWdWPan .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u6NKWe9c52 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6NKWe9c52 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u6NKWe9c52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6NKWe9c52 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u6NKWe9c52 .list {
    margin-bottom: 30px;
  }
}
.cid-u6NKWe9c52 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u6NKWe9c52 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u6NKWe9c52 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6NKWe9c52 .copyright {
  color: #868c90;
}
.cid-u6NKWe9c52 .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u6NKWe9c52 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u6NKWe9c52 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u6NKWe9c52 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u6NKWe9c52 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u6NKWe9c52 .footer-logo {
    margin: 0 auto;
  }
}
.cid-u6NLSasD2U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u6NLSasD2U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u6NLSasD2U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u6NLSasD2U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6NLSasD2U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u6NLSasD2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6NLSasD2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6NLSasD2U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u6NLSasD2U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u6NLSasD2U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u6NLSasD2U .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u6NLSasD2U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u6NLSasD2U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u6NLSasD2U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u6NLSasD2U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u6NLSasD2U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u6NLSasD2U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u6NLSasD2U .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u6NLSasD2U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u6NLSasD2U .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u6NLSasD2U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u6NLSasD2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u6NLSasD2U .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u6NLSasD2U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NLSasD2U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u6NLSasD2U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6NLSasD2U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u6NLSasD2U .nav-item:focus,
.cid-u6NLSasD2U .nav-link:focus {
  outline: none;
}
.cid-u6NLSasD2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6NLSasD2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6NLSasD2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6NLSasD2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6NLSasD2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6NLSasD2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6NLSasD2U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u6NLSasD2U .navbar.opened {
  transition: all 0.3s;
}
.cid-u6NLSasD2U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6NLSasD2U .navbar .navbar-logo img {
  width: auto;
}
.cid-u6NLSasD2U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u6NLSasD2U .navbar.collapsed {
  justify-content: center;
}
.cid-u6NLSasD2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6NLSasD2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6NLSasD2U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u6NLSasD2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6NLSasD2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6NLSasD2U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6NLSasD2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6NLSasD2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6NLSasD2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u6NLSasD2U .navbar {
    min-height: 72px;
  }
  .cid-u6NLSasD2U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u6NLSasD2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6NLSasD2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6NLSasD2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6NLSasD2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6NLSasD2U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6NLSasD2U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6NLSasD2U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u6NLSasD2U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6NLSasD2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6NLSasD2U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u6NLSasD2U .dropdown-item.active,
.cid-u6NLSasD2U .dropdown-item:active {
  background-color: transparent;
}
.cid-u6NLSasD2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6NLSasD2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6NLSasD2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6NLSasD2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u6NLSasD2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u6NLSasD2U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u6NLSasD2U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6NLSasD2U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u6NLSasD2U .navbar-buttons {
    text-align: left;
  }
}
.cid-u6NLSasD2U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6NLSasD2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6NLSasD2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6NLSasD2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NLSasD2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NLSasD2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6NLSasD2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NLSasD2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6NLSasD2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6NLSasD2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NLSasD2U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6NLSasD2U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6NLSasD2U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6NLSasD2U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6NLSasD2U .navbar {
    height: 70px;
  }
  .cid-u6NLSasD2U .navbar.opened {
    height: auto;
  }
  .cid-u6NLSasD2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u6NLSasD2U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u6NLSasD2U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u6NLSasD2U .navbar-brand {
    margin-right: auto;
  }
  .cid-u6NLSasD2U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u6NLSasD2U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u6NLSasD2U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u6NLSasD2U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NLSasD2U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u6NLSasD2U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6NLSb9HQF {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6NLSb9HQF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u6NLSb9HQF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u6NLSb9HQF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6NLSb9HQF .container {
    padding: 0 22px;
  }
}
.cid-u6NLSb9HQF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-u6NLSb9HQF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6NLSb9HQF .embla__slide .slide-content {
  width: 100%;
}
.cid-u6NLSb9HQF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u6NLSb9HQF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6NLSb9HQF .embla__button--next,
.cid-u6NLSb9HQF .embla__button--prev {
  display: flex;
}
.cid-u6NLSb9HQF .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6NLSb9HQF .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-u6NLSb9HQF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NLSb9HQF .embla__button:hover {
  opacity: 1 !important;
}
.cid-u6NLSb9HQF .embla__button.embla__button--prev {
  left: 20px;
}
.cid-u6NLSb9HQF .embla__button.embla__button--next {
  right: 20px;
}
.cid-u6NLSb9HQF .card {
  justify-content: center;
}
.cid-u6NLSb9HQF .embla {
  position: relative;
  width: 100%;
}
.cid-u6NLSb9HQF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6NLSb9HQF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NLSb9HQF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NLSb9HQF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NLSb9HQF .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u6NLSb9HQF .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u6NLSb9HQF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NLSb9HQF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u6NLSb9HQF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSb9HQF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSbyLNV {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLSbyLNV {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NLSbyLNV .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLSbyLNV .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLSbyLNV .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NLSbyLNV .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLSbyLNV .row .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-u6NLSbyLNV .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLSbyLNV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NLSbyLNV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSbIXcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NLSbIXcH .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NLSbIXcH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NLSbIXcH .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NLSbIXcH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NLSbIXcH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NLSbIXcH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NLSbIXcH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NLSbIXcH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NLSbIXcH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NLSbIXcH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NLSbIXcH .embla__button--next,
.cid-u6NLSbIXcH .embla__button--prev {
  display: flex;
}
.cid-u6NLSbIXcH .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NLSbIXcH .embla__button {
    display: none;
  }
}
.cid-u6NLSbIXcH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NLSbIXcH .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NLSbIXcH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NLSbIXcH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NLSbIXcH .embla__button {
    top: -10%;
  }
}
.cid-u6NLSbIXcH .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NLSbIXcH .embla {
    margin-top: 80px;
  }
}
.cid-u6NLSbIXcH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NLSbIXcH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NLSbIXcH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NLSbIXcH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NLSbIXcH .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSbIXcH .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSbIXcH .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NLSbIXcH .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NLSbIXcH .mbr-text ul {
    display: block;
  }
}
.cid-u6NLSbIXcH .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NLSbIXcH .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NLSbIXcH .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NLSbIXcH .item-wrapper {
  height: 100%;
}
.cid-u6NLSbIXcH .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NLSbIXcH .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NLSbIXcH .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NNcp8043 {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NNcp8043 {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NNcp8043 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NNcp8043 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NNcp8043 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NNcp8043 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NNcp8043 .row .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-u6NNcp8043 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NNcp8043 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NNcp8043 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NNlb8bIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NNlb8bIN .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NNlb8bIN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NNlb8bIN .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NNlb8bIN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NNlb8bIN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NNlb8bIN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NNlb8bIN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NNlb8bIN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NNlb8bIN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NNlb8bIN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NNlb8bIN .embla__button--next,
.cid-u6NNlb8bIN .embla__button--prev {
  display: flex;
}
.cid-u6NNlb8bIN .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NNlb8bIN .embla__button {
    display: none;
  }
}
.cid-u6NNlb8bIN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NNlb8bIN .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NNlb8bIN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NNlb8bIN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NNlb8bIN .embla__button {
    top: -10%;
  }
}
.cid-u6NNlb8bIN .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NNlb8bIN .embla {
    margin-top: 80px;
  }
}
.cid-u6NNlb8bIN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NNlb8bIN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NNlb8bIN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NNlb8bIN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NNlb8bIN .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NNlb8bIN .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NNlb8bIN .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NNlb8bIN .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NNlb8bIN .mbr-text ul {
    display: block;
  }
}
.cid-u6NNlb8bIN .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NNlb8bIN .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NNlb8bIN .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NNlb8bIN .item-wrapper {
  height: 100%;
}
.cid-u6NNlb8bIN .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NNlb8bIN .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NNlb8bIN .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NLSc0Ejz {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLSc0Ejz {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NLSc0Ejz .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLSc0Ejz .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLSc0Ejz .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NLSc0Ejz .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLSc0Ejz .row .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-u6NLSc0Ejz .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLSc0Ejz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NLSc0Ejz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSc87gW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NLSc87gW .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NLSc87gW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NLSc87gW .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NLSc87gW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NLSc87gW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NLSc87gW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NLSc87gW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NLSc87gW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NLSc87gW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NLSc87gW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NLSc87gW .embla__button--next,
.cid-u6NLSc87gW .embla__button--prev {
  display: flex;
}
.cid-u6NLSc87gW .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NLSc87gW .embla__button {
    display: none;
  }
}
.cid-u6NLSc87gW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NLSc87gW .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NLSc87gW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NLSc87gW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NLSc87gW .embla__button {
    top: -10%;
  }
}
.cid-u6NLSc87gW .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NLSc87gW .embla {
    margin-top: 80px;
  }
}
.cid-u6NLSc87gW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NLSc87gW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NLSc87gW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NLSc87gW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NLSc87gW .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSc87gW .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSc87gW .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NLSc87gW .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NLSc87gW .mbr-text ul {
    display: block;
  }
}
.cid-u6NLSc87gW .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NLSc87gW .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NLSc87gW .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NLSc87gW .item-wrapper {
  height: 100%;
}
.cid-u6NLSc87gW .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NLSc87gW .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NLSc87gW .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NLScnwRS {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLScnwRS {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NLScnwRS .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLScnwRS .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLScnwRS .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NLScnwRS .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLScnwRS .row .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-u6NLScnwRS .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLScnwRS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NLScnwRS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLScvTp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NLScvTp5 .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NLScvTp5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NLScvTp5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NLScvTp5 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NLScvTp5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NLScvTp5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NLScvTp5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NLScvTp5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NLScvTp5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NLScvTp5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NLScvTp5 .embla__button--next,
.cid-u6NLScvTp5 .embla__button--prev {
  display: flex;
}
.cid-u6NLScvTp5 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NLScvTp5 .embla__button {
    display: none;
  }
}
.cid-u6NLScvTp5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NLScvTp5 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NLScvTp5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NLScvTp5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NLScvTp5 .embla__button {
    top: -10%;
  }
}
.cid-u6NLScvTp5 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NLScvTp5 .embla {
    margin-top: 80px;
  }
}
.cid-u6NLScvTp5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NLScvTp5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NLScvTp5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NLScvTp5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NLScvTp5 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLScvTp5 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NLScvTp5 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NLScvTp5 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NLScvTp5 .mbr-text ul {
    display: block;
  }
}
.cid-u6NLScvTp5 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NLScvTp5 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NLScvTp5 .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NLScvTp5 .item-wrapper {
  height: 100%;
}
.cid-u6NLScvTp5 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NLScvTp5 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NLScvTp5 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NLScOiKS {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLScOiKS {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NLScOiKS .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLScOiKS .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLScOiKS .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NLScOiKS .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLScOiKS .row .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-u6NLScOiKS .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLScOiKS .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NLScOiKS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NLScOiKS .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u6NLScOiKS .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u6NLScOiKS .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u6NLScOiKS .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u6NLScOiKS .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ff0b66;
}
.cid-u6NLScOiKS .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u6NLScOiKS .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u6NLScOiKS .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6NLScOiKS .mbr-section-title {
  color: #ffffff;
}
.cid-u6NLScOiKS .mbr-card-title {
  color: #ed2c03;
}
.cid-u6NLScOiKS .mbr-text {
  color: #000000;
}
.cid-u6NLSd8v4U {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLSd8v4U {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NLSd8v4U .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLSd8v4U .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLSd8v4U .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NLSd8v4U .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLSd8v4U .row .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-u6NLSd8v4U .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLSd8v4U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NLSd8v4U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSdfcA4 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLSdfcA4 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NLSdfcA4 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLSdfcA4 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLSdfcA4 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NLSdfcA4 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLSdfcA4 .row .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-u6NLSdfcA4 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLSdfcA4 .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6NLSdfcA4 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NLSdfcA4 .mbr-section-title span {
  color: #000000;
}
.cid-u6NLSdfcA4 .dragArea.row {
  padding: 0;
}
.cid-u6NLSdfcA4 .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-u6NLSdfcA4 .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-u6NLSdfcA4 .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-u6NLSdfcA4 .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u6NLSdfcA4 .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u6NLSdfcA4 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u6NLSdfcA4 .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-u6NLSdfcA4 .mbr-section-title,
.cid-u6NLSdfcA4 .mbr-section-btn {
  text-align: center;
}
.cid-u6NLSdrMpA {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NLSdrMpA {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NLSdrMpA .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NLSdrMpA .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NLSdrMpA .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NLSdrMpA .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NLSdrMpA .row .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-u6NLSdrMpA .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NLSdrMpA .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NLSdrMpA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NLSdrMpA .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-u6NLSdrMpA .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u6NLSdrMpA .card {
    border: none;
  }
  .cid-u6NLSdrMpA .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-u6NLSdrMpA .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-u6NLSdrMpA .card a {
  display: block;
}
.cid-u6NLSdrMpA .card a:hover .card-wrapper .mbr-link,
.cid-u6NLSdrMpA .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-u6NLSdrMpA .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-u6NLSdrMpA .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u6NLSdrMpA .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6NLSdrMpA .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u6NLSdrMpA .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-u6NLSdrMpA .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-u6NLSdrMpA .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u6NLSdzM2B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6NLSdzM2B .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u6NLSdzM2B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6NLSdzM2B .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u6NLSdzM2B .list {
    margin-bottom: 30px;
  }
}
.cid-u6NLSdzM2B .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u6NLSdzM2B .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u6NLSdzM2B div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6NLSdzM2B .copyright {
  color: #868c90;
}
.cid-u6NLSdzM2B .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u6NLSdzM2B .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u6NLSdzM2B .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u6NLSdzM2B .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u6NLSdzM2B .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u6NLSdzM2B .footer-logo {
    margin: 0 auto;
  }
}
.cid-u6NM3SCmm5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u6NM3SCmm5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u6NM3SCmm5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u6NM3SCmm5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6NM3SCmm5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u6NM3SCmm5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6NM3SCmm5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6NM3SCmm5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-u6NM3SCmm5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u6NM3SCmm5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u6NM3SCmm5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u6NM3SCmm5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u6NM3SCmm5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u6NM3SCmm5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u6NM3SCmm5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u6NM3SCmm5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u6NM3SCmm5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u6NM3SCmm5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u6NM3SCmm5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u6NM3SCmm5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u6NM3SCmm5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u6NM3SCmm5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u6NM3SCmm5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(53, 53, 53, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #353535;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u6NM3SCmm5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NM3SCmm5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u6NM3SCmm5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6NM3SCmm5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #353535;
  background: rgba(53, 53, 53, 0.8) !important;
}
.cid-u6NM3SCmm5 .nav-item:focus,
.cid-u6NM3SCmm5 .nav-link:focus {
  outline: none;
}
.cid-u6NM3SCmm5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6NM3SCmm5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6NM3SCmm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6NM3SCmm5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6NM3SCmm5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6NM3SCmm5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6NM3SCmm5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u6NM3SCmm5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6NM3SCmm5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6NM3SCmm5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6NM3SCmm5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u6NM3SCmm5 .navbar.collapsed {
  justify-content: center;
}
.cid-u6NM3SCmm5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6NM3SCmm5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6NM3SCmm5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-u6NM3SCmm5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6NM3SCmm5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6NM3SCmm5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6NM3SCmm5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6NM3SCmm5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6NM3SCmm5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u6NM3SCmm5 .navbar {
    min-height: 72px;
  }
  .cid-u6NM3SCmm5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u6NM3SCmm5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6NM3SCmm5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6NM3SCmm5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u6NM3SCmm5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6NM3SCmm5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6NM3SCmm5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u6NM3SCmm5 .dropdown-item.active,
.cid-u6NM3SCmm5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6NM3SCmm5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6NM3SCmm5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6NM3SCmm5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6NM3SCmm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u6NM3SCmm5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u6NM3SCmm5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u6NM3SCmm5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6NM3SCmm5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u6NM3SCmm5 .navbar-buttons {
    text-align: left;
  }
}
.cid-u6NM3SCmm5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6NM3SCmm5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6NM3SCmm5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6NM3SCmm5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NM3SCmm5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6NM3SCmm5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6NM3SCmm5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NM3SCmm5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6NM3SCmm5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6NM3SCmm5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6NM3SCmm5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6NM3SCmm5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6NM3SCmm5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6NM3SCmm5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6NM3SCmm5 .navbar {
    height: 70px;
  }
  .cid-u6NM3SCmm5 .navbar.opened {
    height: auto;
  }
  .cid-u6NM3SCmm5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u6NM3SCmm5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u6NM3SCmm5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u6NM3SCmm5 .navbar-brand {
    margin-right: auto;
  }
  .cid-u6NM3SCmm5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #353535;
    opacity: 1;
    border-color: rgba(53, 53, 53, 0.8) !important;
    background: rgba(53, 53, 53, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u6NM3SCmm5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u6NM3SCmm5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u6NM3SCmm5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u6NM3SCmm5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u6NM3SCmm5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6NM3ThjOt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6NM3ThjOt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u6NM3ThjOt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u6NM3ThjOt .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6NM3ThjOt .container {
    padding: 0 22px;
  }
}
.cid-u6NM3ThjOt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-u6NM3ThjOt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6NM3ThjOt .embla__slide .slide-content {
  width: 100%;
}
.cid-u6NM3ThjOt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u6NM3ThjOt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u6NM3ThjOt .embla__button--next,
.cid-u6NM3ThjOt .embla__button--prev {
  display: flex;
}
.cid-u6NM3ThjOt .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u6NM3ThjOt .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-u6NM3ThjOt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NM3ThjOt .embla__button:hover {
  opacity: 1 !important;
}
.cid-u6NM3ThjOt .embla__button.embla__button--prev {
  left: 20px;
}
.cid-u6NM3ThjOt .embla__button.embla__button--next {
  right: 20px;
}
.cid-u6NM3ThjOt .card {
  justify-content: center;
}
.cid-u6NM3ThjOt .embla {
  position: relative;
  width: 100%;
}
.cid-u6NM3ThjOt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u6NM3ThjOt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NM3ThjOt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NM3ThjOt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NM3ThjOt .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u6NM3ThjOt .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u6NM3ThjOt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NM3ThjOt .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u6NM3ThjOt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3ThjOt .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3TTHwN {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3TTHwN {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NM3TTHwN .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3TTHwN .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3TTHwN .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NM3TTHwN .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3TTHwN .row .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-u6NM3TTHwN .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3TTHwN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NM3TTHwN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3U3JzX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NM3U3JzX .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NM3U3JzX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NM3U3JzX .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NM3U3JzX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NM3U3JzX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NM3U3JzX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NM3U3JzX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NM3U3JzX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NM3U3JzX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NM3U3JzX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NM3U3JzX .embla__button--next,
.cid-u6NM3U3JzX .embla__button--prev {
  display: flex;
}
.cid-u6NM3U3JzX .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NM3U3JzX .embla__button {
    display: none;
  }
}
.cid-u6NM3U3JzX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NM3U3JzX .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NM3U3JzX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NM3U3JzX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NM3U3JzX .embla__button {
    top: -10%;
  }
}
.cid-u6NM3U3JzX .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NM3U3JzX .embla {
    margin-top: 80px;
  }
}
.cid-u6NM3U3JzX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NM3U3JzX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NM3U3JzX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NM3U3JzX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NM3U3JzX .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3U3JzX .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3U3JzX .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NM3U3JzX .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NM3U3JzX .mbr-text ul {
    display: block;
  }
}
.cid-u6NM3U3JzX .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NM3U3JzX .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NM3U3JzX .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NM3U3JzX .item-wrapper {
  height: 100%;
}
.cid-u6NM3U3JzX .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NM3U3JzX .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NM3U3JzX .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NM3Ulkqc {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3Ulkqc {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NM3Ulkqc .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3Ulkqc .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3Ulkqc .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NM3Ulkqc .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3Ulkqc .row .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-u6NM3Ulkqc .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3Ulkqc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NM3Ulkqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UsUcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NM3UsUcp .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NM3UsUcp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NM3UsUcp .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NM3UsUcp .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NM3UsUcp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NM3UsUcp .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NM3UsUcp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NM3UsUcp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NM3UsUcp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NM3UsUcp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NM3UsUcp .embla__button--next,
.cid-u6NM3UsUcp .embla__button--prev {
  display: flex;
}
.cid-u6NM3UsUcp .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NM3UsUcp .embla__button {
    display: none;
  }
}
.cid-u6NM3UsUcp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NM3UsUcp .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NM3UsUcp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NM3UsUcp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NM3UsUcp .embla__button {
    top: -10%;
  }
}
.cid-u6NM3UsUcp .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NM3UsUcp .embla {
    margin-top: 80px;
  }
}
.cid-u6NM3UsUcp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NM3UsUcp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NM3UsUcp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NM3UsUcp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NM3UsUcp .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UsUcp .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UsUcp .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NM3UsUcp .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NM3UsUcp .mbr-text ul {
    display: block;
  }
}
.cid-u6NM3UsUcp .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NM3UsUcp .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NM3UsUcp .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NM3UsUcp .item-wrapper {
  height: 100%;
}
.cid-u6NM3UsUcp .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NM3UsUcp .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NM3UsUcp .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NM3UKPQl {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3UKPQl {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-u6NM3UKPQl .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3UKPQl .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3UKPQl .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NM3UKPQl .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3UKPQl .row .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-u6NM3UKPQl .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3UKPQl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NM3UKPQl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UUFAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u6NM3UUFAV .mbr-section-head {
  padding: 0 1rem;
}
.cid-u6NM3UUFAV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6NM3UUFAV .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6NM3UUFAV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6NM3UUFAV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6NM3UUFAV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6NM3UUFAV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6NM3UUFAV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6NM3UUFAV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u6NM3UUFAV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u6NM3UUFAV .embla__button--next,
.cid-u6NM3UUFAV .embla__button--prev {
  display: flex;
}
.cid-u6NM3UUFAV .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u6NM3UUFAV .embla__button {
    display: none;
  }
}
.cid-u6NM3UUFAV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6NM3UUFAV .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u6NM3UUFAV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6NM3UUFAV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u6NM3UUFAV .embla__button {
    top: -10%;
  }
}
.cid-u6NM3UUFAV .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6NM3UUFAV .embla {
    margin-top: 80px;
  }
}
.cid-u6NM3UUFAV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u6NM3UUFAV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6NM3UUFAV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6NM3UUFAV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6NM3UUFAV .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UUFAV .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3UUFAV .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u6NM3UUFAV .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u6NM3UUFAV .mbr-text ul {
    display: block;
  }
}
.cid-u6NM3UUFAV .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u6NM3UUFAV .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u6NM3UUFAV .mbr-text ul li::marker {
  color: #555555;
  font-size: 18px;
}
.cid-u6NM3UUFAV .item-wrapper {
  height: 100%;
}
.cid-u6NM3UUFAV .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u6NM3UUFAV .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u6NM3UUFAV .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u6NM3VhBJ0 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3VhBJ0 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NM3VhBJ0 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3VhBJ0 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3VhBJ0 .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NM3VhBJ0 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3VhBJ0 .row .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-u6NM3VhBJ0 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3VhBJ0 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NM3VhBJ0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NM3VhBJ0 .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u6NM3VhBJ0 .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u6NM3VhBJ0 .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u6NM3VhBJ0 .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u6NM3VhBJ0 .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ff0b66;
}
.cid-u6NM3VhBJ0 .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u6NM3VhBJ0 .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u6NM3VhBJ0 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6NM3VhBJ0 .mbr-section-title {
  color: #ffffff;
}
.cid-u6NM3VhBJ0 .mbr-card-title {
  color: #ed2c03;
}
.cid-u6NM3VhBJ0 .mbr-text {
  color: #000000;
}
.cid-u6NM3Vz462 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3Vz462 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NM3Vz462 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3Vz462 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3Vz462 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NM3Vz462 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3Vz462 .row .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-u6NM3Vz462 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3Vz462 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6NM3Vz462 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3VGi0U {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3VGi0U {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NM3VGi0U .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3VGi0U .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3VGi0U .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff0b66;
}
.cid-u6NM3VGi0U .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3VGi0U .row .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-u6NM3VGi0U .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3VGi0U .mbr-section-title {
  margin-bottom: 72px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u6NM3VGi0U .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NM3VGi0U .mbr-section-title span {
  color: #000000;
}
.cid-u6NM3VGi0U .dragArea.row {
  padding: 0;
}
.cid-u6NM3VGi0U .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-u6NM3VGi0U .dragArea.row .form-group .form-control {
  padding: 32px 16px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-bottom: none !important;
  border-radius: 1.2em;
}
.cid-u6NM3VGi0U .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
  opacity: .5;
}
@media (max-width: 768px) {
  .cid-u6NM3VGi0U .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u6NM3VGi0U .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u6NM3VGi0U .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u6NM3VGi0U .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-u6NM3VGi0U .mbr-section-title,
.cid-u6NM3VGi0U .mbr-section-btn {
  text-align: center;
}
.cid-u6NM3VQiqr {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u6NM3VQiqr {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u6NM3VQiqr .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u6NM3VQiqr .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u6NM3VQiqr .row {
  position: relative;
  padding: 0 34px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u6NM3VQiqr .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NM3VQiqr .row .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-u6NM3VQiqr .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u6NM3VQiqr .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u6NM3VQiqr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u6NM3VQiqr .card {
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding: 0;
  border-radius: 0;
}
.cid-u6NM3VQiqr .card:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u6NM3VQiqr .card {
    border: none;
  }
  .cid-u6NM3VQiqr .card:first-child {
    border-top: 1px solid #232323;
  }
  .cid-u6NM3VQiqr .card:last-child {
    border-bottom: 1px solid #232323;
  }
}
.cid-u6NM3VQiqr .card a {
  display: block;
}
.cid-u6NM3VQiqr .card a:hover .card-wrapper .mbr-link,
.cid-u6NM3VQiqr .card a:focus .card-wrapper .mbr-link {
  color: #ed2c03;
}
.cid-u6NM3VQiqr .card a .card-wrapper {
  padding: 32px 40px;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-u6NM3VQiqr .card a .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u6NM3VQiqr .card a .card-wrapper {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6NM3VQiqr .card a .card-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u6NM3VQiqr .card a .card-wrapper {
    padding: 16px;
  }
}
.cid-u6NM3VQiqr .card a .card-wrapper .mbr-link {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-u6NM3VQiqr .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u6NM3W18bT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6NM3W18bT .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .cid-u6NM3W18bT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6NM3W18bT .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u6NM3W18bT .list {
    margin-bottom: 30px;
  }
}
.cid-u6NM3W18bT .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-u6NM3W18bT .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-u6NM3W18bT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6NM3W18bT .copyright {
  color: #868c90;
}
.cid-u6NM3W18bT .mbr-section-subtitle {
  color: #868c90;
}
@media (max-width: 576px) {
  .cid-u6NM3W18bT .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u6NM3W18bT .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-u6NM3W18bT .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u6NM3W18bT .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-u6NM3W18bT .footer-logo {
    margin: 0 auto;
  }
}
