body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 3.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0190ff !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #0190ff !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0190ff !important;
  border-color: #0190ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005fa9 !important;
  border-color: #005fa9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005fa9 !important;
  border-color: #005fa9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0190ff !important;
  border-color: #0190ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #005fa9 !important;
  border-color: #005fa9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #005fa9 !important;
  border-color: #005fa9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0190ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #005fa9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0190ff !important;
  border-color: #0190ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0190ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #005fa9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0190ff !important;
  border-color: #0190ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #0190ff !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #0190ff !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00579a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00579a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !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: #0190ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0190ff;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0190ff;
  border-color: #0190ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0190ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cde9ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cde9ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #0190ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0190ff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0190ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0190ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0190ff;
  border-bottom-color: #0190ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0190ff !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: #6b67ce !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='%230190ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #0190ff !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #0190ff !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #0190ff !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #0190ff !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uYEWp3c17X .navbar-dropdown {
  position: relative !important;
}
.cid-uYEWp3c17X .navbar-dropdown {
  position: absolute !important;
}
.cid-uYEWp3c17X .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-uYEWp3c17X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYEWp3c17X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYEWp3c17X .dropdown-item:hover,
.cid-uYEWp3c17X .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYEWp3c17X .dropdown-item:hover span {
  color: white;
}
.cid-uYEWp3c17X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYEWp3c17X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYEWp3c17X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYEWp3c17X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYEWp3c17X .nav-link {
  position: relative;
}
.cid-uYEWp3c17X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYEWp3c17X .container {
    flex-wrap: nowrap;
  }
}
.cid-uYEWp3c17X .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYEWp3c17X .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYEWp3c17X .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYEWp3c17X .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYEWp3c17X .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYEWp3c17X .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYEWp3c17X .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYEWp3c17X .dropdown-menu,
.cid-uYEWp3c17X .navbar.opened {
  background: #ffffff !important;
}
.cid-uYEWp3c17X .nav-item:focus,
.cid-uYEWp3c17X .nav-link:focus {
  outline: none;
}
.cid-uYEWp3c17X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYEWp3c17X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYEWp3c17X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYEWp3c17X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYEWp3c17X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEWp3c17X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEWp3c17X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYEWp3c17X .navbar.opened {
  transition: all 0.3s;
}
.cid-uYEWp3c17X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYEWp3c17X .navbar .navbar-logo img {
  width: auto;
}
.cid-uYEWp3c17X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEWp3c17X .navbar.collapsed {
  justify-content: center;
}
.cid-uYEWp3c17X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEWp3c17X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYEWp3c17X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYEWp3c17X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEWp3c17X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYEWp3c17X .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-uYEWp3c17X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEWp3c17X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYEWp3c17X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYEWp3c17X .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYEWp3c17X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEWp3c17X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEWp3c17X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEWp3c17X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYEWp3c17X .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-uYEWp3c17X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYEWp3c17X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEWp3c17X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYEWp3c17X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYEWp3c17X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYEWp3c17X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYEWp3c17X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYEWp3c17X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYEWp3c17X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYEWp3c17X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYEWp3c17X .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYEWp3c17X .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-uYEWp3c17X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEWp3c17X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEWp3c17X .dropdown-item.active,
.cid-uYEWp3c17X .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEWp3c17X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYEWp3c17X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEWp3c17X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEWp3c17X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYEWp3c17X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEWp3c17X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEWp3c17X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYEWp3c17X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYEWp3c17X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYEWp3c17X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYEWp3c17X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYEWp3c17X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEWp3c17X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYEWp3c17X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYEWp3c17X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEWp3c17X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYEWp3c17X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYEWp3c17X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYEWp3c17X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYEWp3c17X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYEWp3c17X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYEWp3c17X .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEWp3c17X .navbar {
    height: 70px;
  }
  .cid-uYEWp3c17X .navbar.opened {
    height: auto;
  }
  .cid-uYEWp3c17X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYEWp3c17X .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYEWp3c17X .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYEWp3c17X .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYEWp3c17X .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYEWp3c17X .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYEWp3c17X .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYEWp3c17X .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYEWp3c17X .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYEWp3c17X .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYEWp3c17X .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v1LiGaJsEP {
  background-image: url("../../../assets/images/umbrella-1-1024x1024.webp");
}
.cid-v1LiGaJsEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LiGaJsEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LiGaJsEP .mbr-section-title {
  color: #FFFFFF;
}
.cid-v1LiGaJsEP .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v1LiGaJsEP .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYGoX8NAxc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYGoX8NAxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYGoX8NAxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYGoX8NAxc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uYGoX8NAxc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYGoX8NAxc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYGoX8NAxc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYGoX8NAxc .container {
    padding: 0 24px;
  }
}
.cid-uYGoX8NAxc .row {
  justify-content: center;
}
.cid-uYGoX8NAxc .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uYGoX8NAxc .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYGoX8NAxc .title-wrapper {
    padding-right: 0;
  }
}
.cid-uYGoX8NAxc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uYGoX8NAxc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYGoX8NAxc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYGoX8NAxc .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uYGoX8NAxc .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYGoX8NAxc .text-wrapper {
    padding-left: 0;
  }
}
.cid-uYGoX8NAxc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYGoX8NAxc .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uYGoX8NAxc .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uYGoX8NAxc .mbr-section-title {
  color: #18212d;
}
.cid-uYGoX8NAxc .mbr-desc {
  color: #18212d;
}
.cid-uYGoX8NAxc .mbr-text {
  color: #000000;
}
.cid-uYKCuIYsVx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #434a51;
  overflow: hidden;
}
.cid-uYKCuIYsVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKCuIYsVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKCuIYsVx .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uYKCuIYsVx .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uYKCuIYsVx .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uYKCuIYsVx .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uYKCuIYsVx .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uYKCuIYsVx .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uYKCuIYsVx .mbr-section-head {
  width: 100%;
}
.cid-uYKCuIYsVx .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uYKCuIYsVx .mbr-section-title {
    text-align: center;
  }
}
.cid-uYKCuIYsVx .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uYKCuIYsVx .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uYKCuIYsVx .card-row {
  align-items: stretch;
}
.cid-uYKCuIYsVx .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uYKCuIYsVx .item {
    margin-top: 30px;
  }
}
.cid-uYKCuIYsVx .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #434a51, #434a51);
}
@media (max-width: 575px) {
  .cid-uYKCuIYsVx .item-wrapper {
    padding: 20px;
  }
}
.cid-uYKCuIYsVx .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uYKCuIYsVx .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uYKCuIYsVx .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #434a51, #434a51);
  opacity: 0;
  transition: .4s all;
}
.cid-uYKCuIYsVx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uYKCuIYsVx .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uYKCuIYsVx .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uYKCuIYsVx .card-title {
  position: relative;
  z-index: 5;
  color: #0190ff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uYKCuIYsVx .card-title {
    margin-bottom: 10px;
  }
}
.cid-uYKCuIYsVx .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uYKCuIYsVx .card-text a {
  transition: .4s all;
}
.cid-uYKCuIYsVx .card-text a:hover {
  color: #0190ff !important;
}
.cid-uYSAjuMiVO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #434a51;
}
.cid-uYSAjuMiVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSAjuMiVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSAjuMiVO .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYSAjuMiVO .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYSAjuMiVO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYSAjuMiVO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYSAjuMiVO .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYSAjuMiVO .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYSAjuMiVO .mbr-section-title,
.cid-uYSAjuMiVO .title-wrapper,
.cid-uYSAjuMiVO .mbr-section-btn {
  text-align: center;
}
.cid-thYaWFjPel {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c4cfde;
}
.cid-thYaWFjPel .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYaWFjPel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYaWFjPel .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYaWFjPel .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYaWFjPel .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-thYaWFjPel .mbr-section-subtitle {
  color: #212428;
}
.cid-thYaWFjPel .card-row {
  align-items: stretch;
}
.cid-thYaWFjPel .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-thYaWFjPel .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-thYaWFjPel .card-box {
  height: 100%;
}
.cid-thYaWFjPel .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-thYaWFjPel .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #312ca8;
}
.cid-thYaWFjPel .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-thYaWFjPel .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-thYlBOnrGH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-thYlBOnrGH .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-thYlBOnrGH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYlBOnrGH .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-thYlBOnrGH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thYlBOnrGH .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-thYlBOnrGH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYlBOnrGH .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-thYlBOnrGH .mbr-section-title {
    text-align: center;
  }
}
.cid-thYlBOnrGH .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYlBOnrGH .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYlBOnrGH .item-card {
  height: 100%;
}
.cid-thYlBOnrGH .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-thYlBOnrGH .item-wrap {
    padding: 50px 20px;
  }
}
.cid-thYlBOnrGH .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-thYlBOnrGH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYlBOnrGH .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYlBOnrGH .card-box {
  padding-top: 28px;
}
.cid-thYlBOnrGH .card-title {
  color: #212428;
  margin-bottom: 9px;
}
.cid-thYlBOnrGH .card-subtitle {
  color: #212428;
  margin-bottom: 15px;
}
.cid-thYlBOnrGH .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-thYlBOnrGH .card-contacts {
  color: #212428;
}
.cid-thYlBOnrGH .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-thYlBOnrGH .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0190ff;
  transition: 0.4s all;
}
.cid-thYlBOnrGH .card-contacts a:hover {
  color: #0190ff !important;
}
.cid-thYlBOnrGH .card-contacts a:hover:before {
  width: 100%;
}
.cid-thYlBOnrGH .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-thYlBOnrGH .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-thYlBOnrGH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-thYlBOnrGH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-thYlBOnrGH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYlBOnrGH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYlBOnrGH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYlBOnrGH .soc-item:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-thYlBOnrGH .soc-item:hover:before {
  opacity: 1;
}
.cid-thYlBOnrGH .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-thYlBOnrGH .form-main-container {
    padding-left: 20px;
  }
}
.cid-thYlBOnrGH .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-thYlBOnrGH .form-wrap {
    padding: 20px;
  }
}
.cid-thYlBOnrGH form {
  width: 100%;
}
.cid-thYlBOnrGH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-thYlBOnrGH form p {
  color: #878e99;
}
.cid-thYlBOnrGH form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-thYlBOnrGH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-thYlBOnrGH form .form-group {
  margin-bottom: 20px !important;
}
.cid-thYlBOnrGH form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-thYlBOnrGH form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form select {
  color: #878e99 !important;
}
.cid-thYlBOnrGH form textarea {
  height: 216px !important;
  resize: none;
}
.cid-thYlBOnrGH form input:active,
.cid-thYlBOnrGH form textarea:active,
.cid-thYlBOnrGH form input:focus,
.cid-thYlBOnrGH form textarea:focus {
  border-color: #0190ff !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-thYlBOnrGH form input:active::-webkit-input-placeholder,
.cid-thYlBOnrGH form textarea:active::-webkit-input-placeholder,
.cid-thYlBOnrGH form input:focus::-webkit-input-placeholder,
.cid-thYlBOnrGH form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form input:active::-moz-placeholder,
.cid-thYlBOnrGH form textarea:active::-moz-placeholder,
.cid-thYlBOnrGH form input:focus::-moz-placeholder,
.cid-thYlBOnrGH form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form input:active:-moz-placeholder,
.cid-thYlBOnrGH form textarea:active:-moz-placeholder,
.cid-thYlBOnrGH form input:focus:-moz-placeholder,
.cid-thYlBOnrGH form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form input:active:-ms-input-placeholder,
.cid-thYlBOnrGH form textarea:active:-ms-input-placeholder,
.cid-thYlBOnrGH form input:focus:-ms-input-placeholder,
.cid-thYlBOnrGH form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-thYlBOnrGH form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-thYlBOnrGH form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-thYlBOnrGH form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-thYlBOnrGH form .form-control-label {
  width: 100%;
}
.cid-thYlBOnrGH form .form-check-label {
  margin-bottom: 14px;
}
.cid-thYlBOnrGH form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-thYlBOnrGH form .form-check-input:focus,
.cid-thYlBOnrGH form .form-check-input:hover {
  border-color: #0190ff !important;
}
.cid-thYlBOnrGH form .form-check-input:checked {
  border-color: #0190ff !important;
  background-color: #191b1e !important;
}
.cid-uYKZMnmBYu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYKZMnmBYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKZMnmBYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKZMnmBYu .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYKZMnmBYu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYKZMnmBYu .container {
    padding: 0 26px;
  }
}
.cid-uYKZMnmBYu .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYKZMnmBYu .row {
    padding: 26px;
  }
}
.cid-uYKZMnmBYu .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYKZMnmBYu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYKZMnmBYu .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYKZMnmBYu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYKZMnmBYu .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYKZMnmBYu .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYKZMnmBYu .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYKZMnmBYu .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYKZMnmBYu .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYKZMnmBYu .nav-wrapper .list {
    display: block;
  }
}
.cid-uYKZMnmBYu .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYKZMnmBYu .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYKZMnmBYu .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYKZMnmBYu .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYKZMnmBYu .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYKZMnmBYu .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYKZMnmBYu .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYKZMnmBYu .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYKZMnmBYu .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYKZMnmBYu .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYKZMnmBYu .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYKZMnmBYu .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYKZMnmBYu .mbr-section-title,
.cid-uYKZMnmBYu .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYKZMnmBYu .list {
  color: #ffffff;
}
.cid-uYKZMnmBYu .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYKZMnmBYu .list,
.cid-uYKZMnmBYu .nav-wrapper,
.cid-uYKZMnmBYu .soc-wrapper {
  text-align: center;
}
.cid-uYL4XEiZC2 .navbar-dropdown {
  position: relative !important;
}
.cid-uYL4XEiZC2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYL4XEiZC2 .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-uYL4XEiZC2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYL4XEiZC2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYL4XEiZC2 .dropdown-item:hover,
.cid-uYL4XEiZC2 .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYL4XEiZC2 .dropdown-item:hover span {
  color: white;
}
.cid-uYL4XEiZC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYL4XEiZC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYL4XEiZC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYL4XEiZC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYL4XEiZC2 .nav-link {
  position: relative;
}
.cid-uYL4XEiZC2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYL4XEiZC2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYL4XEiZC2 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYL4XEiZC2 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYL4XEiZC2 .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYL4XEiZC2 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYL4XEiZC2 .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYL4XEiZC2 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYL4XEiZC2 .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYL4XEiZC2 .dropdown-menu,
.cid-uYL4XEiZC2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYL4XEiZC2 .nav-item:focus,
.cid-uYL4XEiZC2 .nav-link:focus {
  outline: none;
}
.cid-uYL4XEiZC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYL4XEiZC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYL4XEiZC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYL4XEiZC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYL4XEiZC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYL4XEiZC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYL4XEiZC2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYL4XEiZC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYL4XEiZC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYL4XEiZC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYL4XEiZC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYL4XEiZC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYL4XEiZC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYL4XEiZC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYL4XEiZC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYL4XEiZC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYL4XEiZC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYL4XEiZC2 .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-uYL4XEiZC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYL4XEiZC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYL4XEiZC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYL4XEiZC2 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYL4XEiZC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYL4XEiZC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYL4XEiZC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYL4XEiZC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYL4XEiZC2 .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-uYL4XEiZC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYL4XEiZC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYL4XEiZC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYL4XEiZC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYL4XEiZC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYL4XEiZC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYL4XEiZC2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYL4XEiZC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYL4XEiZC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYL4XEiZC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYL4XEiZC2 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYL4XEiZC2 .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-uYL4XEiZC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYL4XEiZC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYL4XEiZC2 .dropdown-item.active,
.cid-uYL4XEiZC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYL4XEiZC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYL4XEiZC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYL4XEiZC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYL4XEiZC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYL4XEiZC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYL4XEiZC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYL4XEiZC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYL4XEiZC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYL4XEiZC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYL4XEiZC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYL4XEiZC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYL4XEiZC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYL4XEiZC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYL4XEiZC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYL4XEiZC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL4XEiZC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYL4XEiZC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYL4XEiZC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL4XEiZC2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYL4XEiZC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYL4XEiZC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYL4XEiZC2 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYL4XEiZC2 .navbar {
    height: 70px;
  }
  .cid-uYL4XEiZC2 .navbar.opened {
    height: auto;
  }
  .cid-uYL4XEiZC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYL4XEiZC2 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYL4XEiZC2 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYL4XEiZC2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYL4XEiZC2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYL4XEiZC2 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYL4XFz7gY {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #878e99;
}
.cid-uYL4XFz7gY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL4XFz7gY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL4XFz7gY .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uYL4XFz7gY .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uYL4XFz7gY .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uYL4XFz7gY .mbr-section-subtitle {
  color: #212428;
}
.cid-uYL4XFz7gY .card-row {
  align-items: stretch;
}
.cid-uYL4XFz7gY .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uYL4XFz7gY .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uYL4XFz7gY .card-box {
  height: 100%;
}
.cid-uYL4XFz7gY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uYL4XFz7gY .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #312ca8;
}
.cid-uYL4XFz7gY .card-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uYL4XFz7gY .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uYL7gtN6VR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #878e99;
}
.cid-uYL7gtN6VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL7gtN6VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL7gtN6VR .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uYL7gtN6VR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uYL7gtN6VR .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uYL7gtN6VR .mbr-section-subtitle {
  color: #212428;
}
.cid-uYL7gtN6VR .card-row {
  align-items: stretch;
}
.cid-uYL7gtN6VR .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uYL7gtN6VR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uYL7gtN6VR .card-box {
  height: 100%;
}
.cid-uYL7gtN6VR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uYL7gtN6VR .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #312ca8;
}
.cid-uYL7gtN6VR .card-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uYL7gtN6VR .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uYMHTkHBe5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uYMHTkHBe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMHTkHBe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMHTkHBe5 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYMHTkHBe5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYMHTkHBe5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYMHTkHBe5 .mbr-label {
  color: #666666;
}
.cid-uYMHTkHBe5 .mbr-text {
  color: #0f0f0f;
}
.cid-uYMHTkHBe5 .mbr-label,
.cid-uYMHTkHBe5 .mbr-section-btn {
  color: #000000;
}
.cid-uYMIFfHYML {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c4cfde;
}
.cid-uYMIFfHYML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMIFfHYML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMIFfHYML .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYMIFfHYML .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYMIFfHYML .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYMIFfHYML .mbr-label {
  color: #666666;
}
.cid-uYMIFfHYML .mbr-text {
  color: #0f0f0f;
}
.cid-uYMIFfHYML .mbr-label,
.cid-uYMIFfHYML .mbr-section-btn {
  color: #000000;
}
.cid-uYMJHFvlzi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uYMJHFvlzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMJHFvlzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMJHFvlzi .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYMJHFvlzi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYMJHFvlzi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYMJHFvlzi .mbr-label {
  color: #666666;
}
.cid-uYMJHFvlzi .mbr-text {
  color: #0f0f0f;
}
.cid-uYMJHFvlzi .mbr-label,
.cid-uYMJHFvlzi .mbr-section-btn {
  color: #000000;
}
.cid-uYMMAxpk9M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c4cfde;
}
.cid-uYMMAxpk9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMMAxpk9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMMAxpk9M .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYMMAxpk9M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYMMAxpk9M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYMMAxpk9M .mbr-label {
  color: #666666;
}
.cid-uYMMAxpk9M .mbr-text {
  color: #0f0f0f;
}
.cid-uYMMAxpk9M .mbr-label,
.cid-uYMMAxpk9M .mbr-section-btn {
  color: #000000;
}
.cid-uYMOCDp6KI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYMOCDp6KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMOCDp6KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMOCDp6KI .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uYMOCDp6KI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYMOCDp6KI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYMOCDp6KI .mbr-label {
  color: #666666;
}
.cid-uYMOCDp6KI .mbr-text {
  color: #0f0f0f;
}
.cid-uYMOCDp6KI .mbr-label,
.cid-uYMOCDp6KI .mbr-section-btn {
  color: #000000;
}
.cid-uYL4XGPhQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYL4XGPhQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL4XGPhQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL4XGPhQg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYL4XGPhQg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYL4XGPhQg .container {
    padding: 0 26px;
  }
}
.cid-uYL4XGPhQg .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYL4XGPhQg .row {
    padding: 26px;
  }
}
.cid-uYL4XGPhQg .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYL4XGPhQg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYL4XGPhQg .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYL4XGPhQg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYL4XGPhQg .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYL4XGPhQg .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYL4XGPhQg .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYL4XGPhQg .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYL4XGPhQg .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYL4XGPhQg .nav-wrapper .list {
    display: block;
  }
}
.cid-uYL4XGPhQg .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYL4XGPhQg .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYL4XGPhQg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYL4XGPhQg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYL4XGPhQg .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYL4XGPhQg .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYL4XGPhQg .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYL4XGPhQg .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYL4XGPhQg .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYL4XGPhQg .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYL4XGPhQg .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYL4XGPhQg .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYL4XGPhQg .mbr-section-title,
.cid-uYL4XGPhQg .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYL4XGPhQg .list {
  color: #ffffff;
}
.cid-uYL4XGPhQg .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYL4XGPhQg .list,
.cid-uYL4XGPhQg .nav-wrapper,
.cid-uYL4XGPhQg .soc-wrapper {
  text-align: center;
}
.cid-uYMRQFxUxn .navbar-dropdown {
  position: relative !important;
}
.cid-uYMRQFxUxn .navbar-dropdown {
  position: absolute !important;
}
.cid-uYMRQFxUxn .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-uYMRQFxUxn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYMRQFxUxn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYMRQFxUxn .dropdown-item:hover,
.cid-uYMRQFxUxn .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYMRQFxUxn .dropdown-item:hover span {
  color: white;
}
.cid-uYMRQFxUxn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYMRQFxUxn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYMRQFxUxn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYMRQFxUxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYMRQFxUxn .nav-link {
  position: relative;
}
.cid-uYMRQFxUxn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYMRQFxUxn .container {
    flex-wrap: nowrap;
  }
}
.cid-uYMRQFxUxn .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYMRQFxUxn .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYMRQFxUxn .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYMRQFxUxn .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYMRQFxUxn .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYMRQFxUxn .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYMRQFxUxn .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYMRQFxUxn .dropdown-menu,
.cid-uYMRQFxUxn .navbar.opened {
  background: #ffffff !important;
}
.cid-uYMRQFxUxn .nav-item:focus,
.cid-uYMRQFxUxn .nav-link:focus {
  outline: none;
}
.cid-uYMRQFxUxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYMRQFxUxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYMRQFxUxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYMRQFxUxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYMRQFxUxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYMRQFxUxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYMRQFxUxn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYMRQFxUxn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYMRQFxUxn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYMRQFxUxn .navbar .navbar-logo img {
  width: auto;
}
.cid-uYMRQFxUxn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYMRQFxUxn .navbar.collapsed {
  justify-content: center;
}
.cid-uYMRQFxUxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYMRQFxUxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYMRQFxUxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYMRQFxUxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYMRQFxUxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYMRQFxUxn .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-uYMRQFxUxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYMRQFxUxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYMRQFxUxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYMRQFxUxn .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYMRQFxUxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYMRQFxUxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYMRQFxUxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYMRQFxUxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYMRQFxUxn .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-uYMRQFxUxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYMRQFxUxn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYMRQFxUxn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYMRQFxUxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYMRQFxUxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYMRQFxUxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYMRQFxUxn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYMRQFxUxn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYMRQFxUxn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYMRQFxUxn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYMRQFxUxn .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYMRQFxUxn .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-uYMRQFxUxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYMRQFxUxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYMRQFxUxn .dropdown-item.active,
.cid-uYMRQFxUxn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYMRQFxUxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYMRQFxUxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYMRQFxUxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYMRQFxUxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYMRQFxUxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYMRQFxUxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYMRQFxUxn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYMRQFxUxn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYMRQFxUxn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYMRQFxUxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYMRQFxUxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYMRQFxUxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMRQFxUxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMRQFxUxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYMRQFxUxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMRQFxUxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYMRQFxUxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYMRQFxUxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMRQFxUxn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYMRQFxUxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYMRQFxUxn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYMRQFxUxn .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYMRQFxUxn .navbar {
    height: 70px;
  }
  .cid-uYMRQFxUxn .navbar.opened {
    height: auto;
  }
  .cid-uYMRQFxUxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYMRQFxUxn .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYMRQFxUxn .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYMRQFxUxn .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYMRQFxUxn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYMRQFxUxn .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYMRQFxUxn .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYMRQFxUxn .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYMRQFxUxn .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYMRQFxUxn .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYMRQFxUxn .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYMRQFUzre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/umbrella-1024x1024.webp");
}
.cid-uYMRQFUzre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMRQFUzre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMRQFUzre .mbr-section-title {
  color: #ffffff;
}
.cid-uYMRQFUzre .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYMRQFUzre .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYMRQFUzre .mbr-text,
.cid-uYMRQFUzre .mbr-section-btn {
  color: #ffffff;
}
.cid-uYMSoMwaZ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYMSoMwaZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMSoMwaZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMSoMwaZ0 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYMSoMwaZ0 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYMSoMwaZ0 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYMSoMwaZ0 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYMSoMwaZ0 .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYMSoMwaZ0 .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYMSoMwaZ0 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYMSoMwaZ0 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYMSoMwaZ0 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYMSoMwaZ0 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYMSoMwaZ0 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYMSoMwaZ0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYMSoMwaZ0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYMSoMwaZ0 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYMSoMwaZ0 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYMSoMwaZ0 .mbr-section-title {
  color: #181824;
}
.cid-uYMSoMwaZ0 .mbr-section-title,
.cid-uYMSoMwaZ0 .mbr-section-btn,
.cid-uYMSoMwaZ0 .icon-wrapper {
  text-align: center;
}
.cid-uYMRQGfvZM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYMRQGfvZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMRQGfvZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMRQGfvZM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uYMRQGfvZM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYMRQGfvZM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYMRQGfvZM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uYMRQGfvZM .container {
    padding: 0 24px;
  }
}
.cid-uYMRQGfvZM .row {
  justify-content: center;
}
.cid-uYMRQGfvZM .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uYMRQGfvZM .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYMRQGfvZM .title-wrapper {
    padding-right: 0;
  }
}
.cid-uYMRQGfvZM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uYMRQGfvZM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYMRQGfvZM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYMRQGfvZM .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uYMRQGfvZM .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYMRQGfvZM .text-wrapper {
    padding-left: 0;
  }
}
.cid-uYMRQGfvZM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYMRQGfvZM .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uYMRQGfvZM .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uYMRQGfvZM .mbr-section-title {
  color: #18212d;
}
.cid-uYMRQGfvZM .mbr-desc {
  color: #18212d;
}
.cid-uYMRQGfvZM .mbr-text {
  color: #000000;
}
.cid-uYSD3VuIKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #434a51;
  position: relative;
  overflow: hidden;
}
.cid-uYSD3VuIKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSD3VuIKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSD3VuIKq .bg-frame {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  width: 25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0190ff;
  box-shadow: 0 0 40px #0190ff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uYSD3VuIKq .bg-frame {
    width: 50vw;
  }
}
.cid-uYSD3VuIKq .row {
  position: relative;
  z-index: 3;
}
.cid-uYSD3VuIKq .title-container {
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYSD3VuIKq .title-container {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.cid-uYSD3VuIKq .mbr-section-title {
  color: #ffffff;
}
.cid-uYSD3VuIKq .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uYSD3VuIKq .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-uYSD3VuIKq .list-container {
  width: 100%;
}
.cid-uYSD3VuIKq .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uYSD3VuIKq .list-item {
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .cid-uYSD3VuIKq .list-item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.cid-uYSD3VuIKq .list-item-title {
  width: 25%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uYSD3VuIKq .list-item-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-uYSD3VuIKq .list-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uYSD3VuIKq .list-item-text {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uYSD3VuIKq .list-item-text {
    width: 100%;
  }
}
.cid-uYSD3VuIKq .list-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uYMRQHDLmw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYMRQHDLmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMRQHDLmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMRQHDLmw .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYMRQHDLmw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYMRQHDLmw .container {
    padding: 0 26px;
  }
}
.cid-uYMRQHDLmw .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYMRQHDLmw .row {
    padding: 26px;
  }
}
.cid-uYMRQHDLmw .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYMRQHDLmw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYMRQHDLmw .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYMRQHDLmw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYMRQHDLmw .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYMRQHDLmw .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYMRQHDLmw .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYMRQHDLmw .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYMRQHDLmw .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYMRQHDLmw .nav-wrapper .list {
    display: block;
  }
}
.cid-uYMRQHDLmw .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYMRQHDLmw .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYMRQHDLmw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYMRQHDLmw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYMRQHDLmw .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYMRQHDLmw .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYMRQHDLmw .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYMRQHDLmw .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYMRQHDLmw .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYMRQHDLmw .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYMRQHDLmw .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYMRQHDLmw .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYMRQHDLmw .mbr-section-title,
.cid-uYMRQHDLmw .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYMRQHDLmw .list {
  color: #ffffff;
}
.cid-uYMRQHDLmw .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYMRQHDLmw .list,
.cid-uYMRQHDLmw .nav-wrapper,
.cid-uYMRQHDLmw .soc-wrapper {
  text-align: center;
}
.cid-uYMU4u1hsV .navbar-dropdown {
  position: relative !important;
}
.cid-uYMU4u1hsV .navbar-dropdown {
  position: absolute !important;
}
.cid-uYMU4u1hsV .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-uYMU4u1hsV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYMU4u1hsV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYMU4u1hsV .dropdown-item:hover,
.cid-uYMU4u1hsV .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYMU4u1hsV .dropdown-item:hover span {
  color: white;
}
.cid-uYMU4u1hsV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYMU4u1hsV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYMU4u1hsV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYMU4u1hsV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYMU4u1hsV .nav-link {
  position: relative;
}
.cid-uYMU4u1hsV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYMU4u1hsV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYMU4u1hsV .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYMU4u1hsV .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYMU4u1hsV .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYMU4u1hsV .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYMU4u1hsV .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYMU4u1hsV .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYMU4u1hsV .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYMU4u1hsV .dropdown-menu,
.cid-uYMU4u1hsV .navbar.opened {
  background: #ffffff !important;
}
.cid-uYMU4u1hsV .nav-item:focus,
.cid-uYMU4u1hsV .nav-link:focus {
  outline: none;
}
.cid-uYMU4u1hsV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYMU4u1hsV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYMU4u1hsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYMU4u1hsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYMU4u1hsV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYMU4u1hsV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYMU4u1hsV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYMU4u1hsV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYMU4u1hsV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYMU4u1hsV .navbar .navbar-logo img {
  width: auto;
}
.cid-uYMU4u1hsV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYMU4u1hsV .navbar.collapsed {
  justify-content: center;
}
.cid-uYMU4u1hsV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYMU4u1hsV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYMU4u1hsV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYMU4u1hsV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYMU4u1hsV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYMU4u1hsV .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-uYMU4u1hsV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYMU4u1hsV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYMU4u1hsV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYMU4u1hsV .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYMU4u1hsV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYMU4u1hsV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYMU4u1hsV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYMU4u1hsV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYMU4u1hsV .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-uYMU4u1hsV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYMU4u1hsV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYMU4u1hsV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYMU4u1hsV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYMU4u1hsV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYMU4u1hsV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYMU4u1hsV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYMU4u1hsV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYMU4u1hsV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYMU4u1hsV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYMU4u1hsV .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYMU4u1hsV .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-uYMU4u1hsV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYMU4u1hsV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYMU4u1hsV .dropdown-item.active,
.cid-uYMU4u1hsV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYMU4u1hsV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYMU4u1hsV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYMU4u1hsV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYMU4u1hsV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYMU4u1hsV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYMU4u1hsV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYMU4u1hsV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYMU4u1hsV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYMU4u1hsV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYMU4u1hsV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYMU4u1hsV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYMU4u1hsV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMU4u1hsV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYMU4u1hsV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYMU4u1hsV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMU4u1hsV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYMU4u1hsV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYMU4u1hsV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYMU4u1hsV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYMU4u1hsV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYMU4u1hsV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYMU4u1hsV .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYMU4u1hsV .navbar {
    height: 70px;
  }
  .cid-uYMU4u1hsV .navbar.opened {
    height: auto;
  }
  .cid-uYMU4u1hsV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYMU4u1hsV .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYMU4u1hsV .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYMU4u1hsV .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYMU4u1hsV .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYMU4u1hsV .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYMU4u1hsV .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYMU4u1hsV .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYMU4u1hsV .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYMU4u1hsV .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYMU4u1hsV .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYMU4us1W7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-olia-danilevich-5313173.webp");
}
.cid-uYMU4us1W7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMU4us1W7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMU4us1W7 .mbr-section-title {
  color: #ffffff;
}
.cid-uYMU4us1W7 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYMU4us1W7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYMU4us1W7 .mbr-text,
.cid-uYMU4us1W7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uYMU4uK3vW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYMU4uK3vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMU4uK3vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMU4uK3vW .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYMU4uK3vW .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYMU4uK3vW .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYMU4uK3vW .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYMU4uK3vW .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYMU4uK3vW .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYMU4uK3vW .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYMU4uK3vW .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYMU4uK3vW .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYMU4uK3vW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYMU4uK3vW .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYMU4uK3vW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYMU4uK3vW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYMU4uK3vW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYMU4uK3vW .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYMU4uK3vW .mbr-section-title {
  color: #181824;
}
.cid-uYMU4uK3vW .mbr-section-title,
.cid-uYMU4uK3vW .mbr-section-btn,
.cid-uYMU4uK3vW .icon-wrapper {
  text-align: center;
}
.cid-uYMVOjHIJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uYMVOjHIJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMVOjHIJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMVOjHIJd .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYMVOjHIJd .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYMVOjHIJd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYMVOjHIJd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYMVOjHIJd .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYMVOjHIJd .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYMVOjHIJd .mbr-section-title,
.cid-uYMVOjHIJd .title-wrapper,
.cid-uYMVOjHIJd .mbr-section-btn {
  text-align: center;
}
.cid-uYMU4vgrdc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYMU4vgrdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYMU4vgrdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYMU4vgrdc .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYMU4vgrdc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYMU4vgrdc .container {
    padding: 0 26px;
  }
}
.cid-uYMU4vgrdc .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYMU4vgrdc .row {
    padding: 26px;
  }
}
.cid-uYMU4vgrdc .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYMU4vgrdc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYMU4vgrdc .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYMU4vgrdc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYMU4vgrdc .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYMU4vgrdc .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYMU4vgrdc .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYMU4vgrdc .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYMU4vgrdc .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYMU4vgrdc .nav-wrapper .list {
    display: block;
  }
}
.cid-uYMU4vgrdc .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYMU4vgrdc .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYMU4vgrdc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYMU4vgrdc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYMU4vgrdc .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYMU4vgrdc .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYMU4vgrdc .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYMU4vgrdc .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYMU4vgrdc .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYMU4vgrdc .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYMU4vgrdc .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYMU4vgrdc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYMU4vgrdc .mbr-section-title,
.cid-uYMU4vgrdc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYMU4vgrdc .list {
  color: #ffffff;
}
.cid-uYMU4vgrdc .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYMU4vgrdc .list,
.cid-uYMU4vgrdc .nav-wrapper,
.cid-uYMU4vgrdc .soc-wrapper {
  text-align: center;
}
.cid-uYSELKjiU1 .navbar-dropdown {
  position: relative !important;
}
.cid-uYSELKjiU1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYSELKjiU1 .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-uYSELKjiU1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYSELKjiU1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYSELKjiU1 .dropdown-item:hover,
.cid-uYSELKjiU1 .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYSELKjiU1 .dropdown-item:hover span {
  color: white;
}
.cid-uYSELKjiU1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYSELKjiU1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYSELKjiU1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYSELKjiU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYSELKjiU1 .nav-link {
  position: relative;
}
.cid-uYSELKjiU1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYSELKjiU1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYSELKjiU1 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYSELKjiU1 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYSELKjiU1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYSELKjiU1 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYSELKjiU1 .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYSELKjiU1 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYSELKjiU1 .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYSELKjiU1 .dropdown-menu,
.cid-uYSELKjiU1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYSELKjiU1 .nav-item:focus,
.cid-uYSELKjiU1 .nav-link:focus {
  outline: none;
}
.cid-uYSELKjiU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSELKjiU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSELKjiU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSELKjiU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSELKjiU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSELKjiU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSELKjiU1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYSELKjiU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSELKjiU1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYSELKjiU1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYSELKjiU1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSELKjiU1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYSELKjiU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSELKjiU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYSELKjiU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYSELKjiU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSELKjiU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSELKjiU1 .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-uYSELKjiU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSELKjiU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYSELKjiU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYSELKjiU1 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYSELKjiU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSELKjiU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSELKjiU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSELKjiU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYSELKjiU1 .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-uYSELKjiU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSELKjiU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYSELKjiU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYSELKjiU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYSELKjiU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSELKjiU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYSELKjiU1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYSELKjiU1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSELKjiU1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSELKjiU1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYSELKjiU1 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYSELKjiU1 .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-uYSELKjiU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYSELKjiU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSELKjiU1 .dropdown-item.active,
.cid-uYSELKjiU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSELKjiU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYSELKjiU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSELKjiU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSELKjiU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYSELKjiU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSELKjiU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSELKjiU1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYSELKjiU1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSELKjiU1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYSELKjiU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYSELKjiU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSELKjiU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSELKjiU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSELKjiU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSELKjiU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSELKjiU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSELKjiU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSELKjiU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSELKjiU1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYSELKjiU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYSELKjiU1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYSELKjiU1 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSELKjiU1 .navbar {
    height: 70px;
  }
  .cid-uYSELKjiU1 .navbar.opened {
    height: auto;
  }
  .cid-uYSELKjiU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYSELKjiU1 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYSELKjiU1 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYSELKjiU1 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSELKjiU1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYSELKjiU1 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYSELKjiU1 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSELKjiU1 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSELKjiU1 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYSELKjiU1 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSELKjiU1 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSELKN2rQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uYSELKN2rQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSELKN2rQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSELKN2rQ .mbr-section-title {
  color: #ffffff;
}
.cid-uYSELKN2rQ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYSELKN2rQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYSELKN2rQ .mbr-text,
.cid-uYSELKN2rQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uYSELL9g41 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYSELL9g41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSELL9g41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSELL9g41 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYSELL9g41 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYSELL9g41 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSELL9g41 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSELL9g41 .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYSELL9g41 .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYSELL9g41 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYSELL9g41 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYSELL9g41 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYSELL9g41 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYSELL9g41 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYSELL9g41 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSELL9g41 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYSELL9g41 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYSELL9g41 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uYSELL9g41 .mbr-section-title {
  color: #181824;
}
.cid-uYSELL9g41 .mbr-section-title,
.cid-uYSELL9g41 .mbr-section-btn,
.cid-uYSELL9g41 .icon-wrapper {
  text-align: center;
}
.cid-uYSIvszUPA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #434a51;
}
.cid-uYSIvszUPA .mbr-section-head {
  width: 100%;
  margin-bottom: 3.33vw;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uYSIvszUPA .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uYSIvszUPA .mbr-section-foot {
  display: flex;
  align-items: flex-start;
  margin-top: 3.33vw;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .mbr-section-foot {
    flex-wrap: wrap;
    margin-top: 10.6vw;
  }
}
.cid-uYSIvszUPA .mbr-section-subtitle {
  margin-bottom: 0;
  color: #FFFFFF;
  width: 26%;
  margin-right: 3.264vw;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .mbr-section-subtitle {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uYSIvszUPA .mbr-text {
  color: #FFFFFF;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .mbr-text {
    width: 100%;
    margin-top: 4.26vw;
  }
}
.cid-uYSIvszUPA .item-border-top {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uYSIvszUPA .item {
  display: flex;
  align-items: center;
}
.cid-uYSIvszUPA .item-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 1.39vw;
  padding: 2.5vw 0;
  transition: 0.4s all;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  background-color: #434a51;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-wrap {
    grid-template-columns: repeat(4, 1fr);
    padding: 5.33vw 0;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .cid-uYSIvszUPA .item-wrap:hover .item-title {
    color: #0190ff;
  }
  .cid-uYSIvszUPA .item-wrap:hover .item-title a {
    color: #0190ff !important;
  }
}
.cid-uYSIvszUPA .item-wrap:hover .item-subtitle {
  color: #0190ff;
}
.cid-uYSIvszUPA .item-wrap:hover .item-subtitle a {
  color: #0190ff !important;
}
.cid-uYSIvszUPA .item-wrap:hover .card-text {
  color: #0190ff;
}
.cid-uYSIvszUPA .item-wrap:hover .card-text a {
  color: #0190ff !important;
}
.cid-uYSIvszUPA .item-wrap:hover .item-img .mbr-iconfont {
  animation: icon-sliding 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  color: #0190ff;
}
.cid-uYSIvszUPA .item-title {
  color: #FFFFFF;
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-title {
    grid-column-start: 1;
    grid-column-end: -1;
    margin-bottom: 4.27vw;
  }
}
.cid-uYSIvszUPA .item-subtitle {
  color: #FFFFFF;
  grid-column-start: 4;
  grid-column-end: 8;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-subtitle {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.cid-uYSIvszUPA .card-text {
  color: #FFFFFF;
  grid-column-start: 9;
  grid-column-end: 11;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .card-text {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 2.13vw;
  }
}
.cid-uYSIvszUPA .item-img-container {
  grid-column-start: 12;
  grid-column-end: 13;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-img-container {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.cid-uYSIvszUPA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.16vw;
  aspect-ratio: 1;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-img {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
  }
}
.cid-uYSIvszUPA .item-img .mbr-iconfont {
  font-size: 2.1vw !important;
  color: #ffffff;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uYSIvszUPA .item-img .mbr-iconfont {
    font-size: 7.9vw !important;
  }
}
@keyframes icon-sliding {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(220%, -220%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(220%, -220%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(-120%, 120%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-120%, 120%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uYSELLJopK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYSELLJopK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSELLJopK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSELLJopK .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYSELLJopK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYSELLJopK .container {
    padding: 0 26px;
  }
}
.cid-uYSELLJopK .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYSELLJopK .row {
    padding: 26px;
  }
}
.cid-uYSELLJopK .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYSELLJopK .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYSELLJopK .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYSELLJopK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSELLJopK .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYSELLJopK .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYSELLJopK .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYSELLJopK .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYSELLJopK .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSELLJopK .nav-wrapper .list {
    display: block;
  }
}
.cid-uYSELLJopK .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYSELLJopK .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYSELLJopK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYSELLJopK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYSELLJopK .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYSELLJopK .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYSELLJopK .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYSELLJopK .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYSELLJopK .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYSELLJopK .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYSELLJopK .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYSELLJopK .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYSELLJopK .mbr-section-title,
.cid-uYSELLJopK .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYSELLJopK .list {
  color: #ffffff;
}
.cid-uYSELLJopK .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYSELLJopK .list,
.cid-uYSELLJopK .nav-wrapper,
.cid-uYSELLJopK .soc-wrapper {
  text-align: center;
}
.cid-uYSKEYZGFd .navbar-dropdown {
  position: relative !important;
}
.cid-uYSKEYZGFd .navbar-dropdown {
  position: absolute !important;
}
.cid-uYSKEYZGFd .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-uYSKEYZGFd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYSKEYZGFd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYSKEYZGFd .dropdown-item:hover,
.cid-uYSKEYZGFd .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYSKEYZGFd .dropdown-item:hover span {
  color: white;
}
.cid-uYSKEYZGFd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYSKEYZGFd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYSKEYZGFd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYSKEYZGFd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYSKEYZGFd .nav-link {
  position: relative;
}
.cid-uYSKEYZGFd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYSKEYZGFd .container {
    flex-wrap: nowrap;
  }
}
.cid-uYSKEYZGFd .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYSKEYZGFd .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYSKEYZGFd .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYSKEYZGFd .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYSKEYZGFd .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYSKEYZGFd .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYSKEYZGFd .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYSKEYZGFd .dropdown-menu,
.cid-uYSKEYZGFd .navbar.opened {
  background: #ffffff !important;
}
.cid-uYSKEYZGFd .nav-item:focus,
.cid-uYSKEYZGFd .nav-link:focus {
  outline: none;
}
.cid-uYSKEYZGFd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSKEYZGFd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSKEYZGFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSKEYZGFd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSKEYZGFd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSKEYZGFd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSKEYZGFd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYSKEYZGFd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSKEYZGFd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYSKEYZGFd .navbar .navbar-logo img {
  width: auto;
}
.cid-uYSKEYZGFd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSKEYZGFd .navbar.collapsed {
  justify-content: center;
}
.cid-uYSKEYZGFd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSKEYZGFd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYSKEYZGFd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYSKEYZGFd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSKEYZGFd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSKEYZGFd .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-uYSKEYZGFd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSKEYZGFd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYSKEYZGFd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYSKEYZGFd .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYSKEYZGFd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSKEYZGFd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSKEYZGFd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSKEYZGFd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYSKEYZGFd .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-uYSKEYZGFd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSKEYZGFd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYSKEYZGFd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYSKEYZGFd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYSKEYZGFd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSKEYZGFd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYSKEYZGFd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYSKEYZGFd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSKEYZGFd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSKEYZGFd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYSKEYZGFd .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYSKEYZGFd .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-uYSKEYZGFd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYSKEYZGFd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSKEYZGFd .dropdown-item.active,
.cid-uYSKEYZGFd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSKEYZGFd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYSKEYZGFd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSKEYZGFd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSKEYZGFd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYSKEYZGFd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSKEYZGFd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSKEYZGFd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYSKEYZGFd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSKEYZGFd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYSKEYZGFd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYSKEYZGFd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSKEYZGFd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSKEYZGFd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSKEYZGFd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSKEYZGFd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSKEYZGFd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSKEYZGFd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSKEYZGFd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSKEYZGFd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYSKEYZGFd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYSKEYZGFd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYSKEYZGFd .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSKEYZGFd .navbar {
    height: 70px;
  }
  .cid-uYSKEYZGFd .navbar.opened {
    height: auto;
  }
  .cid-uYSKEYZGFd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYSKEYZGFd .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYSKEYZGFd .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYSKEYZGFd .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSKEYZGFd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYSKEYZGFd .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYSKEYZGFd .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSKEYZGFd .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSKEYZGFd .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYSKEYZGFd .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSKEYZGFd .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSKEZme9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uYSKEZme9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSKEZme9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSKEZme9I .mbr-section-title {
  color: #ffffff;
}
.cid-uYSKEZme9I .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYSKEZme9I .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYSKEZme9I .mbr-text,
.cid-uYSKEZme9I .mbr-section-btn {
  color: #ffffff;
}
.cid-uYSKEZFOT8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYSKEZFOT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSKEZFOT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSKEZFOT8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYSKEZFOT8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYSKEZFOT8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSKEZFOT8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSKEZFOT8 .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYSKEZFOT8 .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYSKEZFOT8 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYSKEZFOT8 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYSKEZFOT8 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYSKEZFOT8 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYSKEZFOT8 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYSKEZFOT8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSKEZFOT8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYSKEZFOT8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYSKEZFOT8 .mbr-label {
  color: #49496d;
  text-align: justify;
}
.cid-uYSKEZFOT8 .mbr-section-title {
  color: #181824;
}
.cid-uYSKEZFOT8 .mbr-section-title,
.cid-uYSKEZFOT8 .mbr-section-btn,
.cid-uYSKEZFOT8 .icon-wrapper {
  text-align: center;
}
.cid-uYSKEZFOT8 .mbr-section-title,
.cid-uYSKEZFOT8 .mbr-section-btn,
.cid-uYSKEZFOT8 .icon-wrapper DIV {
  text-align: justify;
}
.cid-uYSKF0qi9v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYSKF0qi9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSKF0qi9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSKF0qi9v .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYSKF0qi9v .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYSKF0qi9v .container {
    padding: 0 26px;
  }
}
.cid-uYSKF0qi9v .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYSKF0qi9v .row {
    padding: 26px;
  }
}
.cid-uYSKF0qi9v .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYSKF0qi9v .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYSKF0qi9v .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYSKF0qi9v .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSKF0qi9v .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYSKF0qi9v .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYSKF0qi9v .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYSKF0qi9v .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYSKF0qi9v .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSKF0qi9v .nav-wrapper .list {
    display: block;
  }
}
.cid-uYSKF0qi9v .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYSKF0qi9v .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYSKF0qi9v .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYSKF0qi9v .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYSKF0qi9v .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYSKF0qi9v .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYSKF0qi9v .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYSKF0qi9v .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYSKF0qi9v .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYSKF0qi9v .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYSKF0qi9v .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYSKF0qi9v .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYSKF0qi9v .mbr-section-title,
.cid-uYSKF0qi9v .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYSKF0qi9v .list {
  color: #ffffff;
}
.cid-uYSKF0qi9v .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYSKF0qi9v .list,
.cid-uYSKF0qi9v .nav-wrapper,
.cid-uYSKF0qi9v .soc-wrapper {
  text-align: center;
}
.cid-uYSNdjO3q9 .navbar-dropdown {
  position: relative !important;
}
.cid-uYSNdjO3q9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYSNdjO3q9 .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-uYSNdjO3q9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYSNdjO3q9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYSNdjO3q9 .dropdown-item:hover,
.cid-uYSNdjO3q9 .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYSNdjO3q9 .dropdown-item:hover span {
  color: white;
}
.cid-uYSNdjO3q9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYSNdjO3q9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYSNdjO3q9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYSNdjO3q9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYSNdjO3q9 .nav-link {
  position: relative;
}
.cid-uYSNdjO3q9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYSNdjO3q9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYSNdjO3q9 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYSNdjO3q9 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYSNdjO3q9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYSNdjO3q9 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYSNdjO3q9 .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYSNdjO3q9 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYSNdjO3q9 .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYSNdjO3q9 .dropdown-menu,
.cid-uYSNdjO3q9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYSNdjO3q9 .nav-item:focus,
.cid-uYSNdjO3q9 .nav-link:focus {
  outline: none;
}
.cid-uYSNdjO3q9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSNdjO3q9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSNdjO3q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSNdjO3q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSNdjO3q9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSNdjO3q9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSNdjO3q9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYSNdjO3q9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSNdjO3q9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYSNdjO3q9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYSNdjO3q9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSNdjO3q9 .navbar.collapsed {
  justify-content: center;
}
.cid-uYSNdjO3q9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSNdjO3q9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYSNdjO3q9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYSNdjO3q9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSNdjO3q9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSNdjO3q9 .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-uYSNdjO3q9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSNdjO3q9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYSNdjO3q9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYSNdjO3q9 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYSNdjO3q9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSNdjO3q9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSNdjO3q9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSNdjO3q9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYSNdjO3q9 .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-uYSNdjO3q9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSNdjO3q9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYSNdjO3q9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYSNdjO3q9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYSNdjO3q9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSNdjO3q9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYSNdjO3q9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYSNdjO3q9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSNdjO3q9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSNdjO3q9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYSNdjO3q9 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYSNdjO3q9 .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-uYSNdjO3q9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYSNdjO3q9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSNdjO3q9 .dropdown-item.active,
.cid-uYSNdjO3q9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSNdjO3q9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYSNdjO3q9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSNdjO3q9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSNdjO3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYSNdjO3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSNdjO3q9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSNdjO3q9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYSNdjO3q9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSNdjO3q9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYSNdjO3q9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYSNdjO3q9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSNdjO3q9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSNdjO3q9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSNdjO3q9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSNdjO3q9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSNdjO3q9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSNdjO3q9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSNdjO3q9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSNdjO3q9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYSNdjO3q9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYSNdjO3q9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYSNdjO3q9 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSNdjO3q9 .navbar {
    height: 70px;
  }
  .cid-uYSNdjO3q9 .navbar.opened {
    height: auto;
  }
  .cid-uYSNdjO3q9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYSNdjO3q9 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYSNdjO3q9 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYSNdjO3q9 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSNdjO3q9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSNdjO3q9 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSNdkeHPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uYSNdkeHPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSNdkeHPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSNdkeHPS .mbr-section-title {
  color: #ffffff;
}
.cid-uYSNdkeHPS .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYSNdkeHPS .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYSNdkeHPS .mbr-text,
.cid-uYSNdkeHPS .mbr-section-btn {
  color: #ffffff;
}
.cid-uYSNdkyUQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYSNdkyUQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSNdkyUQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSNdkyUQ2 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYSNdkyUQ2 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYSNdkyUQ2 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSNdkyUQ2 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSNdkyUQ2 .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYSNdkyUQ2 .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYSNdkyUQ2 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYSNdkyUQ2 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYSNdkyUQ2 .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYSNdkyUQ2 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYSNdkyUQ2 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYSNdkyUQ2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSNdkyUQ2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYSNdkyUQ2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYSNdkyUQ2 .mbr-label {
  color: #49496d;
  text-align: justify;
}
.cid-uYSNdkyUQ2 .mbr-section-title {
  color: #181824;
}
.cid-uYSNdkyUQ2 .mbr-section-title,
.cid-uYSNdkyUQ2 .mbr-section-btn,
.cid-uYSNdkyUQ2 .icon-wrapper {
  text-align: center;
}
.cid-uYSNdkyUQ2 .mbr-section-title,
.cid-uYSNdkyUQ2 .mbr-section-btn,
.cid-uYSNdkyUQ2 .icon-wrapper DIV {
  text-align: justify;
}
.cid-uYSNdlpMJe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYSNdlpMJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSNdlpMJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSNdlpMJe .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYSNdlpMJe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYSNdlpMJe .container {
    padding: 0 26px;
  }
}
.cid-uYSNdlpMJe .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYSNdlpMJe .row {
    padding: 26px;
  }
}
.cid-uYSNdlpMJe .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYSNdlpMJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYSNdlpMJe .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYSNdlpMJe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSNdlpMJe .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYSNdlpMJe .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYSNdlpMJe .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYSNdlpMJe .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYSNdlpMJe .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSNdlpMJe .nav-wrapper .list {
    display: block;
  }
}
.cid-uYSNdlpMJe .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYSNdlpMJe .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYSNdlpMJe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYSNdlpMJe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYSNdlpMJe .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYSNdlpMJe .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYSNdlpMJe .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYSNdlpMJe .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYSNdlpMJe .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYSNdlpMJe .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYSNdlpMJe .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYSNdlpMJe .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYSNdlpMJe .mbr-section-title,
.cid-uYSNdlpMJe .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYSNdlpMJe .list {
  color: #ffffff;
}
.cid-uYSNdlpMJe .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYSNdlpMJe .list,
.cid-uYSNdlpMJe .nav-wrapper,
.cid-uYSNdlpMJe .soc-wrapper {
  text-align: center;
}
.cid-uYSPMawLu1 .navbar-dropdown {
  position: relative !important;
}
.cid-uYSPMawLu1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uYSPMawLu1 .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-uYSPMawLu1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYSPMawLu1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYSPMawLu1 .dropdown-item:hover,
.cid-uYSPMawLu1 .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYSPMawLu1 .dropdown-item:hover span {
  color: white;
}
.cid-uYSPMawLu1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYSPMawLu1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYSPMawLu1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYSPMawLu1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYSPMawLu1 .nav-link {
  position: relative;
}
.cid-uYSPMawLu1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYSPMawLu1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYSPMawLu1 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYSPMawLu1 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYSPMawLu1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYSPMawLu1 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYSPMawLu1 .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYSPMawLu1 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYSPMawLu1 .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYSPMawLu1 .dropdown-menu,
.cid-uYSPMawLu1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYSPMawLu1 .nav-item:focus,
.cid-uYSPMawLu1 .nav-link:focus {
  outline: none;
}
.cid-uYSPMawLu1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYSPMawLu1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYSPMawLu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYSPMawLu1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYSPMawLu1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYSPMawLu1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYSPMawLu1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYSPMawLu1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYSPMawLu1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYSPMawLu1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYSPMawLu1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYSPMawLu1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYSPMawLu1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYSPMawLu1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYSPMawLu1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYSPMawLu1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYSPMawLu1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYSPMawLu1 .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-uYSPMawLu1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYSPMawLu1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYSPMawLu1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYSPMawLu1 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYSPMawLu1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYSPMawLu1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYSPMawLu1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYSPMawLu1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYSPMawLu1 .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-uYSPMawLu1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYSPMawLu1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYSPMawLu1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYSPMawLu1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYSPMawLu1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYSPMawLu1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYSPMawLu1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYSPMawLu1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYSPMawLu1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYSPMawLu1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYSPMawLu1 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYSPMawLu1 .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-uYSPMawLu1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYSPMawLu1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYSPMawLu1 .dropdown-item.active,
.cid-uYSPMawLu1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYSPMawLu1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYSPMawLu1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYSPMawLu1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYSPMawLu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYSPMawLu1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYSPMawLu1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYSPMawLu1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYSPMawLu1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYSPMawLu1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYSPMawLu1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYSPMawLu1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYSPMawLu1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSPMawLu1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYSPMawLu1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYSPMawLu1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSPMawLu1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYSPMawLu1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYSPMawLu1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYSPMawLu1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYSPMawLu1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYSPMawLu1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYSPMawLu1 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYSPMawLu1 .navbar {
    height: 70px;
  }
  .cid-uYSPMawLu1 .navbar.opened {
    height: auto;
  }
  .cid-uYSPMawLu1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYSPMawLu1 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYSPMawLu1 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYSPMawLu1 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYSPMawLu1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYSPMawLu1 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYSPMawLu1 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSPMawLu1 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSPMawLu1 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYSPMawLu1 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYSPMawLu1 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYSPMaUJsg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uYSPMaUJsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSPMaUJsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSPMaUJsg .mbr-section-title {
  color: #ffffff;
}
.cid-uYSPMaUJsg .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYSPMaUJsg .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYSPMaUJsg .mbr-text,
.cid-uYSPMaUJsg .mbr-section-btn {
  color: #ffffff;
}
.cid-uYSPMbfgcl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uYSPMbfgcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSPMbfgcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSPMbfgcl .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uYSPMbfgcl .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uYSPMbfgcl .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSPMbfgcl .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uYSPMbfgcl .decoration_1 {
  left: -100px;
  left: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .decoration_1 {
    left: -380px !important;
  }
}
.cid-uYSPMbfgcl .decoration_2 {
  right: -100px;
  right: -250px !important;
}
@media (max-width: 1640px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -380px;
  }
}
@media (max-width: 1200px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -300px !important;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .decoration_2 {
    right: -380px !important;
  }
}
.cid-uYSPMbfgcl .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uYSPMbfgcl .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uYSPMbfgcl .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uYSPMbfgcl .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uYSPMbfgcl .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uYSPMbfgcl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSPMbfgcl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uYSPMbfgcl .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYSPMbfgcl .mbr-label {
  color: #49496d;
  text-align: justify;
}
.cid-uYSPMbfgcl .mbr-section-title {
  color: #181824;
}
.cid-uYSPMbfgcl .mbr-section-title,
.cid-uYSPMbfgcl .mbr-section-btn,
.cid-uYSPMbfgcl .icon-wrapper {
  text-align: center;
}
.cid-uYSPMbfgcl .mbr-section-title,
.cid-uYSPMbfgcl .mbr-section-btn,
.cid-uYSPMbfgcl .icon-wrapper DIV {
  text-align: justify;
}
.cid-uYSPMc1AFL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYSPMc1AFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYSPMc1AFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYSPMc1AFL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYSPMc1AFL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYSPMc1AFL .container {
    padding: 0 26px;
  }
}
.cid-uYSPMc1AFL .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYSPMc1AFL .row {
    padding: 26px;
  }
}
.cid-uYSPMc1AFL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYSPMc1AFL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYSPMc1AFL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYSPMc1AFL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYSPMc1AFL .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYSPMc1AFL .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYSPMc1AFL .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYSPMc1AFL .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYSPMc1AFL .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYSPMc1AFL .nav-wrapper .list {
    display: block;
  }
}
.cid-uYSPMc1AFL .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYSPMc1AFL .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYSPMc1AFL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYSPMc1AFL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYSPMc1AFL .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYSPMc1AFL .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYSPMc1AFL .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYSPMc1AFL .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYSPMc1AFL .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYSPMc1AFL .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYSPMc1AFL .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYSPMc1AFL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYSPMc1AFL .mbr-section-title,
.cid-uYSPMc1AFL .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYSPMc1AFL .list {
  color: #ffffff;
}
.cid-uYSPMc1AFL .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYSPMc1AFL .list,
.cid-uYSPMc1AFL .nav-wrapper,
.cid-uYSPMc1AFL .soc-wrapper {
  text-align: center;
}
.cid-uYYeVLovNi .navbar-dropdown {
  position: relative !important;
}
.cid-uYYeVLovNi .navbar-dropdown {
  position: absolute !important;
}
.cid-uYYeVLovNi .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-uYYeVLovNi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYYeVLovNi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYYeVLovNi .dropdown-item:hover,
.cid-uYYeVLovNi .dropdown-item:focus {
  background: #0190ff !important;
  color: white !important;
}
.cid-uYYeVLovNi .dropdown-item:hover span {
  color: white;
}
.cid-uYYeVLovNi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYYeVLovNi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYYeVLovNi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYYeVLovNi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYYeVLovNi .nav-link {
  position: relative;
}
.cid-uYYeVLovNi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYYeVLovNi .container {
    flex-wrap: nowrap;
  }
}
.cid-uYYeVLovNi .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uYYeVLovNi .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uYYeVLovNi .iconfont-wrapper:hover .mbr-iconfont {
  color: #0190ff;
}
.cid-uYYeVLovNi .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uYYeVLovNi .navbar-nav .nav-item:hover {
  color: #0190ff !important;
}
.cid-uYYeVLovNi .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uYYeVLovNi .navbar-nav .nav-link:hover {
  color: #0190ff !important;
}
.cid-uYYeVLovNi .dropdown-menu,
.cid-uYYeVLovNi .navbar.opened {
  background: #ffffff !important;
}
.cid-uYYeVLovNi .nav-item:focus,
.cid-uYYeVLovNi .nav-link:focus {
  outline: none;
}
.cid-uYYeVLovNi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYeVLovNi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYeVLovNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYeVLovNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYeVLovNi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYeVLovNi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYeVLovNi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uYYeVLovNi .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYeVLovNi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYYeVLovNi .navbar .navbar-logo img {
  width: auto;
}
.cid-uYYeVLovNi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYYeVLovNi .navbar.collapsed {
  justify-content: center;
}
.cid-uYYeVLovNi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYeVLovNi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYYeVLovNi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uYYeVLovNi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYeVLovNi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYeVLovNi .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-uYYeVLovNi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYeVLovNi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYYeVLovNi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYYeVLovNi .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uYYeVLovNi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYeVLovNi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYeVLovNi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYeVLovNi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYYeVLovNi .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-uYYeVLovNi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYeVLovNi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYYeVLovNi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYYeVLovNi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYYeVLovNi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYeVLovNi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYYeVLovNi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYYeVLovNi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYeVLovNi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYeVLovNi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uYYeVLovNi .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uYYeVLovNi .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-uYYeVLovNi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYYeVLovNi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYeVLovNi .dropdown-item.active,
.cid-uYYeVLovNi .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYeVLovNi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYeVLovNi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYeVLovNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYeVLovNi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYYeVLovNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYeVLovNi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYeVLovNi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYYeVLovNi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYeVLovNi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYYeVLovNi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0190ff;
}
.cid-uYYeVLovNi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYeVLovNi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYeVLovNi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYeVLovNi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYeVLovNi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYeVLovNi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYeVLovNi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYeVLovNi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYeVLovNi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYYeVLovNi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYYeVLovNi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uYYeVLovNi .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYeVLovNi .navbar {
    height: 70px;
  }
  .cid-uYYeVLovNi .navbar.opened {
    height: auto;
  }
  .cid-uYYeVLovNi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uYYeVLovNi .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uYYeVLovNi .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uYYeVLovNi .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYeVLovNi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uYYeVLovNi .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uYYeVLovNi .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYYeVLovNi .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYYeVLovNi .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uYYeVLovNi .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #0190ff 50%, #0190ff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uYYeVLovNi .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uYYeVLCSbl {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/umbrella-1-1024x1024.webp");
}
.cid-uYYeVLCSbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYeVLCSbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYeVLCSbl .mbr-section-title {
  color: #ffffff;
}
.cid-uYYeVLCSbl .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-uYYeVLCSbl .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYYeVLCSbl .mbr-text,
.cid-uYYeVLCSbl .mbr-section-btn {
  color: #ffffff;
}
.cid-uZaC0oD5Oc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZaC0oD5Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZaC0oD5Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9SCiFBKj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-1-1014x907.webp");
}
.cid-uZ9SCiFBKj::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9SCiFBKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9SCiFBKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9SCiFBKj .card {
  justify-content: flex-end;
}
.cid-uZ9SCiFBKj .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9SCiFBKj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9SCiFBKj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9SCiFBKj .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9SCiFBKj .mbr-label {
  color: #ffffff;
}
.cid-uZ9SCiFBKj .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9SCiFBKj .mbr-text {
  color: #ffffff;
}
.cid-uZ9V1c8S14 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9V1c8S14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9V1c8S14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9VgLD3lk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-3-2000x1807.webp");
}
.cid-uZ9VgLD3lk::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9VgLD3lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9VgLD3lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9VgLD3lk .card {
  justify-content: flex-end;
}
.cid-uZ9VgLD3lk .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9VgLD3lk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9VgLD3lk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9VgLD3lk .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9VgLD3lk .mbr-label {
  color: #ffffff;
}
.cid-uZ9VgLD3lk .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9VgLD3lk .mbr-text {
  color: #ffffff;
}
.cid-uZ9Wc1iLCj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9Wc1iLCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Wc1iLCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9X3WhiOU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-2-1024x1024.webp");
}
.cid-uZ9X3WhiOU::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9X3WhiOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9X3WhiOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9X3WhiOU .card {
  justify-content: flex-end;
}
.cid-uZ9X3WhiOU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9X3WhiOU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9X3WhiOU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9X3WhiOU .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9X3WhiOU .mbr-label {
  color: #ffffff;
}
.cid-uZ9X3WhiOU .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9X3WhiOU .mbr-text {
  color: #ffffff;
}
.cid-uZ9XzVswxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9XzVswxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9XzVswxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9XAM50Ts {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-4-1024x1024.webp");
}
.cid-uZ9XAM50Ts::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9XAM50Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9XAM50Ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9XAM50Ts .card {
  justify-content: flex-end;
}
.cid-uZ9XAM50Ts .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9XAM50Ts .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9XAM50Ts .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9XAM50Ts .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9XAM50Ts .mbr-label {
  color: #ffffff;
}
.cid-uZ9XAM50Ts .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9XAM50Ts .mbr-text {
  color: #ffffff;
}
.cid-uZ9Yh6BSvS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9Yh6BSvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Yh6BSvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9Yicy7w6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-5-1010x899.webp");
}
.cid-uZ9Yicy7w6::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9Yicy7w6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Yicy7w6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9Yicy7w6 .card {
  justify-content: flex-end;
}
.cid-uZ9Yicy7w6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9Yicy7w6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9Yicy7w6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9Yicy7w6 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9Yicy7w6 .mbr-label {
  color: #ffffff;
}
.cid-uZ9Yicy7w6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9Yicy7w6 .mbr-text {
  color: #ffffff;
}
.cid-uZ9Zv4pUv9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9Zv4pUv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Zv4pUv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9ZvVzGs1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-6-716x484.webp");
}
.cid-uZ9ZvVzGs1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZ9ZvVzGs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9ZvVzGs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9ZvVzGs1 .card {
  justify-content: flex-end;
}
.cid-uZ9ZvVzGs1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZ9ZvVzGs1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ9ZvVzGs1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ9ZvVzGs1 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZ9ZvVzGs1 .mbr-label {
  color: #ffffff;
}
.cid-uZ9ZvVzGs1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9ZvVzGs1 .mbr-text {
  color: #ffffff;
}
.cid-uZ9ZwFJlWz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9ZwFJlWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9ZwFJlWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZacqhplq8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-7-1018x757.webp");
}
.cid-uZacqhplq8::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZacqhplq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZacqhplq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZacqhplq8 .card {
  justify-content: flex-end;
}
.cid-uZacqhplq8 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZacqhplq8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZacqhplq8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZacqhplq8 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZacqhplq8 .mbr-label {
  color: #ffffff;
}
.cid-uZacqhplq8 .mbr-section-title {
  color: #ffffff;
}
.cid-uZacqhplq8 .mbr-text {
  color: #ffffff;
}
.cid-uZacrfIYvQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZacrfIYvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZacrfIYvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZakF7cqe2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-8-692x347.webp");
}
.cid-uZakF7cqe2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZakF7cqe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZakF7cqe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZakF7cqe2 .card {
  justify-content: flex-end;
}
.cid-uZakF7cqe2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZakF7cqe2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZakF7cqe2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZakF7cqe2 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZakF7cqe2 .mbr-label {
  color: #ffffff;
}
.cid-uZakF7cqe2 .mbr-section-title {
  color: #ffffff;
}
.cid-uZakF7cqe2 .mbr-text {
  color: #ffffff;
}
.cid-uZakFNljDy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZakFNljDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZakFNljDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZaxUTZptJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/1-9-1013x770.webp");
}
.cid-uZaxUTZptJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uZaxUTZptJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZaxUTZptJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZaxUTZptJ .card {
  justify-content: flex-end;
}
.cid-uZaxUTZptJ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZaxUTZptJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZaxUTZptJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZaxUTZptJ .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uZaxUTZptJ .mbr-label {
  color: #ffffff;
}
.cid-uZaxUTZptJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZaxUTZptJ .mbr-text {
  color: #ffffff;
}
.cid-uZaxVSFhPb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZaxVSFhPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZaxVSFhPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYeVM5WSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #19171c;
}
.cid-uYYeVM5WSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYeVM5WSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYeVM5WSP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYeVM5WSP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYeVM5WSP .container {
    padding: 0 26px;
  }
}
.cid-uYYeVM5WSP .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYYeVM5WSP .row {
    padding: 26px;
  }
}
.cid-uYYeVM5WSP .title-wrapper {
  margin-bottom: 50px;
}
.cid-uYYeVM5WSP .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYYeVM5WSP .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uYYeVM5WSP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYeVM5WSP .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uYYeVM5WSP .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uYYeVM5WSP .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uYYeVM5WSP .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uYYeVM5WSP .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uYYeVM5WSP .nav-wrapper .list {
    display: block;
  }
}
.cid-uYYeVM5WSP .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYYeVM5WSP .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uYYeVM5WSP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uYYeVM5WSP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYYeVM5WSP .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uYYeVM5WSP .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uYYeVM5WSP .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uYYeVM5WSP .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uYYeVM5WSP .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uYYeVM5WSP .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uYYeVM5WSP .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYYeVM5WSP .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uYYeVM5WSP .mbr-section-title,
.cid-uYYeVM5WSP .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYYeVM5WSP .list {
  color: #ffffff;
}
.cid-uYYeVM5WSP .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uYYeVM5WSP .list,
.cid-uYYeVM5WSP .nav-wrapper,
.cid-uYYeVM5WSP .soc-wrapper {
  text-align: center;
}
.cid-uZ9X3feBNm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #878e99;
}
.cid-uZ9X3feBNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9X3feBNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
