.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 11.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 14.5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 8.12rem;
    font-size: calc( 4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.71rem + (11.6 - 4.71) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
@media (max-width: 1800px) {
  .display-1 {
    font-size: 9.28rem;
  }
}
@media (max-width: 1600px) {
  .display-1 {
    font-size: 6.96rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f92c50 !important;
}
.bg-info {
  background-color: #ffa600 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #d70081 !important;
}
.text-success {
  color: #f92c50 !important;
}
.text-info {
  color: #ffa600 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #710044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba0525 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #996400 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffa600;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #d70081 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPGQ4eCOzR {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPGQ4eCOzR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPGQ4eCOzR .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPGQ4eCOzR .display-1 {
    font-size: 5rem;
  }
}
.cid-uPGQ4eCOzR h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPGQ4eCOzR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPGQ4eCOzR .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPGQ4eCOzR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPGQ4eCOzR .content-wrap {
    width: 100%;
  }
}
.cid-uPGQ4eCOzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGQ4eCOzR .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPGQ4eCOzR .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPGQ4eCOzR {
    align-items: center;
  }
  .cid-uPGQ4eCOzR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPGQ4eCOzR .content-wrap {
    min-width: 50%;
  }
}
.cid-uPGQ4eCOzR .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPGQ4eCOzR .mbr-text,
.cid-uPGQ4eCOzR .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-ugMAjIfy4N {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugMAjIfy4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMAjIfy4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMAjIfy4N .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugMAjIfy4N .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugMAjIfy4N .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-ugMAjIfy4N .card-text {
    padding-top: 5rem;
  }
}
.cid-ugMAjIfy4N .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #000000;
  transition: all ease-in-out 0.3s;
}
.cid-ugMAjIfy4N .item-wrapper:hover {
  background-color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-ugMAjIfy4N .item-wrapper:hover .card-title,
.cid-ugMAjIfy4N .item-wrapper:hover .card-text,
.cid-ugMAjIfy4N .item-wrapper:hover .mbr-iconfont {
  color: #000000 !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugMAjIfy4N .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMAjIfy4N .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-ugMAjIfy4N .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-ugMAjIfy4N .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1600px) {
  .cid-ugMAjIfy4N .mbr-iconfont {
    font-size: 3rem;
  }
}
.cid-ugMAjIfy4N .mbr-section-title {
  color: #221b35;
}
.cid-ugMAjIfy4N .mbr-section-subtitle {
  color: #221b35;
}
.cid-ugMAjIfy4N .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ugMAjIfy4N .card-box .item-footer {
  margin-top: auto;
}
.cid-ugMAjIfy4N .content-head {
  max-width: 800px;
}
.cid-ugMAjIfy4N .card-title,
.cid-ugMAjIfy4N .iconfont-wrapper {
  color: #221b35;
}
.cid-ugMAjIfy4N .card-text,
.cid-ugMAjIfy4N .item .mbr-section-btn {
  color: #221b35;
}
.cid-uPGNShv3Ur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPGNShv3Ur .mbr-text {
  color: #221b35;
}
.cid-uPGNShv3Ur .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPGNShv3Ur h5,
.cid-uPGNShv3Ur h6 {
  background: #fff;
  color: red;
  display: inline;
}
.cid-uPGNShv3Ur h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPGNShv3Ur .btn {
  width: 100%;
  position: relative;
}
.cid-uPGNShv3Ur .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPGNShv3Ur h6 {
  line-height: 1.3 !important;
}
.cid-uPGNShv3Ur h6 span {
  padding-right: 2rem;
}
.cid-uPGNShv3Ur .mbr-section-title,
.cid-uPGNShv3Ur .align {
  color: #ffffff;
}
.cid-uPGNShv3Ur .mbr-section-subtitle,
.cid-uPGNShv3Ur .align {
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cid-uPGNShv3Ur .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPHL9NRT3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPHL9NRT3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHL9NRT3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHL9NRT3V .row {
  margin: 0 -20px;
}
.cid-uPHL9NRT3V .card {
  padding: 0 20px;
}
.cid-uPHL9NRT3V .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPHL9NRT3V .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .image-wrapper img {
    height: 350px;
  }
}
.cid-uPHL9NRT3V .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPHL9NRT3V .mbr-section-btn .btn::after,
.cid-uPHL9NRT3V .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPHL9NRT3V .mbr-section-btn .btn:hover,
.cid-uPHL9NRT3V .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPHL9NRT3V .mbr-section-btn .btn:hover::after,
.cid-uPHL9NRT3V .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPHL9NRT3V .card-wrapper {
  background-color: #121212;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .cid-uPHL9NRT3V .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uPHL9NRT3V .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .card-wrapper {
    padding: 20px;
  }
}
.cid-uPHL9NRT3V .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPHL9NRT3V .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPHL9NRT3V .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPHL9NRT3V .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPHL9NRT3V .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-uPHL9NRT3V .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uPHL9NRT3V .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uPHL9NRT3V .mbr-section-title {
  color: #ffffff;
}
.cid-uPHL9NRT3V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPHL9NRT3V .mbr-tag {
  color: #adadad;
}
.cid-uPHL9NRT3V .mbr-text {
  color: #c7c7c7;
}
.cid-uPHL9NRT3V .mbr-text,
.cid-uPHL9NRT3V .text-wrap,
.cid-uPHL9NRT3V .mbr-section-btn {
  color: #ffffff;
}
.cid-uPH1h1WsFr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPH1h1WsFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPH1h1WsFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPH1h1WsFr .card {
  justify-content: flex-end;
}
.cid-uPH1h1WsFr .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPH1h1WsFr .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPH1h1WsFr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPH1h1WsFr .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uPH1h1WsFr .mbr-section-btn .btn::after,
.cid-uPH1h1WsFr .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPH1h1WsFr .mbr-section-btn .btn:hover,
.cid-uPH1h1WsFr .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPH1h1WsFr .mbr-section-btn .btn:hover::after,
.cid-uPH1h1WsFr .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPH1h1WsFr .items-wrapper {
  margin: 0 -20px;
}
.cid-uPH1h1WsFr .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPH1h1WsFr .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #000000;
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  font-size: 32px;
}
.cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPH1h1WsFr .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uPH1h1WsFr .mbr-section-title {
  color: #ffffff;
}
.cid-uPH1h1WsFr .mbr-tag {
  color: #adadad;
}
.cid-uPH1h1WsFr .item-title {
  color: #ffffff;
}
.cid-uPH1h1WsFr .item-text {
  color: #ffffff;
}
.cid-uPHo15tL3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPHo15tL3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHo15tL3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHo15tL3h .card {
  justify-content: flex-end;
}
.cid-uPHo15tL3h .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPHo15tL3h .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPHo15tL3h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPHo15tL3h .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uPHo15tL3h .mbr-section-btn .btn::after,
.cid-uPHo15tL3h .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPHo15tL3h .mbr-section-btn .btn:hover,
.cid-uPHo15tL3h .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPHo15tL3h .mbr-section-btn .btn:hover::after,
.cid-uPHo15tL3h .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPHo15tL3h .items-wrapper {
  margin: 0 -20px;
}
.cid-uPHo15tL3h .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPHo15tL3h .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #000000;
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  font-size: 32px;
}
.cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHo15tL3h .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uPHo15tL3h .mbr-section-title {
  color: #ffffff;
}
.cid-uPHo15tL3h .mbr-tag {
  color: #adadad;
}
.cid-uPHo15tL3h .item-title {
  color: #ffffff;
}
.cid-uPHo15tL3h .item-text {
  color: #ffffff;
}
.cid-uPSpBvFGAd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPSpBvFGAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPSpBvFGAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPSpBvFGAd .card {
  justify-content: flex-end;
}
.cid-uPSpBvFGAd .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPSpBvFGAd .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPSpBvFGAd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPSpBvFGAd .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uPSpBvFGAd .mbr-section-btn .btn::after,
.cid-uPSpBvFGAd .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPSpBvFGAd .mbr-section-btn .btn:hover,
.cid-uPSpBvFGAd .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPSpBvFGAd .mbr-section-btn .btn:hover::after,
.cid-uPSpBvFGAd .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPSpBvFGAd .items-wrapper {
  margin: 0 -20px;
}
.cid-uPSpBvFGAd .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uPSpBvFGAd .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #000000;
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
  font-size: 32px;
}
.cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPSpBvFGAd .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uPSpBvFGAd .mbr-section-title {
  color: #ffffff;
}
.cid-uPSpBvFGAd .mbr-tag {
  color: #adadad;
}
.cid-uPSpBvFGAd .item-title {
  color: #ffffff;
}
.cid-uPSpBvFGAd .item-text {
  color: #ffffff;
}
.cid-uPHQD33eCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPHQD33eCh .mbr-text {
  color: #221b35;
}
.cid-uPHQD33eCh .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPHQD33eCh h5,
.cid-uPHQD33eCh h6 {
  background: #fff;
  display: inline;
}
.cid-uPHQD33eCh h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPHQD33eCh .btn {
  width: 100%;
  position: relative;
}
.cid-uPHQD33eCh .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPHQD33eCh h6 {
  line-height: 1.3 !important;
}
.cid-uPHQD33eCh h6 span {
  padding-right: 2rem;
}
.cid-uPHQD33eCh .mbr-section-title,
.cid-uPHQD33eCh .align {
  color: #ffffff;
}
.cid-uPHQD33eCh .mbr-section-subtitle,
.cid-uPHQD33eCh .align {
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cid-uPHQD33eCh .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPGXsimGt8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPGXsimGt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXsimGt8 .col-12 {
  padding: 0;
}
.cid-uPGXsimGt8 .row {
  margin: 0;
}
.cid-uPGXsimGt8 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGXsimGt8 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXsimGt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXsimGt8 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uPGXsimGt8 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uPGXsimGt8 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uPGXsimGt8 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uPGXsimGt8 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uPGXsimGt8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPGXsimGt8 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXsimGt8 .mbr-section-title {
  color: #221b35;
}
.cid-uPGXsimGt8 .mbr-text,
.cid-uPGXsimGt8 .mbr-section-btn {
  color: #221b35;
}
.cid-uPGXsQnrw0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPGXsQnrw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXsQnrw0 .col-12 {
  padding: 0;
}
.cid-uPGXsQnrw0 .row {
  margin: 0;
}
.cid-uPGXsQnrw0 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGXsQnrw0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXsQnrw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXsQnrw0 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uPGXsQnrw0 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uPGXsQnrw0 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uPGXsQnrw0 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uPGXsQnrw0 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
.cid-uPGXsQnrw0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uPGXsQnrw0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPGXsQnrw0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXsQnrw0 .mbr-section-title {
  color: #221b35;
}
.cid-uPGXsQnrw0 .mbr-text,
.cid-uPGXsQnrw0 .mbr-section-btn {
  color: #221b35;
}
.cid-uPGXtaMY43 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPGXtaMY43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGXtaMY43 .col-12 {
  padding: 0;
}
.cid-uPGXtaMY43 .row {
  margin: 0;
}
.cid-uPGXtaMY43 .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uPGXtaMY43 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXtaMY43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGXtaMY43 .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uPGXtaMY43 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uPGXtaMY43 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uPGXtaMY43 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uPGXtaMY43 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uPGXtaMY43 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPGXtaMY43 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uPGXtaMY43 .mbr-section-title {
  color: #221b35;
}
.cid-uPGXtaMY43 .mbr-text,
.cid-uPGXtaMY43 .mbr-section-btn {
  color: #221b35;
}
.cid-ugIaUJLrUS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugIaUJLrUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIaUJLrUS ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-ugIaUJLrUS .item-menu-overlay {
  top: -40px;
}
.cid-ugIaUJLrUS li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-ugIaUJLrUS .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-ugIaUJLrUS .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-ugIaUJLrUS .item {
  margin-bottom: 2rem !important;
}
.cid-ugIaUJLrUS .card-wrapper {
  border: 1px solid #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-ugIaUJLrUS .card-wrapper {
    padding: 1rem;
  }
}
.cid-ugIaUJLrUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIaUJLrUS .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ugIaUJLrUS .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-ugIaUJLrUS .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-ugIaUJLrUS .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-ugIaUJLrUS .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-ugIaUJLrUS .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugIaUJLrUS .image-wrapper {
    padding: 1rem;
  }
}
.cid-ugIaUJLrUS .mbr-section-title {
  color: #221b35;
}
.cid-ugIaUJLrUS .mbr-text,
.cid-ugIaUJLrUS .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-ugI9Fg6VCS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugI9Fg6VCS .item-wrapper {
  border: solid 1px #000000;
  border-radius: 5px;
  background: #ffffff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugI9Fg6VCS .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9Fg6VCS .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ugI9Fg6VCS .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-ugI9Fg6VCS .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-ugI9Fg6VCS .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #000000;
}
.cid-ugI9Fg6VCS .card-box__top {
  text-align: left;
}
.cid-ugI9Fg6VCS .card-box__top {
  text-align: right;
}
.cid-ugI9Fg6VCS .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  padding: 8px;
}
.cid-ugI9Fg6VCS .card-title,
.cid-ugI9Fg6VCS .iconfont-wrapper {
  color: #000000;
}
.cid-ugI9Fg6VCS .card-text {
  color: #000000;
  text-align: left;
}
.cid-ugI9Fg6VCS .content-head {
  max-width: 800px;
}
.cid-ugI9Fg6VCS .mbr-section-title {
  color: #221b35;
}
.cid-ugI9Fg6VCS .card-title,
.cid-ugI9Fg6VCS .img-wrapper {
  text-align: left;
  color: #000000;
}
.cid-ugI9Fg6VCS .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
}
.cid-ugI9Fg6VCS .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-ugI9Fg6VCS .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-ugI9Fg6VCS .с,
.cid-ugI9Fg6VCS .img-wrapper {
  text-align: right;
}
.cid-ugI9Fg6VCS .card-company-name,
.cid-ugI9Fg6VCS .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-ugIaR4HQ3K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugIaR4HQ3K .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ugIaR4HQ3K .panel-group {
  border: none;
}
.cid-ugIaR4HQ3K .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugIaR4HQ3K .card-header {
    padding: 0rem;
  }
}
.cid-ugIaR4HQ3K .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-ugIaR4HQ3K .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ugIaR4HQ3K .card {
    padding: 1rem;
  }
}
.cid-ugIaR4HQ3K .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugIaR4HQ3K .img-col {
  padding: 0;
}
.cid-ugIaR4HQ3K .img-item {
  height: 100%;
}
.cid-ugIaR4HQ3K img {
  height: 100%;
  object-fit: cover;
}
.cid-ugIaR4HQ3K .collapsed span {
  transform: rotate(0deg);
}
.cid-ugIaR4HQ3K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugIaR4HQ3K p {
  margin-bottom: 0.3rem;
}
.cid-ugIaR4HQ3K .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-ugIaR4HQ3K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugIaR4HQ3K .panel-text {
  color: #000000;
}
.cid-ugIaR4HQ3K .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-ugIaR4HQ3K .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-ugIaR4HQ3K .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-ugIaR4HQ3K .panel-title-edit,
.cid-ugIaR4HQ3K .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-ugIaR4HQ3K .mbr-section-title,
.cid-ugIaR4HQ3K .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-ugIaR4HQ3K .mbr-section-subtitle,
.cid-ugIaR4HQ3K .align {
  color: #ffffff;
}
.cid-ugIaR4HQ3K .mbr-section-title,
.cid-ugIaR4HQ3K .align {
  color: #ffffff;
}
.cid-ugIaR4HQ3K .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-ugIaR4HQ3K .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uPSigcAFks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSigcAFks .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSigcAFks form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSigcAFks form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSigcAFks form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSigcAFks .row {
  margin: 0;
}
.cid-uPSigcAFks .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSigcAFks .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSigcAFks h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSigcAFks .content-head {
  max-width: 800px;
}
.cid-uPSigcAFks textarea {
  min-height: 200px;
}
.cid-uPSigcAFks input,
.cid-uPSigcAFks textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSigcAFks .mbr-section-title {
  color: #221b35;
}
.cid-uPSigcAFks LABEL {
  color: #221b35;
}
.cid-ugI9nmPE5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-ugI9nmPE5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9nmPE5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9nmPE5b .card-wrapper {
  border: 1px solid #000000;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugI9nmPE5b .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9nmPE5b .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ugI9nmPE5b .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9nmPE5b .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ugI9nmPE5b .google-map {
  height: 100%;
  position: relative;
}
.cid-ugI9nmPE5b .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugI9nmPE5b .google-map iframe {
    min-height: 350px;
  }
}
.cid-ugI9nmPE5b .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugI9nmPE5b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugI9nmPE5b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugI9nmPE5b ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ugI9nmPE5b .content-head {
  max-width: 800px;
}
.cid-ugI9nmPE5b .mbr-section-title {
  color: #221b35;
}
.cid-ugI9nmPE5b .cardTitle {
  color: #221b35;
}
.cid-ugI9nmPE5b .list,
.cid-ugI9nmPE5b .item-wrap {
  color: #221b35;
}
.cid-uPNAHi8OFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uPNAHi8OFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNAHi8OFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNAHi8OFF .card-wrapper {
  border: 1px solid #000000;
}
.cid-uPNAHi8OFF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uPNAHi8OFF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uPNAHi8OFF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uPNAHi8OFF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uPNAHi8OFF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uPNAHi8OFF .content-head {
  max-width: 800px;
}
.cid-uPNAHi8OFF .mbr-section-title {
  color: #221b35;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPIWYS3E02 {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPIWYS3E02 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPIWYS3E02 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPIWYS3E02 .display-1 {
    font-size: 5rem;
  }
}
.cid-uPIWYS3E02 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPIWYS3E02 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPIWYS3E02 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPIWYS3E02 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPIWYS3E02 .content-wrap {
    width: 100%;
  }
}
.cid-uPIWYS3E02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIWYS3E02 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPIWYS3E02 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPIWYS3E02 {
    align-items: center;
  }
  .cid-uPIWYS3E02 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPIWYS3E02 .content-wrap {
    min-width: 50%;
  }
}
.cid-uPIWYS3E02 .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPIWYS3E02 .mbr-text,
.cid-uPIWYS3E02 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPITKSCC4A {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPITKSCC4A .mbr-text {
  color: #221b35;
}
.cid-uPITKSCC4A .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPITKSCC4A h5,
.cid-uPITKSCC4A h6 {
  background: #000000;
  display: inline;
}
.cid-uPITKSCC4A h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPITKSCC4A h6 {
  line-height: 1.3 !important;
}
.cid-uPITKSCC4A h6 span {
  padding-right: 2rem;
}
.cid-uPITKSCC4A .mbr-section-title,
.cid-uPITKSCC4A .align {
  color: #ffffff;
}
.cid-uPITKSCC4A .mbr-section-subtitle,
.cid-uPITKSCC4A .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPIUNcUWap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPIUNcUWap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIUNcUWap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIUNcUWap .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPIUNcUWap .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPIUNcUWap .card-wrapper {
  margin-top: 3rem;
}
.cid-uPIUOxcI0w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPIUOxcI0w .li-item {
  align-items: center;
  display: flex;
}
.cid-uPIUOxcI0w .item {
  color: #e43f3f;
}
.cid-uPIUOxcI0w svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uPIUOxcI0w path {
  fill: currentColor;
}
.cid-uPIUOxcI0w .item,
.cid-uPIUOxcI0w path {
  color: #000000;
}
.cid-uPIUZjoXqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPIUZjoXqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIUZjoXqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIUZjoXqG .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPIUZjoXqG .mbr-section-title {
  color: #45494E;
}
.cid-uPIUZjoXqG .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPIUZjoXqG .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPIUZjoXqG .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPIUZjoXqG .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-uPIUZjoXqG .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPIUZjoXqG .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPIUZjoXqG .card-title {
  color: #45494E;
}
.cid-uPIUZjoXqG .card-text {
  color: #45494E;
}
.cid-uPIV5aHHAU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-uPIV5aHHAU .mbr-text {
  color: #221b35;
}
.cid-uPIV5aHHAU .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPIV5aHHAU h5,
.cid-uPIV5aHHAU h6 {
  background: #000000;
  display: inline;
}
.cid-uPIV5aHHAU h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPIV5aHHAU .btn {
  width: 100%;
  position: relative;
}
.cid-uPIV5aHHAU .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPIV5aHHAU h6 {
  line-height: 1.3 !important;
}
.cid-uPIV5aHHAU h6 span {
  padding-right: 2rem;
}
.cid-uPIV5aHHAU .mbr-section-title,
.cid-uPIV5aHHAU .align {
  color: #ffffff;
}
.cid-uPIV5aHHAU .mbr-section-subtitle,
.cid-uPIV5aHHAU .align {
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cid-uPIV5aHHAU .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPSjrmEjWa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjrmEjWa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjrmEjWa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjrmEjWa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjrmEjWa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjrmEjWa .row {
  margin: 0;
}
.cid-uPSjrmEjWa .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjrmEjWa .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjrmEjWa h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjrmEjWa .content-head {
  max-width: 800px;
}
.cid-uPSjrmEjWa textarea {
  min-height: 200px;
}
.cid-uPSjrmEjWa input,
.cid-uPSjrmEjWa textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjrmEjWa .mbr-section-title {
  color: #221b35;
}
.cid-uPSjrmEjWa LABEL {
  color: #221b35;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-uPJ0yz5bSj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPJ0yz5bSj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPJ0yz5bSj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPJ0yz5bSj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPJ0yz5bSj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPJ0yz5bSj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPJ0yz5bSj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPJ0yz5bSj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPJ0yz5bSj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPJ0yz5bSj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPJ0yz5bSj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPJ0yz5bSj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPJ0yz5bSj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPJ0yz5bSj .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPJ0yz5bSj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPJ0yz5bSj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPJ0yz5bSj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPJ0yz5bSj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPJ0yz5bSj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPJ0yz5bSj .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPJ0yz5bSj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPJ0yz5bSj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-uPJ0yz5bSj .nav-item:focus,
.cid-uPJ0yz5bSj .nav-link:focus {
  outline: none;
}
.cid-uPJ0yz5bSj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPJ0yz5bSj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPJ0yz5bSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPJ0yz5bSj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPJ0yz5bSj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPJ0yz5bSj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar.opened {
  transition: all 0.3s;
}
.cid-uPJ0yz5bSj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPJ0yz5bSj .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-uPJ0yz5bSj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPJ0yz5bSj .navbar.collapsed {
  justify-content: center;
}
.cid-uPJ0yz5bSj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPJ0yz5bSj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPJ0yz5bSj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPJ0yz5bSj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPJ0yz5bSj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPJ0yz5bSj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPJ0yz5bSj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPJ0yz5bSj .navbar {
    min-height: 72px;
  }
  .cid-uPJ0yz5bSj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPJ0yz5bSj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPJ0yz5bSj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPJ0yz5bSj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPJ0yz5bSj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPJ0yz5bSj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPJ0yz5bSj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPJ0yz5bSj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPJ0yz5bSj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPJ0yz5bSj .dropdown-item.active,
.cid-uPJ0yz5bSj .dropdown-item:active {
  background-color: transparent;
}
.cid-uPJ0yz5bSj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPJ0yz5bSj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPJ0yz5bSj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPJ0yz5bSj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPJ0yz5bSj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPJ0yz5bSj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPJ0yz5bSj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPJ0yz5bSj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPJ0yz5bSj .navbar-buttons {
    text-align: left;
  }
}
.cid-uPJ0yz5bSj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPJ0yz5bSj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPJ0yz5bSj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPJ0yz5bSj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJ0yz5bSj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJ0yz5bSj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPJ0yz5bSj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJ0yz5bSj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPJ0yz5bSj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPJ0yz5bSj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJ0yz5bSj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPJ0yz5bSj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPJ0yz5bSj .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-uPJ0yz5bSj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPJ0yz5bSj .navbar {
    height: 70px;
  }
  .cid-uPJ0yz5bSj .navbar.opened {
    height: auto;
  }
  .cid-uPJ0yz5bSj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPJ0yz5bSj .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPJ0yz5bSj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPJ0yz5bSj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPJ0yz5bSj .navbar-brand {
    margin-right: auto;
  }
  .cid-uPJ0yz5bSj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPJ0yz5bSj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPJ0yz5bSj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPJ0yz5bSj .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPJ0yz5bSj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPJ0yz5bSj .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-uPJ0yz5bSj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPJ0yz5bSj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPJ0yzv4Oi {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPJ0yzv4Oi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPJ0yzv4Oi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPJ0yzv4Oi .display-1 {
    font-size: 5rem;
  }
}
.cid-uPJ0yzv4Oi h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPJ0yzv4Oi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPJ0yzv4Oi .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPJ0yzv4Oi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPJ0yzv4Oi .content-wrap {
    width: 100%;
  }
}
.cid-uPJ0yzv4Oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0yzv4Oi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPJ0yzv4Oi .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPJ0yzv4Oi {
    align-items: center;
  }
  .cid-uPJ0yzv4Oi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPJ0yzv4Oi .content-wrap {
    min-width: 50%;
  }
}
.cid-uPJ0yzv4Oi .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPJ0yzv4Oi .mbr-text,
.cid-uPJ0yzv4Oi .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPJ0yzPdvO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPJ0yzPdvO .mbr-text {
  color: #221b35;
}
.cid-uPJ0yzPdvO .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPJ0yzPdvO h5,
.cid-uPJ0yzPdvO h6 {
  background: #000000;
  display: inline;
}
.cid-uPJ0yzPdvO h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPJ0yzPdvO h6 {
  line-height: 1.3 !important;
}
.cid-uPJ0yzPdvO h6 span {
  padding-right: 2rem;
}
.cid-uPJ0yzPdvO .mbr-section-title,
.cid-uPJ0yzPdvO .align {
  color: #ffffff;
}
.cid-uPJ0yzPdvO .mbr-section-subtitle,
.cid-uPJ0yzPdvO .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPJ0yAczxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJ0yAczxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0yAczxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0yAczxl .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPJ0yAczxl .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPJ0yAczxl .card-wrapper {
  margin-top: 3rem;
}
.cid-uPJ0yAL8DW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPJ0yAL8DW .li-item {
  align-items: center;
  display: flex;
}
.cid-uPJ0yAL8DW .item {
  color: #e43f3f;
}
.cid-uPJ0yAL8DW svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uPJ0yAL8DW path {
  fill: currentColor;
}
.cid-uPJ0yAL8DW .item,
.cid-uPJ0yAL8DW path {
  color: #000000;
}
.cid-uPJ0yBdMzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJ0yBdMzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0yBdMzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0yBdMzl .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPJ0yBdMzl .mbr-section-title {
  color: #45494E;
}
.cid-uPJ0yBdMzl .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPJ0yBdMzl .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPJ0yBdMzl .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPJ0yBdMzl .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-uPJ0yBdMzl .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPJ0yBdMzl .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPJ0yBdMzl .card-title {
  color: #45494E;
}
.cid-uPJ0yBdMzl .card-text {
  color: #45494E;
}
.cid-uPJ0yBGC1J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-uPJ0yBGC1J .mbr-text {
  color: #221b35;
}
.cid-uPJ0yBGC1J .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPJ0yBGC1J h5,
.cid-uPJ0yBGC1J h6 {
  background: #000000;
  display: inline;
}
.cid-uPJ0yBGC1J h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPJ0yBGC1J .btn {
  width: 100%;
  position: relative;
}
.cid-uPJ0yBGC1J .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPJ0yBGC1J h6 {
  line-height: 1.3 !important;
}
.cid-uPJ0yBGC1J h6 span {
  padding-right: 2rem;
}
.cid-uPJ0yBGC1J .mbr-section-title,
.cid-uPJ0yBGC1J .align {
  color: #ffffff;
}
.cid-uPJ0yBGC1J .mbr-section-subtitle,
.cid-uPJ0yBGC1J .align {
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cid-uPJ0yBGC1J .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPSjwuIyAw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjwuIyAw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjwuIyAw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjwuIyAw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjwuIyAw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjwuIyAw .row {
  margin: 0;
}
.cid-uPSjwuIyAw .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjwuIyAw .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjwuIyAw h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjwuIyAw .content-head {
  max-width: 800px;
}
.cid-uPSjwuIyAw textarea {
  min-height: 200px;
}
.cid-uPSjwuIyAw input,
.cid-uPSjwuIyAw textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjwuIyAw .mbr-section-title {
  color: #221b35;
}
.cid-uPSjwuIyAw LABEL {
  color: #221b35;
}
.cid-uPJ0yCSayR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPJ0yCSayR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0yCSayR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0yCSayR .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPJ0yCSayR .card {
    margin-bottom: 40px;
  }
}
.cid-uPJ0yCSayR .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPJ0yCSayR .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uPJ0yCSayR .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uPJ0yCSayR .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPJ0yCSayR .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPJ0yCSayR .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uPJ0yCSayR .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPJ0yCSayR .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uPJ0yCSayR img {
  border-radius: 0 !important;
}
.cid-uPJ0yCSayR .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uPJ0yCSayR .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPJ0yCSayR .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPJ0yCSayR .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uPJ0yCSayR .mbr-section-title {
  color: #ffffff;
}
.cid-uPJ0yCSayR .copyright {
  color: #ffffff;
}
.cid-uPJ0yCSayR .mbr-card-title {
  color: #ffffff;
}
.cid-uPJ0yCSayR .list {
  color: #ffffff;
}
.cid-uPJ0wcS4X5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uPJ0wcS4X5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPJ0wcS4X5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPJ0wcS4X5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPJ0wcS4X5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPJ0wcS4X5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPJ0wcS4X5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPJ0wcS4X5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPJ0wcS4X5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPJ0wcS4X5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPJ0wcS4X5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPJ0wcS4X5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPJ0wcS4X5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPJ0wcS4X5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uPJ0wcS4X5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPJ0wcS4X5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPJ0wcS4X5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPJ0wcS4X5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPJ0wcS4X5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPJ0wcS4X5 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uPJ0wcS4X5 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPJ0wcS4X5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-uPJ0wcS4X5 .nav-item:focus,
.cid-uPJ0wcS4X5 .nav-link:focus {
  outline: none;
}
.cid-uPJ0wcS4X5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPJ0wcS4X5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPJ0wcS4X5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPJ0wcS4X5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPJ0wcS4X5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPJ0wcS4X5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPJ0wcS4X5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPJ0wcS4X5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-uPJ0wcS4X5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPJ0wcS4X5 .navbar.collapsed {
  justify-content: center;
}
.cid-uPJ0wcS4X5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPJ0wcS4X5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPJ0wcS4X5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uPJ0wcS4X5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPJ0wcS4X5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPJ0wcS4X5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPJ0wcS4X5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPJ0wcS4X5 .navbar {
    min-height: 72px;
  }
  .cid-uPJ0wcS4X5 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPJ0wcS4X5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPJ0wcS4X5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPJ0wcS4X5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPJ0wcS4X5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPJ0wcS4X5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPJ0wcS4X5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPJ0wcS4X5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPJ0wcS4X5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPJ0wcS4X5 .dropdown-item.active,
.cid-uPJ0wcS4X5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPJ0wcS4X5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPJ0wcS4X5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPJ0wcS4X5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPJ0wcS4X5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPJ0wcS4X5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPJ0wcS4X5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPJ0wcS4X5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPJ0wcS4X5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPJ0wcS4X5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPJ0wcS4X5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPJ0wcS4X5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPJ0wcS4X5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPJ0wcS4X5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJ0wcS4X5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJ0wcS4X5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPJ0wcS4X5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJ0wcS4X5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPJ0wcS4X5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPJ0wcS4X5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJ0wcS4X5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPJ0wcS4X5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPJ0wcS4X5 .navbar {
    height: 70px;
  }
  .cid-uPJ0wcS4X5 .navbar.opened {
    height: auto;
  }
  .cid-uPJ0wcS4X5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPJ0wcS4X5 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPJ0wcS4X5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPJ0wcS4X5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPJ0wcS4X5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPJ0wcS4X5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPJ0wcS4X5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPJ0wcS4X5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPJ0wcS4X5 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPJ0wcS4X5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPJ0wcS4X5 .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-uPJ0wcS4X5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPJ0wcS4X5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPJ0wdKLgy {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPJ0wdKLgy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPJ0wdKLgy .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPJ0wdKLgy .display-1 {
    font-size: 5rem;
  }
}
.cid-uPJ0wdKLgy h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPJ0wdKLgy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPJ0wdKLgy .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPJ0wdKLgy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPJ0wdKLgy .content-wrap {
    width: 100%;
  }
}
.cid-uPJ0wdKLgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0wdKLgy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPJ0wdKLgy .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPJ0wdKLgy {
    align-items: center;
  }
  .cid-uPJ0wdKLgy .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPJ0wdKLgy .content-wrap {
    min-width: 50%;
  }
}
.cid-uPJ0wdKLgy .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPJ0wdKLgy .mbr-text,
.cid-uPJ0wdKLgy .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPJ0weDLL4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPJ0weDLL4 .mbr-text {
  color: #221b35;
}
.cid-uPJ0weDLL4 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPJ0weDLL4 h5,
.cid-uPJ0weDLL4 h6 {
  background: #000000;
  display: inline;
}
.cid-uPJ0weDLL4 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPJ0weDLL4 h6 {
  line-height: 1.3 !important;
}
.cid-uPJ0weDLL4 h6 span {
  padding-right: 2rem;
}
.cid-uPJ0weDLL4 .mbr-section-title,
.cid-uPJ0weDLL4 .align {
  color: #ffffff;
}
.cid-uPJ0weDLL4 .mbr-section-subtitle,
.cid-uPJ0weDLL4 .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPJ0wfcCVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJ0wfcCVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0wfcCVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0wfcCVU .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPJ0wfcCVU .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPJ0wfcCVU .card-wrapper {
  margin-top: 3rem;
}
.cid-uPJ0wglJZy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPJ0wglJZy .li-item {
  align-items: center;
  display: flex;
}
.cid-uPJ0wglJZy .item {
  color: #e43f3f;
}
.cid-uPJ0wglJZy svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uPJ0wglJZy path {
  fill: currentColor;
}
.cid-uPJ0wglJZy .item,
.cid-uPJ0wglJZy path {
  color: #000000;
}
.cid-uPJ0wgK3Pe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJ0wgK3Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0wgK3Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0wgK3Pe .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPJ0wgK3Pe .mbr-section-title {
  color: #45494E;
}
.cid-uPJ0wgK3Pe .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPJ0wgK3Pe .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPJ0wgK3Pe .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPJ0wgK3Pe .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-uPJ0wgK3Pe .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPJ0wgK3Pe .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPJ0wgK3Pe .card-title {
  color: #45494E;
}
.cid-uPJ0wgK3Pe .card-text {
  color: #45494E;
}
.cid-uPJ0whhJPT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-uPJ0whhJPT .mbr-text {
  color: #221b35;
}
.cid-uPJ0whhJPT .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPJ0whhJPT h5,
.cid-uPJ0whhJPT h6 {
  background: #000000;
  display: inline;
}
.cid-uPJ0whhJPT h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPJ0whhJPT .btn {
  width: 100%;
  position: relative;
}
.cid-uPJ0whhJPT .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPJ0whhJPT h6 {
  line-height: 1.3 !important;
}
.cid-uPJ0whhJPT h6 span {
  padding-right: 2rem;
}
.cid-uPJ0whhJPT .mbr-section-title,
.cid-uPJ0whhJPT .align {
  color: #ffffff;
}
.cid-uPJ0whhJPT .mbr-section-subtitle,
.cid-uPJ0whhJPT .align {
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cid-uPJ0whhJPT .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPSjB4vxI6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjB4vxI6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjB4vxI6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjB4vxI6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjB4vxI6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjB4vxI6 .row {
  margin: 0;
}
.cid-uPSjB4vxI6 .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjB4vxI6 .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjB4vxI6 h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjB4vxI6 .content-head {
  max-width: 800px;
}
.cid-uPSjB4vxI6 textarea {
  min-height: 200px;
}
.cid-uPSjB4vxI6 input,
.cid-uPSjB4vxI6 textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjB4vxI6 .mbr-section-title {
  color: #221b35;
}
.cid-uPSjB4vxI6 LABEL {
  color: #221b35;
}
.cid-uPJ0wij0J0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPJ0wij0J0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ0wij0J0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ0wij0J0 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPJ0wij0J0 .card {
    margin-bottom: 40px;
  }
}
.cid-uPJ0wij0J0 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPJ0wij0J0 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uPJ0wij0J0 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uPJ0wij0J0 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPJ0wij0J0 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uPJ0wij0J0 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uPJ0wij0J0 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPJ0wij0J0 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uPJ0wij0J0 img {
  border-radius: 0 !important;
}
.cid-uPJ0wij0J0 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uPJ0wij0J0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPJ0wij0J0 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uPJ0wij0J0 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uPJ0wij0J0 .mbr-section-title {
  color: #ffffff;
}
.cid-uPJ0wij0J0 .copyright {
  color: #ffffff;
}
.cid-uPJ0wij0J0 .mbr-card-title {
  color: #ffffff;
}
.cid-uPJ0wij0J0 .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPIDC0vMQ3 {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPIDC0vMQ3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPIDC0vMQ3 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPIDC0vMQ3 .display-1 {
    font-size: 5rem;
  }
}
.cid-uPIDC0vMQ3 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPIDC0vMQ3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPIDC0vMQ3 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPIDC0vMQ3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPIDC0vMQ3 .content-wrap {
    width: 100%;
  }
}
.cid-uPIDC0vMQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIDC0vMQ3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPIDC0vMQ3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPIDC0vMQ3 {
    align-items: center;
  }
  .cid-uPIDC0vMQ3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPIDC0vMQ3 .content-wrap {
    min-width: 50%;
  }
}
.cid-uPIDC0vMQ3 .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPIDC0vMQ3 .mbr-text,
.cid-uPIDC0vMQ3 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPIGpNgl8o {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPIGpNgl8o .mbr-text {
  color: #221b35;
}
.cid-uPIGpNgl8o .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPIGpNgl8o h5,
.cid-uPIGpNgl8o h6 {
  background: #000000;
  display: inline;
}
.cid-uPIGpNgl8o h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPIGpNgl8o h6 {
  line-height: 1.3 !important;
}
.cid-uPIGpNgl8o h6 span {
  padding-right: 2rem;
}
.cid-uPIGpNgl8o .mbr-section-title,
.cid-uPIGpNgl8o .align {
  color: #ffffff;
}
.cid-uPIGpNgl8o .mbr-section-subtitle,
.cid-uPIGpNgl8o .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPIGMcQJX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIGMcQJX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIGMcQJX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIGMcQJX4 .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPIGMcQJX4 .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPIGMcQJX4 .card-wrapper {
  margin-top: 3rem;
}
.cid-uPIHyOqIts {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPIHyOqIts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIHyOqIts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIHyOqIts .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uPIHyOqIts .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uPIHyOqIts .card-wrapper {
  margin-top: 3rem;
}
.cid-uPIKBvv2ye {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPIKBvv2ye .li-item {
  align-items: center;
  display: flex;
}
.cid-uPIKBvv2ye .item {
  color: #e43f3f;
}
.cid-uPIKBvv2ye svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uPIKBvv2ye path {
  fill: currentColor;
}
.cid-uPIKBvv2ye .item,
.cid-uPIKBvv2ye path {
  color: #000000;
}
.cid-uPINSccMpD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPINSccMpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPINSccMpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPINSccMpD .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uPINSccMpD .mbr-section-title {
  color: #45494E;
}
.cid-uPINSccMpD .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uPINSccMpD .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPINSccMpD .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uPINSccMpD .tabl-item-row:nth-child(2n) {
  background: rgba(255, 255, 255, 0);
}
.cid-uPINSccMpD .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uPINSccMpD .tabl-item-column {
    padding: 10px;
  }
}
.cid-uPINSccMpD .card-title {
  color: #45494E;
}
.cid-uPINSccMpD .card-text {
  color: #45494E;
}
.cid-uPIRSEuB6b {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uPIRSEuB6b .mbr-text {
  color: #221b35;
}
.cid-uPIRSEuB6b .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPIRSEuB6b h5,
.cid-uPIRSEuB6b h6 {
  background: #000000;
  display: inline;
}
.cid-uPIRSEuB6b h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPIRSEuB6b .btn {
  width: 100%;
  position: relative;
}
.cid-uPIRSEuB6b .btn .mbr-iconfont-btn {
  position: absolute;
  right: 2rem;
}
.cid-uPIRSEuB6b h6 {
  line-height: 1.3 !important;
}
.cid-uPIRSEuB6b h6 span {
  padding-right: 2rem;
}
.cid-uPIRSEuB6b .mbr-section-title,
.cid-uPIRSEuB6b .align {
  color: #ffffff;
}
.cid-uPIRSEuB6b .mbr-section-subtitle,
.cid-uPIRSEuB6b .align {
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cid-uPIRSEuB6b .btn {
    margin: 1rem 0 0 0;
  }
}
.cid-uPSjHoXFC4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjHoXFC4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjHoXFC4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjHoXFC4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjHoXFC4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjHoXFC4 .row {
  margin: 0;
}
.cid-uPSjHoXFC4 .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjHoXFC4 .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjHoXFC4 h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjHoXFC4 .content-head {
  max-width: 800px;
}
.cid-uPSjHoXFC4 textarea {
  min-height: 200px;
}
.cid-uPSjHoXFC4 input,
.cid-uPSjHoXFC4 textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjHoXFC4 .mbr-section-title {
  color: #221b35;
}
.cid-uPSjHoXFC4 LABEL {
  color: #221b35;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPJ2O1q7zd {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPJ2O1q7zd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPJ2O1q7zd .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPJ2O1q7zd .display-1 {
    font-size: 5rem;
  }
}
.cid-uPJ2O1q7zd h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPJ2O1q7zd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPJ2O1q7zd .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPJ2O1q7zd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPJ2O1q7zd .content-wrap {
    width: 100%;
  }
}
.cid-uPJ2O1q7zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ2O1q7zd .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPJ2O1q7zd .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPJ2O1q7zd {
    align-items: center;
  }
  .cid-uPJ2O1q7zd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPJ2O1q7zd .content-wrap {
    min-width: 50%;
  }
}
.cid-uPJ2O1q7zd .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPJ2O1q7zd .mbr-text,
.cid-uPJ2O1q7zd .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPJ38jNzr5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPJ38jNzr5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPJ38jNzr5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uPJ38jNzr5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uPJ38jNzr5 .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uPJ38jNzr5 .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uPJ38jNzr5 .mbr-text,
.cid-uPJ38jNzr5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uPJa3lj6B2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uPJa3lj6B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJa3lj6B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJa3lj6B2 .row {
  justify-content: space-between;
}
.cid-uPJa3lj6B2 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uPJa3lj6B2 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uPJa3lj6B2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uPJa3lj6B2 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-control:hover,
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uPJa3lj6B2 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uPJa3lj6B2 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uPJa3lj6B2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uPJa3lj6B2 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uPJa3lj6B2 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uPJa3lj6B2 .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uPJa3lj6B2 .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uPJa3lj6B2 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uPJa3lj6B2 .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uPJa3lj6B2 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPJa3lj6B2 .mbr-section-title {
  color: #000000;
}
.cid-uPJa3lj6B2 .mbr-text {
  color: #000000;
}
.cid-uPJa3lj6B2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPJa3lj6B2 .list {
  color: #000000;
}
.cid-uPJa3lj6B2 .mbr-desc {
  color: #000000;
}
.cid-uPJa3lj6B2 label {
  color: #000000;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPJefRKh2R {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPJefRKh2R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPJefRKh2R .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPJefRKh2R .display-1 {
    font-size: 5rem;
  }
}
.cid-uPJefRKh2R h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPJefRKh2R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPJefRKh2R .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPJefRKh2R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPJefRKh2R .content-wrap {
    width: 100%;
  }
}
.cid-uPJefRKh2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJefRKh2R .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPJefRKh2R .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPJefRKh2R {
    align-items: center;
  }
  .cid-uPJefRKh2R .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPJefRKh2R .content-wrap {
    min-width: 50%;
  }
}
.cid-uPJefRKh2R .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPJefRKh2R .mbr-text,
.cid-uPJefRKh2R .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPJexrWEnV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPJexrWEnV .mbr-text {
  color: #221b35;
}
.cid-uPJexrWEnV .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPJexrWEnV h5,
.cid-uPJexrWEnV h6 {
  background: #000000;
  display: inline;
}
.cid-uPJexrWEnV h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPJexrWEnV h6 {
  line-height: 1.3 !important;
}
.cid-uPJexrWEnV h6 span {
  padding-right: 2rem;
}
.cid-uPJexrWEnV .mbr-section-title,
.cid-uPJexrWEnV .align {
  color: #ffffff;
}
.cid-uPJexrWEnV .mbr-section-subtitle,
.cid-uPJexrWEnV .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPJYTD8eO9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uPJYTD8eO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJYTD8eO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJYTD8eO9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPJYTD8eO9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPJYTD8eO9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPJYTD8eO9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPJYTD8eO9 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPJYTD8eO9 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .item {
    margin-bottom: 28px;
  }
}
.cid-uPJYTD8eO9 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPJYTD8eO9 .item .item-wrapper:hover,
.cid-uPJYTD8eO9 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #000000, #1a1a1a 65%, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uPJYTD8eO9 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uPJYTD8eO9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPJYTD8eO9 .mbr-text,
.cid-uPJYTD8eO9 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPJYTD8eO9 .mbr-desc,
.cid-uPJYTD8eO9 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPJYTD8eO9 .item-desc {
  color: #9aa0a6;
}
.cid-uPJYTD8eO9 .item-title {
  color: #ffffff;
}
.cid-uPJYTD8eO9 .item-text {
  color: #ffffff;
}
.cid-uPJYTD8eO9 .icon-wrapper {
  text-align: right;
}
.cid-uPJYUfXwfv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uPJYUfXwfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJYUfXwfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJYUfXwfv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPJYUfXwfv .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPJYUfXwfv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPJYUfXwfv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPJYUfXwfv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPJYUfXwfv .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .item {
    margin-bottom: 28px;
  }
}
.cid-uPJYUfXwfv .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPJYUfXwfv .item .item-wrapper:hover,
.cid-uPJYUfXwfv .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #000000, #1a1a1a 65%, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uPJYUfXwfv .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uPJYUfXwfv .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uPJYUfXwfv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPJYUfXwfv .mbr-text,
.cid-uPJYUfXwfv .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPJYUfXwfv .mbr-desc,
.cid-uPJYUfXwfv .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPJYUfXwfv .item-desc {
  color: #9aa0a6;
}
.cid-uPJYUfXwfv .item-title {
  color: #ffffff;
}
.cid-uPJYUfXwfv .item-text {
  color: #ffffff;
}
.cid-uPJYUfXwfv .icon-wrapper {
  text-align: right;
}
.cid-uPK1LbvYyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPK1LbvYyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK1LbvYyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK1LbvYyP .items-wrapper {
  justify-content: flex-end;
}
.cid-uPK1LbvYyP .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPK1LbvYyP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPK1LbvYyP .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uPK1LbvYyP .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uPK1LbvYyP .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uPK1LbvYyP .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uPK1LbvYyP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uPK1LbvYyP .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uPK1LbvYyP .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPK1LbvYyP .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPK1LbvYyP .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uPK1LbvYyP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPK1LbvYyP .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPK1LbvYyP .mbr-desc {
  color: #272b2e;
}
.cid-uPK1LbvYyP .mbr-section-title {
  color: #272b2e;
}
.cid-uPK1LbvYyP .mbr-text,
.cid-uPK1LbvYyP .text-wrapper {
  color: #272b2e;
}
.cid-uPK2eEbgWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPK2eEbgWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK2eEbgWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK2eEbgWd .items-wrapper .item {
  border-bottom: 1px solid #000000;
}
.cid-uPK2eEbgWd .items-wrapper .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content {
  width: 48%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content {
    display: block;
    width: 100%;
  }
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content .item-number {
  min-width: 70px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content .item-number {
    min-width: auto;
    margin-bottom: 10px;
  }
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content .item-title {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
  }
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .text-wrapper {
  width: 90%;
  display: block;
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  display: block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uPK2eEbgWd .items-wrapper .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPK2eEbgWd .item-number {
  color: #000000;
}
.cid-uPK2eEbgWd .item-title {
  color: #000000;
}
.cid-uPK2eEbgWd .item-text {
  color: #58595b;
}
.cid-uPK2eEbgWd .item-text,
.cid-uPK2eEbgWd .text-wrapper {
  color: #000000;
}
.cid-uPK7WR4YX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPK7WR4YX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPK7WR4YX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPK7WR4YX9 .items-wrapper {
  justify-content: flex-end;
}
.cid-uPK7WR4YX9 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPK7WR4YX9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPK7WR4YX9 .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uPK7WR4YX9 .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uPK7WR4YX9 .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uPK7WR4YX9 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uPK7WR4YX9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uPK7WR4YX9 .content-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .cid-uPK7WR4YX9 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPK7WR4YX9 .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uPK7WR4YX9 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPK7WR4YX9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uPK7WR4YX9 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uPK7WR4YX9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPK7WR4YX9 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPK7WR4YX9 .mbr-desc {
  color: #272b2e;
}
.cid-uPK7WR4YX9 .mbr-section-title {
  color: #272b2e;
}
.cid-uPK7WR4YX9 .mbr-text,
.cid-uPK7WR4YX9 .text-wrapper {
  color: #272b2e;
}
.cid-uPKcYpe4CR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPKcYpe4CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKcYpe4CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKcYpe4CR .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uPKcYpe4CR .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uPKcYpe4CR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPKcYpe4CR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uPKcYpe4CR .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uPKcYpe4CR .card-text {
    padding-top: 5rem;
  }
}
.cid-uPKcYpe4CR .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #000000;
  transition: all ease-in-out 0.3s;
}
.cid-uPKcYpe4CR .item-wrapper:hover {
  background-color: #000000;
  transition: all ease-in-out 0.3s;
}
.cid-uPKcYpe4CR .item-wrapper:hover .card-title,
.cid-uPKcYpe4CR .item-wrapper:hover .card-text,
.cid-uPKcYpe4CR .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPKcYpe4CR .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKcYpe4CR .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uPKcYpe4CR .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uPKcYpe4CR .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uPKcYpe4CR .mbr-section-title {
  color: #221b35;
}
.cid-uPKcYpe4CR .mbr-section-subtitle {
  color: #221b35;
}
.cid-uPKcYpe4CR .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uPKcYpe4CR .card-box .item-footer {
  margin-top: auto;
}
.cid-uPKcYpe4CR .content-head {
  max-width: 800px;
}
.cid-uPKcYpe4CR .card-title,
.cid-uPKcYpe4CR .iconfont-wrapper {
  color: #221b35;
}
.cid-uPKcYpe4CR .card-text,
.cid-uPKcYpe4CR .item .mbr-section-btn {
  color: #221b35;
}
.cid-uPKknbOOFc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPKknbOOFc .mbr-text {
  color: #221b35;
}
.cid-uPKknbOOFc .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPKknbOOFc h5,
.cid-uPKknbOOFc h6 {
  background: #000000;
  display: inline;
}
.cid-uPKknbOOFc h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPKknbOOFc h6 {
  line-height: 1.3 !important;
}
.cid-uPKknbOOFc h6 span {
  padding-right: 2rem;
}
.cid-uPKknbOOFc .mbr-section-title,
.cid-uPKknbOOFc .align {
  color: #ffffff;
}
.cid-uPKknbOOFc .mbr-section-subtitle,
.cid-uPKknbOOFc .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPKlmp1B0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPKlmp1B0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPKlmp1B0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPKlmp1B0a .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPKlmp1B0a .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uPKlmp1B0a .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPKlmp1B0a .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPKlmp1B0a .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uPKlmp1B0a .items-wrapper {
    display: block;
  }
}
.cid-uPKlmp1B0a .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPKlmp1B0a .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPKlmp1B0a .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPKlmp1B0a .mbr-label {
  color: #000000;
}
.cid-uPKlmp1B0a .card-title {
  color: #000000;
}
.cid-uPKlmp1B0a .card-text {
  color: #8a8a8a;
}
.cid-uPKlmp1B0a .card-title,
.cid-uPKlmp1B0a .title-wrapper {
  color: #ffffff;
}
.cid-uPKlmp1B0a .card-text,
.cid-uPKlmp1B0a .mbr-section-btn {
  color: #ffffff;
}
.cid-uPSjYR7ny9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjYR7ny9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjYR7ny9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjYR7ny9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjYR7ny9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjYR7ny9 .row {
  margin: 0;
}
.cid-uPSjYR7ny9 .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjYR7ny9 .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjYR7ny9 h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjYR7ny9 .content-head {
  max-width: 800px;
}
.cid-uPSjYR7ny9 textarea {
  min-height: 200px;
}
.cid-uPSjYR7ny9 input,
.cid-uPSjYR7ny9 textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjYR7ny9 .mbr-section-title {
  color: #221b35;
}
.cid-uPSjYR7ny9 LABEL {
  color: #221b35;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPMPimuYEL {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPMPimuYEL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPMPimuYEL .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPMPimuYEL .display-1 {
    font-size: 5rem;
  }
}
.cid-uPMPimuYEL h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPMPimuYEL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPMPimuYEL .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPMPimuYEL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPMPimuYEL .content-wrap {
    width: 100%;
  }
}
.cid-uPMPimuYEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMPimuYEL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPMPimuYEL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPMPimuYEL {
    align-items: center;
  }
  .cid-uPMPimuYEL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPMPimuYEL .content-wrap {
    min-width: 50%;
  }
}
.cid-uPMPimuYEL .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPMPimuYEL .mbr-text,
.cid-uPMPimuYEL .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPMP08VR6I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPMP08VR6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMP08VR6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMP08VR6I .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uPMP08VR6I .content-wrapper {
    padding: 0;
  }
}
.cid-uPMP08VR6I .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPMP08VR6I .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPMP08VR6I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPMP08VR6I .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPMP08VR6I .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPMP08VR6I .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPMP08VR6I .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uPMP08VR6I .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPMP08VR6I .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uPMP08VR6I .mbr-section-title {
  color: #ffffff;
}
.cid-uPMP08VR6I .mbr-text,
.cid-uPMP08VR6I .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uPMP08VR6I .mbr-section-title,
.cid-uPMP08VR6I .mbr-section-btn {
  text-align: center;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPMPvSttRn {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPMPvSttRn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPMPvSttRn .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPMPvSttRn .display-1 {
    font-size: 5rem;
  }
}
.cid-uPMPvSttRn h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPMPvSttRn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPMPvSttRn .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPMPvSttRn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPMPvSttRn .content-wrap {
    width: 100%;
  }
}
.cid-uPMPvSttRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMPvSttRn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPMPvSttRn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPMPvSttRn {
    align-items: center;
  }
  .cid-uPMPvSttRn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPMPvSttRn .content-wrap {
    min-width: 50%;
  }
}
.cid-uPMPvSttRn .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPMPvSttRn .mbr-text,
.cid-uPMPvSttRn .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPMPJh0aeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPMPJh0aeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMPJh0aeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMPJh0aeN .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uPMPJh0aeN .content-wrapper {
    padding: 0;
  }
}
.cid-uPMPJh0aeN .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPMPJh0aeN .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPMPJh0aeN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPMPJh0aeN .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPMPJh0aeN .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPMPJh0aeN .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPMPJh0aeN .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uPMPJh0aeN .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPMPJh0aeN .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uPMPJh0aeN .mbr-section-title {
  color: #ffffff;
}
.cid-uPMPJh0aeN .mbr-text,
.cid-uPMPJh0aeN .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uPMPJh0aeN .mbr-section-title,
.cid-uPMPJh0aeN .mbr-section-btn {
  text-align: center;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
.cid-ugI9fFGGGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugI9fFGGGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugI9fFGGGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  font-weight: 600;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugI9fFGGGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugI9fFGGGp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugI9fFGGGp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugI9fFGGGp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !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: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-ugI9fFGGGp .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .nav-item:focus,
.cid-ugI9fFGGGp .nav-link:focus {
  outline: none;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugI9fFGGGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugI9fFGGGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugI9fFGGGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.opened {
  transition: all 0.3s;
}
.cid-ugI9fFGGGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugI9fFGGGp .navbar .navbar-logo img {
  width: auto;
  border-radius: 4px !important;
}
.cid-ugI9fFGGGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugI9fFGGGp .navbar.collapsed {
  justify-content: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugI9fFGGGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugI9fFGGGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugI9fFGGGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugI9fFGGGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugI9fFGGGp .navbar {
    min-height: 72px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugI9fFGGGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugI9fFGGGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugI9fFGGGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugI9fFGGGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugI9fFGGGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugI9fFGGGp .dropdown-item.active,
.cid-ugI9fFGGGp .dropdown-item:active {
  background-color: transparent;
}
.cid-ugI9fFGGGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugI9fFGGGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugI9fFGGGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugI9fFGGGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugI9fFGGGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugI9fFGGGp .navbar-buttons {
    text-align: left;
  }
}
.cid-ugI9fFGGGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugI9fFGGGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugI9fFGGGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugI9fFGGGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugI9fFGGGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugI9fFGGGp .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-ugI9fFGGGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugI9fFGGGp .navbar {
    height: 70px;
  }
  .cid-ugI9fFGGGp .navbar.opened {
    height: auto;
  }
  .cid-ugI9fFGGGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugI9fFGGGp .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugI9fFGGGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugI9fFGGGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugI9fFGGGp .navbar-brand {
    margin-right: auto;
  }
  .cid-ugI9fFGGGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugI9fFGGGp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugI9fFGGGp .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugI9fFGGGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugI9fFGGGp .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-ugI9fFGGGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugI9fFGGGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPMxmkadV5 {
  display: flex;
  background-image: url("../../../assets/images/waben-2000x1091.png");
}
.cid-uPMxmkadV5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uPMxmkadV5 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uPMxmkadV5 .display-1 {
    font-size: 5rem;
  }
}
.cid-uPMxmkadV5 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uPMxmkadV5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPMxmkadV5 .display-1 {
    font-size: 2.8rem;
  }
  .cid-uPMxmkadV5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPMxmkadV5 .content-wrap {
    width: 100%;
  }
}
.cid-uPMxmkadV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMxmkadV5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uPMxmkadV5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uPMxmkadV5 {
    align-items: center;
  }
  .cid-uPMxmkadV5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPMxmkadV5 .content-wrap {
    min-width: 50%;
  }
}
.cid-uPMxmkadV5 .mbr-section-title {
  text-align: center;
  color: #221b35;
}
.cid-uPMxmkadV5 .mbr-text,
.cid-uPMxmkadV5 .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uPMHPqjCrC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPMHPqjCrC .mbr-text {
  color: #221b35;
}
.cid-uPMHPqjCrC .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPMHPqjCrC h5,
.cid-uPMHPqjCrC h6 {
  background: #000000;
  display: inline;
}
.cid-uPMHPqjCrC h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPMHPqjCrC h6 {
  line-height: 1.3 !important;
}
.cid-uPMHPqjCrC h6 span {
  padding-right: 2rem;
}
.cid-uPMHPqjCrC .mbr-section-title,
.cid-uPMHPqjCrC .align {
  color: #ffffff;
}
.cid-uPMHPqjCrC .mbr-section-subtitle,
.cid-uPMHPqjCrC .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPMIwb78m1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uPMIwb78m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMIwb78m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMIwb78m1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPMIwb78m1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPMIwb78m1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPMIwb78m1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPMIwb78m1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPMIwb78m1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .item {
    margin-bottom: 28px;
  }
}
.cid-uPMIwb78m1 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPMIwb78m1 .item .item-wrapper:hover,
.cid-uPMIwb78m1 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #000000, #1a1a1a 65%, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uPMIwb78m1 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uPMIwb78m1 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uPMIwb78m1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPMIwb78m1 .mbr-text,
.cid-uPMIwb78m1 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPMIwb78m1 .mbr-desc,
.cid-uPMIwb78m1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPMIwb78m1 .item-desc {
  color: #9aa0a6;
}
.cid-uPMIwb78m1 .item-title {
  color: #ffffff;
}
.cid-uPMIwb78m1 .item-text {
  color: #ffffff;
}
.cid-uPMIwb78m1 .icon-wrapper {
  text-align: right;
}
.cid-uPMIwGXJ5Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uPMIwGXJ5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMIwGXJ5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMIwGXJ5Z .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPMIwGXJ5Z .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPMIwGXJ5Z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPMIwGXJ5Z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPMIwGXJ5Z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPMIwGXJ5Z .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .item {
    margin-bottom: 28px;
  }
}
.cid-uPMIwGXJ5Z .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPMIwGXJ5Z .item .item-wrapper:hover,
.cid-uPMIwGXJ5Z .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #000000, #1a1a1a 65%, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uPMIwGXJ5Z .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uPMIwGXJ5Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPMIwGXJ5Z .mbr-text,
.cid-uPMIwGXJ5Z .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPMIwGXJ5Z .mbr-desc,
.cid-uPMIwGXJ5Z .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPMIwGXJ5Z .item-desc {
  color: #9aa0a6;
}
.cid-uPMIwGXJ5Z .item-title {
  color: #ffffff;
}
.cid-uPMIwGXJ5Z .item-text {
  color: #ffffff;
}
.cid-uPMIwGXJ5Z .icon-wrapper {
  text-align: right;
}
.cid-uPML4j887k {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uPML4j887k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPML4j887k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPML4j887k .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPML4j887k .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uPML4j887k .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPML4j887k .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPML4j887k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uPML4j887k .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .item {
    margin-bottom: 28px;
  }
}
.cid-uPML4j887k .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPML4j887k .item .item-wrapper:hover,
.cid-uPML4j887k .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uPML4j887k .item .item-wrapper .item-wrap {
  border: 1px solid #ffffff;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #000000, #1a1a1a 65%, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uPML4j887k .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uPML4j887k .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uPML4j887k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPML4j887k .mbr-text,
.cid-uPML4j887k .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPML4j887k .mbr-desc,
.cid-uPML4j887k .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uPML4j887k .item-desc {
  color: #9aa0a6;
}
.cid-uPML4j887k .item-title {
  color: #ffffff;
}
.cid-uPML4j887k .item-text {
  color: #ffffff;
}
.cid-uPML4j887k .icon-wrapper {
  text-align: right;
}
.cid-uPMMC3ATGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPMMC3ATGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMC3ATGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .container {
    padding: 0 15px;
  }
}
.cid-uPMMC3ATGs .row {
  justify-content: center;
}
.cid-uPMMC3ATGs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPMMC3ATGs .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uPMMC3ATGs .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uPMMC3ATGs .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uPMMC3ATGs .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uPMMC3ATGs .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPMMC3ATGs .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uPMMC3ATGs .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uPMMC3ATGs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPMMC3ATGs .mbr-section-subtitle {
  color: #000000;
}
.cid-uPMMC3ATGs .list {
  color: #ffffff;
}
.cid-uPMMC3ATGs .list,
.cid-uPMMC3ATGs .item-wrap {
  color: #000000;
}
.cid-uPSjN4GmDC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPSjN4GmDC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPSjN4GmDC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uPSjN4GmDC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uPSjN4GmDC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPSjN4GmDC .row {
  margin: 0;
}
.cid-uPSjN4GmDC .card {
  padding: 3rem;
  border: 1px solid #000000 !important;
}
@media (max-width: 767px) {
  .cid-uPSjN4GmDC .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uPSjN4GmDC h3 {
  margin-bottom: 3rem !important;
}
.cid-uPSjN4GmDC .content-head {
  max-width: 800px;
}
.cid-uPSjN4GmDC textarea {
  min-height: 200px;
}
.cid-uPSjN4GmDC input,
.cid-uPSjN4GmDC textarea {
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uPSjN4GmDC .mbr-section-title {
  color: #221b35;
}
.cid-uPSjN4GmDC LABEL {
  color: #221b35;
}
.cid-ugI9tLT5LZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugI9tLT5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugI9tLT5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugI9tLT5LZ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ugI9tLT5LZ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugI9tLT5LZ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugI9tLT5LZ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ugI9tLT5LZ img {
  border-radius: 0 !important;
}
.cid-ugI9tLT5LZ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ugI9tLT5LZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugI9tLT5LZ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugI9tLT5LZ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ugI9tLT5LZ .mbr-section-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .copyright {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .mbr-card-title {
  color: #ffffff;
}
.cid-ugI9tLT5LZ .list {
  color: #ffffff;
}
