.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #9fe870 !important;
}
.bg-success {
  background-color: #ff001f !important;
}
.bg-info {
  background-color: #bd031a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000732 !important;
  border-color: #000732 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #000e65 !important;
  border-color: #000e65 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000e65 !important;
  border-color: #000e65 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bd031a !important;
  border-color: #bd031a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ef0421 !important;
  border-color: #ef0421 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ef0421 !important;
  border-color: #ef0421 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff001f !important;
  border-color: #ff001f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff334c !important;
  border-color: #ff334c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff334c !important;
  border-color: #ff334c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000732;
  color: #000732;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000732 !important;
  border-color: #000732 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bd031a;
  color: #bd031a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #68020e !important;
  background-color: transparent !important;
  border-color: #68020e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bd031a !important;
  border-color: #bd031a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff001f;
  color: #ff001f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80014 !important;
  background-color: transparent !important;
  border-color: #a80014 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff001f !important;
  border-color: #ff001f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #9fe870 !important;
}
.text-secondary {
  color: #000732 !important;
}
.text-success {
  color: #ff001f !important;
}
.text-info {
  color: #bd031a !important;
}
.text-warning {
  color: #ffffff !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: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990013 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #59010c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bd031a;
}
.alert-warning {
  background-color: #ffffff;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffccd2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fc435a;
}
.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: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000732 !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhglbvYhmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhglbvYhmb nav.navbar {
  position: fixed;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhglbvYhmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhglbvYhmb .dropdown-item:hover,
.cid-uhglbvYhmb .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhglbvYhmb .dropdown-item:hover span {
  color: white;
}
.cid-uhglbvYhmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhglbvYhmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhglbvYhmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhglbvYhmb .nav-link {
  position: relative;
}
.cid-uhglbvYhmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown-menu,
.cid-uhglbvYhmb .navbar.opened {
  background: #000732 !important;
}
.cid-uhglbvYhmb .nav-item:focus,
.cid-uhglbvYhmb .nav-link:focus {
  outline: none;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhglbvYhmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhglbvYhmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhglbvYhmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uhglbvYhmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhglbvYhmb .navbar .navbar-logo img {
  width: auto;
}
.cid-uhglbvYhmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar.collapsed {
  justify-content: center;
}
.cid-uhglbvYhmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhglbvYhmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhglbvYhmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhglbvYhmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhglbvYhmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhglbvYhmb .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-uhglbvYhmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhglbvYhmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhglbvYhmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhglbvYhmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhglbvYhmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhglbvYhmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhglbvYhmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhglbvYhmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhglbvYhmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhglbvYhmb .dropdown-item.active,
.cid-uhglbvYhmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uhglbvYhmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhglbvYhmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhglbvYhmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhglbvYhmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhglbvYhmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhglbvYhmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar {
    height: 70px;
  }
  .cid-uhglbvYhmb .navbar.opened {
    height: auto;
  }
  .cid-uhglbvYhmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhglEOIQEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhglEOIQEF .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/background13.jpg");
}
.cid-uhglEOIQEF .mbr-section-title {
  color: #ffffff;
}
.cid-uhglEOIQEF .mbr-text,
.cid-uhglEOIQEF .mbr-section-btn {
  color: #ffffff;
}
.cid-uhgnuCLNyf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhgnuCLNyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgnuCLNyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uhgnuCLNyf .container {
    max-width: 1400px;
  }
}
.cid-uhgnuCLNyf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bd031a;
  margin-bottom: 2rem;
}
.cid-uhgnuCLNyf .row {
  justify-content: center;
}
.cid-uhgn9l5PEn {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgn9l5PEn iframe,
.cid-uhgn9l5PEn img,
.cid-uhgn9l5PEn video {
  width: 100%;
}
.cid-uhgn9l5PEn .mbr-media {
  position: relative;
}
.cid-uhgn9l5PEn .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uhgn9l5PEn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uhgn9l5PEn .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uhgn9l5PEn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhgn9l5PEn .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uhgn9l5PEn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhgn9l5PEn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhgn9l5PEn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uhgn9l5PEn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhgn9l5PEn .mbr-section-title {
  color: #ff001f;
}
.cid-uhgnlphj5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhglbvYhmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhglbvYhmb nav.navbar {
  position: fixed;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhglbvYhmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhglbvYhmb .dropdown-item:hover,
.cid-uhglbvYhmb .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhglbvYhmb .dropdown-item:hover span {
  color: white;
}
.cid-uhglbvYhmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhglbvYhmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhglbvYhmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhglbvYhmb .nav-link {
  position: relative;
}
.cid-uhglbvYhmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown-menu,
.cid-uhglbvYhmb .navbar.opened {
  background: #000732 !important;
}
.cid-uhglbvYhmb .nav-item:focus,
.cid-uhglbvYhmb .nav-link:focus {
  outline: none;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhglbvYhmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhglbvYhmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhglbvYhmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uhglbvYhmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhglbvYhmb .navbar .navbar-logo img {
  width: auto;
}
.cid-uhglbvYhmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar.collapsed {
  justify-content: center;
}
.cid-uhglbvYhmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhglbvYhmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhglbvYhmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhglbvYhmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhglbvYhmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhglbvYhmb .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-uhglbvYhmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhglbvYhmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhglbvYhmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhglbvYhmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhglbvYhmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhglbvYhmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhglbvYhmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhglbvYhmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhglbvYhmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhglbvYhmb .dropdown-item.active,
.cid-uhglbvYhmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uhglbvYhmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhglbvYhmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhglbvYhmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhglbvYhmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhglbvYhmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhglbvYhmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar {
    height: 70px;
  }
  .cid-uhglbvYhmb .navbar.opened {
    height: auto;
  }
  .cid-uhglbvYhmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhgryYe9Tf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgryYe9Tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgryYe9Tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgryYe9Tf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uhgryYe9Tf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhgryYe9Tf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhgryYe9Tf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhgryYe9Tf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uhgryYe9Tf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uhgryYe9Tf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhgBL90WLK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uhgBL90WLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgBL90WLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgBL90WLK .mbr-description {
  text-align: left;
}
.cid-uhgBL90WLK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uhgBL90WLK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhgBL90WLK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uhgBL90WLK .card-title,
.cid-uhgBL90WLK .iconfont-wrapper {
  color: #000732;
}
.cid-uhgBL90WLK .card-text {
  color: #000000;
}
.cid-uhgBL90WLK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhgBL90WLK .mbr-number {
  color: #9fe870;
}
.cid-uhgBL90WLK .mbr-text,
.cid-uhgBL90WLK .mbr-section-btn {
  text-align: center;
}
.cid-uhgBL90WLK .card-text,
.cid-uhgBL90WLK .item .mbr-section-btn {
  text-align: left;
}
.cid-uhgBL90WLK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uhgBL90WLK .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uhgBL90WLK .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uhgBL90WLK .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uhgBL90WLK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhgBL90WLK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhgBL90WLK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uhgBL90WLK .card-title {
  text-align: left;
}
.cid-uhgBL90WLK .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uhgBL90WLK .item-content .item-footer {
  margin-top: auto;
}
.cid-uhgCszeeMf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgCszeeMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgCszeeMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgCszeeMf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhgCszeeMf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhgCszeeMf .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uhgCszeeMf .content-head {
  max-width: 800px;
}
.cid-uhgnlphj5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhgr4YSoi0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhgr4YSoi0 nav.navbar {
  position: fixed;
}
.cid-uhgr4YSoi0 .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-uhgr4YSoi0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhgr4YSoi0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhgr4YSoi0 .dropdown-item:hover,
.cid-uhgr4YSoi0 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhgr4YSoi0 .dropdown-item:hover span {
  color: white;
}
.cid-uhgr4YSoi0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhgr4YSoi0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhgr4YSoi0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhgr4YSoi0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhgr4YSoi0 .nav-link {
  position: relative;
}
.cid-uhgr4YSoi0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgr4YSoi0 .container {
    flex-wrap: wrap;
  }
}
.cid-uhgr4YSoi0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgr4YSoi0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhgr4YSoi0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhgr4YSoi0 .dropdown-menu,
.cid-uhgr4YSoi0 .navbar.opened {
  background: #000732 !important;
}
.cid-uhgr4YSoi0 .nav-item:focus,
.cid-uhgr4YSoi0 .nav-link:focus {
  outline: none;
}
.cid-uhgr4YSoi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhgr4YSoi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgr4YSoi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhgr4YSoi0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhgr4YSoi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgr4YSoi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhgr4YSoi0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhgr4YSoi0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhgr4YSoi0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhgr4YSoi0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhgr4YSoi0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhgr4YSoi0 .navbar.collapsed {
  justify-content: center;
}
.cid-uhgr4YSoi0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgr4YSoi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhgr4YSoi0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uhgr4YSoi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgr4YSoi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhgr4YSoi0 .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-uhgr4YSoi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhgr4YSoi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhgr4YSoi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhgr4YSoi0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgr4YSoi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgr4YSoi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgr4YSoi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhgr4YSoi0 .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-uhgr4YSoi0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhgr4YSoi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhgr4YSoi0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhgr4YSoi0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhgr4YSoi0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhgr4YSoi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhgr4YSoi0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhgr4YSoi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhgr4YSoi0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhgr4YSoi0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhgr4YSoi0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhgr4YSoi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhgr4YSoi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgr4YSoi0 .dropdown-item.active,
.cid-uhgr4YSoi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgr4YSoi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhgr4YSoi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhgr4YSoi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhgr4YSoi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhgr4YSoi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhgr4YSoi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhgr4YSoi0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgr4YSoi0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhgr4YSoi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgr4YSoi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhgr4YSoi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgr4YSoi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgr4YSoi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgr4YSoi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgr4YSoi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgr4YSoi0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgr4YSoi0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgr4YSoi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgr4YSoi0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhgr4YSoi0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhgr4YSoi0 .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-uhgr4YSoi0 .navbar {
    height: 70px;
  }
  .cid-uhgr4YSoi0 .navbar.opened {
    height: auto;
  }
  .cid-uhgr4YSoi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhgMTISHXc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uhgMTISHXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgMTISHXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyxKSM9uS {
  background-color: #0c2c68;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uQyxKSM9uS .carousel {
  height: 800px;
}
.cid-uQyxKSM9uS .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQyxKSM9uS .carousel-item,
.cid-uQyxKSM9uS .carousel-inner {
  height: 100%;
}
.cid-uQyxKSM9uS img,
.cid-uQyxKSM9uS .item-wrapper {
  border-radius: 0 !important;
}
.cid-uQyxKSM9uS .carousel-caption {
  bottom: 40px;
}
.cid-uQyxKSM9uS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQyxKSM9uS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQyxKSM9uS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQyxKSM9uS .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uQyxKSM9uS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQyxKSM9uS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQyxKSM9uS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQyxKSM9uS .carousel-control {
  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-uQyxKSM9uS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQyxKSM9uS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQyxKSM9uS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQyxKSM9uS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQyxKSM9uS .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-uQyxKSM9uS .carousel-indicators li.active,
.cid-uQyxKSM9uS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQyxKSM9uS .carousel-indicators li::after,
.cid-uQyxKSM9uS .carousel-indicators li::before {
  content: none;
}
.cid-uQyxKSM9uS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQyxKSM9uS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQyxKSM9uS .mbr-section-subtitle,
  .cid-uQyxKSM9uS .mbr-section-text,
  .cid-uQyxKSM9uS .mbr-section-btn {
    text-align: center;
  }
}
.cid-uQyxKSM9uS H5 {
  color: #bd031a;
}
.cid-uQyxKSM9uS .mbr-section-text,
.cid-uQyxKSM9uS .mbr-section-btn {
  color: #bd031a;
}
.cid-uhhxTNWjyP {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhhxTNWjyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhxTNWjyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhxTNWjyP .video-wrapper iframe {
  width: 100%;
}
.cid-uhhxTNWjyP .mbr-section-title,
.cid-uhhxTNWjyP .mbr-section-subtitle,
.cid-uhhxTNWjyP .mbr-text {
  text-align: center;
}
.cid-uhgHinvY09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgHinvY09 .item:focus,
.cid-uhgHinvY09 span:focus {
  outline: none;
}
.cid-uhgHinvY09 .item {
  cursor: pointer;
}
.cid-uhgHinvY09 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uhgHinvY09 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uhgHinvY09 .grid-container-1,
.cid-uhgHinvY09 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uhgHinvY09 .grid-container-1,
  .cid-uhgHinvY09 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uhgHinvY09 .mbr-section-title {
  color: #000000;
}
.cid-uhgHinvY09 .mbr-text,
.cid-uhgHinvY09 .mbr-section-btn {
  color: #000000;
}
.cid-uhgHinvY09 .content-head {
  max-width: 800px;
}
.cid-uhgHinvY09 .container,
.cid-uhgHinvY09 .container-fluid {
  overflow: hidden;
}
.cid-uhgHinvY09 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uhgHinvY09 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgHinvY09 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhgHinvY09 .grid-item img {
    min-width: 35vw;
  }
}
.cid-uhgHinvY09 .grid-container-1,
.cid-uhgHinvY09 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uhgHinvY09 .grid-container-1 {
  align-items: flex-end;
}
.cid-uhgHinvY09 .grid-container-2 {
  align-items: flex-start;
}
.cid-uQyhAQ4TOS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQyhAQ4TOS .mbr-media {
  position: relative;
}
.cid-uQyhAQ4TOS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uQyhAQ4TOS a:hover {
  background-image: none !important;
}
.cid-uQyhAQ4TOS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uQyhAQ4TOS .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uQyhAQ4TOS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uQyhAQ4TOS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uQyhAQ4TOS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uQyhAQ4TOS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQyhAQ4TOS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQyhAQ4TOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyhAQ4TOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyhAQ4TOS .content-head {
  max-width: 800px;
}
.cid-uhgr4ZrLwC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhgrnVtrL0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhgrnVtrL0 nav.navbar {
  position: fixed;
}
.cid-uhgrnVtrL0 .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-uhgrnVtrL0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhgrnVtrL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhgrnVtrL0 .dropdown-item:hover,
.cid-uhgrnVtrL0 .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhgrnVtrL0 .dropdown-item:hover span {
  color: white;
}
.cid-uhgrnVtrL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhgrnVtrL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhgrnVtrL0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhgrnVtrL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhgrnVtrL0 .nav-link {
  position: relative;
}
.cid-uhgrnVtrL0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgrnVtrL0 .container {
    flex-wrap: wrap;
  }
}
.cid-uhgrnVtrL0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgrnVtrL0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhgrnVtrL0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhgrnVtrL0 .dropdown-menu,
.cid-uhgrnVtrL0 .navbar.opened {
  background: #000732 !important;
}
.cid-uhgrnVtrL0 .nav-item:focus,
.cid-uhgrnVtrL0 .nav-link:focus {
  outline: none;
}
.cid-uhgrnVtrL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhgrnVtrL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgrnVtrL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhgrnVtrL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhgrnVtrL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgrnVtrL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhgrnVtrL0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhgrnVtrL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhgrnVtrL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhgrnVtrL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uhgrnVtrL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhgrnVtrL0 .navbar.collapsed {
  justify-content: center;
}
.cid-uhgrnVtrL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgrnVtrL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhgrnVtrL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uhgrnVtrL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgrnVtrL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhgrnVtrL0 .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-uhgrnVtrL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhgrnVtrL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhgrnVtrL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhgrnVtrL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgrnVtrL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgrnVtrL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgrnVtrL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhgrnVtrL0 .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-uhgrnVtrL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhgrnVtrL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhgrnVtrL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhgrnVtrL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhgrnVtrL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhgrnVtrL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhgrnVtrL0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhgrnVtrL0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhgrnVtrL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhgrnVtrL0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhgrnVtrL0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhgrnVtrL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhgrnVtrL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgrnVtrL0 .dropdown-item.active,
.cid-uhgrnVtrL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgrnVtrL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhgrnVtrL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhgrnVtrL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhgrnVtrL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhgrnVtrL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhgrnVtrL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhgrnVtrL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgrnVtrL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhgrnVtrL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgrnVtrL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhgrnVtrL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgrnVtrL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgrnVtrL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgrnVtrL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgrnVtrL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgrnVtrL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgrnVtrL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgrnVtrL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgrnVtrL0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhgrnVtrL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhgrnVtrL0 .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-uhgrnVtrL0 .navbar {
    height: 70px;
  }
  .cid-uhgrnVtrL0 .navbar.opened {
    height: auto;
  }
  .cid-uhgrnVtrL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhgsfd0XP1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgsfd0XP1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhgsfd0XP1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uhgsfd0XP1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uhgsfd0XP1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uhgrnW6UZN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhgriDIGAk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhgriDIGAk nav.navbar {
  position: fixed;
}
.cid-uhgriDIGAk .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-uhgriDIGAk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhgriDIGAk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhgriDIGAk .dropdown-item:hover,
.cid-uhgriDIGAk .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhgriDIGAk .dropdown-item:hover span {
  color: white;
}
.cid-uhgriDIGAk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhgriDIGAk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhgriDIGAk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhgriDIGAk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhgriDIGAk .nav-link {
  position: relative;
}
.cid-uhgriDIGAk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgriDIGAk .container {
    flex-wrap: wrap;
  }
}
.cid-uhgriDIGAk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhgriDIGAk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhgriDIGAk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhgriDIGAk .dropdown-menu,
.cid-uhgriDIGAk .navbar.opened {
  background: #000732 !important;
}
.cid-uhgriDIGAk .nav-item:focus,
.cid-uhgriDIGAk .nav-link:focus {
  outline: none;
}
.cid-uhgriDIGAk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhgriDIGAk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgriDIGAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhgriDIGAk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhgriDIGAk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgriDIGAk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhgriDIGAk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhgriDIGAk .navbar.opened {
  transition: all 0.3s;
}
.cid-uhgriDIGAk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhgriDIGAk .navbar .navbar-logo img {
  width: auto;
}
.cid-uhgriDIGAk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhgriDIGAk .navbar.collapsed {
  justify-content: center;
}
.cid-uhgriDIGAk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgriDIGAk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhgriDIGAk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uhgriDIGAk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgriDIGAk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhgriDIGAk .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-uhgriDIGAk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhgriDIGAk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhgriDIGAk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhgriDIGAk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgriDIGAk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgriDIGAk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgriDIGAk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhgriDIGAk .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-uhgriDIGAk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhgriDIGAk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhgriDIGAk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhgriDIGAk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhgriDIGAk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhgriDIGAk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhgriDIGAk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhgriDIGAk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhgriDIGAk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhgriDIGAk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhgriDIGAk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhgriDIGAk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhgriDIGAk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgriDIGAk .dropdown-item.active,
.cid-uhgriDIGAk .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgriDIGAk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhgriDIGAk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhgriDIGAk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhgriDIGAk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhgriDIGAk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhgriDIGAk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhgriDIGAk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgriDIGAk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhgriDIGAk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgriDIGAk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhgriDIGAk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgriDIGAk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgriDIGAk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgriDIGAk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgriDIGAk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgriDIGAk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgriDIGAk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgriDIGAk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgriDIGAk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhgriDIGAk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhgriDIGAk .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-uhgriDIGAk .navbar {
    height: 70px;
  }
  .cid-uhgriDIGAk .navbar.opened {
    height: auto;
  }
  .cid-uhgriDIGAk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhgTyUK5qm {
  background-image: url("../../../assets/images/capture-dcran-2024-06-24-224020-1790x1049.png");
}
.cid-uhgTyUK5qm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgTyUK5qm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgTyUK5qm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhgTyUK5qm .mbr-text,
.cid-uhgTyUK5qm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhhfVKSOK7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhhfVKSOK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhfVKSOK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhhfVKSOK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhhfVKSOK7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhhfVKSOK7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhhfVKSOK7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhhfVKSOK7 .mbr-section-title {
  color: #000000;
}
.cid-uhhfVKSOK7 .mbr-text,
.cid-uhhfVKSOK7 .mbr-section-btn {
  color: #000000;
}
.cid-uhgTdWMK4Y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhgTdWMK4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgTdWMK4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhgTdWMK4Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhgTdWMK4Y .row {
  flex-direction: row-reverse;
}
.cid-uhgTdWMK4Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhgTdWMK4Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhhbyHQK9j {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uhhbyHQK9j .content-head {
  max-width: 800px;
}
.cid-uhgTn7vRNI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhgTn7vRNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhgTn7vRNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhgTn7vRNI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uhgTn7vRNI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhgTn7vRNI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uhgTn7vRNI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhgTn7vRNI .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uhgTn7vRNI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uhgTn7vRNI .carousel-control,
.cid-uhgTn7vRNI .close {
  background: #1b1b1b;
}
.cid-uhgTn7vRNI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uhgTn7vRNI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uhgTn7vRNI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uhgTn7vRNI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uhgTn7vRNI .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-uhgTn7vRNI .close::before {
  content: '\e91a';
}
.cid-uhgTn7vRNI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uhgTn7vRNI .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-uhgTn7vRNI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhgTn7vRNI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhgTn7vRNI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhgTn7vRNI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uhgTn7vRNI .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-uhgTn7vRNI .carousel-indicators li.active,
.cid-uhgTn7vRNI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhgTn7vRNI .carousel-indicators li::after,
.cid-uhgTn7vRNI .carousel-indicators li::before {
  content: none;
}
.cid-uhgTn7vRNI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhgTn7vRNI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhgTn7vRNI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uhgTn7vRNI .carousel-indicators {
    display: none;
  }
}
.cid-uhgTn7vRNI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhgTn7vRNI .carousel-inner > .active {
  display: block;
}
.cid-uhgTn7vRNI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhgTn7vRNI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhgTn7vRNI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uhgTn7vRNI .carousel-control,
  .cid-uhgTn7vRNI .carousel-indicators,
  .cid-uhgTn7vRNI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uhgTn7vRNI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uhgTn7vRNI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uhgTn7vRNI .carousel-indicators .active,
.cid-uhgTn7vRNI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uhgTn7vRNI .carousel-indicators .active {
  background: #fff;
}
.cid-uhgTn7vRNI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uhgTn7vRNI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uhgTn7vRNI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uhgTn7vRNI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uhgTn7vRNI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uhgTn7vRNI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uhgTn7vRNI .carousel {
  width: 100%;
}
.cid-uhgTn7vRNI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uhgTn7vRNI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uhgTn7vRNI .modal.fade .modal-dialog,
.cid-uhgTn7vRNI .modal.in .modal-dialog {
  transform: none;
}
.cid-uhgTn7vRNI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uhgTn7vRNI H6 {
  text-align: center;
}
.cid-uhhhVVLH6P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bd031a;
}
.cid-uhhhVVLH6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhhVVLH6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhhVVLH6P .card-wrapper {
  background: #ff001f;
}
@media (max-width: 767px) {
  .cid-uhhhVVLH6P .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhhhVVLH6P .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uhhhVVLH6P .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uhhhVVLH6P .mbr-text,
.cid-uhhhVVLH6P .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uhhhVVLH6P .card-title,
.cid-uhhhVVLH6P .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uhgriEuZpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhhheHbvTW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhhheHbvTW nav.navbar {
  position: fixed;
}
.cid-uhhheHbvTW .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-uhhheHbvTW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhhheHbvTW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhhheHbvTW .dropdown-item:hover,
.cid-uhhheHbvTW .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhhheHbvTW .dropdown-item:hover span {
  color: white;
}
.cid-uhhheHbvTW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhhheHbvTW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhhheHbvTW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhhheHbvTW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhhheHbvTW .nav-link {
  position: relative;
}
.cid-uhhheHbvTW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhhheHbvTW .container {
    flex-wrap: wrap;
  }
}
.cid-uhhheHbvTW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhhheHbvTW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhhheHbvTW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhheHbvTW .dropdown-menu,
.cid-uhhheHbvTW .navbar.opened {
  background: #000732 !important;
}
.cid-uhhheHbvTW .nav-item:focus,
.cid-uhhheHbvTW .nav-link:focus {
  outline: none;
}
.cid-uhhheHbvTW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhheHbvTW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhheHbvTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhheHbvTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhheHbvTW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhheHbvTW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhheHbvTW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhhheHbvTW .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhheHbvTW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhheHbvTW .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhheHbvTW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhheHbvTW .navbar.collapsed {
  justify-content: center;
}
.cid-uhhheHbvTW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhheHbvTW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhheHbvTW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uhhheHbvTW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhheHbvTW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhheHbvTW .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-uhhheHbvTW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhheHbvTW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhheHbvTW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhhheHbvTW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhheHbvTW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhheHbvTW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhheHbvTW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhheHbvTW .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-uhhheHbvTW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhhheHbvTW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhheHbvTW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhheHbvTW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhhheHbvTW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhheHbvTW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhhheHbvTW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhhheHbvTW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhhheHbvTW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhhheHbvTW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhhheHbvTW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhhheHbvTW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhheHbvTW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhheHbvTW .dropdown-item.active,
.cid-uhhheHbvTW .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhheHbvTW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhheHbvTW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhheHbvTW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhheHbvTW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhhheHbvTW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhhheHbvTW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhheHbvTW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhheHbvTW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhhheHbvTW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhheHbvTW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhhheHbvTW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhheHbvTW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhheHbvTW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhheHbvTW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhheHbvTW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhheHbvTW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhheHbvTW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhheHbvTW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhheHbvTW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhhheHbvTW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhheHbvTW .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-uhhheHbvTW .navbar {
    height: 70px;
  }
  .cid-uhhheHbvTW .navbar.opened {
    height: auto;
  }
  .cid-uhhheHbvTW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhheHz8oU {
  background-image: url("../../../assets/images/planche-concepte-1-2000x1414.png");
}
.cid-uhhheHz8oU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhheHz8oU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhheHz8oU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uhhheHz8oU .mbr-text,
.cid-uhhheHz8oU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uhhusopOv3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhhusopOv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhusopOv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhusopOv3 .row {
  flex-direction: row-reverse;
}
.cid-uhhheHUOmS {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uhhheHUOmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhheHUOmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhhheHUOmS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhhheHUOmS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhhheHUOmS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhhheHUOmS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhhheHUOmS .mbr-section-title {
  color: #000000;
}
.cid-uhhheHUOmS .mbr-text,
.cid-uhhheHUOmS .mbr-section-btn {
  color: #000000;
}
.cid-uhhoZYMvm5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhhoZYMvm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhoZYMvm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhoZYMvm5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhoZYMvm5 .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uhhoZYMvm5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhoZYMvm5 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhoZYMvm5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhoZYMvm5 .header-menu li p {
  margin: 0;
}
.cid-uhhoZYMvm5 .content-head {
  max-width: 800px;
}
.cid-uhhoZYMvm5 .mbr-section-title {
  color: #000732;
}
.cid-uhho8oWSj9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhho8oWSj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhho8oWSj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhho8oWSj9 .mbr-section-title {
  color: #000732;
}
.cid-uhhneFg9eD {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.cid-uhhneFg9eD .carousel {
  height: 800px;
}
.cid-uhhneFg9eD .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhhneFg9eD .carousel-item,
.cid-uhhneFg9eD .carousel-inner {
  height: 100%;
}
.cid-uhhneFg9eD img,
.cid-uhhneFg9eD .item-wrapper {
  border-radius: 0 !important;
}
.cid-uhhneFg9eD .carousel-caption {
  bottom: 40px;
}
.cid-uhhneFg9eD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhhneFg9eD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhhneFg9eD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhhneFg9eD .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhhneFg9eD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhhneFg9eD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhhneFg9eD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhhneFg9eD .carousel-control {
  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-uhhneFg9eD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhhneFg9eD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhhneFg9eD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhhneFg9eD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhhneFg9eD .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-uhhneFg9eD .carousel-indicators li.active,
.cid-uhhneFg9eD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhhneFg9eD .carousel-indicators li::after,
.cid-uhhneFg9eD .carousel-indicators li::before {
  content: none;
}
.cid-uhhneFg9eD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhhneFg9eD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhhneFg9eD .mbr-section-subtitle,
  .cid-uhhneFg9eD .mbr-section-text,
  .cid-uhhneFg9eD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uhhheJhT8f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhhheJhT8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhheJhT8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhheJhT8f .video-wrapper iframe {
  width: 100%;
}
.cid-uhhheJhT8f .mbr-section-title,
.cid-uhhheJhT8f .mbr-section-subtitle,
.cid-uhhheJhT8f .mbr-text {
  text-align: center;
}
.cid-uhhheJhT8f .mbr-section-title {
  color: #000732;
}
.cid-uhhheJAeZz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uhglbvYhmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhglbvYhmb nav.navbar {
  position: fixed;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhglbvYhmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhglbvYhmb .dropdown-item:hover,
.cid-uhglbvYhmb .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhglbvYhmb .dropdown-item:hover span {
  color: white;
}
.cid-uhglbvYhmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhglbvYhmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhglbvYhmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhglbvYhmb .nav-link {
  position: relative;
}
.cid-uhglbvYhmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown-menu,
.cid-uhglbvYhmb .navbar.opened {
  background: #000732 !important;
}
.cid-uhglbvYhmb .nav-item:focus,
.cid-uhglbvYhmb .nav-link:focus {
  outline: none;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhglbvYhmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhglbvYhmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhglbvYhmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uhglbvYhmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhglbvYhmb .navbar .navbar-logo img {
  width: auto;
}
.cid-uhglbvYhmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar.collapsed {
  justify-content: center;
}
.cid-uhglbvYhmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhglbvYhmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhglbvYhmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhglbvYhmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhglbvYhmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhglbvYhmb .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-uhglbvYhmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhglbvYhmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhglbvYhmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhglbvYhmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhglbvYhmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhglbvYhmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhglbvYhmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhglbvYhmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhglbvYhmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhglbvYhmb .dropdown-item.active,
.cid-uhglbvYhmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uhglbvYhmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhglbvYhmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhglbvYhmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhglbvYhmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhglbvYhmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhglbvYhmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar {
    height: 70px;
  }
  .cid-uhglbvYhmb .navbar.opened {
    height: auto;
  }
  .cid-uhglbvYhmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQylPMpyYo {
  display: flex;
  background-image: url("../../../assets/images/capture20dc3a9cran202025-05-2120205613-1130x442.png");
}
.cid-uQylPMpyYo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uQylPMpyYo {
    align-items: flex-end;
  }
  .cid-uQylPMpyYo .row {
    justify-content: flex-start;
  }
  .cid-uQylPMpyYo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQylPMpyYo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQylPMpyYo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQylPMpyYo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQylPMpyYo .content-wrap {
    width: 100%;
  }
}
.cid-uQylPMpyYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQylPMpyYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQylPMpyYo .mbr-section-title,
.cid-uQylPMpyYo .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uQylPMpyYo .mbr-text,
.cid-uQylPMpyYo .mbr-section-btn {
  text-align: center;
}
.cid-uQylPMpyYo .mbr-section-title {
  color: #ffffff;
}
.cid-uQylPMpyYo .mbr-section-subtitle {
  color: #7AE582;
}
.cid-uQylPMqZ7F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uQylPMqZ7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQylPMqZ7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uQylPMqZ7F .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQylPMqZ7F .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQylPMqZ7F .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uQylPMqZ7F .card-wrapper {
  background: #ffffff;
}
.cid-uQylPMqZ7F .mbr-text,
.cid-uQylPMqZ7F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQylPMqZ7F .card-title,
.cid-uQylPMqZ7F .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQylPMrC1z {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQylPMrC1z .item:focus,
.cid-uQylPMrC1z span:focus {
  outline: none;
}
.cid-uQylPMrC1z .item {
  cursor: pointer;
}
.cid-uQylPMrC1z .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uQylPMrC1z .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uQylPMrC1z .grid-container-1,
.cid-uQylPMrC1z .grid-container-2,
.cid-uQylPMrC1z .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uQylPMrC1z .grid-container-1,
  .cid-uQylPMrC1z .grid-container-2,
  .cid-uQylPMrC1z .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uQylPMrC1z .mbr-section-title {
  color: #000000;
}
.cid-uQylPMrC1z .mbr-text,
.cid-uQylPMrC1z .mbr-section-btn {
  color: #000000;
}
.cid-uQylPMrC1z .content-head {
  max-width: 800px;
}
.cid-uQylPMrC1z .container,
.cid-uQylPMrC1z .container-fluid {
  overflow: hidden;
}
.cid-uQylPMrC1z .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQylPMrC1z .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQylPMrC1z .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQylPMrC1z .grid-item img {
    min-width: 35vw;
  }
}
.cid-uQylPMrC1z .grid-container-1,
.cid-uQylPMrC1z .grid-container-2,
.cid-uQylPMrC1z .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQylPMrC1z .grid-container-1 {
  align-items: flex-end;
}
.cid-uQylPMrC1z .grid-container-2 {
  align-items: flex-start;
}
.cid-uQylPMqCK1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uQylPMqCK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQylPMqCK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQylPMqCK1 .row-reverse {
  flex-direction: row-reverse;
}
.cid-uQylPMqCK1 .row {
  flex-direction: row-reverse;
}
.cid-uQylPMqCK1 .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uQylPMqCK1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQylPMqCK1 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQylPMqCK1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQylPMqCK1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQylPMqCK1 .mbr-section-title {
  color: #000000;
}
.cid-uQylPMqCK1 .mbr-text,
.cid-uQylPMqCK1 .mbr-section-btn {
  color: #000000;
}
.cid-uQylPMqCK1 img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uQylPMqCK1 img {
    height: 15rem;
  }
}
.cid-uhgnlphj5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uQyBM9ePzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQyBM9ePzF nav.navbar {
  position: fixed;
}
.cid-uQyBM9ePzF .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-uQyBM9ePzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQyBM9ePzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQyBM9ePzF .dropdown-item:hover,
.cid-uQyBM9ePzF .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uQyBM9ePzF .dropdown-item:hover span {
  color: white;
}
.cid-uQyBM9ePzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQyBM9ePzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQyBM9ePzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQyBM9ePzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQyBM9ePzF .nav-link {
  position: relative;
}
.cid-uQyBM9ePzF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQyBM9ePzF .container {
    flex-wrap: wrap;
  }
}
.cid-uQyBM9ePzF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQyBM9ePzF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQyBM9ePzF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQyBM9ePzF .dropdown-menu,
.cid-uQyBM9ePzF .navbar.opened {
  background: #000732 !important;
}
.cid-uQyBM9ePzF .nav-item:focus,
.cid-uQyBM9ePzF .nav-link:focus {
  outline: none;
}
.cid-uQyBM9ePzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQyBM9ePzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQyBM9ePzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQyBM9ePzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQyBM9ePzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQyBM9ePzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQyBM9ePzF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uQyBM9ePzF .navbar.opened {
  transition: all 0.3s;
}
.cid-uQyBM9ePzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQyBM9ePzF .navbar .navbar-logo img {
  width: auto;
}
.cid-uQyBM9ePzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQyBM9ePzF .navbar.collapsed {
  justify-content: center;
}
.cid-uQyBM9ePzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQyBM9ePzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQyBM9ePzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uQyBM9ePzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQyBM9ePzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQyBM9ePzF .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-uQyBM9ePzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQyBM9ePzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQyBM9ePzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQyBM9ePzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQyBM9ePzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQyBM9ePzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQyBM9ePzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQyBM9ePzF .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-uQyBM9ePzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQyBM9ePzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQyBM9ePzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQyBM9ePzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQyBM9ePzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQyBM9ePzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQyBM9ePzF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQyBM9ePzF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQyBM9ePzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQyBM9ePzF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQyBM9ePzF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQyBM9ePzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQyBM9ePzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQyBM9ePzF .dropdown-item.active,
.cid-uQyBM9ePzF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQyBM9ePzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQyBM9ePzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQyBM9ePzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQyBM9ePzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uQyBM9ePzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQyBM9ePzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQyBM9ePzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQyBM9ePzF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQyBM9ePzF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQyBM9ePzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQyBM9ePzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQyBM9ePzF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQyBM9ePzF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQyBM9ePzF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQyBM9ePzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQyBM9ePzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQyBM9ePzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQyBM9ePzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQyBM9ePzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQyBM9ePzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQyBM9ePzF .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-uQyBM9ePzF .navbar {
    height: 70px;
  }
  .cid-uQyBM9ePzF .navbar.opened {
    height: auto;
  }
  .cid-uQyBM9ePzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQyBM9s3Z3 {
  display: flex;
  background-image: url("../../../assets/images/capture20dc3a9cran202025-05-2120205613-1130x442.png");
}
.cid-uQyBM9s3Z3 .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uQyBM9s3Z3 {
    align-items: flex-end;
  }
  .cid-uQyBM9s3Z3 .row {
    justify-content: flex-start;
  }
  .cid-uQyBM9s3Z3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQyBM9s3Z3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQyBM9s3Z3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQyBM9s3Z3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQyBM9s3Z3 .content-wrap {
    width: 100%;
  }
}
.cid-uQyBM9s3Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyBM9s3Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyBM9s3Z3 .mbr-section-title,
.cid-uQyBM9s3Z3 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uQyBM9s3Z3 .mbr-text,
.cid-uQyBM9s3Z3 .mbr-section-btn {
  text-align: center;
}
.cid-uQyBM9s3Z3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQyBM9s3Z3 .mbr-section-subtitle {
  color: #7AE582;
}
.cid-uQyBM9CEdi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uQyBM9CEdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyBM9CEdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uQyBM9CEdi .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uQyBM9CEdi .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQyBM9CEdi .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uQyBM9CEdi .card-wrapper {
  background: #ffffff;
}
.cid-uQyBM9CEdi .mbr-text,
.cid-uQyBM9CEdi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQyBM9CEdi .card-title,
.cid-uQyBM9CEdi .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQyBM9K7q1 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQyBM9K7q1 .item:focus,
.cid-uQyBM9K7q1 span:focus {
  outline: none;
}
.cid-uQyBM9K7q1 .item {
  cursor: pointer;
}
.cid-uQyBM9K7q1 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyBM9K7q1 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uQyBM9K7q1 .grid-container-1,
.cid-uQyBM9K7q1 .grid-container-2,
.cid-uQyBM9K7q1 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uQyBM9K7q1 .grid-container-1,
  .cid-uQyBM9K7q1 .grid-container-2,
  .cid-uQyBM9K7q1 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uQyBM9K7q1 .mbr-section-title {
  color: #000000;
}
.cid-uQyBM9K7q1 .mbr-text,
.cid-uQyBM9K7q1 .mbr-section-btn {
  color: #000000;
}
.cid-uQyBM9K7q1 .content-head {
  max-width: 800px;
}
.cid-uQyBM9K7q1 .container,
.cid-uQyBM9K7q1 .container-fluid {
  overflow: hidden;
}
.cid-uQyBM9K7q1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uQyBM9K7q1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQyBM9K7q1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQyBM9K7q1 .grid-item img {
    min-width: 35vw;
  }
}
.cid-uQyBM9K7q1 .grid-container-1,
.cid-uQyBM9K7q1 .grid-container-2,
.cid-uQyBM9K7q1 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uQyBM9K7q1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uQyBM9K7q1 .grid-container-2 {
  align-items: flex-start;
}
.cid-uQyBM9T5ap {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uQyBM9T5ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyBM9T5ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyBM9T5ap .row-reverse {
  flex-direction: row-reverse;
}
.cid-uQyBM9T5ap .row {
  flex-direction: row-reverse;
}
.cid-uQyBM9T5ap .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uQyBM9T5ap .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQyBM9T5ap .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uQyBM9T5ap .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQyBM9T5ap .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQyBM9T5ap .mbr-section-title {
  color: #000000;
}
.cid-uQyBM9T5ap .mbr-text,
.cid-uQyBM9T5ap .mbr-section-btn {
  color: #000000;
}
.cid-uQyBM9T5ap img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uQyBM9T5ap img {
    height: 15rem;
  }
}
.cid-uQyBMa5HKq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uQyGRKTyEx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1734355239214-800x800.jpg");
}
.cid-uQyGRKTyEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyGRKTyEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyGRKTyEx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQyGRKTyEx .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQyGRKTyEx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQyGRKTyEx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQyGRKTyEx .mbr-text,
.cid-uQyGRKTyEx .mbr-section-btn {
  text-align: center;
}
.cid-uQyGRKVew2 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQyGRKVew2 {
    padding-bottom: 4rem;
  }
}
.cid-uQyGRKVew2 img,
.cid-uQyGRKVew2 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uQyGRKVew2 .mbr-text {
  color: #000000;
}
.cid-uQyGRKVew2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQyGRKVew2 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyGRKVew2 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uQyGRKVew2 .mbr-text UL {
  text-align: left;
}
.cid-uQyGRKVew2 .mbr-section-subtitle,
.cid-uQyGRKVew2 .main-button {
  color: #000000;
}
.cid-uQyGRKVew2 .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uQyGRKVew2 .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uQyGRKVew2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyGRKVew2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQyGRKVew2 .item-title {
  text-align: center;
}
.cid-uQyGRKVew2 .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQyGRKVew2 .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uQyIYnbqgQ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uQyIYnbqgQ {
    padding-bottom: 4rem;
  }
}
.cid-uQyIYnbqgQ img,
.cid-uQyIYnbqgQ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uQyIYnbqgQ .mbr-text {
  color: #000000;
}
.cid-uQyIYnbqgQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQyIYnbqgQ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyIYnbqgQ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uQyIYnbqgQ .mbr-text UL {
  text-align: left;
}
.cid-uQyIYnbqgQ .mbr-section-subtitle,
.cid-uQyIYnbqgQ .main-button {
  color: #000000;
}
.cid-uQyIYnbqgQ .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uQyIYnbqgQ .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uQyIYnbqgQ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQyIYnbqgQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQyIYnbqgQ .item-title {
  text-align: center;
}
.cid-uQyIYnbqgQ .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQyIYnbqgQ .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uhglbvYhmb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhglbvYhmb nav.navbar {
  position: fixed;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhglbvYhmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhglbvYhmb .dropdown-item:hover,
.cid-uhglbvYhmb .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uhglbvYhmb .dropdown-item:hover span {
  color: white;
}
.cid-uhglbvYhmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhglbvYhmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhglbvYhmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhglbvYhmb .nav-link {
  position: relative;
}
.cid-uhglbvYhmb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhglbvYhmb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown-menu,
.cid-uhglbvYhmb .navbar.opened {
  background: #000732 !important;
}
.cid-uhglbvYhmb .nav-item:focus,
.cid-uhglbvYhmb .nav-link:focus {
  outline: none;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhglbvYhmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhglbvYhmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhglbvYhmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhglbvYhmb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000732;
}
.cid-uhglbvYhmb .navbar.opened {
  transition: all 0.3s;
}
.cid-uhglbvYhmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhglbvYhmb .navbar .navbar-logo img {
  width: auto;
}
.cid-uhglbvYhmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar.collapsed {
  justify-content: center;
}
.cid-uhglbvYhmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhglbvYhmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhglbvYhmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhglbvYhmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhglbvYhmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhglbvYhmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhglbvYhmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhglbvYhmb .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-uhglbvYhmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhglbvYhmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhglbvYhmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhglbvYhmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhglbvYhmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhglbvYhmb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhglbvYhmb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhglbvYhmb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhglbvYhmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhglbvYhmb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhglbvYhmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhglbvYhmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhglbvYhmb .dropdown-item.active,
.cid-uhglbvYhmb .dropdown-item:active {
  background-color: transparent;
}
.cid-uhglbvYhmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhglbvYhmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000732;
}
.cid-uhglbvYhmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhglbvYhmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhglbvYhmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhglbvYhmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhglbvYhmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhglbvYhmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhglbvYhmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhglbvYhmb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhglbvYhmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhglbvYhmb .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-uhglbvYhmb .navbar {
    height: 70px;
  }
  .cid-uhglbvYhmb .navbar.opened {
    height: auto;
  }
  .cid-uhglbvYhmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhgnlphj5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
