body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Abel', sans-serif;
  font-size: 3.25rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.28rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.024rem;
    font-size: calc( 1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.098rem + (1.28 - 1.098) * ((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: #ff014e !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #434a51 !important;
}
.bg-danger {
  background-color: #e0f2fb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff014e !important;
  border-color: #ff014e !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: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !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: #312ca8 !important;
  border-color: #312ca8 !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: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !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: #434a51 !important;
  border-color: #434a51 !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: #1c1f22 !important;
  border-color: #1c1f22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1c1f22 !important;
  border-color: #1c1f22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e0f2fb !important;
  border-color: #e0f2fb !important;
  color: #198ac3 !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: #93d2f1 !important;
  border-color: #93d2f1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #198ac3 !important;
  background-color: #93d2f1 !important;
  border-color: #93d2f1 !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: #ff014e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a90033 !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: #ff014e !important;
  border-color: #ff014e !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: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !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: #312ca8 !important;
  border-color: #312ca8 !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: #434a51;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1c1f22 !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: #434a51 !important;
  border-color: #434a51 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0f2fb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #93d2f1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #198ac3 !important;
  background-color: #e0f2fb !important;
  border-color: #e0f2fb !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: #ff014e !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #434a51 !important;
}
.text-danger {
  color: #e0f2fb !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a002f !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: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #151719 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #86ccef !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: #ff014e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #434a51;
}
.alert-danger {
  background-color: #e0f2fb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff014e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcddc;
}
.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: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6bdc3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Abel', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #ff014e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Abel', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ff014e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff014e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff014e;
}
.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: #ff014e;
  border-bottom-color: #ff014e;
}
.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: #ff014e !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='%23ff014e' %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: #ff014e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ff014e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ff014e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ff014e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-upzGPOBgqn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upzGPOBgqn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upzGPOBgqn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upzGPOBgqn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upzGPOBgqn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upzGPOBgqn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upzGPOBgqn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upzGPOBgqn .nav-link:hover {
  color: #ffffff !important;
}
.cid-upzGPOBgqn .nav-link:hover::before {
  width: 100%;
}
.cid-upzGPOBgqn .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upzGPOBgqn .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upzGPOBgqn .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upzGPOBgqn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .nav-item:focus,
.cid-upzGPOBgqn .nav-link:focus {
  outline: none;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upzGPOBgqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upzGPOBgqn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upzGPOBgqn .navbar.opened {
  transition: all 0.3s;
}
.cid-upzGPOBgqn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upzGPOBgqn .navbar .navbar-logo img {
  width: auto;
}
.cid-upzGPOBgqn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar.collapsed {
  justify-content: center;
}
.cid-upzGPOBgqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upzGPOBgqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upzGPOBgqn .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-upzGPOBgqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upzGPOBgqn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar {
    min-height: 72px;
  }
  .cid-upzGPOBgqn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upzGPOBgqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upzGPOBgqn .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-upzGPOBgqn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upzGPOBgqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upzGPOBgqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upzGPOBgqn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upzGPOBgqn .dropdown-item.active,
.cid-upzGPOBgqn .dropdown-item:active {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upzGPOBgqn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upzGPOBgqn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar-buttons {
    text-align: left;
  }
}
.cid-upzGPOBgqn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upzGPOBgqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upzGPOBgqn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upzGPOBgqn .navbar {
    height: 70px;
  }
  .cid-upzGPOBgqn .navbar.opened {
    height: auto;
  }
  .cid-upzGPOBgqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upzGPOBgqn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upzGPOBgqn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar-brand {
    margin-right: auto;
  }
  .cid-upzGPOBgqn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upzGPOBgqn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upzGPOBgqn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-brand,
.cid-upzGPOBgqn .navbar-toggler,
.cid-upzGPOBgqn .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upzGFGRaBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzGFGRaBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzGFGRaBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzGFGRaBX .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzGFGRaBX .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upzGFGRaBX .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzGFGRaBX .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upzGFGRaBX .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upzGFGRaBX .col-img {
    padding: 30px !important;
  }
}
.cid-upzGFGRaBX .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upzGFGRaBX .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upzGFGRaBX .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upzGFGRaBX .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzGFGRaBX .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upzGFGRaBX .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzGFGRaBX .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upzGFGRaBX .mbr-text {
    padding-right: 0;
  }
}
.cid-upzGFGRaBX .mbr-section-btn {
  margin-top: 20px;
}
.cid-upzGFGRaBX .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upzGFGRaBX .social-container {
    padding-top: 40px;
  }
}
.cid-upzGFGRaBX .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzGFGRaBX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upzGFGRaBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upzGFGRaBX .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-upzGFGRaBX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upzGFGRaBX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upzGFGRaBX .soc-item:hover:before {
  opacity: 1;
}
.cid-upzGFGRaBX .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upzGFGRaBX .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upzGFGRaBX .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upzGFGRaBX .mbr-text,
.cid-upzGFGRaBX .mbr-section-btn {
  color: #000000;
}
.cid-upzKn85oo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upzKn85oo9 .mbr-section-subtitle {
  color: #14191e;
}
.cid-upzKn85oo9 .mbr-text {
  color: #777777;
}
.cid-upzKn85oo9 ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-upzKn85oo9 ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-upzKn85oo9 ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 25px;
  height: 25px;
}
.cid-upzKn85oo9 .mbr-list {
  color: #000000;
}
.cid-upzJCO2BmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upzJCO2BmQ blockquote {
  border-color: #f2f1eb;
  border-radius: 4px;
  background-color: #f2f1eb;
}
.cid-upzGwJ1ycS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upzGwJ1ycS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzGwJ1ycS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzGwJ1ycS .container {
  max-width: 1600px;
}
.cid-upzGwJ1ycS .row {
  justify-content: left;
}
.cid-upzGwJ1ycS .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-upzGwJ1ycS .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-upzGwJ1ycS .title-container {
    margin-bottom: 50px;
  }
}
.cid-upzGwJ1ycS .mbr-section-title {
  color: #000000;
}
.cid-upzGwJ1ycS .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-upzGwJ1ycS .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-upzGwJ1ycS .img-container {
    height: 350px;
  }
}
.cid-upzGwJ1ycS .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-upzGwJ1ycS .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  display: none;
}
.cid-upzGwJ1ycS .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-upzGwJ1ycS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thXWovNLj8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
  overflow: hidden;
}
.cid-thXWovNLj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXWovNLj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXWovNLj8 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thXWovNLj8 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thXWovNLj8 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thXWovNLj8 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thXWovNLj8 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXWovNLj8 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXWovNLj8 .mbr-section-head {
  width: 100%;
}
.cid-thXWovNLj8 .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thXWovNLj8 .mbr-section-title {
    text-align: center;
  }
}
.cid-thXWovNLj8 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thXWovNLj8 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXWovNLj8 .card-row {
  align-items: stretch;
}
.cid-thXWovNLj8 .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thXWovNLj8 .card {
    margin-top: 30px;
  }
}
.cid-thXWovNLj8 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f2fb, #e0f2fb);
}
@media (max-width: 1199px) {
  .cid-thXWovNLj8 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXWovNLj8 .card-wrapper {
    padding: 20px;
  }
}
.cid-thXWovNLj8 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXWovNLj8 .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thXWovNLj8 .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thXWovNLj8 .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thXWovNLj8 .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-thXWovNLj8 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e0f2fb, #e0f2fb);
  opacity: 0;
  transition: .5s all;
}
.cid-thXWovNLj8 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thXWovNLj8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-thXWovNLj8 .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-thXWovNLj8 .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-thXWovNLj8 .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thXWovNLj8 .card-title {
    margin-bottom: 15px;
  }
}
.cid-thXWovNLj8 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thXWovNLj8 .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-thXWovNLj8 .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-thY1CmElBu {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e0f2fb;
}
.cid-thY1CmElBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY1CmElBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY1CmElBu .mbr-section-title {
  color: #000000;
}
.cid-thY1CmElBu .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-thY1CmElBu .mbr-section-btn {
  margin-top: 30px;
}
.cid-thY1CmElBu .mbr-text,
.cid-thY1CmElBu .mbr-section-btn {
  color: #212428;
}
.cid-upzFnrOA2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upzFnrOA2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzFnrOA2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzFnrOA2P .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upzFnrOA2P .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upzFnrOA2P .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upzFnrOA2P .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upzFnrOA2P .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzFnrOA2P .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upzFnrOA2P .card-row {
  margin-bottom: 40px;
}
.cid-upzFnrOA2P .card {
  margin-bottom: -40px;
}
.cid-upzFnrOA2P .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #f2f1eb;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upzFnrOA2P .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f2f1eb;
  box-shadow: 0 0 40px #f2f1eb;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upzFnrOA2P .card-wrapper:after {
    width: 150%;
  }
}
.cid-upzFnrOA2P .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upzFnrOA2P .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upzFnrOA2P .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upzFnrOA2P .card-title {
  color: #212428;
  text-align: center;
}
.cid-upzFnrOA2P .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upyTIY5iXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upyTIY5iXW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upyTIY5iXW .card-title {
  margin-bottom: 26px;
  color: #6b67ce;
}
.cid-upyTIY5iXW .mbr-text {
  margin-bottom: 30px;
}
.cid-upyTIY5iXW .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-upyTIY5iXW .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-upyTIY5iXW .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-upyTIY5iXW .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-upyTIY5iXW .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-upyTIY5iXW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-upyTIY5iXW .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyTIY5iXW .text-wrapper {
    text-align: center;
  }
  .cid-upyTIY5iXW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upyTIY5iXW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upyTIY5iXW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upyTIY5iXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyTIY5iXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyTIY5iXW .mbr-text,
.cid-upyTIY5iXW .mbr-section-btn {
  color: #000000;
}
.cid-upyTIY5iXW .card-title,
.cid-upyTIY5iXW .icon_block {
  color: #000000;
}
.cid-thY3NbgZJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-thY3NbgZJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY3NbgZJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY3NbgZJm .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-thY3NbgZJm .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
.cid-thY3NbgZJm .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-thY3NbgZJm .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thY3NbgZJm .card {
  margin-top: 35px;
}
.cid-thY3NbgZJm .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-thY3NbgZJm .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-thY3NbgZJm .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #000000 0%, #000000 100%);
}
.cid-thY3NbgZJm .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-thY3NbgZJm .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-thY3NbgZJm .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-thY3NbgZJm .panel-group {
  border: none;
}
.cid-thY3NbgZJm .panel-body {
  padding: 20px 0 0;
}
.cid-thY3NbgZJm .panel-text {
  color: #878e99;
}
.cid-thY3NbgZJm .panel-title-edit {
  color: #212428;
}
.cid-thY3NbgZJm .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-upyTph4Xe7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upyTph4Xe7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upyTph4Xe7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upyTph4Xe7 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upyTph4Xe7 .main-title.display-2 {
  line-height: 1.375;
}
.cid-upyTph4Xe7 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upyTph4Xe7 .mbr-text {
  color: #606060;
}
.cid-upyTph4Xe7 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upyTph4Xe7 .mbr-section-btn {
  margin-top: 24px;
}
.cid-upyTph4Xe7 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upyTph4Xe7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upyTph4Xe7 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upyTph4Xe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyTph4Xe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyTph4Xe7 .mbr-text,
.cid-upyTph4Xe7 .mbr-section-btn {
  color: #212428;
}
.cid-upyTph4Xe7 .mbr-section-subtitle,
.cid-upyTph4Xe7 .mbr-section-btn {
  color: #000000;
}
.cid-upyTph4Xe7 .main-title,
.cid-upyTph4Xe7 .mbr-section-btn {
  color: #ffffff;
}
.cid-upzDFJok8S {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzDFJok8S .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-upzDFJok8S .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-upzDFJok8S .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upzDFJok8S .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-upzDFJok8S .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
  text-align: center;
}
.cid-upzDFJok8S .card_text {
  margin-top: 4px;
}
.cid-upzDFJok8S .item-img {
  margin-bottom: 30px;
}
.cid-upzDFJok8S .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-upzDFJok8S .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-upzDFJok8S .linkBtn a:after,
.cid-upzDFJok8S .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-upzDFJok8S .linkBtn a:before {
  left: 0;
}
.cid-upzDFJok8S .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-upzDFJok8S .linkBtn a:hover:before,
.cid-upzDFJok8S .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-upzDFJok8S .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-upzDFJok8S .card_text,
.cid-upzDFJok8S .linkBtn {
  color: #4a4a4a;
}
.cid-upyTwONZTr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upyTwONZTr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upyTwONZTr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upyTwONZTr .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upyTwONZTr .main-title.display-2 {
  line-height: 1.375;
}
.cid-upyTwONZTr .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upyTwONZTr .mbr-text {
  color: #606060;
}
.cid-upyTwONZTr .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upyTwONZTr .mbr-section-btn {
  margin-top: 24px;
}
.cid-upyTwONZTr .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upyTwONZTr .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upyTwONZTr .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upyTwONZTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyTwONZTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyTwONZTr .mbr-text,
.cid-upyTwONZTr .mbr-section-btn {
  color: #000000;
}
.cid-upyTwONZTr .mbr-section-subtitle,
.cid-upyTwONZTr .mbr-section-btn {
  color: #ffffff;
}
.cid-upyTwONZTr .main-title,
.cid-upyTwONZTr .mbr-section-btn {
  color: #000000;
}
.cid-upzCRYBFLU {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upzCRYBFLU .mbr-overlay {
  padding: 0;
  background: #e0f2fb;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-upzCRYBFLU .row {
  flex-direction: row-reverse;
}
.cid-upzCRYBFLU .text-wrapper {
  padding: 20px;
}
.cid-upzCRYBFLU .mbr-text {
  margin-bottom: 20.4px;
}
.cid-upzCRYBFLU .mbr-text,
.cid-upzCRYBFLU .mbr-section-btn {
  text-align: left;
  color: #4c4a4b;
}
.cid-upzCRYBFLU .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 484px;
}
.cid-upzCRYBFLU .mbr-section-subtitle {
  color: #1b1b1b;
}
.cid-upzCRYBFLU .section-subtext {
  color: #1b1b1b;
}
.cid-upyWEbh3Rh {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e0f2fb;
}
.cid-upyWEbh3Rh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upyWEbh3Rh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upyWEbh3Rh .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upyWEbh3Rh .main-title.display-2 {
  line-height: 1.375;
}
.cid-upyWEbh3Rh .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upyWEbh3Rh .mbr-text {
  color: #606060;
}
.cid-upyWEbh3Rh .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upyWEbh3Rh .mbr-section-btn {
  margin-top: 24px;
}
.cid-upyWEbh3Rh .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upyWEbh3Rh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upyWEbh3Rh .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upyWEbh3Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyWEbh3Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyWEbh3Rh .mbr-text,
.cid-upyWEbh3Rh .mbr-section-btn {
  color: #000000;
}
.cid-upyWEbh3Rh .mbr-section-subtitle,
.cid-upyWEbh3Rh .mbr-section-btn {
  color: #ffffff;
}
.cid-upyWEbh3Rh .main-title,
.cid-upyWEbh3Rh .mbr-section-btn {
  color: #000000;
}
.cid-upyVZuGmSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upyVZuGmSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyVZuGmSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyVZuGmSF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upyVZuGmSF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upyVZuGmSF .container {
    padding: 0 14px;
  }
}
.cid-upyVZuGmSF .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upyVZuGmSF .google-map iframe {
    height: 300px;
  }
}
.cid-upyTVIQovv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upyTVIQovv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyTVIQovv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyTVIQovv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upyTVIQovv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upyTVIQovv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upyTVIQovv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upyTVIQovv .container {
    max-width: 100%;
  }
  .cid-upyTVIQovv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upyTVIQovv .item-wrap {
  width: 100%;
}
.cid-upyTVIQovv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upyTVIQovv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upyTVIQovv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upyTVIQovv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upyTVIQovv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upyTVIQovv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upyTVIQovv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upyTVIQovv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upyTVIQovv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upyTVIQovv .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-upyTVIQovv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upyTVIQovv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upyTVIQovv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upyTVIQovv .col-links {
    padding-top: 20px;
  }
}
.cid-upyTVIQovv .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upyTVIQovv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upyTVIQovv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upyTVIQovv .list {
    text-align: center !important;
  }
}
.cid-upyTVIQovv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upyTVIQovv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upyTVIQovv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upyTVIQovv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upyTVIQovv .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upyTVIQovv .list a:hover:before {
  width: 100%;
}
.cid-upyTVIQovv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upyTVIQovv .col-copyright {
    padding-top: 40px;
  }
}
.cid-upyTVIQovv .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upyTVIQovv .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upAo8r7hEq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upAo8r7hEq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upAo8r7hEq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upAo8r7hEq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upAo8r7hEq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upAo8r7hEq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAo8r7hEq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAo8r7hEq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upAo8r7hEq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upAo8r7hEq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upAo8r7hEq .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upAo8r7hEq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upAo8r7hEq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upAo8r7hEq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upAo8r7hEq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upAo8r7hEq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upAo8r7hEq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upAo8r7hEq .nav-link:hover {
  color: #ffffff !important;
}
.cid-upAo8r7hEq .nav-link:hover::before {
  width: 100%;
}
.cid-upAo8r7hEq .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upAo8r7hEq .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upAo8r7hEq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upAo8r7hEq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upAo8r7hEq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upAo8r7hEq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upAo8r7hEq .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upAo8r7hEq .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upAo8r7hEq .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upAo8r7hEq .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upAo8r7hEq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upAo8r7hEq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upAo8r7hEq .nav-item:focus,
.cid-upAo8r7hEq .nav-link:focus {
  outline: none;
}
.cid-upAo8r7hEq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upAo8r7hEq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upAo8r7hEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upAo8r7hEq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAo8r7hEq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upAo8r7hEq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upAo8r7hEq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upAo8r7hEq .navbar.opened {
  transition: all 0.3s;
}
.cid-upAo8r7hEq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upAo8r7hEq .navbar .navbar-logo img {
  width: auto;
}
.cid-upAo8r7hEq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upAo8r7hEq .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upAo8r7hEq .navbar.collapsed {
  justify-content: center;
}
.cid-upAo8r7hEq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upAo8r7hEq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAo8r7hEq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upAo8r7hEq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAo8r7hEq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAo8r7hEq .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-upAo8r7hEq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAo8r7hEq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upAo8r7hEq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upAo8r7hEq .navbar {
    min-height: 72px;
  }
  .cid-upAo8r7hEq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upAo8r7hEq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upAo8r7hEq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAo8r7hEq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAo8r7hEq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAo8r7hEq .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-upAo8r7hEq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upAo8r7hEq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upAo8r7hEq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upAo8r7hEq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upAo8r7hEq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upAo8r7hEq .dropdown-item.active,
.cid-upAo8r7hEq .dropdown-item:active {
  background-color: transparent;
}
.cid-upAo8r7hEq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upAo8r7hEq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAo8r7hEq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAo8r7hEq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upAo8r7hEq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upAo8r7hEq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upAo8r7hEq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upAo8r7hEq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upAo8r7hEq .navbar-buttons {
    text-align: left;
  }
}
.cid-upAo8r7hEq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upAo8r7hEq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upAo8r7hEq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upAo8r7hEq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAo8r7hEq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAo8r7hEq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upAo8r7hEq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAo8r7hEq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upAo8r7hEq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upAo8r7hEq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAo8r7hEq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upAo8r7hEq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upAo8r7hEq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upAo8r7hEq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upAo8r7hEq .navbar {
    height: 70px;
  }
  .cid-upAo8r7hEq .navbar.opened {
    height: auto;
  }
  .cid-upAo8r7hEq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upAo8r7hEq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upAo8r7hEq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upAo8r7hEq .navbar-brand {
    margin-right: auto;
  }
  .cid-upAo8r7hEq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upAo8r7hEq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upAo8r7hEq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upAo8r7hEq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upAo8r7hEq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upAo8r7hEq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upAo8r7hEq .navbar-brand,
.cid-upAo8r7hEq .navbar-toggler,
.cid-upAo8r7hEq .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upAo8ujxXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upAo8ujxXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8ujxXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8ujxXM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upAo8ujxXM .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upAo8ujxXM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upAo8ujxXM .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upAo8ujxXM .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upAo8ujxXM .col-img {
    padding: 30px !important;
  }
}
.cid-upAo8ujxXM .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upAo8ujxXM .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upAo8ujxXM .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upAo8ujxXM .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upAo8ujxXM .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upAo8ujxXM .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upAo8ujxXM .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upAo8ujxXM .mbr-text {
    padding-right: 0;
  }
}
.cid-upAo8ujxXM .mbr-section-btn {
  margin-top: 20px;
}
.cid-upAo8ujxXM .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upAo8ujxXM .social-container {
    padding-top: 40px;
  }
}
.cid-upAo8ujxXM .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upAo8ujxXM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upAo8ujxXM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upAo8ujxXM .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-upAo8ujxXM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upAo8ujxXM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upAo8ujxXM .soc-item:hover:before {
  opacity: 1;
}
.cid-upAo8ujxXM .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upAo8ujxXM .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upAo8ujxXM .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upAo8ujxXM .mbr-text,
.cid-upAo8ujxXM .mbr-section-btn {
  color: #000000;
}
.cid-upAo8vXb2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upAo8vXb2A .mbr-section-subtitle {
  color: #14191e;
}
.cid-upAo8vXb2A .mbr-text {
  color: #777777;
}
.cid-upAo8vXb2A ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-upAo8vXb2A ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-upAo8vXb2A ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 25px;
  height: 25px;
}
.cid-upAo8vXb2A .mbr-list {
  color: #000000;
}
.cid-upAo8xfmei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upAo8xfmei blockquote {
  border-color: #f2f1eb;
  border-radius: 4px;
  background-color: #f2f1eb;
}
.cid-upAo8yDkvE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upAo8yDkvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8yDkvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8yDkvE .container {
  max-width: 1600px;
}
.cid-upAo8yDkvE .row {
  justify-content: left;
}
.cid-upAo8yDkvE .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-upAo8yDkvE .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-upAo8yDkvE .title-container {
    margin-bottom: 50px;
  }
}
.cid-upAo8yDkvE .mbr-section-title {
  color: #000000;
}
.cid-upAo8yDkvE .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-upAo8yDkvE .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-upAo8yDkvE .img-container {
    height: 350px;
  }
}
.cid-upAo8yDkvE .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-upAo8yDkvE .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  display: none;
}
.cid-upAo8yDkvE .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-upAo8yDkvE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upAo8A6vb7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
  overflow: hidden;
}
.cid-upAo8A6vb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8A6vb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8A6vb7 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-upAo8A6vb7 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-upAo8A6vb7 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-upAo8A6vb7 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-upAo8A6vb7 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-upAo8A6vb7 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-upAo8A6vb7 .mbr-section-head {
  width: 100%;
}
.cid-upAo8A6vb7 .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upAo8A6vb7 .mbr-section-title {
    text-align: center;
  }
}
.cid-upAo8A6vb7 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upAo8A6vb7 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-upAo8A6vb7 .card-row {
  align-items: stretch;
}
.cid-upAo8A6vb7 .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-upAo8A6vb7 .card {
    margin-top: 30px;
  }
}
.cid-upAo8A6vb7 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f2fb, #e0f2fb);
}
@media (max-width: 1199px) {
  .cid-upAo8A6vb7 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-upAo8A6vb7 .card-wrapper {
    padding: 20px;
  }
}
.cid-upAo8A6vb7 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-upAo8A6vb7 .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-upAo8A6vb7 .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-upAo8A6vb7 .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-upAo8A6vb7 .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-upAo8A6vb7 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e0f2fb, #e0f2fb);
  opacity: 0;
  transition: .5s all;
}
.cid-upAo8A6vb7 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-upAo8A6vb7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-upAo8A6vb7 .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-upAo8A6vb7 .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-upAo8A6vb7 .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upAo8A6vb7 .card-title {
    margin-bottom: 15px;
  }
}
.cid-upAo8A6vb7 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-upAo8A6vb7 .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-upAo8A6vb7 .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-upAo8CAUu8 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e0f2fb;
}
.cid-upAo8CAUu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8CAUu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8CAUu8 .mbr-section-title {
  color: #000000;
}
.cid-upAo8CAUu8 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-upAo8CAUu8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-upAo8CAUu8 .mbr-text,
.cid-upAo8CAUu8 .mbr-section-btn {
  color: #212428;
}
.cid-upAo8E1VyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upAo8E1VyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8E1VyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8E1VyS .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upAo8E1VyS .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upAo8E1VyS .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upAo8E1VyS .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upAo8E1VyS .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upAo8E1VyS .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upAo8E1VyS .card-row {
  margin-bottom: 40px;
}
.cid-upAo8E1VyS .card {
  margin-bottom: -40px;
}
.cid-upAo8E1VyS .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #f2f1eb;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upAo8E1VyS .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f2f1eb;
  box-shadow: 0 0 40px #f2f1eb;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upAo8E1VyS .card-wrapper:after {
    width: 150%;
  }
}
.cid-upAo8E1VyS .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upAo8E1VyS .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upAo8E1VyS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upAo8E1VyS .card-title {
  color: #212428;
  text-align: center;
}
.cid-upAo8E1VyS .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upAo8GdUOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upAo8GdUOd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upAo8GdUOd .card-title {
  margin-bottom: 26px;
  color: #6b67ce;
}
.cid-upAo8GdUOd .mbr-text {
  margin-bottom: 30px;
}
.cid-upAo8GdUOd .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-upAo8GdUOd .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-upAo8GdUOd .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-upAo8GdUOd .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-upAo8GdUOd .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-upAo8GdUOd .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-upAo8GdUOd .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upAo8GdUOd .text-wrapper {
    text-align: center;
  }
  .cid-upAo8GdUOd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upAo8GdUOd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upAo8GdUOd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upAo8GdUOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8GdUOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8GdUOd .mbr-text,
.cid-upAo8GdUOd .mbr-section-btn {
  color: #000000;
}
.cid-upAo8GdUOd .card-title,
.cid-upAo8GdUOd .icon_block {
  color: #000000;
}
.cid-upAo8I04Nj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upAo8I04Nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8I04Nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8I04Nj .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-upAo8I04Nj .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
.cid-upAo8I04Nj .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upAo8I04Nj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-upAo8I04Nj .card {
  margin-top: 35px;
}
.cid-upAo8I04Nj .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-upAo8I04Nj .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upAo8I04Nj .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #000000 0%, #000000 100%);
}
.cid-upAo8I04Nj .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-upAo8I04Nj .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-upAo8I04Nj .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-upAo8I04Nj .panel-group {
  border: none;
}
.cid-upAo8I04Nj .panel-body {
  padding: 20px 0 0;
}
.cid-upAo8I04Nj .panel-text {
  color: #878e99;
}
.cid-upAo8I04Nj .panel-title-edit {
  color: #212428;
}
.cid-upAo8I04Nj .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-upAo8KdSWp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upAo8KdSWp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upAo8KdSWp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upAo8KdSWp .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upAo8KdSWp .main-title.display-2 {
  line-height: 1.375;
}
.cid-upAo8KdSWp .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upAo8KdSWp .mbr-text {
  color: #606060;
}
.cid-upAo8KdSWp .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upAo8KdSWp .mbr-section-btn {
  margin-top: 24px;
}
.cid-upAo8KdSWp .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upAo8KdSWp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upAo8KdSWp .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upAo8KdSWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8KdSWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8KdSWp .mbr-text,
.cid-upAo8KdSWp .mbr-section-btn {
  color: #212428;
}
.cid-upAo8KdSWp .mbr-section-subtitle,
.cid-upAo8KdSWp .mbr-section-btn {
  color: #000000;
}
.cid-upAo8KdSWp .main-title,
.cid-upAo8KdSWp .mbr-section-btn {
  color: #ffffff;
}
.cid-upAo8M0Ecs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upAo8M0Ecs .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-upAo8M0Ecs .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-upAo8M0Ecs .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upAo8M0Ecs .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-upAo8M0Ecs .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
  text-align: center;
}
.cid-upAo8M0Ecs .card_text {
  margin-top: 4px;
}
.cid-upAo8M0Ecs .item-img {
  margin-bottom: 30px;
}
.cid-upAo8M0Ecs .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-upAo8M0Ecs .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-upAo8M0Ecs .linkBtn a:after,
.cid-upAo8M0Ecs .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-upAo8M0Ecs .linkBtn a:before {
  left: 0;
}
.cid-upAo8M0Ecs .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-upAo8M0Ecs .linkBtn a:hover:before,
.cid-upAo8M0Ecs .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-upAo8M0Ecs .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-upAo8M0Ecs .card_text,
.cid-upAo8M0Ecs .linkBtn {
  color: #4a4a4a;
}
.cid-upAo8NZo2l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upAo8NZo2l .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upAo8NZo2l .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upAo8NZo2l .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upAo8NZo2l .main-title.display-2 {
  line-height: 1.375;
}
.cid-upAo8NZo2l .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upAo8NZo2l .mbr-text {
  color: #606060;
}
.cid-upAo8NZo2l .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upAo8NZo2l .mbr-section-btn {
  margin-top: 24px;
}
.cid-upAo8NZo2l .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upAo8NZo2l .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upAo8NZo2l .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upAo8NZo2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8NZo2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8NZo2l .mbr-text,
.cid-upAo8NZo2l .mbr-section-btn {
  color: #000000;
}
.cid-upAo8NZo2l .mbr-section-subtitle,
.cid-upAo8NZo2l .mbr-section-btn {
  color: #ffffff;
}
.cid-upAo8NZo2l .main-title,
.cid-upAo8NZo2l .mbr-section-btn {
  color: #000000;
}
.cid-upApSbz49M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upApSbz49M .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApSbz49M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApSbz49M .video-wrapper iframe {
  width: 100%;
}
.cid-upApSbz49M .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #312ca8;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-upApSbz49M .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-upApSbz49M .video-block {
  position: relative;
  z-index: 1;
}
.cid-upApSbz49M .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-upApSbz49M .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-upApSbz49M .video-block .image-absolute {
    display: none;
  }
}
.cid-upAo8PMkI4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upAo8PMkI4 .mbr-overlay {
  padding: 0;
  background: #e0f2fb;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-upAo8PMkI4 .row {
  flex-direction: row-reverse;
}
.cid-upAo8PMkI4 .text-wrapper {
  padding: 20px;
}
.cid-upAo8PMkI4 .mbr-text {
  margin-bottom: 20.4px;
}
.cid-upAo8PMkI4 .mbr-text,
.cid-upAo8PMkI4 .mbr-section-btn {
  text-align: left;
  color: #4c4a4b;
}
.cid-upAo8PMkI4 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 484px;
}
.cid-upAo8PMkI4 .mbr-section-subtitle {
  color: #1b1b1b;
}
.cid-upAo8PMkI4 .section-subtext {
  color: #1b1b1b;
}
.cid-upAo8Rw6sQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e0f2fb;
}
.cid-upAo8Rw6sQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upAo8Rw6sQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upAo8Rw6sQ .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upAo8Rw6sQ .main-title.display-2 {
  line-height: 1.375;
}
.cid-upAo8Rw6sQ .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upAo8Rw6sQ .mbr-text {
  color: #606060;
}
.cid-upAo8Rw6sQ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upAo8Rw6sQ .mbr-section-btn {
  margin-top: 24px;
}
.cid-upAo8Rw6sQ .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upAo8Rw6sQ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upAo8Rw6sQ .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upAo8Rw6sQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8Rw6sQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8Rw6sQ .mbr-text,
.cid-upAo8Rw6sQ .mbr-section-btn {
  color: #000000;
}
.cid-upAo8Rw6sQ .mbr-section-subtitle,
.cid-upAo8Rw6sQ .mbr-section-btn {
  color: #ffffff;
}
.cid-upAo8Rw6sQ .main-title,
.cid-upAo8Rw6sQ .mbr-section-btn {
  color: #000000;
}
.cid-upAo8Vbe37 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upAo8Vbe37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8Vbe37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8Vbe37 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upAo8Vbe37 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upAo8Vbe37 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upAo8Vbe37 .container {
    padding: 0 20px;
  }
}
.cid-upAo8Vbe37 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upAo8Vbe37 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-upAo8Vbe37 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-upAo8Vbe37 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #e0f2fb;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upAo8Vbe37 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-upAo8Vbe37 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-upAo8Vbe37 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-upAo8Vbe37 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-upAo8Vbe37 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-upAo8Vbe37 .mbr-desc {
  color: #000000;
}
.cid-upAo8Vbe37 .panel-number {
  color: #000000;
}
.cid-upAo8Vbe37 .panel-title-edit {
  color: #000000;
}
.cid-upAo8Vbe37 .panel-text {
  color: #000000;
}
.cid-upAo8Tny3s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upAo8Tny3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8Tny3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8Tny3s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upAo8Tny3s .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upAo8Tny3s .container {
    padding: 0 14px;
  }
}
.cid-upAo8Tny3s .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upAo8Tny3s .google-map iframe {
    height: 300px;
  }
}
.cid-upAo8X7lkC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upAo8X7lkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAo8X7lkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAo8X7lkC .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upAo8X7lkC .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upAo8X7lkC .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upAo8X7lkC .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upAo8X7lkC .container {
    max-width: 100%;
  }
  .cid-upAo8X7lkC .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upAo8X7lkC .item-wrap {
  width: 100%;
}
.cid-upAo8X7lkC .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upAo8X7lkC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upAo8X7lkC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upAo8X7lkC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upAo8X7lkC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upAo8X7lkC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upAo8X7lkC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upAo8X7lkC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upAo8X7lkC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upAo8X7lkC .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-upAo8X7lkC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upAo8X7lkC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upAo8X7lkC .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upAo8X7lkC .col-links {
    padding-top: 20px;
  }
}
.cid-upAo8X7lkC .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upAo8X7lkC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upAo8X7lkC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upAo8X7lkC .list {
    text-align: center !important;
  }
}
.cid-upAo8X7lkC .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upAo8X7lkC .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upAo8X7lkC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upAo8X7lkC .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upAo8X7lkC .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upAo8X7lkC .list a:hover:before {
  width: 100%;
}
.cid-upAo8X7lkC .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upAo8X7lkC .col-copyright {
    padding-top: 40px;
  }
}
.cid-upAo8X7lkC .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upAo8X7lkC .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upApJ3xrmY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upApJ3xrmY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upApJ3xrmY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upApJ3xrmY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upApJ3xrmY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upApJ3xrmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upApJ3xrmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upApJ3xrmY .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upApJ3xrmY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upApJ3xrmY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upApJ3xrmY .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upApJ3xrmY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upApJ3xrmY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upApJ3xrmY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upApJ3xrmY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upApJ3xrmY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upApJ3xrmY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upApJ3xrmY .nav-link:hover {
  color: #ffffff !important;
}
.cid-upApJ3xrmY .nav-link:hover::before {
  width: 100%;
}
.cid-upApJ3xrmY .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upApJ3xrmY .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upApJ3xrmY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upApJ3xrmY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upApJ3xrmY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upApJ3xrmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upApJ3xrmY .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upApJ3xrmY .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upApJ3xrmY .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upApJ3xrmY .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upApJ3xrmY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upApJ3xrmY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upApJ3xrmY .nav-item:focus,
.cid-upApJ3xrmY .nav-link:focus {
  outline: none;
}
.cid-upApJ3xrmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upApJ3xrmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upApJ3xrmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upApJ3xrmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upApJ3xrmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upApJ3xrmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upApJ3xrmY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upApJ3xrmY .navbar.opened {
  transition: all 0.3s;
}
.cid-upApJ3xrmY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upApJ3xrmY .navbar .navbar-logo img {
  width: auto;
}
.cid-upApJ3xrmY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upApJ3xrmY .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upApJ3xrmY .navbar.collapsed {
  justify-content: center;
}
.cid-upApJ3xrmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upApJ3xrmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upApJ3xrmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upApJ3xrmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upApJ3xrmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upApJ3xrmY .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-upApJ3xrmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upApJ3xrmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upApJ3xrmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upApJ3xrmY .navbar {
    min-height: 72px;
  }
  .cid-upApJ3xrmY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upApJ3xrmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upApJ3xrmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upApJ3xrmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upApJ3xrmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upApJ3xrmY .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-upApJ3xrmY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upApJ3xrmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upApJ3xrmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upApJ3xrmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upApJ3xrmY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upApJ3xrmY .dropdown-item.active,
.cid-upApJ3xrmY .dropdown-item:active {
  background-color: transparent;
}
.cid-upApJ3xrmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upApJ3xrmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upApJ3xrmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upApJ3xrmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upApJ3xrmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upApJ3xrmY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upApJ3xrmY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upApJ3xrmY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upApJ3xrmY .navbar-buttons {
    text-align: left;
  }
}
.cid-upApJ3xrmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upApJ3xrmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upApJ3xrmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upApJ3xrmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upApJ3xrmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upApJ3xrmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upApJ3xrmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upApJ3xrmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upApJ3xrmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upApJ3xrmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upApJ3xrmY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upApJ3xrmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upApJ3xrmY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upApJ3xrmY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upApJ3xrmY .navbar {
    height: 70px;
  }
  .cid-upApJ3xrmY .navbar.opened {
    height: auto;
  }
  .cid-upApJ3xrmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upApJ3xrmY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upApJ3xrmY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upApJ3xrmY .navbar-brand {
    margin-right: auto;
  }
  .cid-upApJ3xrmY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upApJ3xrmY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upApJ3xrmY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upApJ3xrmY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upApJ3xrmY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upApJ3xrmY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upApJ3xrmY .navbar-brand,
.cid-upApJ3xrmY .navbar-toggler,
.cid-upApJ3xrmY .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upApJ6Yx5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upApJ6Yx5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJ6Yx5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJ6Yx5i .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upApJ6Yx5i .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upApJ6Yx5i .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upApJ6Yx5i .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upApJ6Yx5i .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upApJ6Yx5i .col-img {
    padding: 30px !important;
  }
}
.cid-upApJ6Yx5i .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upApJ6Yx5i .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upApJ6Yx5i .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upApJ6Yx5i .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upApJ6Yx5i .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upApJ6Yx5i .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upApJ6Yx5i .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upApJ6Yx5i .mbr-text {
    padding-right: 0;
  }
}
.cid-upApJ6Yx5i .mbr-section-btn {
  margin-top: 20px;
}
.cid-upApJ6Yx5i .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upApJ6Yx5i .social-container {
    padding-top: 40px;
  }
}
.cid-upApJ6Yx5i .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upApJ6Yx5i .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upApJ6Yx5i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upApJ6Yx5i .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-upApJ6Yx5i .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upApJ6Yx5i .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upApJ6Yx5i .soc-item:hover:before {
  opacity: 1;
}
.cid-upApJ6Yx5i .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upApJ6Yx5i .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upApJ6Yx5i .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upApJ6Yx5i .mbr-text,
.cid-upApJ6Yx5i .mbr-section-btn {
  color: #000000;
}
.cid-upApJ8HEvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upApJ8HEvd .mbr-section-subtitle {
  color: #14191e;
}
.cid-upApJ8HEvd .mbr-text {
  color: #777777;
}
.cid-upApJ8HEvd ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-upApJ8HEvd ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-upApJ8HEvd ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 25px;
  height: 25px;
}
.cid-upApJ8HEvd .mbr-list {
  color: #000000;
}
.cid-upApJ9MoIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upApJ9MoIb blockquote {
  border-color: #f2f1eb;
  border-radius: 4px;
  background-color: #f2f1eb;
}
.cid-upApJb7GDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upApJb7GDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJb7GDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJb7GDf .container {
  max-width: 1600px;
}
.cid-upApJb7GDf .row {
  justify-content: left;
}
.cid-upApJb7GDf .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-upApJb7GDf .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-upApJb7GDf .title-container {
    margin-bottom: 50px;
  }
}
.cid-upApJb7GDf .mbr-section-title {
  color: #000000;
}
.cid-upApJb7GDf .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-upApJb7GDf .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-upApJb7GDf .img-container {
    height: 350px;
  }
}
.cid-upApJb7GDf .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-upApJb7GDf .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  display: none;
}
.cid-upApJb7GDf .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-upApJb7GDf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upApJcub8K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
  overflow: hidden;
}
.cid-upApJcub8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJcub8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJcub8K .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-upApJcub8K .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-upApJcub8K .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-upApJcub8K .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-upApJcub8K .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-upApJcub8K .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-upApJcub8K .mbr-section-head {
  width: 100%;
}
.cid-upApJcub8K .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upApJcub8K .mbr-section-title {
    text-align: center;
  }
}
.cid-upApJcub8K .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upApJcub8K .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-upApJcub8K .card-row {
  align-items: stretch;
}
.cid-upApJcub8K .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-upApJcub8K .card {
    margin-top: 30px;
  }
}
.cid-upApJcub8K .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f2fb, #e0f2fb);
}
@media (max-width: 1199px) {
  .cid-upApJcub8K .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-upApJcub8K .card-wrapper {
    padding: 20px;
  }
}
.cid-upApJcub8K .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-upApJcub8K .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-upApJcub8K .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-upApJcub8K .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-upApJcub8K .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-upApJcub8K .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e0f2fb, #e0f2fb);
  opacity: 0;
  transition: .5s all;
}
.cid-upApJcub8K .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-upApJcub8K .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-upApJcub8K .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-upApJcub8K .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-upApJcub8K .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upApJcub8K .card-title {
    margin-bottom: 15px;
  }
}
.cid-upApJcub8K .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-upApJcub8K .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-upApJcub8K .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-upApJeLVzu {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e0f2fb;
}
.cid-upApJeLVzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJeLVzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJeLVzu .mbr-section-title {
  color: #000000;
}
.cid-upApJeLVzu .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-upApJeLVzu .mbr-section-btn {
  margin-top: 30px;
}
.cid-upApJeLVzu .mbr-text,
.cid-upApJeLVzu .mbr-section-btn {
  color: #212428;
}
.cid-upApJgc9bW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upApJgc9bW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJgc9bW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJgc9bW .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upApJgc9bW .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upApJgc9bW .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upApJgc9bW .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upApJgc9bW .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upApJgc9bW .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upApJgc9bW .card-row {
  margin-bottom: 40px;
}
.cid-upApJgc9bW .card {
  margin-bottom: -40px;
}
.cid-upApJgc9bW .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #f2f1eb;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upApJgc9bW .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f2f1eb;
  box-shadow: 0 0 40px #f2f1eb;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upApJgc9bW .card-wrapper:after {
    width: 150%;
  }
}
.cid-upApJgc9bW .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upApJgc9bW .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upApJgc9bW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upApJgc9bW .card-title {
  color: #212428;
  text-align: center;
}
.cid-upApJgc9bW .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upApJi7LHf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upApJi7LHf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upApJi7LHf .card-title {
  margin-bottom: 26px;
  color: #6b67ce;
}
.cid-upApJi7LHf .mbr-text {
  margin-bottom: 30px;
}
.cid-upApJi7LHf .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-upApJi7LHf .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-upApJi7LHf .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-upApJi7LHf .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-upApJi7LHf .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-upApJi7LHf .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-upApJi7LHf .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upApJi7LHf .text-wrapper {
    text-align: center;
  }
  .cid-upApJi7LHf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upApJi7LHf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upApJi7LHf .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upApJi7LHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJi7LHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJi7LHf .mbr-text,
.cid-upApJi7LHf .mbr-section-btn {
  color: #000000;
}
.cid-upApJi7LHf .card-title,
.cid-upApJi7LHf .icon_block {
  color: #000000;
}
.cid-upApJjDCWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upApJjDCWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJjDCWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJjDCWQ .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-upApJjDCWQ .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
.cid-upApJjDCWQ .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upApJjDCWQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-upApJjDCWQ .card {
  margin-top: 35px;
}
.cid-upApJjDCWQ .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-upApJjDCWQ .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upApJjDCWQ .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #000000 0%, #000000 100%);
}
.cid-upApJjDCWQ .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-upApJjDCWQ .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-upApJjDCWQ .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-upApJjDCWQ .panel-group {
  border: none;
}
.cid-upApJjDCWQ .panel-body {
  padding: 20px 0 0;
}
.cid-upApJjDCWQ .panel-text {
  color: #878e99;
}
.cid-upApJjDCWQ .panel-title-edit {
  color: #212428;
}
.cid-upApJjDCWQ .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-upApJlTb8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upApJlTb8h .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upApJlTb8h .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upApJlTb8h .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upApJlTb8h .main-title.display-2 {
  line-height: 1.375;
}
.cid-upApJlTb8h .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upApJlTb8h .mbr-text {
  color: #606060;
}
.cid-upApJlTb8h .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upApJlTb8h .mbr-section-btn {
  margin-top: 24px;
}
.cid-upApJlTb8h .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upApJlTb8h .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upApJlTb8h .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upApJlTb8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJlTb8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJlTb8h .mbr-text,
.cid-upApJlTb8h .mbr-section-btn {
  color: #212428;
}
.cid-upApJlTb8h .mbr-section-subtitle,
.cid-upApJlTb8h .mbr-section-btn {
  color: #000000;
}
.cid-upApJlTb8h .main-title,
.cid-upApJlTb8h .mbr-section-btn {
  color: #ffffff;
}
.cid-upApJnBDHx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upApJnBDHx .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-upApJnBDHx .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-upApJnBDHx .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upApJnBDHx .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-upApJnBDHx .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
  text-align: center;
}
.cid-upApJnBDHx .card_text {
  margin-top: 4px;
}
.cid-upApJnBDHx .item-img {
  margin-bottom: 30px;
}
.cid-upApJnBDHx .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-upApJnBDHx .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-upApJnBDHx .linkBtn a:after,
.cid-upApJnBDHx .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-upApJnBDHx .linkBtn a:before {
  left: 0;
}
.cid-upApJnBDHx .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-upApJnBDHx .linkBtn a:hover:before,
.cid-upApJnBDHx .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-upApJnBDHx .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-upApJnBDHx .card_text,
.cid-upApJnBDHx .linkBtn {
  color: #4a4a4a;
}
.cid-upApJpuCgf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upApJpuCgf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upApJpuCgf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upApJpuCgf .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upApJpuCgf .main-title.display-2 {
  line-height: 1.375;
}
.cid-upApJpuCgf .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upApJpuCgf .mbr-text {
  color: #606060;
}
.cid-upApJpuCgf .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upApJpuCgf .mbr-section-btn {
  margin-top: 24px;
}
.cid-upApJpuCgf .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upApJpuCgf .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upApJpuCgf .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upApJpuCgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJpuCgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJpuCgf .mbr-text,
.cid-upApJpuCgf .mbr-section-btn {
  color: #000000;
}
.cid-upApJpuCgf .mbr-section-subtitle,
.cid-upApJpuCgf .mbr-section-btn {
  color: #ffffff;
}
.cid-upApJpuCgf .main-title,
.cid-upApJpuCgf .mbr-section-btn {
  color: #000000;
}
.cid-upApJrdwul {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upApJrdwul .mbr-overlay {
  padding: 0;
  background: #e0f2fb;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-upApJrdwul .row {
  flex-direction: row-reverse;
}
.cid-upApJrdwul .text-wrapper {
  padding: 20px;
}
.cid-upApJrdwul .mbr-text {
  margin-bottom: 20.4px;
}
.cid-upApJrdwul .mbr-text,
.cid-upApJrdwul .mbr-section-btn {
  text-align: left;
  color: #4c4a4b;
}
.cid-upApJrdwul .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 484px;
}
.cid-upApJrdwul .mbr-section-subtitle {
  color: #1b1b1b;
}
.cid-upApJrdwul .section-subtext {
  color: #1b1b1b;
}
.cid-upApJtvJ1u {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e0f2fb;
}
.cid-upApJtvJ1u .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upApJtvJ1u .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upApJtvJ1u .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upApJtvJ1u .main-title.display-2 {
  line-height: 1.375;
}
.cid-upApJtvJ1u .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upApJtvJ1u .mbr-text {
  color: #606060;
}
.cid-upApJtvJ1u .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upApJtvJ1u .mbr-section-btn {
  margin-top: 24px;
}
.cid-upApJtvJ1u .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upApJtvJ1u .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upApJtvJ1u .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upApJtvJ1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJtvJ1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJtvJ1u .mbr-text,
.cid-upApJtvJ1u .mbr-section-btn {
  color: #000000;
}
.cid-upApJtvJ1u .mbr-section-subtitle,
.cid-upApJtvJ1u .mbr-section-btn {
  color: #ffffff;
}
.cid-upApJtvJ1u .main-title,
.cid-upApJtvJ1u .mbr-section-btn {
  color: #000000;
}
.cid-upApJxkGS9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upApJxkGS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJxkGS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJxkGS9 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upApJxkGS9 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upApJxkGS9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upApJxkGS9 .container {
    padding: 0 20px;
  }
}
.cid-upApJxkGS9 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upApJxkGS9 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-upApJxkGS9 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-upApJxkGS9 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-upApJxkGS9 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upApJxkGS9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #e0f2fb;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upApJxkGS9 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-upApJxkGS9 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-upApJxkGS9 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-upApJxkGS9 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-upApJxkGS9 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-upApJxkGS9 .mbr-desc {
  color: #000000;
}
.cid-upApJxkGS9 .panel-number {
  color: #000000;
}
.cid-upApJxkGS9 .panel-title-edit {
  color: #000000;
}
.cid-upApJxkGS9 .panel-text {
  color: #000000;
}
.cid-upApJvmM3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upApJvmM3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJvmM3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJvmM3z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upApJvmM3z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upApJvmM3z .container {
    padding: 0 14px;
  }
}
.cid-upApJvmM3z .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upApJvmM3z .google-map iframe {
    height: 300px;
  }
}
.cid-upApJzwZjm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upApJzwZjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upApJzwZjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upApJzwZjm .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upApJzwZjm .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upApJzwZjm .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upApJzwZjm .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upApJzwZjm .container {
    max-width: 100%;
  }
  .cid-upApJzwZjm .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upApJzwZjm .item-wrap {
  width: 100%;
}
.cid-upApJzwZjm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upApJzwZjm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upApJzwZjm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upApJzwZjm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upApJzwZjm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upApJzwZjm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upApJzwZjm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upApJzwZjm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upApJzwZjm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upApJzwZjm .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-upApJzwZjm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upApJzwZjm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upApJzwZjm .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upApJzwZjm .col-links {
    padding-top: 20px;
  }
}
.cid-upApJzwZjm .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upApJzwZjm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upApJzwZjm .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upApJzwZjm .list {
    text-align: center !important;
  }
}
.cid-upApJzwZjm .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upApJzwZjm .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upApJzwZjm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upApJzwZjm .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upApJzwZjm .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upApJzwZjm .list a:hover:before {
  width: 100%;
}
.cid-upApJzwZjm .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upApJzwZjm .col-copyright {
    padding-top: 40px;
  }
}
.cid-upApJzwZjm .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upApJzwZjm .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upzSXPv4KT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upzSXPv4KT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upzSXPv4KT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upzSXPv4KT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upzSXPv4KT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upzSXPv4KT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upzSXPv4KT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upzSXPv4KT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upzSXPv4KT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upzSXPv4KT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzSXPv4KT .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upzSXPv4KT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upzSXPv4KT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upzSXPv4KT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzSXPv4KT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upzSXPv4KT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upzSXPv4KT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upzSXPv4KT .nav-link:hover {
  color: #ffffff !important;
}
.cid-upzSXPv4KT .nav-link:hover::before {
  width: 100%;
}
.cid-upzSXPv4KT .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upzSXPv4KT .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upzSXPv4KT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upzSXPv4KT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upzSXPv4KT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upzSXPv4KT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upzSXPv4KT .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upzSXPv4KT .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upzSXPv4KT .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upzSXPv4KT .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upzSXPv4KT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upzSXPv4KT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upzSXPv4KT .nav-item:focus,
.cid-upzSXPv4KT .nav-link:focus {
  outline: none;
}
.cid-upzSXPv4KT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upzSXPv4KT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upzSXPv4KT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upzSXPv4KT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upzSXPv4KT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upzSXPv4KT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upzSXPv4KT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upzSXPv4KT .navbar.opened {
  transition: all 0.3s;
}
.cid-upzSXPv4KT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upzSXPv4KT .navbar .navbar-logo img {
  width: auto;
}
.cid-upzSXPv4KT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upzSXPv4KT .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upzSXPv4KT .navbar.collapsed {
  justify-content: center;
}
.cid-upzSXPv4KT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upzSXPv4KT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upzSXPv4KT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upzSXPv4KT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upzSXPv4KT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upzSXPv4KT .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-upzSXPv4KT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upzSXPv4KT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upzSXPv4KT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upzSXPv4KT .navbar {
    min-height: 72px;
  }
  .cid-upzSXPv4KT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upzSXPv4KT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upzSXPv4KT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upzSXPv4KT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upzSXPv4KT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upzSXPv4KT .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-upzSXPv4KT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upzSXPv4KT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upzSXPv4KT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upzSXPv4KT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upzSXPv4KT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upzSXPv4KT .dropdown-item.active,
.cid-upzSXPv4KT .dropdown-item:active {
  background-color: transparent;
}
.cid-upzSXPv4KT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upzSXPv4KT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upzSXPv4KT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upzSXPv4KT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upzSXPv4KT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upzSXPv4KT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upzSXPv4KT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upzSXPv4KT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upzSXPv4KT .navbar-buttons {
    text-align: left;
  }
}
.cid-upzSXPv4KT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upzSXPv4KT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upzSXPv4KT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upzSXPv4KT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzSXPv4KT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzSXPv4KT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upzSXPv4KT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzSXPv4KT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upzSXPv4KT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upzSXPv4KT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzSXPv4KT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upzSXPv4KT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upzSXPv4KT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upzSXPv4KT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upzSXPv4KT .navbar {
    height: 70px;
  }
  .cid-upzSXPv4KT .navbar.opened {
    height: auto;
  }
  .cid-upzSXPv4KT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upzSXPv4KT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upzSXPv4KT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upzSXPv4KT .navbar-brand {
    margin-right: auto;
  }
  .cid-upzSXPv4KT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upzSXPv4KT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upzSXPv4KT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upzSXPv4KT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzSXPv4KT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upzSXPv4KT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upzSXPv4KT .navbar-brand,
.cid-upzSXPv4KT .navbar-toggler,
.cid-upzSXPv4KT .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upzSXRENqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzSXRENqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSXRENqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSXRENqd .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzSXRENqd .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upzSXRENqd .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzSXRENqd .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upzSXRENqd .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upzSXRENqd .col-img {
    padding: 30px !important;
  }
}
.cid-upzSXRENqd .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upzSXRENqd .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upzSXRENqd .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upzSXRENqd .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzSXRENqd .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upzSXRENqd .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzSXRENqd .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upzSXRENqd .mbr-text {
    padding-right: 0;
  }
}
.cid-upzSXRENqd .mbr-section-btn {
  margin-top: 20px;
}
.cid-upzSXRENqd .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upzSXRENqd .social-container {
    padding-top: 40px;
  }
}
.cid-upzSXRENqd .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzSXRENqd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upzSXRENqd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upzSXRENqd .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-upzSXRENqd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upzSXRENqd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upzSXRENqd .soc-item:hover:before {
  opacity: 1;
}
.cid-upzSXRENqd .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upzSXRENqd .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upzSXRENqd .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upzSXRENqd .mbr-text,
.cid-upzSXRENqd .mbr-section-btn {
  color: #000000;
}
.cid-upzSXTveKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upzSXTveKV .mbr-section-subtitle {
  color: #14191e;
}
.cid-upzSXTveKV .mbr-text {
  color: #777777;
}
.cid-upzSXTveKV ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-upzSXTveKV ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-upzSXTveKV ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 25px;
  height: 25px;
}
.cid-upzSXTveKV .mbr-list {
  color: #000000;
}
.cid-upzSXUKQGt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upzSXUKQGt blockquote {
  border-color: #f2f1eb;
  border-radius: 4px;
  background-color: #f2f1eb;
}
.cid-upzSXW16Dy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upzSXW16Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSXW16Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSXW16Dy .container {
  max-width: 1600px;
}
.cid-upzSXW16Dy .row {
  justify-content: left;
}
.cid-upzSXW16Dy .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-upzSXW16Dy .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-upzSXW16Dy .title-container {
    margin-bottom: 50px;
  }
}
.cid-upzSXW16Dy .mbr-section-title {
  color: #000000;
}
.cid-upzSXW16Dy .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-upzSXW16Dy .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-upzSXW16Dy .img-container {
    height: 350px;
  }
}
.cid-upzSXW16Dy .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-upzSXW16Dy .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  display: none;
}
.cid-upzSXW16Dy .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-upzSXW16Dy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-upzSXXpi4F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
  overflow: hidden;
}
.cid-upzSXXpi4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSXXpi4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSXXpi4F .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-upzSXXpi4F .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-upzSXXpi4F .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-upzSXXpi4F .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-upzSXXpi4F .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-upzSXXpi4F .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-upzSXXpi4F .mbr-section-head {
  width: 100%;
}
.cid-upzSXXpi4F .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upzSXXpi4F .mbr-section-title {
    text-align: center;
  }
}
.cid-upzSXXpi4F .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upzSXXpi4F .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-upzSXXpi4F .card-row {
  align-items: stretch;
}
.cid-upzSXXpi4F .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-upzSXXpi4F .card {
    margin-top: 30px;
  }
}
.cid-upzSXXpi4F .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f2fb, #e0f2fb);
}
@media (max-width: 1199px) {
  .cid-upzSXXpi4F .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-upzSXXpi4F .card-wrapper {
    padding: 20px;
  }
}
.cid-upzSXXpi4F .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-upzSXXpi4F .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-upzSXXpi4F .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-upzSXXpi4F .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-upzSXXpi4F .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-upzSXXpi4F .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e0f2fb, #e0f2fb);
  opacity: 0;
  transition: .5s all;
}
.cid-upzSXXpi4F .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-upzSXXpi4F .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-upzSXXpi4F .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-upzSXXpi4F .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-upzSXXpi4F .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upzSXXpi4F .card-title {
    margin-bottom: 15px;
  }
}
.cid-upzSXXpi4F .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-upzSXXpi4F .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-upzSXXpi4F .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-upzSXZOLwc {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e0f2fb;
}
.cid-upzSXZOLwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSXZOLwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSXZOLwc .mbr-section-title {
  color: #000000;
}
.cid-upzSXZOLwc .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-upzSXZOLwc .mbr-section-btn {
  margin-top: 30px;
}
.cid-upzSXZOLwc .mbr-text,
.cid-upzSXZOLwc .mbr-section-btn {
  color: #212428;
}
.cid-upzSY1d60p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upzSY1d60p .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSY1d60p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSY1d60p .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-upzSY1d60p .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-upzSY1d60p .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-upzSY1d60p .main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-upzSY1d60p .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzSY1d60p .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-upzSY1d60p .card-row {
  margin-bottom: 40px;
}
.cid-upzSY1d60p .card {
  margin-bottom: -40px;
}
.cid-upzSY1d60p .card-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #f2f1eb;
  box-shadow: 0px -23px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cid-upzSY1d60p .card-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.3;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f2f1eb;
  box-shadow: 0 0 40px #f2f1eb;
  filter: blur(100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-upzSY1d60p .card-wrapper:after {
    width: 150%;
  }
}
.cid-upzSY1d60p .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-upzSY1d60p .iconfont-wrapper {
  display: flex;
  margin-right: 1rem;
}
.cid-upzSY1d60p .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 44px;
  color: #aafc75;
}
.cid-upzSY1d60p .card-title {
  color: #212428;
  text-align: center;
}
.cid-upzSY1d60p .card-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.cid-upzSY34drP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f2fb;
}
.cid-upzSY34drP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upzSY34drP .card-title {
  margin-bottom: 26px;
  color: #6b67ce;
}
.cid-upzSY34drP .mbr-text {
  margin-bottom: 30px;
}
.cid-upzSY34drP .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-upzSY34drP .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-upzSY34drP .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-upzSY34drP .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-upzSY34drP .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-upzSY34drP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-upzSY34drP .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upzSY34drP .text-wrapper {
    text-align: center;
  }
  .cid-upzSY34drP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-upzSY34drP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-upzSY34drP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upzSY34drP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSY34drP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSY34drP .mbr-text,
.cid-upzSY34drP .mbr-section-btn {
  color: #000000;
}
.cid-upzSY34drP .card-title,
.cid-upzSY34drP .icon_block {
  color: #000000;
}
.cid-upzSY4twcC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upzSY4twcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSY4twcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSY4twcC .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-upzSY4twcC .mbr-section-title {
  color: #74ff01;
  text-align: center;
}
.cid-upzSY4twcC .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-upzSY4twcC .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-upzSY4twcC .card {
  margin-top: 35px;
}
.cid-upzSY4twcC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-upzSY4twcC .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upzSY4twcC .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #000000 0%, #000000 100%);
}
.cid-upzSY4twcC .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-upzSY4twcC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-upzSY4twcC .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-upzSY4twcC .panel-group {
  border: none;
}
.cid-upzSY4twcC .panel-body {
  padding: 20px 0 0;
}
.cid-upzSY4twcC .panel-text {
  color: #878e99;
}
.cid-upzSY4twcC .panel-title-edit {
  color: #212428;
}
.cid-upzSY4twcC .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-upzSY6wUlV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upzSY6wUlV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upzSY6wUlV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upzSY6wUlV .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upzSY6wUlV .main-title.display-2 {
  line-height: 1.375;
}
.cid-upzSY6wUlV .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upzSY6wUlV .mbr-text {
  color: #606060;
}
.cid-upzSY6wUlV .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upzSY6wUlV .mbr-section-btn {
  margin-top: 24px;
}
.cid-upzSY6wUlV .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upzSY6wUlV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upzSY6wUlV .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upzSY6wUlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSY6wUlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSY6wUlV .mbr-text,
.cid-upzSY6wUlV .mbr-section-btn {
  color: #212428;
}
.cid-upzSY6wUlV .mbr-section-subtitle,
.cid-upzSY6wUlV .mbr-section-btn {
  color: #000000;
}
.cid-upzSY6wUlV .main-title,
.cid-upzSY6wUlV .mbr-section-btn {
  color: #ffffff;
}
.cid-upzSY82TIa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzSY82TIa .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-upzSY82TIa .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-upzSY82TIa .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-upzSY82TIa .card_info {
  margin-bottom: 12px;
  display: flex;
}
.cid-upzSY82TIa .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
  text-align: center;
}
.cid-upzSY82TIa .card_text {
  margin-top: 4px;
}
.cid-upzSY82TIa .item-img {
  margin-bottom: 30px;
}
.cid-upzSY82TIa .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-upzSY82TIa .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-upzSY82TIa .linkBtn a:after,
.cid-upzSY82TIa .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-upzSY82TIa .linkBtn a:before {
  left: 0;
}
.cid-upzSY82TIa .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-upzSY82TIa .linkBtn a:hover:before,
.cid-upzSY82TIa .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-upzSY82TIa .card_name:before {
  content: " / ";
  display: inline-block;
  margin: 0 10px;
}
.cid-upzSY82TIa .card_text,
.cid-upzSY82TIa .linkBtn {
  color: #4a4a4a;
}
.cid-upzSY9Qho0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f1eb;
}
.cid-upzSY9Qho0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upzSY9Qho0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upzSY9Qho0 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upzSY9Qho0 .main-title.display-2 {
  line-height: 1.375;
}
.cid-upzSY9Qho0 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upzSY9Qho0 .mbr-text {
  color: #606060;
}
.cid-upzSY9Qho0 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upzSY9Qho0 .mbr-section-btn {
  margin-top: 24px;
}
.cid-upzSY9Qho0 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upzSY9Qho0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upzSY9Qho0 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upzSY9Qho0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSY9Qho0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSY9Qho0 .mbr-text,
.cid-upzSY9Qho0 .mbr-section-btn {
  color: #000000;
}
.cid-upzSY9Qho0 .mbr-section-subtitle,
.cid-upzSY9Qho0 .mbr-section-btn {
  color: #ffffff;
}
.cid-upzSY9Qho0 .main-title,
.cid-upzSY9Qho0 .mbr-section-btn {
  color: #000000;
}
.cid-upzSYbqXFJ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f2f1eb;
}
.cid-upzSYbqXFJ .mbr-overlay {
  padding: 0;
  background: #e0f2fb;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-upzSYbqXFJ .row {
  flex-direction: row-reverse;
}
.cid-upzSYbqXFJ .text-wrapper {
  padding: 20px;
}
.cid-upzSYbqXFJ .mbr-text {
  margin-bottom: 20.4px;
}
.cid-upzSYbqXFJ .mbr-text,
.cid-upzSYbqXFJ .mbr-section-btn {
  text-align: left;
  color: #4c4a4b;
}
.cid-upzSYbqXFJ .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 484px;
}
.cid-upzSYbqXFJ .mbr-section-subtitle {
  color: #1b1b1b;
}
.cid-upzSYbqXFJ .section-subtext {
  color: #1b1b1b;
}
.cid-upzSYg3o8c {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e0f2fb;
}
.cid-upzSYg3o8c .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff014e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-upzSYg3o8c .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-upzSYg3o8c .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-upzSYg3o8c .main-title.display-2 {
  line-height: 1.375;
}
.cid-upzSYg3o8c .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-upzSYg3o8c .mbr-text {
  color: #606060;
}
.cid-upzSYg3o8c .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-upzSYg3o8c .mbr-section-btn {
  margin-top: 24px;
}
.cid-upzSYg3o8c .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-upzSYg3o8c .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-upzSYg3o8c .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-upzSYg3o8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSYg3o8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSYg3o8c .mbr-text,
.cid-upzSYg3o8c .mbr-section-btn {
  color: #000000;
}
.cid-upzSYg3o8c .mbr-section-subtitle,
.cid-upzSYg3o8c .mbr-section-btn {
  color: #ffffff;
}
.cid-upzSYg3o8c .main-title,
.cid-upzSYg3o8c .mbr-section-btn {
  color: #000000;
}
.cid-upzSYjNd7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upzSYjNd7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSYjNd7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSYjNd7H .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upzSYjNd7H .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upzSYjNd7H .container {
    padding: 0 14px;
  }
}
.cid-upzSYjNd7H .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upzSYjNd7H .google-map iframe {
    height: 300px;
  }
}
.cid-upAnFEzC6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1eb;
}
.cid-upAnFEzC6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-upAnFEzC6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upAnFEzC6h .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-upAnFEzC6h .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-upAnFEzC6h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upAnFEzC6h .container {
    padding: 0 20px;
  }
}
.cid-upAnFEzC6h .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-upAnFEzC6h .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-upAnFEzC6h .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-upAnFEzC6h .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-upAnFEzC6h .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upAnFEzC6h .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #e0f2fb;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-upAnFEzC6h .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-upAnFEzC6h .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-upAnFEzC6h .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-upAnFEzC6h .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-upAnFEzC6h .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-upAnFEzC6h .mbr-desc {
  color: #000000;
}
.cid-upAnFEzC6h .panel-number {
  color: #000000;
}
.cid-upAnFEzC6h .panel-title-edit {
  color: #000000;
}
.cid-upAnFEzC6h .panel-text {
  color: #000000;
}
.cid-upzSYmyV9f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upzSYmyV9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzSYmyV9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzSYmyV9f .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upzSYmyV9f .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upzSYmyV9f .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upzSYmyV9f .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upzSYmyV9f .container {
    max-width: 100%;
  }
  .cid-upzSYmyV9f .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upzSYmyV9f .item-wrap {
  width: 100%;
}
.cid-upzSYmyV9f .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upzSYmyV9f .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upzSYmyV9f .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upzSYmyV9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upzSYmyV9f .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upzSYmyV9f .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upzSYmyV9f .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upzSYmyV9f .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upzSYmyV9f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upzSYmyV9f .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-upzSYmyV9f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upzSYmyV9f .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upzSYmyV9f .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upzSYmyV9f .col-links {
    padding-top: 20px;
  }
}
.cid-upzSYmyV9f .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upzSYmyV9f .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upzSYmyV9f .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upzSYmyV9f .list {
    text-align: center !important;
  }
}
.cid-upzSYmyV9f .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upzSYmyV9f .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upzSYmyV9f .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upzSYmyV9f .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upzSYmyV9f .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upzSYmyV9f .list a:hover:before {
  width: 100%;
}
.cid-upzSYmyV9f .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upzSYmyV9f .col-copyright {
    padding-top: 40px;
  }
}
.cid-upzSYmyV9f .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upzSYmyV9f .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upzNv5TpmQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzNv5TpmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzNv5TpmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzNv5TpmQ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzNv5TpmQ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upzNv5TpmQ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzNv5TpmQ .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upzNv5TpmQ .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upzNv5TpmQ .col-img {
    padding: 30px !important;
  }
}
.cid-upzNv5TpmQ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upzNv5TpmQ .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upzNv5TpmQ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upzNv5TpmQ .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzNv5TpmQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upzNv5TpmQ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzNv5TpmQ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upzNv5TpmQ .mbr-text {
    padding-right: 0;
  }
}
.cid-upzNv5TpmQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-upzNv5TpmQ .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upzNv5TpmQ .social-container {
    padding-top: 40px;
  }
}
.cid-upzNv5TpmQ .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzNv5TpmQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upzNv5TpmQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upzNv5TpmQ .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-upzNv5TpmQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upzNv5TpmQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upzNv5TpmQ .soc-item:hover:before {
  opacity: 1;
}
.cid-upzNv5TpmQ .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upzNv5TpmQ .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upzNv5TpmQ .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upzNv5TpmQ .mbr-text,
.cid-upzNv5TpmQ .mbr-section-btn {
  color: #000000;
}
.cid-upz5hcoeZ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e0f2fb;
}
.cid-upz5hcoeZ3 .row {
  border-top: 1px solid #e0f2fb;
  padding-top: 2rem;
}
.cid-upz5hcoeZ3 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-upz5hcoeZ3 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-upz5hcoeZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5hcoeZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5hrrKZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upz5hrrKZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5hrrKZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5hrrKZg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upz5hrrKZg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upz5hrrKZg .container {
    padding: 0 14px;
  }
}
.cid-upz5hrrKZg .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upz5hrrKZg .google-map iframe {
    height: 300px;
  }
}
.cid-upz5htinuQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upz5htinuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5htinuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5htinuQ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upz5htinuQ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upz5htinuQ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upz5htinuQ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upz5htinuQ .container {
    max-width: 100%;
  }
  .cid-upz5htinuQ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upz5htinuQ .item-wrap {
  width: 100%;
}
.cid-upz5htinuQ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upz5htinuQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upz5htinuQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upz5htinuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upz5htinuQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upz5htinuQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upz5htinuQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upz5htinuQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upz5htinuQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upz5htinuQ .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-upz5htinuQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upz5htinuQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upz5htinuQ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upz5htinuQ .col-links {
    padding-top: 20px;
  }
}
.cid-upz5htinuQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upz5htinuQ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upz5htinuQ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upz5htinuQ .list {
    text-align: center !important;
  }
}
.cid-upz5htinuQ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upz5htinuQ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upz5htinuQ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upz5htinuQ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upz5htinuQ .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upz5htinuQ .list a:hover:before {
  width: 100%;
}
.cid-upz5htinuQ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upz5htinuQ .col-copyright {
    padding-top: 40px;
  }
}
.cid-upz5htinuQ .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upz5htinuQ .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upzGPOBgqn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upzGPOBgqn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upzGPOBgqn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upzGPOBgqn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upzGPOBgqn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upzGPOBgqn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upzGPOBgqn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upzGPOBgqn .nav-link:hover {
  color: #ffffff !important;
}
.cid-upzGPOBgqn .nav-link:hover::before {
  width: 100%;
}
.cid-upzGPOBgqn .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upzGPOBgqn .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upzGPOBgqn .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upzGPOBgqn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .nav-item:focus,
.cid-upzGPOBgqn .nav-link:focus {
  outline: none;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upzGPOBgqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upzGPOBgqn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upzGPOBgqn .navbar.opened {
  transition: all 0.3s;
}
.cid-upzGPOBgqn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upzGPOBgqn .navbar .navbar-logo img {
  width: auto;
}
.cid-upzGPOBgqn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar.collapsed {
  justify-content: center;
}
.cid-upzGPOBgqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upzGPOBgqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upzGPOBgqn .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-upzGPOBgqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upzGPOBgqn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar {
    min-height: 72px;
  }
  .cid-upzGPOBgqn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upzGPOBgqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upzGPOBgqn .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-upzGPOBgqn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upzGPOBgqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upzGPOBgqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upzGPOBgqn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upzGPOBgqn .dropdown-item.active,
.cid-upzGPOBgqn .dropdown-item:active {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upzGPOBgqn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upzGPOBgqn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar-buttons {
    text-align: left;
  }
}
.cid-upzGPOBgqn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upzGPOBgqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upzGPOBgqn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upzGPOBgqn .navbar {
    height: 70px;
  }
  .cid-upzGPOBgqn .navbar.opened {
    height: auto;
  }
  .cid-upzGPOBgqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upzGPOBgqn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upzGPOBgqn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar-brand {
    margin-right: auto;
  }
  .cid-upzGPOBgqn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upzGPOBgqn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upzGPOBgqn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-brand,
.cid-upzGPOBgqn .navbar-toggler,
.cid-upzGPOBgqn .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-upzNQSgvoq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e0f2fb;
}
.cid-upzNQSgvoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzNQSgvoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzNQSgvoq .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzNQSgvoq .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-upzNQSgvoq .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-upzNQSgvoq .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-upzNQSgvoq .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-upzNQSgvoq .col-img {
    padding: 30px !important;
  }
}
.cid-upzNQSgvoq .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-upzNQSgvoq .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upzNQSgvoq .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-upzNQSgvoq .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzNQSgvoq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-upzNQSgvoq .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-upzNQSgvoq .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-upzNQSgvoq .mbr-text {
    padding-right: 0;
  }
}
.cid-upzNQSgvoq .mbr-section-btn {
  margin-top: 20px;
}
.cid-upzNQSgvoq .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-upzNQSgvoq .social-container {
    padding-top: 40px;
  }
}
.cid-upzNQSgvoq .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upzNQSgvoq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-upzNQSgvoq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upzNQSgvoq .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-upzNQSgvoq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upzNQSgvoq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upzNQSgvoq .soc-item:hover:before {
  opacity: 1;
}
.cid-upzNQSgvoq .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #e0f2fb, #f2f1eb);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-upzNQSgvoq .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-upzNQSgvoq .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-upzNQSgvoq .mbr-text,
.cid-upzNQSgvoq .mbr-section-btn {
  color: #000000;
}
.cid-upz5M9Hs14 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e0f2fb;
}
.cid-upz5M9Hs14 .row {
  border-top: 1px solid #e0f2fb;
  padding-top: 2rem;
}
.cid-upz5M9Hs14 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-upz5M9Hs14 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-upz5M9Hs14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5M9Hs14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5MawP4g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-upz5MawP4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5MawP4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5MawP4g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upz5MawP4g .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-upz5MawP4g .container {
    padding: 0 14px;
  }
}
.cid-upz5MawP4g .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-upz5MawP4g .google-map iframe {
    height: 300px;
  }
}
.cid-upz5MblyYI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e0f2fb;
}
.cid-upz5MblyYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz5MblyYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upz5MblyYI .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-upz5MblyYI .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-upz5MblyYI .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-upz5MblyYI .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-upz5MblyYI .container {
    max-width: 100%;
  }
  .cid-upz5MblyYI .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-upz5MblyYI .item-wrap {
  width: 100%;
}
.cid-upz5MblyYI .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-upz5MblyYI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-upz5MblyYI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-upz5MblyYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upz5MblyYI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-upz5MblyYI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-upz5MblyYI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-upz5MblyYI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-upz5MblyYI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-upz5MblyYI .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-upz5MblyYI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-upz5MblyYI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-upz5MblyYI .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upz5MblyYI .col-links {
    padding-top: 20px;
  }
}
.cid-upz5MblyYI .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-upz5MblyYI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-upz5MblyYI .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #000000;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-upz5MblyYI .list {
    text-align: center !important;
  }
}
.cid-upz5MblyYI .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-upz5MblyYI .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-upz5MblyYI .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-upz5MblyYI .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-upz5MblyYI .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-upz5MblyYI .list a:hover:before {
  width: 100%;
}
.cid-upz5MblyYI .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-upz5MblyYI .col-copyright {
    padding-top: 40px;
  }
}
.cid-upz5MblyYI .border-item {
  width: 100%;
  height: 1px;
  background-color: #212428;
}
.cid-upz5MblyYI .copyright {
  color: #212428;
  padding: 40px 0;
}
.cid-upzGPOBgqn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upzGPOBgqn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upzGPOBgqn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upzGPOBgqn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upzGPOBgqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upzGPOBgqn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-upzGPOBgqn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upzGPOBgqn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upzGPOBgqn .nav-link:hover {
  color: #ffffff !important;
}
.cid-upzGPOBgqn .nav-link:hover::before {
  width: 100%;
}
.cid-upzGPOBgqn .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upzGPOBgqn .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-upzGPOBgqn .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-upzGPOBgqn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
}
.cid-upzGPOBgqn .nav-item:focus,
.cid-upzGPOBgqn .nav-link:focus {
  outline: none;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upzGPOBgqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upzGPOBgqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upzGPOBgqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upzGPOBgqn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-upzGPOBgqn .navbar.opened {
  transition: all 0.3s;
}
.cid-upzGPOBgqn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upzGPOBgqn .navbar .navbar-logo img {
  width: auto;
}
.cid-upzGPOBgqn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-upzGPOBgqn .navbar.collapsed {
  justify-content: center;
}
.cid-upzGPOBgqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upzGPOBgqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upzGPOBgqn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upzGPOBgqn .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-upzGPOBgqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upzGPOBgqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upzGPOBgqn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upzGPOBgqn .navbar {
    min-height: 72px;
  }
  .cid-upzGPOBgqn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upzGPOBgqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upzGPOBgqn .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-upzGPOBgqn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upzGPOBgqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upzGPOBgqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upzGPOBgqn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upzGPOBgqn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upzGPOBgqn .dropdown-item.active,
.cid-upzGPOBgqn .dropdown-item:active {
  background-color: transparent;
}
.cid-upzGPOBgqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upzGPOBgqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upzGPOBgqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upzGPOBgqn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upzGPOBgqn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .navbar-buttons {
    text-align: left;
  }
}
.cid-upzGPOBgqn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upzGPOBgqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upzGPOBgqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upzGPOBgqn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upzGPOBgqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upzGPOBgqn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upzGPOBgqn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upzGPOBgqn .navbar {
    height: 70px;
  }
  .cid-upzGPOBgqn .navbar.opened {
    height: auto;
  }
  .cid-upzGPOBgqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upzGPOBgqn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upzGPOBgqn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upzGPOBgqn .navbar-brand {
    margin-right: auto;
  }
  .cid-upzGPOBgqn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-upzGPOBgqn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upzGPOBgqn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upzGPOBgqn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-upzGPOBgqn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-upzGPOBgqn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upzGPOBgqn .navbar-brand,
.cid-upzGPOBgqn .navbar-toggler,
.cid-upzGPOBgqn .navbar-collapse {
  position: relative;
  z-index: 1;
}
