.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #f92c50 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f92c50;
}
/* 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: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.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: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23f92c50' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vlOt6R7vsM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vlOt6R7vsM nav.navbar {
  position: fixed;
}
.cid-vlOt6R7vsM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlOt6R7vsM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover,
.cid-vlOt6R7vsM .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover span {
  color: white;
}
.cid-vlOt6R7vsM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlOt6R7vsM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlOt6R7vsM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlOt6R7vsM .nav-link {
  position: relative;
}
.cid-vlOt6R7vsM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .container {
    flex-wrap: nowrap;
  }
}
.cid-vlOt6R7vsM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlOt6R7vsM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlOt6R7vsM .dropdown-menu,
.cid-vlOt6R7vsM .navbar.opened {
  background: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item:focus,
.cid-vlOt6R7vsM .nav-link:focus {
  outline: none;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlOt6R7vsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.opened {
  transition: all 0.3s;
}
.cid-vlOt6R7vsM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vlOt6R7vsM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vlOt6R7vsM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlOt6R7vsM .navbar.collapsed {
  justify-content: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlOt6R7vsM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlOt6R7vsM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlOt6R7vsM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vlOt6R7vsM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlOt6R7vsM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlOt6R7vsM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vlOt6R7vsM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item.active,
.cid-vlOt6R7vsM .dropdown-item:active {
  background-color: transparent;
}
.cid-vlOt6R7vsM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlOt6R7vsM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlOt6R7vsM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vlOt6R7vsM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vlOt6R7vsM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vlOt6R7vsM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlOt6R7vsM 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-vlOt6R7vsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlOt6R7vsM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar {
    height: 70px;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    height: auto;
  }
  .cid-vlOt6R7vsM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlOt6R7vsM .navbar-nav {
  margin: 0 auto;
}
.cid-vlOt6R7vsM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlOt6R7vsM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlOt6R7vsM .content-wrap {
  min-height: 110px;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vleujNfEVP {
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-vleujNfEVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vleujNfEVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vleujNfEVP path {
  fill: #f92c50;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-vleujNfEVP b,
.cid-vleujNfEVP strong {
  font-weight: 900;
}
.cid-vleujNfEVP svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-vleujNfEVP a {
  font-weight: 900;
  background: #ffd7ef;
}
.cid-vleujNfEVP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vleujNfEVP .mbr-text,
.cid-vleujNfEVP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vleujNfEVP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9fvBoMlgW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v9fvBoMlgW .mbr-text {
    text-align: center;
  }
}
.cid-v9fvBoMlgW .container-fluid {
  padding: 0;
}
.cid-v9fvBoMlgW .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-v9fvBoMlgW img {
  height: 100%;
  object-fit: cover;
}
.cid-v9fvBoMlgW .mbr-figure {
  height: 100%;
}
.cid-v9fvBoMlgW .col-lg-6 {
  padding: 0;
}
.cid-v9fvBoMlgW .row {
  margin: 0;
}
.cid-v9fvBoMlgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fvBoMlgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fvBoMlgW .mbr-text,
.cid-v9fvBoMlgW .mbr-section-btn {
  text-align: justify;
}
.cid-v9fvBoMlgW H1 {
  text-align: left;
}
.cid-v9fvBoMlgW H3 {
  text-align: justify;
}
.cid-v9fy4XVzZj {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #000c3f;
}
.cid-v9fy4XVzZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fy4XVzZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fy4XVzZj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v9fy4XVzZj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9fy4XVzZj .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v9fy4XVzZj .items-wrapper .item {
  padding: 0 10px;
}
.cid-v9fy4XVzZj .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v9fy4XVzZj .item {
    margin-bottom: 16px;
  }
}
.cid-v9fy4XVzZj .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v9fy4XVzZj .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v9fy4XVzZj .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-v9fy4XVzZj .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-v9fy4XVzZj .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-v9fy4XVzZj .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v9fy4XVzZj .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-v9fy4XVzZj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9fy4XVzZj .item-title {
  color: #000c3f;
}
.cid-v9fy4XVzZj .item-text {
  color: #000c3f;
}
.cid-uX0g3obvwE {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uX0g3obvwE {
    align-items: flex-end;
  }
  .cid-uX0g3obvwE .row {
    justify-content: center;
  }
  .cid-uX0g3obvwE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uX0g3obvwE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uX0g3obvwE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uX0g3obvwE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uX0g3obvwE .content-wrap {
    width: 100%;
  }
}
.cid-uX0g3obvwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX0g3obvwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uX0g3obvwE .mbr-section-title,
.cid-uX0g3obvwE .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uX0g3obvwE .mbr-text,
.cid-uX0g3obvwE .mbr-section-btn {
  text-align: center;
}
.cid-uX0g3obvwE .mbr-section-title {
  text-align: center;
  color: #f92c50;
}
.cid-uVohQmTRkL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVohQmTRkL .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uVohQmTRkL img,
.cid-uVohQmTRkL .item-img {
  width: 100%;
}
.cid-uVohQmTRkL .item:focus,
.cid-uVohQmTRkL span:focus {
  outline: none;
}
.cid-uVohQmTRkL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVohQmTRkL .item {
    margin-bottom: 1rem;
  }
}
.cid-uVohQmTRkL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVohQmTRkL .mbr-section-title {
  color: #232323;
}
.cid-uVohQmTRkL .mbr-text,
.cid-uVohQmTRkL .mbr-section-btn {
  color: #232323;
}
.cid-uVohQmTRkL .item-title {
  color: #232323;
  text-align: center;
}
.cid-uVohQmTRkL .content-head {
  max-width: 800px;
}
.cid-uVoiQFn6yv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uVoiQFn6yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoiQFn6yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoiQFn6yv .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1000px;
  padding: 4rem 2rem !important;
  background: rgba(239, 239, 239, 0.9);
}
.cid-uVoiQFn6yv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uVoiQFn6yv .mbr-section-title {
  color: #24262b;
}
.cid-uVoiQFn6yv .mbr-section-subtitle {
  margin-top: 16px;
  color: #767676;
}
.cid-uVoiQFn6yv .comment-text {
  margin-top: 16px;
  color: #767676;
}
.cid-uVoiQFn6yv .form-wrap {
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVoiQFn6yv .form-wrap {
    max-width: 420px;
  }
}
.cid-uVoiQFn6yv form {
  width: 100%;
}
.cid-uVoiQFn6yv form .dragArea.row {
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uVoiQFn6yv form .dragArea.row {
    justify-content: center;
  }
}
.cid-uVoiQFn6yv form p {
  color: #24262b;
}
.cid-uVoiQFn6yv form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uVoiQFn6yv form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uVoiQFn6yv form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uVoiQFn6yv form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uVoiQFn6yv form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uVoiQFn6yv form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uVoiQFn6yv form select {
  color: #24262b !important;
}
.cid-uVoiQFn6yv form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uVoiQFn6yv form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form input,
.cid-uVoiQFn6yv form textarea {
  transition: .3s all;
}
.cid-uVoiQFn6yv form input:active,
.cid-uVoiQFn6yv form textarea:active,
.cid-uVoiQFn6yv form input:focus,
.cid-uVoiQFn6yv form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uVoiQFn6yv form input:active::-webkit-input-placeholder,
.cid-uVoiQFn6yv form textarea:active::-webkit-input-placeholder,
.cid-uVoiQFn6yv form input:focus::-webkit-input-placeholder,
.cid-uVoiQFn6yv form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form input:active::-moz-placeholder,
.cid-uVoiQFn6yv form textarea:active::-moz-placeholder,
.cid-uVoiQFn6yv form input:focus::-moz-placeholder,
.cid-uVoiQFn6yv form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form input:active:-moz-placeholder,
.cid-uVoiQFn6yv form textarea:active:-moz-placeholder,
.cid-uVoiQFn6yv form input:focus:-moz-placeholder,
.cid-uVoiQFn6yv form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form input:active:-ms-input-placeholder,
.cid-uVoiQFn6yv form textarea:active:-ms-input-placeholder,
.cid-uVoiQFn6yv form input:focus:-ms-input-placeholder,
.cid-uVoiQFn6yv form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uVoiQFn6yv form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uVoiQFn6yv form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uVoiQFn6yv form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uVoiQFn6yv form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uVoiQFn6yv form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uVoiQFn6yv form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uVoiQFn6yv form .form-check label {
  color: #24262b;
}
.cid-uVoiQFn6yv form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uVoiQFn6yv form .form-check-input:focus,
.cid-uVoiQFn6yv form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uVoiQFn6yv form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uVol8Esh8q {
  background-color: #000000;
}
.cid-uVol8Esh8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVol8Esh8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVol8Esh8q .card {
  justify-content: center;
}
.cid-uVol8Esh8q .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-uVol8Esh8q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVol8Esh8q .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uVol8Esh8q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uVol8Esh8q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uVol8Esh8q .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-uVol8Esh8q .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVol8Esh8q .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-uVol8Esh8q .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVol8Esh8q .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #e2fa0e;
}
@media (max-width: 1440px) {
  .cid-uVol8Esh8q .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVol8Esh8q .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-uVol8Esh8q .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVol8Esh8q .mbr-label {
  color: #ffffff;
}
.cid-uVol8Esh8q .mbr-section-title {
  color: #ffffff;
}
.cid-uVol8Esh8q .mbr-text {
  color: #ffffff;
}
.cid-uVomYrcUBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVomYrcUBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVomYrcUBc .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-uVomYrcUBc .container {
    padding: 0 22px;
  }
}
.cid-uVomYrcUBc .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uVomYrcUBc .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVomYrcUBc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVomYrcUBc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVomYrcUBc .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVomYrcUBc .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uVomYrcUBc .item:hover .item-wrapper .item-img img,
.cid-uVomYrcUBc .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uVomYrcUBc .item:hover .item-wrapper .item-img::before,
.cid-uVomYrcUBc .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uVomYrcUBc .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uVomYrcUBc .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVomYrcUBc .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uVomYrcUBc .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVomYrcUBc .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uVomYrcUBc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uVomYrcUBc .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uVomYrcUBc .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVomYrcUBc .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uVomYrcUBc .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uVomYrcUBc .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uVomYrcUBc .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uVomYrcUBc .item a {
  display: block;
}
.cid-uVomYrcUBc .mbr-section-title {
  color: #ffffff;
}
.cid-uVomYrcUBc .mbr-desc {
  color: #ffffff;
}
.cid-uVomYrcUBc .card-title {
  color: #ffffff;
}
.cid-uVoqbQPpaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVoqbQPpaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoqbQPpaQ .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-uVoqbQPpaQ .container {
    padding: 0 22px;
  }
}
.cid-uVoqbQPpaQ .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uVoqbQPpaQ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVoqbQPpaQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVoqbQPpaQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVoqbQPpaQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVoqbQPpaQ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uVoqbQPpaQ .item:hover .item-wrapper .item-img img,
.cid-uVoqbQPpaQ .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uVoqbQPpaQ .item:hover .item-wrapper .item-img::before,
.cid-uVoqbQPpaQ .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uVoqbQPpaQ .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uVoqbQPpaQ .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVoqbQPpaQ .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVoqbQPpaQ .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVoqbQPpaQ .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uVoqbQPpaQ .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uVoqbQPpaQ .item a {
  display: block;
}
.cid-uVoqbQPpaQ .mbr-section-title {
  color: #ffffff;
}
.cid-uVoqbQPpaQ .mbr-desc {
  color: #ffffff;
}
.cid-uVoqbQPpaQ .card-title {
  color: #ffffff;
}
.cid-uVotsc68Yz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVotsc68Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVotsc68Yz .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-uVotsc68Yz .container {
    padding: 0 22px;
  }
}
.cid-uVotsc68Yz .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uVotsc68Yz .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVotsc68Yz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVotsc68Yz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVotsc68Yz .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVotsc68Yz .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uVotsc68Yz .item:hover .item-wrapper .item-img img,
.cid-uVotsc68Yz .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uVotsc68Yz .item:hover .item-wrapper .item-img::before,
.cid-uVotsc68Yz .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uVotsc68Yz .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uVotsc68Yz .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVotsc68Yz .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uVotsc68Yz .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVotsc68Yz .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uVotsc68Yz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uVotsc68Yz .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uVotsc68Yz .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVotsc68Yz .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uVotsc68Yz .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uVotsc68Yz .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uVotsc68Yz .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uVotsc68Yz .item a {
  display: block;
}
.cid-uVotsc68Yz .mbr-section-title {
  color: #ffffff;
}
.cid-uVotsc68Yz .mbr-desc {
  color: #ffffff;
}
.cid-uVotsc68Yz .card-title {
  color: #ffffff;
}
.cid-uVoqmvcgLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVoqmvcgLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoqmvcgLp .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-uVoqmvcgLp .container {
    padding: 0 22px;
  }
}
.cid-uVoqmvcgLp .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uVoqmvcgLp .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVoqmvcgLp .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVoqmvcgLp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVoqmvcgLp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVoqmvcgLp .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uVoqmvcgLp .item:hover .item-wrapper .item-img img,
.cid-uVoqmvcgLp .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uVoqmvcgLp .item:hover .item-wrapper .item-img::before,
.cid-uVoqmvcgLp .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uVoqmvcgLp .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uVoqmvcgLp .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVoqmvcgLp .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVoqmvcgLp .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVoqmvcgLp .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uVoqmvcgLp .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uVoqmvcgLp .item a {
  display: block;
}
.cid-uVoqmvcgLp .mbr-section-title {
  color: #ffffff;
}
.cid-uVoqmvcgLp .mbr-desc {
  color: #ffffff;
}
.cid-uVoqmvcgLp .card-title {
  color: #ffffff;
}
.cid-uVoklNMnR2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uVoklNMnR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoklNMnR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoklNMnR2 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uVoklNMnR2 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uVoklNMnR2 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .container {
    max-width: 100%;
  }
  .cid-uVoklNMnR2 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uVoklNMnR2 .item-wrap {
  width: 100%;
}
.cid-uVoklNMnR2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uVoklNMnR2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uVoklNMnR2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uVoklNMnR2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uVoklNMnR2 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-links {
    padding-top: 20px;
  }
}
.cid-uVoklNMnR2 .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .list {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uVoklNMnR2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f92c50;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:hover {
  color: #f92c50 !important;
  line-height: inherit !important;
}
.cid-uVoklNMnR2 .list a:hover:before {
  width: 100%;
}
.cid-uVoklNMnR2 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-copyright {
    padding-top: 40px;
  }
}
.cid-uVoklNMnR2 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uVoklNMnR2 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-vlOt6R7vsM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vlOt6R7vsM nav.navbar {
  position: fixed;
}
.cid-vlOt6R7vsM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlOt6R7vsM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover,
.cid-vlOt6R7vsM .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover span {
  color: white;
}
.cid-vlOt6R7vsM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlOt6R7vsM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlOt6R7vsM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlOt6R7vsM .nav-link {
  position: relative;
}
.cid-vlOt6R7vsM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .container {
    flex-wrap: nowrap;
  }
}
.cid-vlOt6R7vsM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlOt6R7vsM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlOt6R7vsM .dropdown-menu,
.cid-vlOt6R7vsM .navbar.opened {
  background: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item:focus,
.cid-vlOt6R7vsM .nav-link:focus {
  outline: none;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlOt6R7vsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.opened {
  transition: all 0.3s;
}
.cid-vlOt6R7vsM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vlOt6R7vsM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vlOt6R7vsM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlOt6R7vsM .navbar.collapsed {
  justify-content: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlOt6R7vsM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlOt6R7vsM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlOt6R7vsM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vlOt6R7vsM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlOt6R7vsM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlOt6R7vsM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vlOt6R7vsM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item.active,
.cid-vlOt6R7vsM .dropdown-item:active {
  background-color: transparent;
}
.cid-vlOt6R7vsM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlOt6R7vsM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlOt6R7vsM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vlOt6R7vsM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vlOt6R7vsM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vlOt6R7vsM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlOt6R7vsM 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-vlOt6R7vsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlOt6R7vsM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar {
    height: 70px;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    height: auto;
  }
  .cid-vlOt6R7vsM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlOt6R7vsM .navbar-nav {
  margin: 0 auto;
}
.cid-vlOt6R7vsM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlOt6R7vsM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlOt6R7vsM .content-wrap {
  min-height: 110px;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v9fzFSGbGZ {
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-v9fzFSGbGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fzFSGbGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fzFSGbGZ path {
  fill: #f92c50;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-v9fzFSGbGZ b,
.cid-v9fzFSGbGZ strong {
  font-weight: 900;
}
.cid-v9fzFSGbGZ svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-v9fzFSGbGZ a {
  font-weight: 900;
  background: #ffd7ef;
}
.cid-v9fzFSGbGZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v9fzFSGbGZ .mbr-text,
.cid-v9fzFSGbGZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9fzFSGbGZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9fzFT4Mks {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v9fzFT4Mks .mbr-text {
    text-align: center;
  }
}
.cid-v9fzFT4Mks .container-fluid {
  padding: 0;
}
.cid-v9fzFT4Mks .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-v9fzFT4Mks img {
  height: 100%;
  object-fit: cover;
}
.cid-v9fzFT4Mks .mbr-figure {
  height: 100%;
}
.cid-v9fzFT4Mks .col-lg-6 {
  padding: 0;
}
.cid-v9fzFT4Mks .row {
  margin: 0;
}
.cid-v9fzFT4Mks .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fzFT4Mks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fzFT4Mks .mbr-text,
.cid-v9fzFT4Mks .mbr-section-btn {
  text-align: justify;
}
.cid-v9fzFT4Mks H1 {
  text-align: left;
}
.cid-v9fzFT4Mks H3 {
  text-align: justify;
}
.cid-v9fzFTMibp {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-v9fzFTMibp {
    align-items: flex-end;
  }
  .cid-v9fzFTMibp .row {
    justify-content: center;
  }
  .cid-v9fzFTMibp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9fzFTMibp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9fzFTMibp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v9fzFTMibp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9fzFTMibp .content-wrap {
    width: 100%;
  }
}
.cid-v9fzFTMibp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fzFTMibp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v9fzFTMibp .mbr-section-title,
.cid-v9fzFTMibp .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v9fzFTMibp .mbr-text,
.cid-v9fzFTMibp .mbr-section-btn {
  text-align: center;
}
.cid-v9fzFTMibp .mbr-section-title {
  text-align: center;
  color: #f92c50;
}
.cid-v9fzFUbIMa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9fzFUbIMa .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v9fzFUbIMa img,
.cid-v9fzFUbIMa .item-img {
  width: 100%;
}
.cid-v9fzFUbIMa .item:focus,
.cid-v9fzFUbIMa span:focus {
  outline: none;
}
.cid-v9fzFUbIMa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9fzFUbIMa .item {
    margin-bottom: 1rem;
  }
}
.cid-v9fzFUbIMa .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9fzFUbIMa .mbr-section-title {
  color: #232323;
}
.cid-v9fzFUbIMa .mbr-text,
.cid-v9fzFUbIMa .mbr-section-btn {
  color: #232323;
}
.cid-v9fzFUbIMa .item-title {
  color: #232323;
  text-align: center;
}
.cid-v9fzFUbIMa .content-head {
  max-width: 800px;
}
.cid-v9fzFUDVsD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-v9fzFUDVsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9fzFUDVsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9fzFUDVsD .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1000px;
  padding: 4rem 2rem !important;
  background: rgba(239, 239, 239, 0.9);
}
.cid-v9fzFUDVsD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v9fzFUDVsD .mbr-section-title {
  color: #24262b;
}
.cid-v9fzFUDVsD .mbr-section-subtitle {
  margin-top: 16px;
  color: #767676;
}
.cid-v9fzFUDVsD .comment-text {
  margin-top: 16px;
  color: #767676;
}
.cid-v9fzFUDVsD .form-wrap {
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v9fzFUDVsD .form-wrap {
    max-width: 420px;
  }
}
.cid-v9fzFUDVsD form {
  width: 100%;
}
.cid-v9fzFUDVsD form .dragArea.row {
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9fzFUDVsD form .dragArea.row {
    justify-content: center;
  }
}
.cid-v9fzFUDVsD form p {
  color: #24262b;
}
.cid-v9fzFUDVsD form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-v9fzFUDVsD form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-v9fzFUDVsD form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v9fzFUDVsD form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-v9fzFUDVsD form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v9fzFUDVsD form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-v9fzFUDVsD form select {
  color: #24262b !important;
}
.cid-v9fzFUDVsD form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-v9fzFUDVsD form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form input,
.cid-v9fzFUDVsD form textarea {
  transition: .3s all;
}
.cid-v9fzFUDVsD form input:active,
.cid-v9fzFUDVsD form textarea:active,
.cid-v9fzFUDVsD form input:focus,
.cid-v9fzFUDVsD form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-v9fzFUDVsD form input:active::-webkit-input-placeholder,
.cid-v9fzFUDVsD form textarea:active::-webkit-input-placeholder,
.cid-v9fzFUDVsD form input:focus::-webkit-input-placeholder,
.cid-v9fzFUDVsD form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form input:active::-moz-placeholder,
.cid-v9fzFUDVsD form textarea:active::-moz-placeholder,
.cid-v9fzFUDVsD form input:focus::-moz-placeholder,
.cid-v9fzFUDVsD form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form input:active:-moz-placeholder,
.cid-v9fzFUDVsD form textarea:active:-moz-placeholder,
.cid-v9fzFUDVsD form input:focus:-moz-placeholder,
.cid-v9fzFUDVsD form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form input:active:-ms-input-placeholder,
.cid-v9fzFUDVsD form textarea:active:-ms-input-placeholder,
.cid-v9fzFUDVsD form input:focus:-ms-input-placeholder,
.cid-v9fzFUDVsD form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-v9fzFUDVsD form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-v9fzFUDVsD form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-v9fzFUDVsD form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-v9fzFUDVsD form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-v9fzFUDVsD form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-v9fzFUDVsD form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-v9fzFUDVsD form .form-check label {
  color: #24262b;
}
.cid-v9fzFUDVsD form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v9fzFUDVsD form .form-check-input:focus,
.cid-v9fzFUDVsD form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-v9fzFUDVsD form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uVoklNMnR2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uVoklNMnR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoklNMnR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoklNMnR2 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uVoklNMnR2 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uVoklNMnR2 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .container {
    max-width: 100%;
  }
  .cid-uVoklNMnR2 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uVoklNMnR2 .item-wrap {
  width: 100%;
}
.cid-uVoklNMnR2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uVoklNMnR2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uVoklNMnR2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uVoklNMnR2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uVoklNMnR2 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-links {
    padding-top: 20px;
  }
}
.cid-uVoklNMnR2 .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .list {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uVoklNMnR2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f92c50;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:hover {
  color: #f92c50 !important;
  line-height: inherit !important;
}
.cid-uVoklNMnR2 .list a:hover:before {
  width: 100%;
}
.cid-uVoklNMnR2 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-copyright {
    padding-top: 40px;
  }
}
.cid-uVoklNMnR2 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uVoklNMnR2 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-vlOt6R7vsM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vlOt6R7vsM nav.navbar {
  position: fixed;
}
.cid-vlOt6R7vsM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlOt6R7vsM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover,
.cid-vlOt6R7vsM .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover span {
  color: white;
}
.cid-vlOt6R7vsM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlOt6R7vsM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlOt6R7vsM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlOt6R7vsM .nav-link {
  position: relative;
}
.cid-vlOt6R7vsM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .container {
    flex-wrap: nowrap;
  }
}
.cid-vlOt6R7vsM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlOt6R7vsM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlOt6R7vsM .dropdown-menu,
.cid-vlOt6R7vsM .navbar.opened {
  background: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item:focus,
.cid-vlOt6R7vsM .nav-link:focus {
  outline: none;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlOt6R7vsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.opened {
  transition: all 0.3s;
}
.cid-vlOt6R7vsM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vlOt6R7vsM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vlOt6R7vsM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlOt6R7vsM .navbar.collapsed {
  justify-content: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlOt6R7vsM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlOt6R7vsM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlOt6R7vsM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vlOt6R7vsM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlOt6R7vsM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlOt6R7vsM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vlOt6R7vsM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item.active,
.cid-vlOt6R7vsM .dropdown-item:active {
  background-color: transparent;
}
.cid-vlOt6R7vsM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlOt6R7vsM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlOt6R7vsM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vlOt6R7vsM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vlOt6R7vsM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vlOt6R7vsM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlOt6R7vsM 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-vlOt6R7vsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlOt6R7vsM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar {
    height: 70px;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    height: auto;
  }
  .cid-vlOt6R7vsM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlOt6R7vsM .navbar-nav {
  margin: 0 auto;
}
.cid-vlOt6R7vsM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlOt6R7vsM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlOt6R7vsM .content-wrap {
  min-height: 110px;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v9rNJgEZ64 {
  background-color: #000000;
}
.cid-v9rNJgEZ64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rNJgEZ64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rNJgEZ64 .card {
  justify-content: center;
}
.cid-v9rNJgEZ64 .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-v9rNJgEZ64 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v9rNJgEZ64 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9rNJgEZ64 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v9rNJgEZ64 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9rNJgEZ64 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-v9rNJgEZ64 .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v9rNJgEZ64 .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-v9rNJgEZ64 .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9rNJgEZ64 .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #e2fa0e;
}
@media (max-width: 1440px) {
  .cid-v9rNJgEZ64 .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9rNJgEZ64 .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-v9rNJgEZ64 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v9rNJgEZ64 .mbr-label {
  color: #ffffff;
}
.cid-v9rNJgEZ64 .mbr-section-title {
  color: #ffffff;
}
.cid-v9rNJgEZ64 .mbr-text {
  color: #ffffff;
}
.cid-v9rNJgYrhy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9rNJgYrhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rNJgYrhy .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-v9rNJgYrhy .container {
    padding: 0 22px;
  }
}
.cid-v9rNJgYrhy .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-v9rNJgYrhy .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9rNJgYrhy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9rNJgYrhy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rNJgYrhy .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9rNJgYrhy .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-v9rNJgYrhy .item:hover .item-wrapper .item-img img,
.cid-v9rNJgYrhy .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-v9rNJgYrhy .item:hover .item-wrapper .item-img::before,
.cid-v9rNJgYrhy .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-v9rNJgYrhy .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-v9rNJgYrhy .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-v9rNJgYrhy .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9rNJgYrhy .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v9rNJgYrhy .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v9rNJgYrhy .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-v9rNJgYrhy .item a {
  display: block;
}
.cid-v9rNJgYrhy .mbr-section-title {
  color: #ffffff;
}
.cid-v9rNJgYrhy .mbr-desc {
  color: #ffffff;
}
.cid-v9rNJgYrhy .card-title {
  color: #ffffff;
}
.cid-v9rNJhhcMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9rNJhhcMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rNJhhcMt .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-v9rNJhhcMt .container {
    padding: 0 22px;
  }
}
.cid-v9rNJhhcMt .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-v9rNJhhcMt .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9rNJhhcMt .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9rNJhhcMt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rNJhhcMt .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9rNJhhcMt .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-v9rNJhhcMt .item:hover .item-wrapper .item-img img,
.cid-v9rNJhhcMt .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-v9rNJhhcMt .item:hover .item-wrapper .item-img::before,
.cid-v9rNJhhcMt .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-v9rNJhhcMt .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-v9rNJhhcMt .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-v9rNJhhcMt .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9rNJhhcMt .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v9rNJhhcMt .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v9rNJhhcMt .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-v9rNJhhcMt .item a {
  display: block;
}
.cid-v9rNJhhcMt .mbr-section-title {
  color: #ffffff;
}
.cid-v9rNJhhcMt .mbr-desc {
  color: #ffffff;
}
.cid-v9rNJhhcMt .card-title {
  color: #ffffff;
}
.cid-v9rNJhBFuS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9rNJhBFuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rNJhBFuS .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-v9rNJhBFuS .container {
    padding: 0 22px;
  }
}
.cid-v9rNJhBFuS .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-v9rNJhBFuS .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9rNJhBFuS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9rNJhBFuS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rNJhBFuS .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9rNJhBFuS .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-v9rNJhBFuS .item:hover .item-wrapper .item-img img,
.cid-v9rNJhBFuS .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-v9rNJhBFuS .item:hover .item-wrapper .item-img::before,
.cid-v9rNJhBFuS .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-v9rNJhBFuS .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-v9rNJhBFuS .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-v9rNJhBFuS .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9rNJhBFuS .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v9rNJhBFuS .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v9rNJhBFuS .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-v9rNJhBFuS .item a {
  display: block;
}
.cid-v9rNJhBFuS .mbr-section-title {
  color: #ffffff;
}
.cid-v9rNJhBFuS .mbr-desc {
  color: #ffffff;
}
.cid-v9rNJhBFuS .card-title {
  color: #ffffff;
}
.cid-v9rNJhVATV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9rNJhVATV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rNJhVATV .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-v9rNJhVATV .container {
    padding: 0 22px;
  }
}
.cid-v9rNJhVATV .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-v9rNJhVATV .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9rNJhVATV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9rNJhVATV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rNJhVATV .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9rNJhVATV .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-v9rNJhVATV .item:hover .item-wrapper .item-img img,
.cid-v9rNJhVATV .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-v9rNJhVATV .item:hover .item-wrapper .item-img::before,
.cid-v9rNJhVATV .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-v9rNJhVATV .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-v9rNJhVATV .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-v9rNJhVATV .item .item-wrapper {
  border: 1px solid #6d6d6d;
  height: 100%;
  border-radius: 0 !important;
}
.cid-v9rNJhVATV .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9rNJhVATV .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-v9rNJhVATV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhVATV .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-v9rNJhVATV .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v9rNJhVATV .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-v9rNJhVATV .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-v9rNJhVATV .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v9rNJhVATV .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-v9rNJhVATV .item a {
  display: block;
}
.cid-v9rNJhVATV .mbr-section-title {
  color: #ffffff;
}
.cid-v9rNJhVATV .mbr-desc {
  color: #ffffff;
}
.cid-v9rNJhVATV .card-title {
  color: #ffffff;
}
.cid-uVoklNMnR2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uVoklNMnR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoklNMnR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVoklNMnR2 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uVoklNMnR2 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uVoklNMnR2 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .container {
    max-width: 100%;
  }
  .cid-uVoklNMnR2 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uVoklNMnR2 .item-wrap {
  width: 100%;
}
.cid-uVoklNMnR2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uVoklNMnR2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uVoklNMnR2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uVoklNMnR2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uVoklNMnR2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uVoklNMnR2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uVoklNMnR2 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-links {
    padding-top: 20px;
  }
}
.cid-uVoklNMnR2 .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uVoklNMnR2 .list {
    text-align: center !important;
  }
}
.cid-uVoklNMnR2 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uVoklNMnR2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f92c50;
  transition: 0.4s all;
}
.cid-uVoklNMnR2 .list a:hover {
  color: #f92c50 !important;
  line-height: inherit !important;
}
.cid-uVoklNMnR2 .list a:hover:before {
  width: 100%;
}
.cid-uVoklNMnR2 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uVoklNMnR2 .col-copyright {
    padding-top: 40px;
  }
}
.cid-uVoklNMnR2 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uVoklNMnR2 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-vlOt6R7vsM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vlOt6R7vsM nav.navbar {
  position: fixed;
}
.cid-vlOt6R7vsM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlOt6R7vsM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover,
.cid-vlOt6R7vsM .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover span {
  color: white;
}
.cid-vlOt6R7vsM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlOt6R7vsM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlOt6R7vsM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlOt6R7vsM .nav-link {
  position: relative;
}
.cid-vlOt6R7vsM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .container {
    flex-wrap: nowrap;
  }
}
.cid-vlOt6R7vsM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlOt6R7vsM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlOt6R7vsM .dropdown-menu,
.cid-vlOt6R7vsM .navbar.opened {
  background: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item:focus,
.cid-vlOt6R7vsM .nav-link:focus {
  outline: none;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlOt6R7vsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.opened {
  transition: all 0.3s;
}
.cid-vlOt6R7vsM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vlOt6R7vsM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vlOt6R7vsM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlOt6R7vsM .navbar.collapsed {
  justify-content: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlOt6R7vsM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlOt6R7vsM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlOt6R7vsM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vlOt6R7vsM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlOt6R7vsM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlOt6R7vsM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vlOt6R7vsM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item.active,
.cid-vlOt6R7vsM .dropdown-item:active {
  background-color: transparent;
}
.cid-vlOt6R7vsM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlOt6R7vsM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlOt6R7vsM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vlOt6R7vsM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vlOt6R7vsM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vlOt6R7vsM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlOt6R7vsM 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-vlOt6R7vsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlOt6R7vsM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar {
    height: 70px;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    height: auto;
  }
  .cid-vlOt6R7vsM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlOt6R7vsM .navbar-nav {
  margin: 0 auto;
}
.cid-vlOt6R7vsM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlOt6R7vsM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlOt6R7vsM .content-wrap {
  min-height: 110px;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vlej40nQiv {
  background-image: url("../../../assets/images/a217bbe217da.jpg");
}
.cid-vlej40nQiv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vlej40nQiv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vlej40nQiv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-vlej40nQiv h3:before,
  .cid-vlej40nQiv h3:after {
    display: none;
  }
}
.cid-vlej40nQiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlej40nQiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vle5UJPZIr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-vle5UJPZIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vle5UJPZIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vle5UJPZIr .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vle5UJPZIr .content-wrapper::before,
.cid-vle5UJPZIr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vle5UJPZIr .content-wrapper::before {
  left: 0;
}
.cid-vle5UJPZIr .content-wrapper::after {
  right: 0;
}
.cid-vle5UJPZIr .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vle5UJPZIr .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-vle5UJPZIr .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-vle5UJPZIr .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr {
    display: block;
  }
}
.cid-vle5UJPZIr .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-vle5UJPZIr .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-vle5UJPZIr .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-vle5UJPZIr .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-vle5UJPZIr .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-vle5UJPZIr .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-vle5UJPZIr .image-wrapper .image-wrap {
  height: 100%;
}
.cid-vle5UJPZIr .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vle5UJPZIr .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vle5UJPZIr .mbr-section-title {
  color: #0a0a0a;
}
.cid-vle5UJPZIr .mbr-text {
  color: #0a0a0a;
}
.cid-vle5UJPZIr .item-name {
  color: #0a0a0a;
}
.cid-vle5UJPZIr .item-role {
  color: #909090;
}
.cid-vlejWVqXKm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-vlejWVqXKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlejWVqXKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlejWVqXKm .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vlejWVqXKm .content-wrapper::before,
.cid-vlejWVqXKm .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-vlejWVqXKm .content-wrapper::before {
  left: 0;
}
.cid-vlejWVqXKm .content-wrapper::after {
  right: 0;
}
.cid-vlejWVqXKm .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vlejWVqXKm .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper {
  margin-top: 24px;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 45px;
  height: 55px;
  min-width: 45px;
  object-fit: cover;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-vlejWVqXKm .card-wrapper .card-wrap .person-wrapper .person-wrap .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-vlejWVqXKm .card-wrapper .mbr-section-btn {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm {
    display: block;
  }
}
.cid-vlejWVqXKm .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-vlejWVqXKm .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-vlejWVqXKm .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-vlejWVqXKm .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-vlejWVqXKm .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-vlejWVqXKm .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-vlejWVqXKm .image-wrapper .image-wrap {
  height: 100%;
}
.cid-vlejWVqXKm .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vlejWVqXKm .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vlejWVqXKm .mbr-section-title {
  color: #0a0a0a;
}
.cid-vlejWVqXKm .mbr-text {
  color: #0a0a0a;
}
.cid-vlejWVqXKm .item-name {
  color: #0a0a0a;
}
.cid-vlejWVqXKm .item-role {
  color: #909090;
}
.cid-vlelSyxDkG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vlelSyxDkG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlelSyxDkG .item {
    margin-bottom: 1rem;
  }
}
.cid-vlelSyxDkG .item-wrapper {
  position: relative;
}
.cid-vlelSyxDkG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vlelSyxDkG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vlelSyxDkG .carousel-control,
.cid-vlelSyxDkG .close {
  background: #1b1b1b;
}
.cid-vlelSyxDkG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vlelSyxDkG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vlelSyxDkG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vlelSyxDkG .carousel-control-next span {
  margin-left: 5px;
}
.cid-vlelSyxDkG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vlelSyxDkG .close::before {
  content: '\e91a';
}
.cid-vlelSyxDkG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vlelSyxDkG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlelSyxDkG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlelSyxDkG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlelSyxDkG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlelSyxDkG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vlelSyxDkG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vlelSyxDkG .carousel-indicators li.active,
.cid-vlelSyxDkG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlelSyxDkG .carousel-indicators li::after,
.cid-vlelSyxDkG .carousel-indicators li::before {
  content: none;
}
.cid-vlelSyxDkG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlelSyxDkG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vlelSyxDkG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlelSyxDkG .carousel-indicators {
    display: none;
  }
}
.cid-vlelSyxDkG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlelSyxDkG .carousel-inner > .active {
  display: block;
}
.cid-vlelSyxDkG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlelSyxDkG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vlelSyxDkG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vlelSyxDkG .carousel-control,
  .cid-vlelSyxDkG .carousel-indicators,
  .cid-vlelSyxDkG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vlelSyxDkG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vlelSyxDkG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vlelSyxDkG .carousel-indicators .active,
.cid-vlelSyxDkG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vlelSyxDkG .carousel-indicators .active {
  background: #fff;
}
.cid-vlelSyxDkG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vlelSyxDkG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vlelSyxDkG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vlelSyxDkG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vlelSyxDkG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vlelSyxDkG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vlelSyxDkG .carousel {
  width: 100%;
}
.cid-vlelSyxDkG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vlelSyxDkG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vlelSyxDkG .modal.fade .modal-dialog,
.cid-vlelSyxDkG .modal.in .modal-dialog {
  transform: none;
}
.cid-vlelSyxDkG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vlelSyxDkG .content-head {
  max-width: 800px;
}
.cid-vlenzSNSP6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-vlenzSNSP6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vlenzSNSP6 .mbr-section-subtitle {
  color: #838383;
}
.cid-vlenzSNSP6 .mbr-section-title {
  color: #ffffff;
}
.cid-vleq6dPDfK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vleq6dPDfK .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-vleq6dPDfK .form-control,
.cid-vleq6dPDfK .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-vleq6dPDfK .form-control::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input::-webkit-input-placeholder,
.cid-vleq6dPDfK .form-control::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-vleq6dPDfK .form-control:-moz-placeholder,
.cid-vleq6dPDfK .field-input:-moz-placeholder,
.cid-vleq6dPDfK .form-control:-moz-placeholder,
.cid-vleq6dPDfK .field-input:-moz-placeholder {
  color: #606060;
}
.cid-vleq6dPDfK .form-control:hover,
.cid-vleq6dPDfK .field-input:hover,
.cid-vleq6dPDfK .form-control:focus,
.cid-vleq6dPDfK .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vleq6dPDfK .form-control:hover::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input:hover::-webkit-input-placeholder,
.cid-vleq6dPDfK .form-control:focus::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input:focus::-webkit-input-placeholder,
.cid-vleq6dPDfK .form-control:hover::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input:hover::-webkit-input-placeholder,
.cid-vleq6dPDfK .form-control:focus::-webkit-input-placeholder,
.cid-vleq6dPDfK .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-vleq6dPDfK .form-control:hover:-moz-placeholder,
.cid-vleq6dPDfK .field-input:hover:-moz-placeholder,
.cid-vleq6dPDfK .form-control:focus:-moz-placeholder,
.cid-vleq6dPDfK .field-input:focus:-moz-placeholder,
.cid-vleq6dPDfK .form-control:hover:-moz-placeholder,
.cid-vleq6dPDfK .field-input:hover:-moz-placeholder,
.cid-vleq6dPDfK .form-control:focus:-moz-placeholder,
.cid-vleq6dPDfK .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-vleq6dPDfK textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-vleq6dPDfK .jq-number__spin:hover,
.cid-vleq6dPDfK .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vleq6dPDfK .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vleq6dPDfK .jq-selectbox li,
.cid-vleq6dPDfK .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-vleq6dPDfK .jq-selectbox li:hover,
.cid-vleq6dPDfK .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-vleq6dPDfK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vleq6dPDfK .jq-number__spin.minus:hover:after,
.cid-vleq6dPDfK .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-vleq6dPDfK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vleq6dPDfK .jq-number__spin.minus:after,
.cid-vleq6dPDfK .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-vleq6dPDfK input::-webkit-clear-button {
  display: none;
}
.cid-vleq6dPDfK input::-webkit-inner-spin-button {
  display: none;
}
.cid-vleq6dPDfK input::-webkit-outer-spin-button {
  display: none;
}
.cid-vleq6dPDfK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vleq6dPDfK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f92c50;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vleq6dPDfK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vleq6dPDfK .mbr-section-title {
  color: #404040;
}
.cid-vleq6dPDfK .mbr-section-title.display-2 {
  line-height: 1.2;
  font-size: 30px;
}
.cid-vleq6dPDfK .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vleq6dPDfK .mbr-section-subtitle.display-7 {
  line-height: 1.5;
}
.cid-vleq6dPDfK .mbr-text {
  color: #606060;
}
.cid-vleq6dPDfK .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-vleq6dPDfK .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-vleq6dPDfK .box {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
}
.cid-vleq6dPDfK .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-vleq6dPDfK .form-control-label,
.cid-vleq6dPDfK .form-check {
  margin-left: 20px;
}
.cid-vlOt6R7vsM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vlOt6R7vsM nav.navbar {
  position: fixed;
}
.cid-vlOt6R7vsM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vlOt6R7vsM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover,
.cid-vlOt6R7vsM .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item:hover span {
  color: white;
}
.cid-vlOt6R7vsM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlOt6R7vsM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlOt6R7vsM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlOt6R7vsM .nav-link {
  position: relative;
}
.cid-vlOt6R7vsM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .container {
    flex-wrap: nowrap;
  }
}
.cid-vlOt6R7vsM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vlOt6R7vsM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vlOt6R7vsM .dropdown-menu,
.cid-vlOt6R7vsM .navbar.opened {
  background: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item:focus,
.cid-vlOt6R7vsM .nav-link:focus {
  outline: none;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlOt6R7vsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlOt6R7vsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlOt6R7vsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.opened {
  transition: all 0.3s;
}
.cid-vlOt6R7vsM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vlOt6R7vsM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vlOt6R7vsM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlOt6R7vsM .navbar.collapsed {
  justify-content: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlOt6R7vsM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlOt6R7vsM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlOt6R7vsM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlOt6R7vsM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlOt6R7vsM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlOt6R7vsM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlOt6R7vsM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vlOt6R7vsM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vlOt6R7vsM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlOt6R7vsM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vlOt6R7vsM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vlOt6R7vsM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .dropdown-item.active,
.cid-vlOt6R7vsM .dropdown-item:active {
  background-color: transparent;
}
.cid-vlOt6R7vsM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlOt6R7vsM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vlOt6R7vsM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vlOt6R7vsM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlOt6R7vsM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vlOt6R7vsM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vlOt6R7vsM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vlOt6R7vsM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vlOt6R7vsM 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-vlOt6R7vsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vlOt6R7vsM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlOt6R7vsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlOt6R7vsM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlOt6R7vsM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .navbar {
    height: 70px;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    height: auto;
  }
  .cid-vlOt6R7vsM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vlOt6R7vsM .navbar-nav {
  margin: 0 auto;
}
.cid-vlOt6R7vsM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vlOt6R7vsM .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-vlOt6R7vsM .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-vlOt6R7vsM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vlOt6R7vsM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vlOt6R7vsM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vlOt6R7vsM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vlOt6R7vsM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vlOt6R7vsM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vlOt6R7vsM .content-wrap {
  min-height: 110px;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vlOt6R7vsM .mbr-section-btn .btn:hover::after,
.cid-vlOt6R7vsM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
