.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Sora;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Sora', sans-serif;
  font-size: 3.75rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.56rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.95rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #386bb7 !important;
}
.bg-success {
  background-color: #8235b9 !important;
}
.bg-info {
  background-color: #31cd4c !important;
}
.bg-warning {
  background-color: #f15144 !important;
}
.bg-danger {
  background-color: #9f130f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #386bb7 !important;
  border-color: #386bb7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5785cb !important;
  border-color: #5785cb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e97776 !important;
  border-color: #e97776 !important;
}
.btn-info,
.btn-info:active {
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5ad76f !important;
  border-color: #5ad76f !important;
}
.btn-success,
.btn-success:active {
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b53ce !important;
  border-color: #9b53ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f15144 !important;
  border-color: #f15144 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f57d73 !important;
  border-color: #f57d73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f130f !important;
  border-color: #9f130f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ce1913 !important;
  border-color: #ce1913 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #386bb7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #244475 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #386bb7 !important;
  border-color: #386bb7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e24c4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b81f1d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e24c4a !important;
  border-color: #e24c4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #31cd4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #208732 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #31cd4c !important;
  border-color: #31cd4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8235b9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #532276 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8235b9 !important;
  border-color: #8235b9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f15144;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cf1e0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f15144 !important;
  border-color: #f15144 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f130f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #500a08 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f130f !important;
  border-color: #9f130f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #386bb7 !important;
}
.text-secondary {
  color: #e24c4a !important;
}
.text-success {
  color: #8235b9 !important;
}
.text-info {
  color: #31cd4c !important;
}
.text-warning {
  color: #f15144 !important;
}
.text-danger {
  color: #9f130f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #203d69 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab1d1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a1e6a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7b2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c11c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420806 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #386bb7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #31cd4c;
}
.alert-warning {
  background-color: #f15144;
}
.alert-danger {
  background-color: #9f130f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #386bb7;
  border-color: #386bb7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #386bb7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #91b0dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bd8fdf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f5db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed4540;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #386bb7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #386bb7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #386bb7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #386bb7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #386bb7;
  border-bottom-color: #386bb7;
}
.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: #386bb7 !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: #e24c4a !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='%23386bb7' %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 {
  padding: 17px 56px;
  font-weight: 400;
  border-radius: 3rem !important;
  position: relative;
  flex-direction: row-reverse;
  z-index: 0;
  transition: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 17px 20px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn span {
  line-height: 1.5;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.embla,
.image-wrap,
.form-wrapper,
.mbr-copy,
.item-content {
  border-radius: 25px !important;
}
.item-wrapper::before,
.item-img::before {
  border-radius: 25px !important;
}
.cid-uOW4VHZAf0 .navbar-dropdown {
  position: relative !important;
}
.cid-uOW4VHZAf0 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOW4VHZAf0 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOW4VHZAf0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOW4VHZAf0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOW4VHZAf0 .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOW4VHZAf0 .dropdown-item:hover,
.cid-uOW4VHZAf0 .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOW4VHZAf0 .dropdown-item:hover span {
  color: white;
}
.cid-uOW4VHZAf0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOW4VHZAf0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOW4VHZAf0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOW4VHZAf0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOW4VHZAf0 .nav-link {
  position: relative;
}
.cid-uOW4VHZAf0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOW4VHZAf0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uOW4VHZAf0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOW4VHZAf0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOW4VHZAf0 .dropdown-menu,
.cid-uOW4VHZAf0 .navbar.opened {
  background: #121212 !important;
}
.cid-uOW4VHZAf0 .nav-item:focus,
.cid-uOW4VHZAf0 .nav-link:focus {
  outline: none;
}
.cid-uOW4VHZAf0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOW4VHZAf0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOW4VHZAf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOW4VHZAf0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOW4VHZAf0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOW4VHZAf0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOW4VHZAf0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOW4VHZAf0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOW4VHZAf0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOW4VHZAf0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOW4VHZAf0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOW4VHZAf0 .navbar.collapsed {
  justify-content: center;
}
.cid-uOW4VHZAf0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOW4VHZAf0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOW4VHZAf0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOW4VHZAf0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOW4VHZAf0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOW4VHZAf0 .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-uOW4VHZAf0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOW4VHZAf0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOW4VHZAf0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOW4VHZAf0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOW4VHZAf0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOW4VHZAf0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOW4VHZAf0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOW4VHZAf0 .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-uOW4VHZAf0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOW4VHZAf0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOW4VHZAf0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOW4VHZAf0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOW4VHZAf0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOW4VHZAf0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOW4VHZAf0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOW4VHZAf0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOW4VHZAf0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOW4VHZAf0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOW4VHZAf0 .navbar-brand .navbar-caption:hover,
.cid-uOW4VHZAf0 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOW4VHZAf0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOW4VHZAf0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOW4VHZAf0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOW4VHZAf0 .dropdown-item.active,
.cid-uOW4VHZAf0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOW4VHZAf0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOW4VHZAf0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOW4VHZAf0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOW4VHZAf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOW4VHZAf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOW4VHZAf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOW4VHZAf0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOW4VHZAf0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOW4VHZAf0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOW4VHZAf0 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOW4VHZAf0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOW4VHZAf0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOW4VHZAf0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOW4VHZAf0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOW4VHZAf0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOW4VHZAf0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOW4VHZAf0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOW4VHZAf0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOW4VHZAf0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOW4VHZAf0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW4VHZAf0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOW4VHZAf0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOW4VHZAf0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW4VHZAf0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOW4VHZAf0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOW4VHZAf0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOW4VHZAf0 .navbar {
    height: 70px;
  }
  .cid-uOW4VHZAf0 .navbar.opened {
    height: auto;
  }
  .cid-uOW4VHZAf0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOW4VHZAf0 .navbar-nav {
  margin: 0 auto;
}
.cid-uOW4VHZAf0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOW4VHZAf0 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOW4VHZAf0 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOW4VHZAf0 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOW4VHZAf0 .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOW4VHZAf0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOW4VHZAf0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOW4VHZAf0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOW4VHZAf0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOW4VHZAf0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOW4VHZAf0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOW4VHZAf0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOW4VHZAf0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOW4VHZAf0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOW4VHZAf0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOW4VHZAf0 .content-wrap {
  min-height: 110px;
}
.cid-uOW4VHZAf0 .mbr-section-btn .btn::after,
.cid-uOW4VHZAf0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW4VHZAf0 .mbr-section-btn .btn:hover,
.cid-uOW4VHZAf0 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW4VHZAf0 .mbr-section-btn .btn:hover::after,
.cid-uOW4VHZAf0 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW4WauSKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW4WauSKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW4WauSKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW4WauSKN .row {
  justify-content: space-between;
}
.cid-uOW4WauSKN .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOW4WauSKN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOW4WauSKN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW4WauSKN .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uOW4WauSKN .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn::after,
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn:hover,
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uOW4WauSKN .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW4WauSKN .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uOW4WauSKN .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uOW4WauSKN .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOW4WauSKN .image-wrapper img {
    height: 350px;
  }
}
.cid-uOW4WauSKN .mbr-section-title {
  color: #ffffff;
}
.cid-uOW4WauSKN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOW4WauSKN .mbr-text {
  color: #c7c7c7;
}
.cid-uOW55szqOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW55szqOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW55szqOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW55szqOU .row {
  justify-content: space-between;
}
.cid-uOW55szqOU .card {
  justify-content: center;
}
.cid-uOW55szqOU .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOW55szqOU .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW55szqOU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW55szqOU .mbr-section-btn .btn::after,
.cid-uOW55szqOU .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW55szqOU .mbr-section-btn .btn:hover,
.cid-uOW55szqOU .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW55szqOU .mbr-section-btn .btn:hover::after,
.cid-uOW55szqOU .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW55szqOU .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOW55szqOU .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uOW55szqOU .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOW55szqOU .image-wrapper img {
    height: 350px;
  }
}
.cid-uOW55szqOU .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOW55szqOU .text-wrapper {
    padding-left: 0;
  }
}
.cid-uOW55szqOU .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW55szqOU .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOW55szqOU .mbr-section-title {
  color: #ffffff;
}
.cid-uOW55szqOU .mbr-tag {
  color: #ffffff;
}
.cid-uOW55szqOU .mbr-text {
  color: #c7c7c7;
}
.cid-uOW585aOyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW585aOyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW585aOyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW585aOyE .card {
  justify-content: flex-end;
}
.cid-uOW585aOyE .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOW585aOyE .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW585aOyE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW585aOyE .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOW585aOyE .mbr-section-btn .btn::after,
.cid-uOW585aOyE .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW585aOyE .mbr-section-btn .btn:hover,
.cid-uOW585aOyE .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW585aOyE .mbr-section-btn .btn:hover::after,
.cid-uOW585aOyE .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW585aOyE .items-wrapper {
  margin: 0 -20px;
}
.cid-uOW585aOyE .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 40px 90px 40px;
  background-color: #2c2c2c;
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .items-wrapper .item .item-wrapper {
    padding: 20px 20px 90px 20px;
  }
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 0 0 10px;
  background-color: #121212;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #e24c4a;
  transform: rotate(180deg);
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #121212;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #121212;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 20px;
  }
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .item-number {
  color: transparent;
  -webkit-background-clip: text;
  background-color: #ffffff;
  -webkit-text-fill-color: #2c2c2c;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 0;
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .desc-wrapper .item-desc {
    width: 100%;
  }
}
.cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW585aOyE .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uOW585aOyE .mbr-section-title {
  color: #ffffff;
}
.cid-uOW585aOyE .mbr-tag {
  color: #adadad;
}
.cid-uOW585aOyE .item-title {
  color: #ffffff;
}
.cid-uOW585aOyE .item-number {
  color: #2c2c2c;
  text-align: right;
}
.cid-uOW585aOyE .item-desc,
.cid-uOW585aOyE .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOW585aOyE .main-btn {
  text-align: right;
}
.cid-uOW5aCK80r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5aCK80r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5aCK80r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5aCK80r .card-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uOW5aCK80r .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOW5aCK80r .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 135px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uOW5aCK80r .card-wrapper .card-wrap {
    display: block;
    padding-top: 0;
  }
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper {
  width: 50%;
  background-color: #121212;
  padding: 160px 110px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper {
    padding: 160px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #ffffff;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .item-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding-right: 110px;
  padding-bottom: 110px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper .number-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uOW5aCK80r .card-wrapper .card-wrap .content-wrapper .number-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOW5aCK80r .mbr-section-title {
  color: #ffffff;
}
.cid-uOW5aCK80r .mbr-tag {
  color: #ffffff;
}
.cid-uOW5aCK80r .mbr-number {
  color: #ffffff;
}
.cid-uOW5aCK80r .mbr-desc {
  color: #ffffff;
}
.cid-uOW5aCK80r .mbr-text {
  color: #ffffff;
}
.cid-uOW5aCK80r .mbr-name {
  color: #ffffff;
}
.cid-uOW59kKrOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW59kKrOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW59kKrOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW59kKrOz .card {
  justify-content: flex-end;
}
.cid-uOW59kKrOz .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOW59kKrOz .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW59kKrOz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW59kKrOz .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOW59kKrOz .mbr-section-btn .btn::after,
.cid-uOW59kKrOz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW59kKrOz .mbr-section-btn .btn:hover,
.cid-uOW59kKrOz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW59kKrOz .mbr-section-btn .btn:hover::after,
.cid-uOW59kKrOz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW59kKrOz .items-wrapper {
  margin: 0 -20px;
}
.cid-uOW59kKrOz .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOW59kKrOz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #121212;
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 32px;
}
.cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW59kKrOz .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uOW59kKrOz .mbr-section-title {
  color: #ffffff;
}
.cid-uOW59kKrOz .mbr-tag {
  color: #adadad;
}
.cid-uOW59kKrOz .item-title {
  color: #ffffff;
}
.cid-uOW59kKrOz .item-text {
  color: #ffffff;
}
.cid-uOW5aRic4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5aRic4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5aRic4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5aRic4t .row {
  margin: 0 -20px;
}
.cid-uOW5aRic4t .card {
  padding: 0 20px;
}
.cid-uOW5aRic4t .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOW5aRic4t .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .image-wrapper img {
    height: 350px;
  }
}
.cid-uOW5aRic4t .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOW5aRic4t .mbr-section-btn .btn::after,
.cid-uOW5aRic4t .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW5aRic4t .mbr-section-btn .btn:hover,
.cid-uOW5aRic4t .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW5aRic4t .mbr-section-btn .btn:hover::after,
.cid-uOW5aRic4t .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW5aRic4t .card-wrapper {
  background-color: #171717;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .cid-uOW5aRic4t .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uOW5aRic4t .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .card-wrapper {
    padding: 20px;
  }
}
.cid-uOW5aRic4t .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOW5aRic4t .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOW5aRic4t .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW5aRic4t .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOW5aRic4t .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-uOW5aRic4t .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOW5aRic4t .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOW5aRic4t .mbr-section-title {
  color: #ffffff;
}
.cid-uOW5aRic4t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOW5aRic4t .mbr-tag {
  color: #adadad;
}
.cid-uOW5aRic4t .mbr-text {
  color: #c7c7c7;
}
.cid-uOW5cnUsKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5cnUsKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5cnUsKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5cnUsKj .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .title-wrapper {
    padding-left: 0;
  }
}
.cid-uOW5cnUsKj .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW5cnUsKj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW5cnUsKj .mbr-section-btn {
  padding-left: 35%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .mbr-section-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.cid-uOW5cnUsKj .mbr-section-btn .btn::after,
.cid-uOW5cnUsKj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW5cnUsKj .mbr-section-btn .btn:hover,
.cid-uOW5cnUsKj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW5cnUsKj .mbr-section-btn .btn:hover::after,
.cid-uOW5cnUsKj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW5cnUsKj .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOW5cnUsKj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uOW5cnUsKj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.cid-uOW5cnUsKj .panel-group .card .card-header .panel-title .panel-number {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .panel-group .card .card-header .panel-title .panel-number {
    display: none;
  }
}
.cid-uOW5cnUsKj .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uOW5cnUsKj .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
.cid-uOW5cnUsKj .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uOW5cnUsKj .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOW5cnUsKj .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-left: 35%;
  display: inline-block;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uOW5cnUsKj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOW5cnUsKj .mbr-section-title {
  color: #ffffff;
}
.cid-uOW5cnUsKj .mbr-tag {
  color: #adadad;
}
.cid-uOW5cnUsKj .panel-number {
  color: #ffffff;
}
.cid-uOW5cnUsKj .panel-title-edit {
  color: #ffffff;
}
.cid-uOW5cnUsKj .panel-text {
  color: #c7c7c7;
}
.cid-uOW5ef7IyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5ef7IyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5ef7IyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5ef7IyH .content-wrapper {
  justify-content: flex-end;
}
.cid-uOW5ef7IyH .card {
  justify-content: center;
}
.cid-uOW5ef7IyH .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-uOW5ef7IyH .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uOW5ef7IyH .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW5ef7IyH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5ef7IyH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOW5ef7IyH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW5ef7IyH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOW5ef7IyH .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOW5ef7IyH .mbr-section-btn .btn::after,
.cid-uOW5ef7IyH .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW5ef7IyH .mbr-section-btn .btn:hover,
.cid-uOW5ef7IyH .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW5ef7IyH .mbr-section-btn .btn:hover::after,
.cid-uOW5ef7IyH .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW5ef7IyH .form-wrapper {
  padding: 110px 200px;
  background-color: #2c2c2c;
}
@media (max-width: 1640px) {
  .cid-uOW5ef7IyH .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-uOW5ef7IyH .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOW5ef7IyH .form-wrapper {
    padding: 20px;
  }
}
.cid-uOW5ef7IyH .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5ef7IyH .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-uOW5ef7IyH .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-uOW5ef7IyH .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uOW5ef7IyH .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-uOW5ef7IyH .mbr-section-title {
  color: #ffffff;
}
.cid-uOW5ef7IyH .mbr-tag {
  color: #adadad;
}
.cid-uOW5ef7IyH .mbr-text {
  color: #ffffff;
}
.cid-uOW5ef7IyH .mbr-title {
  color: #ffffff;
}
.cid-uOW5ef7IyH .form-text {
  color: #c7c7c7;
}
.cid-uOW5ef7IyH label {
  color: #121212;
}
.cid-uOW5flAtwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5flAtwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5flAtwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5flAtwg .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOW5flAtwg .google-map iframe {
    height: 350px;
  }
}
.cid-uOW5fqNHDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW5fqNHDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5fqNHDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5fqNHDG .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOW5fqNHDG .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW5fqNHDG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW5fqNHDG .items-wrapper {
  margin: 0 -20px;
}
.cid-uOW5fqNHDG .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW5fqNHDG .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uOW5fqNHDG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uOW5fqNHDG .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOW5fqNHDG .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uOW5fqNHDG .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uOW5fqNHDG .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uOW5fqNHDG .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uOW5fqNHDG .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOW5fqNHDG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uOW5fqNHDG .mbr-section-title {
  color: #ffffff;
}
.cid-uOW5fqNHDG .mbr-tag {
  color: #adadad;
}
.cid-uOW5fqNHDG .item-title {
  color: #ffffff;
}
.cid-uOW5gboo4m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOW5gboo4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW5gboo4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW5gboo4m .row {
  justify-content: center;
}
.cid-uOW5gboo4m .card {
  justify-content: center;
}
.cid-uOW5gboo4m .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOW5gboo4m .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOW5gboo4m .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOW5gboo4m .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOW5gboo4m .nav-wrapper .list .item-wrap:hover,
.cid-uOW5gboo4m .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOW5gboo4m .list,
.cid-uOW5gboo4m .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOW7Kc7LPz .navbar-dropdown {
  position: relative !important;
}
.cid-uOW7Kc7LPz .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uOW7Kc7LPz .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOW7Kc7LPz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOW7Kc7LPz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOW7Kc7LPz .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uOW7Kc7LPz .dropdown-item:hover,
.cid-uOW7Kc7LPz .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uOW7Kc7LPz .dropdown-item:hover span {
  color: white;
}
.cid-uOW7Kc7LPz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOW7Kc7LPz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOW7Kc7LPz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOW7Kc7LPz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOW7Kc7LPz .nav-link {
  position: relative;
}
.cid-uOW7Kc7LPz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOW7Kc7LPz .container {
    flex-wrap: nowrap;
  }
}
.cid-uOW7Kc7LPz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOW7Kc7LPz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOW7Kc7LPz .dropdown-menu,
.cid-uOW7Kc7LPz .navbar.opened {
  background: #121212 !important;
}
.cid-uOW7Kc7LPz .nav-item:focus,
.cid-uOW7Kc7LPz .nav-link:focus {
  outline: none;
}
.cid-uOW7Kc7LPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOW7Kc7LPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOW7Kc7LPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOW7Kc7LPz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOW7Kc7LPz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOW7Kc7LPz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOW7Kc7LPz .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOW7Kc7LPz .navbar.opened {
  transition: all 0.3s;
}
.cid-uOW7Kc7LPz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOW7Kc7LPz .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOW7Kc7LPz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOW7Kc7LPz .navbar.collapsed {
  justify-content: center;
}
.cid-uOW7Kc7LPz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOW7Kc7LPz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOW7Kc7LPz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOW7Kc7LPz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOW7Kc7LPz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOW7Kc7LPz .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-uOW7Kc7LPz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOW7Kc7LPz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOW7Kc7LPz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOW7Kc7LPz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOW7Kc7LPz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOW7Kc7LPz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOW7Kc7LPz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOW7Kc7LPz .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-uOW7Kc7LPz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOW7Kc7LPz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOW7Kc7LPz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOW7Kc7LPz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOW7Kc7LPz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOW7Kc7LPz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOW7Kc7LPz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOW7Kc7LPz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOW7Kc7LPz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOW7Kc7LPz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOW7Kc7LPz .navbar-brand .navbar-caption:hover,
.cid-uOW7Kc7LPz .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uOW7Kc7LPz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOW7Kc7LPz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOW7Kc7LPz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uOW7Kc7LPz .dropdown-item.active,
.cid-uOW7Kc7LPz .dropdown-item:active {
  background-color: transparent;
}
.cid-uOW7Kc7LPz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOW7Kc7LPz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOW7Kc7LPz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOW7Kc7LPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOW7Kc7LPz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOW7Kc7LPz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOW7Kc7LPz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOW7Kc7LPz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOW7Kc7LPz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOW7Kc7LPz .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOW7Kc7LPz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOW7Kc7LPz .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOW7Kc7LPz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOW7Kc7LPz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOW7Kc7LPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOW7Kc7LPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOW7Kc7LPz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOW7Kc7LPz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOW7Kc7LPz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOW7Kc7LPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW7Kc7LPz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOW7Kc7LPz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOW7Kc7LPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOW7Kc7LPz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOW7Kc7LPz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOW7Kc7LPz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOW7Kc7LPz .navbar {
    height: 70px;
  }
  .cid-uOW7Kc7LPz .navbar.opened {
    height: auto;
  }
  .cid-uOW7Kc7LPz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOW7Kc7LPz .navbar-nav {
  margin: 0 auto;
}
.cid-uOW7Kc7LPz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOW7Kc7LPz .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOW7Kc7LPz .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOW7Kc7LPz .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uOW7Kc7LPz .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uOW7Kc7LPz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOW7Kc7LPz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOW7Kc7LPz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOW7Kc7LPz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOW7Kc7LPz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOW7Kc7LPz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOW7Kc7LPz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOW7Kc7LPz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOW7Kc7LPz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOW7Kc7LPz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOW7Kc7LPz .content-wrap {
  min-height: 110px;
}
.cid-uOW7Kc7LPz .mbr-section-btn .btn::after,
.cid-uOW7Kc7LPz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOW7Kc7LPz .mbr-section-btn .btn:hover,
.cid-uOW7Kc7LPz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOW7Kc7LPz .mbr-section-btn .btn:hover::after,
.cid-uOW7Kc7LPz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOW7P4K7Zo {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW7P4K7Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW7P4K7Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW7P4K7Zo .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uOW7P4K7Zo .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uOW7P4K7Zo .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uOW7P4K7Zo .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOW7P4K7Zo .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uOW7P4K7Zo .mbr-desc,
.cid-uOW7P4K7Zo .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOW7P4K7Zo .mbr-text,
.cid-uOW7P4K7Zo .icon-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uOW7Kft6yX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW7Kft6yX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW7Kft6yX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW7Kft6yX .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uOW7Kft6yX .google-map iframe {
    height: 350px;
  }
}
.cid-uOW7KfPcm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uOW7KfPcm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW7KfPcm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW7KfPcm6 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOW7KfPcm6 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOW7KfPcm6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOW7KfPcm6 .items-wrapper {
  margin: 0 -20px;
}
.cid-uOW7KfPcm6 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOW7KfPcm6 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uOW7KfPcm6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uOW7KfPcm6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uOW7KfPcm6 .mbr-section-title {
  color: #ffffff;
}
.cid-uOW7KfPcm6 .mbr-tag {
  color: #adadad;
}
.cid-uOW7KfPcm6 .item-title {
  color: #ffffff;
}
.cid-uOW7Kg9KdF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOW7Kg9KdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOW7Kg9KdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOW7Kg9KdF .row {
  justify-content: center;
}
.cid-uOW7Kg9KdF .card {
  justify-content: center;
}
.cid-uOW7Kg9KdF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOW7Kg9KdF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOW7Kg9KdF .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOW7Kg9KdF .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOW7Kg9KdF .nav-wrapper .list .item-wrap:hover,
.cid-uOW7Kg9KdF .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uOW7Kg9KdF .list,
.cid-uOW7Kg9KdF .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
