body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #152145 !important;
}
.bg-success {
  background-color: #be9a31 !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #152145 !important;
  border-color: #152145 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #152145;
  border-color: #152145;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #152145 !important;
  border-color: #152145 !important;
}
.btn-primary:hover {
  background-color: #090e1e !important;
  border-color: #090e1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #152145 !important;
  border-color: #152145 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #be9a31 !important;
  border-color: #be9a31 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #be9a31;
  border-color: #be9a31;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #be9a31 !important;
  border-color: #be9a31 !important;
}
.btn-success:hover {
  background-color: #957927 !important;
  border-color: #957927 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #152145;
  color: #152145;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #152145 !important;
  border-color: #152145;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #152145 !important;
  border-color: #152145 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #152145 !important;
  border-color: #152145 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #be9a31;
  color: #be9a31;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #be9a31 !important;
  border-color: #be9a31;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #be9a31 !important;
  border-color: #be9a31 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #152145 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #be9a31 !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6d581c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #152145 !important;
}
.alert-success {
  background-color: #be9a31;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #152145;
  border-color: #152145;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #152145;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6d86d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2cc8d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #152145;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #152145;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #152145;
  border-bottom-color: #152145;
}
.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: #152145 !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uL9yF6SP4F {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/untitled-design-2000x1125.webp");
}
.cid-uL9yF6SP4F .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uL9yF6SP4F .wrap {
  padding: 0 25px;
}
.cid-uL9yF6SP4F .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #be9a31;
  top: 0px;
  right: 0px;
}
.cid-uL9yF6SP4F .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uL9yF6SP4F .mbr-text {
  margin-bottom: 20px;
}
.cid-uL9yF6SP4F .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uL9yF6SP4F .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uL9yF6SP4F .container,
  .cid-uL9yF6SP4F .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uL9yF6SP4F .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uL9yF6SP4F a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uL9yF6SP4F .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uL9yF6SP4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9yF6SP4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9DSOcGpi {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefcf3;
}
.cid-uL9DSOcGpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9DSOcGpi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uL9DSOcGpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9DSOcGpi h1 {
  max-width: 800px;
}
.cid-uL9DSOcGpi p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uL9DSOcGpi {
    align-items: center;
  }
  .cid-uL9DSOcGpi .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL9DSOcGpi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL9DSOcGpi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9DSOcGpi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL9DSOcGpi .content-wrap {
    width: 100%;
  }
}
.cid-uL9DSOcGpi .mbr-section-subtitle,
.cid-uL9DSOcGpi .line {
  color: #000000;
}
.cid-uL9DSOcGpi .mbr-text,
.cid-uL9DSOcGpi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uL9DSOcGpi .mbr-section-title {
  color: #000000;
}
.cid-uL9MiZU4cO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/abstract-glass-window-roof-architecture-exterior-2000x1333.webp");
}
.cid-uL9MiZU4cO .link-wrapper {
  width: 100%;
}
.cid-uL9MiZU4cO .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uL9MiZU4cO .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uL9MiZU4cO .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uL9MiZU4cO .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uL9MiZU4cO .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uL9MiZU4cO .mbr-section-title DIV {
  text-align: center;
}
.cid-uL9MiZU4cO .mbr-text,
.cid-uL9MiZU4cO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL9MiZU4cO .link,
.cid-uL9MiZU4cO .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uL9MiZU4cO .mbr-section-title {
  color: #ffffff;
}
.cid-uL9MiZU4cO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9MiZU4cO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9GmeGSs8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefcf3;
}
@media (max-width: 991px) {
  .cid-uL9GmeGSs8 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uL9GmeGSs8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL9GmeGSs8 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL9GmeGSs8 .mbr-section-title {
  color: #000000;
}
.cid-uL9GmeGSs8 .mbr-text {
  color: #000000;
}
.cid-uL9GmeGSs8 .mbr-description {
  color: #6c7577;
}
.cid-uL9GmeGSs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9GmeGSs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuxxKX9H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuxxKX9H .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuxxKX9H .item-img {
  padding: 0.5rem;
}
.cid-uSTuxxKX9H img,
.cid-uSTuxxKX9H .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuxxKX9H .item:focus,
.cid-uSTuxxKX9H span:focus {
  outline: none;
}
.cid-uSTuxxKX9H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuxxKX9H .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuxxKX9H .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuxxKX9H .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuxxKX9H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuxxKX9H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuxxKX9H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuxxKX9H .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuxxKX9H .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuxxKX9H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuxxKX9H .mbr-text,
.cid-uSTuxxKX9H .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaCTOTr15 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaCTOTr15 .link-wrapper {
  width: 100%;
}
.cid-uLaCTOTr15 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaCTOTr15 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaCTOTr15 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaCTOTr15 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaCTOTr15 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaCTOTr15 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaCTOTr15 .mbr-text,
.cid-uLaCTOTr15 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaCTOTr15 .link,
.cid-uLaCTOTr15 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaCTOTr15 .mbr-section-title {
  color: #ffffff;
}
.cid-uLaCTOTr15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaCTOTr15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9YnOqAut {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uL9YnOqAut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9YnOqAut .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-uL9YnOqAut .container {
    padding: 0 25px;
  }
}
.cid-uL9YnOqAut .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uL9YnOqAut .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uL9YnOqAut .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uL9YnOqAut .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uL9YnOqAut .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uL9YnOqAut .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uL9YnOqAut .items .item {
    margin: 0;
  }
}
.cid-uL9YnOqAut .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uL9YnOqAut .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uL9YnOqAut .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uL9YnOqAut .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uL9YnOqAut .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uL9YnOqAut .mbr-section-title {
  color: #000000;
}
.cid-uL9YnOqAut .item-title {
  color: #000000;
}
.cid-uL9YnOqAut .mbr-text {
  color: #000000;
}
.cid-uL9OYKV70J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uL9OYKV70J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9OYKV70J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL9OYKV70J .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL9OYKV70J .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uL9OYKV70J .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uL9OYKV70J .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uL9OYKV70J .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL9OYKV70J .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uL9OYKV70J .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uL9OYKV70J .items-wrapper .card {
  padding: 0 32px;
}
.cid-uL9OYKV70J .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uL9OYKV70J .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uL9OYKV70J .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uL9OYKV70J .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uL9OYKV70J .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uL9OYKV70J .list-wrapper .list .item-wrap:hover,
.cid-uL9OYKV70J .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uL9OYKV70J .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uL9OYKV70J .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uL9OYKV70J .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uL9OYKV70J .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uL9OYKV70J .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uL9OYKV70J .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uL9OYKV70J .mbr-desc {
  color: #be9a31;
}
.cid-uL9OYKV70J .mbr-text,
.cid-uL9OYKV70J .text-wrapper {
  color: #9aa0a6;
}
.cid-uL9OYKV70J .list {
  color: #9aa0a6;
}
.cid-uL9OYKV70J .list,
.cid-uL9OYKV70J .item-wrap {
  color: #ffffff;
}
.cid-uL9OYKV70J .mbr-text,
.cid-uL9OYKV70J .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uL9ZApRVsR {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/abstract-glass-window-roof-architecture-exterior-2000x1333.webp");
}
.cid-uL9ZApRVsR .link-wrapper {
  width: 100%;
}
.cid-uL9ZApRVsR .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uL9ZApRVsR .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uL9ZApRVsR .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uL9ZApRVsR .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uL9ZApRVsR .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uL9ZApRVsR .mbr-section-title DIV {
  text-align: center;
}
.cid-uL9ZApRVsR .mbr-text,
.cid-uL9ZApRVsR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL9ZApRVsR .link,
.cid-uL9ZApRVsR .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uL9ZApRVsR .mbr-section-title {
  color: #ffffff;
}
.cid-uL9ZApRVsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9ZApRVsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9ZAp3OFx {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL9ZAp3OFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9ZAp3OFx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uL9ZAp3OFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9ZAp3OFx h1 {
  max-width: 800px;
}
.cid-uL9ZAp3OFx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uL9ZAp3OFx {
    align-items: center;
  }
  .cid-uL9ZAp3OFx .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL9ZAp3OFx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL9ZAp3OFx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL9ZAp3OFx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL9ZAp3OFx .content-wrap {
    width: 100%;
  }
}
.cid-uL9ZAp3OFx .mbr-section-subtitle,
.cid-uL9ZAp3OFx .line {
  color: #000000;
}
.cid-uL9ZAp3OFx .mbr-text,
.cid-uL9ZAp3OFx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uL9ZAp3OFx .mbr-section-title {
  color: #000000;
}
.cid-uLa2DrSTHi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLa2DrSTHi .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLa2DrSTHi .panel-group {
  border: none;
}
.cid-uLa2DrSTHi .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLa2DrSTHi .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLa2DrSTHi .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLa2DrSTHi .panel-body {
    padding: 0rem;
  }
}
.cid-uLa2DrSTHi .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLa2DrSTHi .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLa2DrSTHi img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLa2DrSTHi img {
    width: 100%;
  }
}
.cid-uLa2DrSTHi .container-fluid {
  padding: 0 1rem;
}
.cid-uLa2DrSTHi .collapsed span {
  transform: rotate(0deg);
}
.cid-uLa2DrSTHi .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLa2DrSTHi .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLa2DrSTHi .panel-title-edit {
  color: #000000;
}
.cid-uLa2DrSTHi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLa2DrSTHi .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLa2DrSTHi .panel-title-edit,
.cid-uLa2DrSTHi .mbr-iconfont {
  color: #1b2026;
}
.cid-uLa2DrSTHi .panel-text {
  color: #000000;
}
.cid-uLa2DrSTHi H4 {
  color: #777777;
}
.cid-uLa2DrSTHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa2DrSTHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsiUc7jew {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uOsiUc7jew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsiUc7jew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsiUc7jew .container,
.cid-uOsiUc7jew .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOsiUc7jew .container,
  .cid-uOsiUc7jew .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOsiUc7jew .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uOsiUc7jew .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}
@media (max-width: 992px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper {
    flex-direction: column;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .desc-wrap {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 10px;
  background-color: #be9a31;
  margin-bottom: 0;
}
.cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin: 0 auto 30px;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uOsiUc7jew .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
.cid-uOsiUc7jew .embla__slide .card-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uOsiUc7jew .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uOsiUc7jew .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uOsiUc7jew .embla__button--next,
.cid-uOsiUc7jew .embla__button--prev {
  display: flex;
}
.cid-uOsiUc7jew .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #152145;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOsiUc7jew .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOsiUc7jew .embla__button:hover {
  background: transparent;
  color: #152145;
  opacity: .5;
}
.cid-uOsiUc7jew .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uOsiUc7jew .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uOsiUc7jew .embla__button {
    top: 0;
  }
}
.cid-uOsiUc7jew .embla {
  position: relative;
  width: 100%;
}
.cid-uOsiUc7jew .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOsiUc7jew .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOsiUc7jew .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOsiUc7jew .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOsiUc7jew .mbr-desc {
  color: #ffffff;
}
.cid-uOsiUc7jew .mbr-section-title {
  color: #232226;
}
.cid-uOsiUc7jew .mbr-text {
  color: #232226;
}
.cid-uOsn0y8TTh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uOsn0y8TTh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uOsn0y8TTh .panel-group {
  border: none;
}
.cid-uOsn0y8TTh .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOsn0y8TTh .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOsn0y8TTh .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOsn0y8TTh .panel-body {
    padding: 0rem;
  }
}
.cid-uOsn0y8TTh .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOsn0y8TTh .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uOsn0y8TTh img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOsn0y8TTh img {
    width: 100%;
  }
}
.cid-uOsn0y8TTh .container-fluid {
  padding: 0 1rem;
}
.cid-uOsn0y8TTh .collapsed span {
  transform: rotate(0deg);
}
.cid-uOsn0y8TTh .panel-title {
  display: flex;
  align-items: center;
}
.cid-uOsn0y8TTh .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uOsn0y8TTh .panel-title-edit {
  color: #000000;
}
.cid-uOsn0y8TTh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uOsn0y8TTh .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uOsn0y8TTh .panel-title-edit,
.cid-uOsn0y8TTh .mbr-iconfont {
  color: #1b2026;
}
.cid-uOsn0y8TTh .panel-text {
  color: #232226;
}
.cid-uOsn0y8TTh H4 {
  color: #232226;
}
.cid-uOsn0y8TTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsn0y8TTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsn0y8TTh H3 {
  text-align: left;
}
.cid-uSTuAMEtc4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuAMEtc4 .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuAMEtc4 .item-img {
  padding: 0.5rem;
}
.cid-uSTuAMEtc4 img,
.cid-uSTuAMEtc4 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuAMEtc4 .item:focus,
.cid-uSTuAMEtc4 span:focus {
  outline: none;
}
.cid-uSTuAMEtc4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuAMEtc4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuAMEtc4 .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuAMEtc4 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuAMEtc4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuAMEtc4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuAMEtc4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuAMEtc4 .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuAMEtc4 .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuAMEtc4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuAMEtc4 .mbr-text,
.cid-uSTuAMEtc4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaDBBd7hm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaDBBd7hm .link-wrapper {
  width: 100%;
}
.cid-uLaDBBd7hm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaDBBd7hm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDBBd7hm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaDBBd7hm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaDBBd7hm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDBBd7hm .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaDBBd7hm .mbr-text,
.cid-uLaDBBd7hm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDBBd7hm .link,
.cid-uLaDBBd7hm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDBBd7hm .mbr-section-title {
  color: #ffffff;
}
.cid-uLaDBBd7hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDBBd7hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9ZAqBVRe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uL9ZAqBVRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9ZAqBVRe .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-uL9ZAqBVRe .container {
    padding: 0 25px;
  }
}
.cid-uL9ZAqBVRe .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uL9ZAqBVRe .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uL9ZAqBVRe .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uL9ZAqBVRe .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uL9ZAqBVRe .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uL9ZAqBVRe .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uL9ZAqBVRe .items .item {
    margin: 0;
  }
}
.cid-uL9ZAqBVRe .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uL9ZAqBVRe .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uL9ZAqBVRe .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uL9ZAqBVRe .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uL9ZAqBVRe .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uL9ZAqBVRe .mbr-section-title {
  color: #000000;
}
.cid-uL9ZAqBVRe .item-title {
  color: #000000;
}
.cid-uL9ZAqBVRe .mbr-text {
  color: #000000;
}
.cid-uL9ZAroaLa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uL9ZAroaLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9ZAroaLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL9ZAroaLa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uL9ZAroaLa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uL9ZAroaLa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uL9ZAroaLa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL9ZAroaLa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uL9ZAroaLa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uL9ZAroaLa .items-wrapper .card {
  padding: 0 32px;
}
.cid-uL9ZAroaLa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uL9ZAroaLa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uL9ZAroaLa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uL9ZAroaLa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uL9ZAroaLa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uL9ZAroaLa .list-wrapper .list .item-wrap:hover,
.cid-uL9ZAroaLa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uL9ZAroaLa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uL9ZAroaLa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uL9ZAroaLa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uL9ZAroaLa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uL9ZAroaLa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uL9ZAroaLa .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uL9ZAroaLa .mbr-desc {
  color: #be9a31;
}
.cid-uL9ZAroaLa .mbr-text,
.cid-uL9ZAroaLa .text-wrapper {
  color: #9aa0a6;
}
.cid-uL9ZAroaLa .list {
  color: #9aa0a6;
}
.cid-uL9ZAroaLa .list,
.cid-uL9ZAroaLa .item-wrap {
  color: #ffffff;
}
.cid-uL9ZAroaLa .mbr-text,
.cid-uL9ZAroaLa .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLa7G1Fdmj {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/low-angle-greyscale-shot-airplane-flying-high-rise-buildings-2000x1333.webp");
}
.cid-uLa7G1Fdmj .link-wrapper {
  width: 100%;
}
.cid-uLa7G1Fdmj .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLa7G1Fdmj .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLa7G1Fdmj .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLa7G1Fdmj .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLa7G1Fdmj .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLa7G1Fdmj .mbr-section-title DIV {
  text-align: center;
}
.cid-uLa7G1Fdmj .mbr-text,
.cid-uLa7G1Fdmj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLa7G1Fdmj .link,
.cid-uLa7G1Fdmj .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLa7G1Fdmj .mbr-section-title {
  color: #ffffff;
}
.cid-uLa7G1Fdmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7G1Fdmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa7G3fXfh {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLa7G3fXfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7G3fXfh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLa7G3fXfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa7G3fXfh h1 {
  max-width: 800px;
}
.cid-uLa7G3fXfh p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLa7G3fXfh {
    align-items: center;
  }
  .cid-uLa7G3fXfh .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLa7G3fXfh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLa7G3fXfh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLa7G3fXfh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLa7G3fXfh .content-wrap {
    width: 100%;
  }
}
.cid-uLa7G3fXfh .mbr-section-subtitle,
.cid-uLa7G3fXfh .line {
  color: #000000;
}
.cid-uLa7G3fXfh .mbr-text,
.cid-uLa7G3fXfh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLa7G3fXfh .mbr-section-title {
  color: #000000;
}
.cid-uLa7G3RxDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLa7G3RxDF .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLa7G3RxDF .panel-group {
  border: none;
}
.cid-uLa7G3RxDF .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLa7G3RxDF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLa7G3RxDF .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLa7G3RxDF .panel-body {
    padding: 0rem;
  }
}
.cid-uLa7G3RxDF .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLa7G3RxDF .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLa7G3RxDF img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLa7G3RxDF img {
    width: 100%;
  }
}
.cid-uLa7G3RxDF .container-fluid {
  padding: 0 1rem;
}
.cid-uLa7G3RxDF .collapsed span {
  transform: rotate(0deg);
}
.cid-uLa7G3RxDF .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLa7G3RxDF .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLa7G3RxDF .panel-title-edit {
  color: #000000;
}
.cid-uLa7G3RxDF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLa7G3RxDF .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLa7G3RxDF .panel-title-edit,
.cid-uLa7G3RxDF .mbr-iconfont {
  color: #1b2026;
}
.cid-uLa7G3RxDF .panel-text {
  color: #000000;
}
.cid-uLa7G3RxDF H4 {
  color: #777777;
}
.cid-uLa7G3RxDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7G3RxDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaayhRQPY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLaayhRQPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaayhRQPY .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-uLaayhRQPY .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLaayhRQPY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLaayhRQPY .row {
  justify-content: space-between;
}
.cid-uLaayhRQPY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLaayhRQPY .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLaayhRQPY .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLaayhRQPY .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLaayhRQPY .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLaayhRQPY .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLaayhRQPY .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLaayhRQPY .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLaayhRQPY .mbr-section-title {
  color: #000000;
}
.cid-uLaayhRQPY .card-title {
  color: #000000;
}
.cid-uLa7G4CEPo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLa7G4CEPo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLa7G4CEPo .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLa7G4CEPo .wrap {
  align-items: center;
}
.cid-uLa7G4CEPo .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLa7G4CEPo .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLa7G4CEPo .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLa7G4CEPo .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLa7G4CEPo .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLa7G4CEPo .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLa7G4CEPo .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLa7G4CEPo .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLa7G4CEPo .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLa7G4CEPo .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLa7G4CEPo .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLa7G4CEPo .card__content {
  padding: 20px;
}
.cid-uLa7G4CEPo .card__topic {
  margin-bottom: 15px;
}
.cid-uLa7G4CEPo .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLa7G4CEPo .mbr-text {
  margin-bottom: 10px;
}
.cid-uLa7G4CEPo .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLa7G4CEPo .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLa7G4CEPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7G4CEPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuOtMdQV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuOtMdQV .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuOtMdQV .item-img {
  padding: 0.5rem;
}
.cid-uSTuOtMdQV img,
.cid-uSTuOtMdQV .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuOtMdQV .item:focus,
.cid-uSTuOtMdQV span:focus {
  outline: none;
}
.cid-uSTuOtMdQV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuOtMdQV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuOtMdQV .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuOtMdQV .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuOtMdQV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuOtMdQV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuOtMdQV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuOtMdQV .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuOtMdQV .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuOtMdQV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuOtMdQV .mbr-text,
.cid-uSTuOtMdQV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaDTDqGVd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaDTDqGVd .link-wrapper {
  width: 100%;
}
.cid-uLaDTDqGVd .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaDTDqGVd .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDTDqGVd .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaDTDqGVd .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaDTDqGVd .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDTDqGVd .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaDTDqGVd .mbr-text,
.cid-uLaDTDqGVd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDTDqGVd .link,
.cid-uLaDTDqGVd .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDTDqGVd .mbr-section-title {
  color: #ffffff;
}
.cid-uLaDTDqGVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDTDqGVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYqjovEY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYqjovEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYqjovEY .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-uOKYqjovEY .container {
    padding: 0 25px;
  }
}
.cid-uOKYqjovEY .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYqjovEY .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYqjovEY .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYqjovEY .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYqjovEY .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYqjovEY .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYqjovEY .items .item {
    margin: 0;
  }
}
.cid-uOKYqjovEY .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYqjovEY .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYqjovEY .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYqjovEY .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYqjovEY .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYqjovEY .mbr-section-title {
  color: #000000;
}
.cid-uOKYqjovEY .item-title {
  color: #000000;
}
.cid-uOKYqjovEY .mbr-text {
  color: #000000;
}
.cid-uLa7G7KsgO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLa7G7KsgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7G7KsgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLa7G7KsgO .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLa7G7KsgO .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLa7G7KsgO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLa7G7KsgO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLa7G7KsgO .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLa7G7KsgO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLa7G7KsgO .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLa7G7KsgO .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLa7G7KsgO .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLa7G7KsgO .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLa7G7KsgO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLa7G7KsgO .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLa7G7KsgO .list-wrapper .list .item-wrap:hover,
.cid-uLa7G7KsgO .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLa7G7KsgO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLa7G7KsgO .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLa7G7KsgO .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLa7G7KsgO .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLa7G7KsgO .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLa7G7KsgO .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLa7G7KsgO .mbr-desc {
  color: #be9a31;
}
.cid-uLa7G7KsgO .mbr-text,
.cid-uLa7G7KsgO .text-wrapper {
  color: #9aa0a6;
}
.cid-uLa7G7KsgO .list {
  color: #9aa0a6;
}
.cid-uLa7G7KsgO .list,
.cid-uLa7G7KsgO .item-wrap {
  color: #ffffff;
}
.cid-uLa7G7KsgO .mbr-text,
.cid-uLa7G7KsgO .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLabJftUZF {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/george-washington-bridge-black-white-2000x917.webp");
}
.cid-uLabJftUZF .link-wrapper {
  width: 100%;
}
.cid-uLabJftUZF .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLabJftUZF .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLabJftUZF .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLabJftUZF .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLabJftUZF .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLabJftUZF .mbr-section-title DIV {
  text-align: center;
}
.cid-uLabJftUZF .mbr-text,
.cid-uLabJftUZF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLabJftUZF .link,
.cid-uLabJftUZF .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLabJftUZF .mbr-section-title {
  color: #ffffff;
}
.cid-uLabJftUZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJftUZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabJgsZfj {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLabJgsZfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJgsZfj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLabJgsZfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabJgsZfj h1 {
  max-width: 800px;
}
.cid-uLabJgsZfj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLabJgsZfj {
    align-items: center;
  }
  .cid-uLabJgsZfj .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLabJgsZfj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLabJgsZfj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLabJgsZfj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLabJgsZfj .content-wrap {
    width: 100%;
  }
}
.cid-uLabJgsZfj .mbr-section-subtitle,
.cid-uLabJgsZfj .line {
  color: #000000;
}
.cid-uLabJgsZfj .mbr-text,
.cid-uLabJgsZfj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLabJgsZfj .mbr-section-title {
  color: #000000;
}
.cid-uLabJgMItE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLabJgMItE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLabJgMItE .panel-group {
  border: none;
}
.cid-uLabJgMItE .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLabJgMItE .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLabJgMItE .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLabJgMItE .panel-body {
    padding: 0rem;
  }
}
.cid-uLabJgMItE .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLabJgMItE .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLabJgMItE img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLabJgMItE img {
    width: 100%;
  }
}
.cid-uLabJgMItE .container-fluid {
  padding: 0 1rem;
}
.cid-uLabJgMItE .collapsed span {
  transform: rotate(0deg);
}
.cid-uLabJgMItE .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLabJgMItE .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLabJgMItE .panel-title-edit {
  color: #000000;
}
.cid-uLabJgMItE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLabJgMItE .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLabJgMItE .panel-title-edit,
.cid-uLabJgMItE .mbr-iconfont {
  color: #1b2026;
}
.cid-uLabJgMItE .panel-text {
  color: #000000;
}
.cid-uLabJgMItE H4 {
  color: #777777;
}
.cid-uLabJgMItE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJgMItE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabJh8m8z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLabJh8m8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJh8m8z .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-uLabJh8m8z .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLabJh8m8z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLabJh8m8z .row {
  justify-content: space-between;
}
.cid-uLabJh8m8z .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLabJh8m8z .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLabJh8m8z .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLabJh8m8z .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLabJh8m8z .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLabJh8m8z .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLabJh8m8z .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLabJh8m8z .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLabJh8m8z .mbr-section-title {
  color: #000000;
}
.cid-uLabJh8m8z .card-title {
  color: #000000;
}
.cid-uLabJhvMCW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLabJhvMCW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLabJhvMCW .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLabJhvMCW .wrap {
  align-items: center;
}
.cid-uLabJhvMCW .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLabJhvMCW .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLabJhvMCW .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLabJhvMCW .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLabJhvMCW .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLabJhvMCW .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLabJhvMCW .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLabJhvMCW .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLabJhvMCW .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLabJhvMCW .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLabJhvMCW .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLabJhvMCW .card__content {
  padding: 20px;
}
.cid-uLabJhvMCW .card__topic {
  margin-bottom: 15px;
}
.cid-uLabJhvMCW .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLabJhvMCW .mbr-text {
  margin-bottom: 10px;
}
.cid-uLabJhvMCW .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLabJhvMCW .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLabJhvMCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJhvMCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuSvUdvJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuSvUdvJ .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuSvUdvJ .item-img {
  padding: 0.5rem;
}
.cid-uSTuSvUdvJ img,
.cid-uSTuSvUdvJ .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuSvUdvJ .item:focus,
.cid-uSTuSvUdvJ span:focus {
  outline: none;
}
.cid-uSTuSvUdvJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuSvUdvJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuSvUdvJ .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuSvUdvJ .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuSvUdvJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuSvUdvJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuSvUdvJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuSvUdvJ .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuSvUdvJ .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuSvUdvJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuSvUdvJ .mbr-text,
.cid-uSTuSvUdvJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaDXrPcSq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaDXrPcSq .link-wrapper {
  width: 100%;
}
.cid-uLaDXrPcSq .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaDXrPcSq .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDXrPcSq .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaDXrPcSq .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaDXrPcSq .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDXrPcSq .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaDXrPcSq .mbr-text,
.cid-uLaDXrPcSq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDXrPcSq .link,
.cid-uLaDXrPcSq .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDXrPcSq .mbr-section-title {
  color: #ffffff;
}
.cid-uLaDXrPcSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDXrPcSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYsGIvYq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYsGIvYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYsGIvYq .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-uOKYsGIvYq .container {
    padding: 0 25px;
  }
}
.cid-uOKYsGIvYq .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYsGIvYq .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYsGIvYq .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYsGIvYq .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYsGIvYq .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYsGIvYq .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYsGIvYq .items .item {
    margin: 0;
  }
}
.cid-uOKYsGIvYq .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYsGIvYq .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYsGIvYq .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYsGIvYq .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYsGIvYq .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYsGIvYq .mbr-section-title {
  color: #000000;
}
.cid-uOKYsGIvYq .item-title {
  color: #000000;
}
.cid-uOKYsGIvYq .mbr-text {
  color: #000000;
}
.cid-uLabJiGjfP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLabJiGjfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabJiGjfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLabJiGjfP .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLabJiGjfP .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLabJiGjfP .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLabJiGjfP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLabJiGjfP .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLabJiGjfP .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLabJiGjfP .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLabJiGjfP .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLabJiGjfP .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLabJiGjfP .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLabJiGjfP .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLabJiGjfP .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLabJiGjfP .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLabJiGjfP .list-wrapper .list .item-wrap:hover,
.cid-uLabJiGjfP .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLabJiGjfP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLabJiGjfP .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLabJiGjfP .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLabJiGjfP .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLabJiGjfP .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLabJiGjfP .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLabJiGjfP .mbr-desc {
  color: #be9a31;
}
.cid-uLabJiGjfP .mbr-text,
.cid-uLabJiGjfP .text-wrapper {
  color: #9aa0a6;
}
.cid-uLabJiGjfP .list {
  color: #9aa0a6;
}
.cid-uLabJiGjfP .list,
.cid-uLabJiGjfP .item-wrap {
  color: #ffffff;
}
.cid-uLabJiGjfP .mbr-text,
.cid-uLabJiGjfP .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLacTrP60O {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/golden-gate-bridge-2000x1333.webp");
}
.cid-uLacTrP60O .link-wrapper {
  width: 100%;
}
.cid-uLacTrP60O .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLacTrP60O .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLacTrP60O .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLacTrP60O .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLacTrP60O .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLacTrP60O .mbr-section-title DIV {
  text-align: center;
}
.cid-uLacTrP60O .mbr-text,
.cid-uLacTrP60O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLacTrP60O .link,
.cid-uLacTrP60O .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLacTrP60O .mbr-section-title {
  color: #ffffff;
}
.cid-uLacTrP60O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTrP60O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLacTt3luC {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLacTt3luC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTt3luC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLacTt3luC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLacTt3luC h1 {
  max-width: 800px;
}
.cid-uLacTt3luC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLacTt3luC {
    align-items: center;
  }
  .cid-uLacTt3luC .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLacTt3luC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLacTt3luC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLacTt3luC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLacTt3luC .content-wrap {
    width: 100%;
  }
}
.cid-uLacTt3luC .mbr-section-subtitle,
.cid-uLacTt3luC .line {
  color: #000000;
}
.cid-uLacTt3luC .mbr-text,
.cid-uLacTt3luC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLacTt3luC .mbr-section-title {
  color: #000000;
}
.cid-uLacTtoMzB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLacTtoMzB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLacTtoMzB .panel-group {
  border: none;
}
.cid-uLacTtoMzB .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLacTtoMzB .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLacTtoMzB .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLacTtoMzB .panel-body {
    padding: 0rem;
  }
}
.cid-uLacTtoMzB .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLacTtoMzB .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLacTtoMzB img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLacTtoMzB img {
    width: 100%;
  }
}
.cid-uLacTtoMzB .container-fluid {
  padding: 0 1rem;
}
.cid-uLacTtoMzB .collapsed span {
  transform: rotate(0deg);
}
.cid-uLacTtoMzB .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLacTtoMzB .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLacTtoMzB .panel-title-edit {
  color: #000000;
}
.cid-uLacTtoMzB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLacTtoMzB .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLacTtoMzB .panel-title-edit,
.cid-uLacTtoMzB .mbr-iconfont {
  color: #1b2026;
}
.cid-uLacTtoMzB .panel-text {
  color: #000000;
}
.cid-uLacTtoMzB H4 {
  color: #777777;
}
.cid-uLacTtoMzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTtoMzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLacTtOXPd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLacTtOXPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTtOXPd .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-uLacTtOXPd .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLacTtOXPd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLacTtOXPd .row {
  justify-content: space-between;
}
.cid-uLacTtOXPd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLacTtOXPd .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLacTtOXPd .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLacTtOXPd .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLacTtOXPd .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLacTtOXPd .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLacTtOXPd .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLacTtOXPd .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLacTtOXPd .mbr-section-title {
  color: #000000;
}
.cid-uLacTtOXPd .card-title {
  color: #000000;
}
.cid-uLacTufVRq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLacTufVRq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLacTufVRq .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLacTufVRq .wrap {
  align-items: center;
}
.cid-uLacTufVRq .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLacTufVRq .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLacTufVRq .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLacTufVRq .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLacTufVRq .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLacTufVRq .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLacTufVRq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLacTufVRq .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLacTufVRq .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLacTufVRq .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLacTufVRq .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLacTufVRq .card__content {
  padding: 20px;
}
.cid-uLacTufVRq .card__topic {
  margin-bottom: 15px;
}
.cid-uLacTufVRq .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLacTufVRq .mbr-text {
  margin-bottom: 10px;
}
.cid-uLacTufVRq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLacTufVRq .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLacTufVRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTufVRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuXhvBBj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuXhvBBj .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuXhvBBj .item-img {
  padding: 0.5rem;
}
.cid-uSTuXhvBBj img,
.cid-uSTuXhvBBj .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuXhvBBj .item:focus,
.cid-uSTuXhvBBj span:focus {
  outline: none;
}
.cid-uSTuXhvBBj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuXhvBBj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuXhvBBj .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuXhvBBj .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuXhvBBj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuXhvBBj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuXhvBBj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuXhvBBj .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuXhvBBj .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuXhvBBj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuXhvBBj .mbr-text,
.cid-uSTuXhvBBj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaE0d3AeI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaE0d3AeI .link-wrapper {
  width: 100%;
}
.cid-uLaE0d3AeI .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaE0d3AeI .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE0d3AeI .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaE0d3AeI .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaE0d3AeI .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE0d3AeI .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaE0d3AeI .mbr-text,
.cid-uLaE0d3AeI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE0d3AeI .link,
.cid-uLaE0d3AeI .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE0d3AeI .mbr-section-title {
  color: #ffffff;
}
.cid-uLaE0d3AeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaE0d3AeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYv5EJd7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYv5EJd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYv5EJd7 .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-uOKYv5EJd7 .container {
    padding: 0 25px;
  }
}
.cid-uOKYv5EJd7 .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYv5EJd7 .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYv5EJd7 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYv5EJd7 .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYv5EJd7 .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYv5EJd7 .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYv5EJd7 .items .item {
    margin: 0;
  }
}
.cid-uOKYv5EJd7 .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYv5EJd7 .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYv5EJd7 .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYv5EJd7 .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYv5EJd7 .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYv5EJd7 .mbr-section-title {
  color: #000000;
}
.cid-uOKYv5EJd7 .item-title {
  color: #000000;
}
.cid-uOKYv5EJd7 .mbr-text {
  color: #000000;
}
.cid-uLacTvssrw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLacTvssrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLacTvssrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLacTvssrw .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLacTvssrw .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLacTvssrw .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLacTvssrw .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLacTvssrw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLacTvssrw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLacTvssrw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLacTvssrw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLacTvssrw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLacTvssrw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLacTvssrw .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLacTvssrw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLacTvssrw .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLacTvssrw .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLacTvssrw .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLacTvssrw .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLacTvssrw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLacTvssrw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLacTvssrw .list-wrapper .list .item-wrap:hover,
.cid-uLacTvssrw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLacTvssrw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLacTvssrw .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLacTvssrw .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLacTvssrw .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLacTvssrw .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLacTvssrw .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLacTvssrw .mbr-desc {
  color: #be9a31;
}
.cid-uLacTvssrw .mbr-text,
.cid-uLacTvssrw .text-wrapper {
  color: #9aa0a6;
}
.cid-uLacTvssrw .list {
  color: #9aa0a6;
}
.cid-uLacTvssrw .list,
.cid-uLacTvssrw .item-wrap {
  color: #ffffff;
}
.cid-uLacTvssrw .mbr-text,
.cid-uLacTvssrw .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLafwPDjvR {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/suspension-bridge-river-against-cloudy-sky-2000x1125.webp");
}
.cid-uLafwPDjvR .link-wrapper {
  width: 100%;
}
.cid-uLafwPDjvR .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLafwPDjvR .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLafwPDjvR .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLafwPDjvR .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLafwPDjvR .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLafwPDjvR .mbr-section-title DIV {
  text-align: center;
}
.cid-uLafwPDjvR .mbr-text,
.cid-uLafwPDjvR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLafwPDjvR .link,
.cid-uLafwPDjvR .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLafwPDjvR .mbr-section-title {
  color: #ffffff;
}
.cid-uLafwPDjvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwPDjvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafwQTTPP {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLafwQTTPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwQTTPP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLafwQTTPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafwQTTPP h1 {
  max-width: 800px;
}
.cid-uLafwQTTPP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLafwQTTPP {
    align-items: center;
  }
  .cid-uLafwQTTPP .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLafwQTTPP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLafwQTTPP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLafwQTTPP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLafwQTTPP .content-wrap {
    width: 100%;
  }
}
.cid-uLafwQTTPP .mbr-section-subtitle,
.cid-uLafwQTTPP .line {
  color: #000000;
}
.cid-uLafwQTTPP .mbr-text,
.cid-uLafwQTTPP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLafwQTTPP .mbr-section-title {
  color: #000000;
}
.cid-uLafwRdEgp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLafwRdEgp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLafwRdEgp .panel-group {
  border: none;
}
.cid-uLafwRdEgp .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLafwRdEgp .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLafwRdEgp .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLafwRdEgp .panel-body {
    padding: 0rem;
  }
}
.cid-uLafwRdEgp .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLafwRdEgp .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLafwRdEgp img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLafwRdEgp img {
    width: 100%;
  }
}
.cid-uLafwRdEgp .container-fluid {
  padding: 0 1rem;
}
.cid-uLafwRdEgp .collapsed span {
  transform: rotate(0deg);
}
.cid-uLafwRdEgp .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLafwRdEgp .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLafwRdEgp .panel-title-edit {
  color: #000000;
}
.cid-uLafwRdEgp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLafwRdEgp .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLafwRdEgp .panel-title-edit,
.cid-uLafwRdEgp .mbr-iconfont {
  color: #1b2026;
}
.cid-uLafwRdEgp .panel-text {
  color: #000000;
}
.cid-uLafwRdEgp H4 {
  color: #777777;
}
.cid-uLafwRdEgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwRdEgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafwRC9Jv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLafwRC9Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwRC9Jv .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-uLafwRC9Jv .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLafwRC9Jv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLafwRC9Jv .row {
  justify-content: space-between;
}
.cid-uLafwRC9Jv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLafwRC9Jv .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLafwRC9Jv .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLafwRC9Jv .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLafwRC9Jv .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLafwRC9Jv .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLafwRC9Jv .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLafwRC9Jv .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLafwRC9Jv .mbr-section-title {
  color: #000000;
}
.cid-uLafwRC9Jv .card-title {
  color: #000000;
}
.cid-uLafwS4eqa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLafwS4eqa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLafwS4eqa .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLafwS4eqa .wrap {
  align-items: center;
}
.cid-uLafwS4eqa .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLafwS4eqa .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLafwS4eqa .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLafwS4eqa .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLafwS4eqa .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLafwS4eqa .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLafwS4eqa .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLafwS4eqa .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLafwS4eqa .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLafwS4eqa .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLafwS4eqa .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLafwS4eqa .card__content {
  padding: 20px;
}
.cid-uLafwS4eqa .card__topic {
  margin-bottom: 15px;
}
.cid-uLafwS4eqa .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLafwS4eqa .mbr-text {
  margin-bottom: 10px;
}
.cid-uLafwS4eqa .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLafwS4eqa .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLafwS4eqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwS4eqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafwS4eqa .mbr-section-title,
.cid-uLafwS4eqa .card__topic {
  color: #000000;
}
.cid-uSTv5Husyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTv5Husyu .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTv5Husyu .item-img {
  padding: 0.5rem;
}
.cid-uSTv5Husyu img,
.cid-uSTv5Husyu .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTv5Husyu .item:focus,
.cid-uSTv5Husyu span:focus {
  outline: none;
}
.cid-uSTv5Husyu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTv5Husyu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTv5Husyu .item {
  padding: 0;
  margin: 0;
}
.cid-uSTv5Husyu .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTv5Husyu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTv5Husyu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTv5Husyu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTv5Husyu .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTv5Husyu .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTv5Husyu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTv5Husyu .mbr-text,
.cid-uSTv5Husyu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaE5kFBN0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaE5kFBN0 .link-wrapper {
  width: 100%;
}
.cid-uLaE5kFBN0 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaE5kFBN0 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE5kFBN0 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaE5kFBN0 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaE5kFBN0 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE5kFBN0 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaE5kFBN0 .mbr-text,
.cid-uLaE5kFBN0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE5kFBN0 .link,
.cid-uLaE5kFBN0 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE5kFBN0 .mbr-section-title {
  color: #ffffff;
}
.cid-uLaE5kFBN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaE5kFBN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYAiUXsY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYAiUXsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYAiUXsY .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-uOKYAiUXsY .container {
    padding: 0 25px;
  }
}
.cid-uOKYAiUXsY .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYAiUXsY .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYAiUXsY .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYAiUXsY .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYAiUXsY .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYAiUXsY .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYAiUXsY .items .item {
    margin: 0;
  }
}
.cid-uOKYAiUXsY .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYAiUXsY .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYAiUXsY .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYAiUXsY .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYAiUXsY .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYAiUXsY .mbr-section-title {
  color: #000000;
}
.cid-uOKYAiUXsY .item-title {
  color: #000000;
}
.cid-uOKYAiUXsY .mbr-text {
  color: #000000;
}
.cid-uLafwTseIf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLafwTseIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLafwTseIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLafwTseIf .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLafwTseIf .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLafwTseIf .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLafwTseIf .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLafwTseIf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLafwTseIf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLafwTseIf .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLafwTseIf .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLafwTseIf .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLafwTseIf .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLafwTseIf .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLafwTseIf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLafwTseIf .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLafwTseIf .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLafwTseIf .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLafwTseIf .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLafwTseIf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLafwTseIf .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLafwTseIf .list-wrapper .list .item-wrap:hover,
.cid-uLafwTseIf .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLafwTseIf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLafwTseIf .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLafwTseIf .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLafwTseIf .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLafwTseIf .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLafwTseIf .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLafwTseIf .mbr-desc {
  color: #be9a31;
}
.cid-uLafwTseIf .mbr-text,
.cid-uLafwTseIf .text-wrapper {
  color: #9aa0a6;
}
.cid-uLafwTseIf .list {
  color: #9aa0a6;
}
.cid-uLafwTseIf .list,
.cid-uLafwTseIf .item-wrap {
  color: #ffffff;
}
.cid-uLafwTseIf .mbr-text,
.cid-uLafwTseIf .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLa4HUv7Wi {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/beautiful-shot-oresund-bridge-sweden-enveloped-fog-2000x1123.webp");
}
.cid-uLa4HUv7Wi .link-wrapper {
  width: 100%;
}
.cid-uLa4HUv7Wi .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLa4HUv7Wi .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLa4HUv7Wi .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLa4HUv7Wi .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLa4HUv7Wi .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLa4HUv7Wi .mbr-section-title DIV {
  text-align: center;
}
.cid-uLa4HUv7Wi .mbr-text,
.cid-uLa4HUv7Wi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLa4HUv7Wi .link,
.cid-uLa4HUv7Wi .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLa4HUv7Wi .mbr-section-title {
  color: #ffffff;
}
.cid-uLa4HUv7Wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa4HUv7Wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa4HVAZDW {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLa4HVAZDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa4HVAZDW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLa4HVAZDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa4HVAZDW h1 {
  max-width: 800px;
}
.cid-uLa4HVAZDW p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLa4HVAZDW {
    align-items: center;
  }
  .cid-uLa4HVAZDW .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLa4HVAZDW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLa4HVAZDW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLa4HVAZDW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLa4HVAZDW .content-wrap {
    width: 100%;
  }
}
.cid-uLa4HVAZDW .mbr-section-subtitle,
.cid-uLa4HVAZDW .line {
  color: #000000;
}
.cid-uLa4HVAZDW .mbr-text,
.cid-uLa4HVAZDW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLa4HVAZDW .mbr-section-title {
  color: #000000;
}
.cid-uLa4HVPaBf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLa4HVPaBf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLa4HVPaBf .panel-group {
  border: none;
}
.cid-uLa4HVPaBf .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLa4HVPaBf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLa4HVPaBf .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLa4HVPaBf .panel-body {
    padding: 0rem;
  }
}
.cid-uLa4HVPaBf .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLa4HVPaBf .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLa4HVPaBf img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLa4HVPaBf img {
    width: 100%;
  }
}
.cid-uLa4HVPaBf .container-fluid {
  padding: 0 1rem;
}
.cid-uLa4HVPaBf .collapsed span {
  transform: rotate(0deg);
}
.cid-uLa4HVPaBf .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLa4HVPaBf .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLa4HVPaBf .panel-title-edit {
  color: #232226;
}
.cid-uLa4HVPaBf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLa4HVPaBf .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLa4HVPaBf .panel-title-edit,
.cid-uLa4HVPaBf .mbr-iconfont {
  color: #1b2026;
}
.cid-uLa4HVPaBf .panel-text {
  color: #000000;
}
.cid-uLa4HVPaBf H4 {
  color: #777777;
}
.cid-uLa4HVPaBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa4HVPaBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLabn8d3gQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLabn8d3gQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLabn8d3gQ .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-uLabn8d3gQ .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLabn8d3gQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLabn8d3gQ .row {
  justify-content: space-between;
}
.cid-uLabn8d3gQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLabn8d3gQ .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLabn8d3gQ .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLabn8d3gQ .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLabn8d3gQ .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLabn8d3gQ .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLabn8d3gQ .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLabn8d3gQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLabn8d3gQ .mbr-section-title {
  color: #000000;
}
.cid-uLabn8d3gQ .card-title {
  color: #000000;
}
.cid-uLa7d0qjxN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLa7d0qjxN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLa7d0qjxN .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLa7d0qjxN .wrap {
  align-items: center;
}
.cid-uLa7d0qjxN .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLa7d0qjxN .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLa7d0qjxN .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLa7d0qjxN .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLa7d0qjxN .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLa7d0qjxN .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLa7d0qjxN .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLa7d0qjxN .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLa7d0qjxN .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLa7d0qjxN .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLa7d0qjxN .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLa7d0qjxN .card__content {
  padding: 20px;
}
.cid-uLa7d0qjxN .card__topic {
  margin-bottom: 15px;
}
.cid-uLa7d0qjxN .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLa7d0qjxN .mbr-text {
  margin-bottom: 10px;
}
.cid-uLa7d0qjxN .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLa7d0qjxN .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLa7d0qjxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7d0qjxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuHP2Lfc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuHP2Lfc .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuHP2Lfc .item-img {
  padding: 0.5rem;
}
.cid-uSTuHP2Lfc img,
.cid-uSTuHP2Lfc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuHP2Lfc .item:focus,
.cid-uSTuHP2Lfc span:focus {
  outline: none;
}
.cid-uSTuHP2Lfc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuHP2Lfc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuHP2Lfc .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuHP2Lfc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuHP2Lfc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuHP2Lfc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuHP2Lfc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuHP2Lfc .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuHP2Lfc .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuHP2Lfc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuHP2Lfc .mbr-text,
.cid-uSTuHP2Lfc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaDP3YZld {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaDP3YZld .link-wrapper {
  width: 100%;
}
.cid-uLaDP3YZld .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaDP3YZld .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDP3YZld .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaDP3YZld .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaDP3YZld .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDP3YZld .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaDP3YZld .mbr-text,
.cid-uLaDP3YZld .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDP3YZld .link,
.cid-uLaDP3YZld .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDP3YZld .mbr-section-title {
  color: #ffffff;
}
.cid-uLaDP3YZld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDP3YZld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYiEuD2O {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYiEuD2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYiEuD2O .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-uOKYiEuD2O .container {
    padding: 0 25px;
  }
}
.cid-uOKYiEuD2O .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYiEuD2O .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYiEuD2O .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYiEuD2O .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYiEuD2O .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYiEuD2O .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYiEuD2O .items .item {
    margin: 0;
  }
}
.cid-uOKYiEuD2O .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYiEuD2O .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYiEuD2O .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYiEuD2O .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYiEuD2O .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYiEuD2O .mbr-section-title {
  color: #000000;
}
.cid-uOKYiEuD2O .item-title {
  color: #000000;
}
.cid-uOKYiEuD2O .mbr-text {
  color: #000000;
}
.cid-uLa4HWUkSK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLa4HWUkSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa4HWUkSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLa4HWUkSK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLa4HWUkSK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLa4HWUkSK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLa4HWUkSK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLa4HWUkSK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLa4HWUkSK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLa4HWUkSK .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLa4HWUkSK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLa4HWUkSK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLa4HWUkSK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLa4HWUkSK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLa4HWUkSK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLa4HWUkSK .list-wrapper .list .item-wrap:hover,
.cid-uLa4HWUkSK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLa4HWUkSK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLa4HWUkSK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLa4HWUkSK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLa4HWUkSK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLa4HWUkSK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLa4HWUkSK .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLa4HWUkSK .mbr-desc {
  color: #be9a31;
}
.cid-uLa4HWUkSK .mbr-text,
.cid-uLa4HWUkSK .text-wrapper {
  color: #9aa0a6;
}
.cid-uLa4HWUkSK .list {
  color: #9aa0a6;
}
.cid-uLa4HWUkSK .list,
.cid-uLa4HWUkSK .item-wrap {
  color: #ffffff;
}
.cid-uLa4HWUkSK .mbr-text,
.cid-uLa4HWUkSK .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLaeuBBQ8H {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/gwangan-bridge-haeundae-busan-korea-2000x1331.webp");
}
.cid-uLaeuBBQ8H .link-wrapper {
  width: 100%;
}
.cid-uLaeuBBQ8H .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaeuBBQ8H .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaeuBBQ8H .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaeuBBQ8H .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaeuBBQ8H .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaeuBBQ8H .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaeuBBQ8H .mbr-text,
.cid-uLaeuBBQ8H .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaeuBBQ8H .link,
.cid-uLaeuBBQ8H .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaeuBBQ8H .mbr-section-title {
  color: #ffffff;
}
.cid-uLaeuBBQ8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuBBQ8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaeuCS3sO {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLaeuCS3sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuCS3sO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLaeuCS3sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaeuCS3sO h1 {
  max-width: 800px;
}
.cid-uLaeuCS3sO p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLaeuCS3sO {
    align-items: center;
  }
  .cid-uLaeuCS3sO .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLaeuCS3sO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLaeuCS3sO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLaeuCS3sO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLaeuCS3sO .content-wrap {
    width: 100%;
  }
}
.cid-uLaeuCS3sO .mbr-section-subtitle,
.cid-uLaeuCS3sO .line {
  color: #000000;
}
.cid-uLaeuCS3sO .mbr-text,
.cid-uLaeuCS3sO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLaeuCS3sO .mbr-section-title {
  color: #000000;
}
.cid-uLaeuD94s1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uLaeuD94s1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uLaeuD94s1 .panel-group {
  border: none;
}
.cid-uLaeuD94s1 .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uLaeuD94s1 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uLaeuD94s1 .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uLaeuD94s1 .panel-body {
    padding: 0rem;
  }
}
.cid-uLaeuD94s1 .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLaeuD94s1 .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uLaeuD94s1 img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uLaeuD94s1 img {
    width: 100%;
  }
}
.cid-uLaeuD94s1 .container-fluid {
  padding: 0 1rem;
}
.cid-uLaeuD94s1 .collapsed span {
  transform: rotate(0deg);
}
.cid-uLaeuD94s1 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uLaeuD94s1 .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uLaeuD94s1 .panel-title-edit {
  color: #000000;
}
.cid-uLaeuD94s1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uLaeuD94s1 .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uLaeuD94s1 .panel-title-edit,
.cid-uLaeuD94s1 .mbr-iconfont {
  color: #1b2026;
}
.cid-uLaeuD94s1 .panel-text {
  color: #000000;
}
.cid-uLaeuD94s1 H4 {
  color: #777777;
}
.cid-uLaeuD94s1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuD94s1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaeuDxK3t {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLaeuDxK3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuDxK3t .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-uLaeuDxK3t .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uLaeuDxK3t .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLaeuDxK3t .row {
  justify-content: space-between;
}
.cid-uLaeuDxK3t .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uLaeuDxK3t .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uLaeuDxK3t .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLaeuDxK3t .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uLaeuDxK3t .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uLaeuDxK3t .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uLaeuDxK3t .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uLaeuDxK3t .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uLaeuDxK3t .mbr-section-title {
  color: #000000;
}
.cid-uLaeuDxK3t .card-title {
  color: #000000;
}
.cid-uLaeuDTgvT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLaeuDTgvT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLaeuDTgvT .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLaeuDTgvT .wrap {
  align-items: center;
}
.cid-uLaeuDTgvT .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLaeuDTgvT .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLaeuDTgvT .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLaeuDTgvT .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLaeuDTgvT .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLaeuDTgvT .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLaeuDTgvT .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLaeuDTgvT .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLaeuDTgvT .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLaeuDTgvT .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLaeuDTgvT .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLaeuDTgvT .card__content {
  padding: 20px;
}
.cid-uLaeuDTgvT .card__topic {
  margin-bottom: 15px;
}
.cid-uLaeuDTgvT .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLaeuDTgvT .mbr-text {
  margin-bottom: 10px;
}
.cid-uLaeuDTgvT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLaeuDTgvT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLaeuDTgvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuDTgvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTv2gh8LJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTv2gh8LJ .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTv2gh8LJ .item-img {
  padding: 0.5rem;
}
.cid-uSTv2gh8LJ img,
.cid-uSTv2gh8LJ .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTv2gh8LJ .item:focus,
.cid-uSTv2gh8LJ span:focus {
  outline: none;
}
.cid-uSTv2gh8LJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTv2gh8LJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTv2gh8LJ .item {
  padding: 0;
  margin: 0;
}
.cid-uSTv2gh8LJ .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTv2gh8LJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTv2gh8LJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTv2gh8LJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTv2gh8LJ .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTv2gh8LJ .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTv2gh8LJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTv2gh8LJ .mbr-text,
.cid-uSTv2gh8LJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaE2wmRR4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaE2wmRR4 .link-wrapper {
  width: 100%;
}
.cid-uLaE2wmRR4 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaE2wmRR4 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE2wmRR4 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaE2wmRR4 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaE2wmRR4 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaE2wmRR4 .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaE2wmRR4 .mbr-text,
.cid-uLaE2wmRR4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE2wmRR4 .link,
.cid-uLaE2wmRR4 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaE2wmRR4 .mbr-section-title {
  color: #ffffff;
}
.cid-uLaE2wmRR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaE2wmRR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYxmK4iR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYxmK4iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYxmK4iR .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-uOKYxmK4iR .container {
    padding: 0 25px;
  }
}
.cid-uOKYxmK4iR .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYxmK4iR .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYxmK4iR .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYxmK4iR .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYxmK4iR .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYxmK4iR .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYxmK4iR .items .item {
    margin: 0;
  }
}
.cid-uOKYxmK4iR .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYxmK4iR .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYxmK4iR .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYxmK4iR .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYxmK4iR .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYxmK4iR .mbr-section-title {
  color: #000000;
}
.cid-uOKYxmK4iR .item-title {
  color: #000000;
}
.cid-uOKYxmK4iR .mbr-text {
  color: #000000;
}
.cid-uLaeuEYnyK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLaeuEYnyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaeuEYnyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLaeuEYnyK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLaeuEYnyK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLaeuEYnyK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLaeuEYnyK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLaeuEYnyK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLaeuEYnyK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLaeuEYnyK .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLaeuEYnyK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLaeuEYnyK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLaeuEYnyK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLaeuEYnyK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLaeuEYnyK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLaeuEYnyK .list-wrapper .list .item-wrap:hover,
.cid-uLaeuEYnyK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLaeuEYnyK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLaeuEYnyK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLaeuEYnyK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLaeuEYnyK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLaeuEYnyK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLaeuEYnyK .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLaeuEYnyK .mbr-desc {
  color: #be9a31;
}
.cid-uLaeuEYnyK .mbr-text,
.cid-uLaeuEYnyK .text-wrapper {
  color: #9aa0a6;
}
.cid-uLaeuEYnyK .list {
  color: #9aa0a6;
}
.cid-uLaeuEYnyK .list,
.cid-uLaeuEYnyK .item-wrap {
  color: #ffffff;
}
.cid-uLaeuEYnyK .mbr-text,
.cid-uLaeuEYnyK .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLagwloUSN {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/low-angle-shot-modern-glass-city-buildings-2000x2500.webp");
}
.cid-uLagwloUSN .link-wrapper {
  width: 100%;
}
.cid-uLagwloUSN .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLagwloUSN .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLagwloUSN .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLagwloUSN .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLagwloUSN .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLagwloUSN .mbr-section-title DIV {
  text-align: center;
}
.cid-uLagwloUSN .mbr-text,
.cid-uLagwloUSN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLagwloUSN .link,
.cid-uLagwloUSN .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLagwloUSN .mbr-section-title {
  color: #ffffff;
}
.cid-uLagwloUSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLagwloUSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLagwmnMQz {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLagwmnMQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLagwmnMQz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLagwmnMQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLagwmnMQz h1 {
  max-width: 800px;
}
.cid-uLagwmnMQz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLagwmnMQz {
    align-items: center;
  }
  .cid-uLagwmnMQz .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLagwmnMQz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLagwmnMQz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLagwmnMQz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLagwmnMQz .content-wrap {
    width: 100%;
  }
}
.cid-uLagwmnMQz .mbr-section-subtitle,
.cid-uLagwmnMQz .line {
  color: #000000;
}
.cid-uLagwmnMQz .mbr-text,
.cid-uLagwmnMQz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLagwmnMQz .mbr-section-title {
  color: #000000;
}
.cid-uLal8P4uoz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
  overflow: hidden;
}
.cid-uLal8P4uoz .mbr-section-head {
  padding-bottom: 45px;
}
.cid-uLal8P4uoz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uLal8P4uoz .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uLal8P4uoz .row {
  row-gap: 40px;
}
.cid-uLal8P4uoz .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 40px;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .5s all;
}
.cid-uLal8P4uoz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uLal8P4uoz .item-img img {
  width: 100%;
  aspect-ratio: calc(407 / (121 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.cid-uLal8P4uoz .wrap-img {
  transition: .5s all;
}
.cid-uLal8P4uoz .wrap-img:hover .item-img img {
  transform: scale(1.05);
}
.cid-uLal8P4uoz .item-content {
  padding: 30px 40px 74px;
  background: #ffffff;
}
@media (max-width: 1439px) {
  .cid-uLal8P4uoz .item-content {
    padding: 30px 40px 74px;
  }
}
@media (max-width: 1199px) {
  .cid-uLal8P4uoz .item-content {
    padding: 28px 35px 66px;
  }
}
.cid-uLal8P4uoz .label-text {
  margin-bottom: 7px;
  color: #303030;
}
.cid-uLal8P4uoz .item-title {
  color: #000000;
  text-align: left;
}
.cid-uLal8P4uoz .mbr-text {
  margin-top: 16px;
  color: #303030;
}
.cid-uLal8P4uoz .item-title DIV {
  text-align: left;
}
.cid-uLamozTMRY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uLamozTMRY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uLamozTMRY .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uLamozTMRY .wrap {
  align-items: center;
}
.cid-uLamozTMRY .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLamozTMRY .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLamozTMRY .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uLamozTMRY .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uLamozTMRY .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uLamozTMRY .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uLamozTMRY .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uLamozTMRY .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uLamozTMRY .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uLamozTMRY .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLamozTMRY .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uLamozTMRY .card__content {
  padding: 20px;
}
.cid-uLamozTMRY .card__topic {
  margin-bottom: 15px;
}
.cid-uLamozTMRY .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uLamozTMRY .mbr-text {
  margin-bottom: 10px;
}
.cid-uLamozTMRY .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uLamozTMRY .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uLamozTMRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLamozTMRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTuF1ogmy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTuF1ogmy .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTuF1ogmy .item-img {
  padding: 0.5rem;
}
.cid-uSTuF1ogmy img,
.cid-uSTuF1ogmy .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTuF1ogmy .item:focus,
.cid-uSTuF1ogmy span:focus {
  outline: none;
}
.cid-uSTuF1ogmy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTuF1ogmy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTuF1ogmy .item {
  padding: 0;
  margin: 0;
}
.cid-uSTuF1ogmy .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTuF1ogmy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTuF1ogmy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTuF1ogmy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTuF1ogmy .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTuF1ogmy .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTuF1ogmy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTuF1ogmy .mbr-text,
.cid-uSTuF1ogmy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLaDGlFiLZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uLaDGlFiLZ .link-wrapper {
  width: 100%;
}
.cid-uLaDGlFiLZ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaDGlFiLZ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDGlFiLZ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaDGlFiLZ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaDGlFiLZ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaDGlFiLZ .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaDGlFiLZ .mbr-text,
.cid-uLaDGlFiLZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDGlFiLZ .link,
.cid-uLaDGlFiLZ .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaDGlFiLZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLaDGlFiLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDGlFiLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKYgbz6oF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKYgbz6oF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKYgbz6oF .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-uOKYgbz6oF .container {
    padding: 0 25px;
  }
}
.cid-uOKYgbz6oF .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKYgbz6oF .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKYgbz6oF .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKYgbz6oF .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKYgbz6oF .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKYgbz6oF .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKYgbz6oF .items .item {
    margin: 0;
  }
}
.cid-uOKYgbz6oF .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKYgbz6oF .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKYgbz6oF .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKYgbz6oF .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKYgbz6oF .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKYgbz6oF .mbr-section-title {
  color: #000000;
}
.cid-uOKYgbz6oF .item-title {
  color: #000000;
}
.cid-uOKYgbz6oF .mbr-text {
  color: #000000;
}
.cid-uP7YpUcm8B {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uP7YpUcm8B .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uP7YpUcm8B .price {
  margin-top: 5px;
}
.cid-uP7YpUcm8B .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uP7YpUcm8B .mbr-section-btn {
  margin-top: 10px;
}
.cid-uP7YpUcm8B .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uP7YpUcm8B .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-uP7YpUcm8B .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uP7YpUcm8B .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uP7YpUcm8B .content__block,
  .cid-uP7YpUcm8B .price__block {
    margin-bottom: 30px;
  }
}
.cid-uP7YpUcm8B .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uP7YpUcm8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7YpUcm8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLagwnV2lt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLagwnV2lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLagwnV2lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLagwnV2lt .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLagwnV2lt .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLagwnV2lt .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLagwnV2lt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLagwnV2lt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLagwnV2lt .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLagwnV2lt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLagwnV2lt .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLagwnV2lt .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLagwnV2lt .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLagwnV2lt .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLagwnV2lt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLagwnV2lt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLagwnV2lt .list-wrapper .list .item-wrap:hover,
.cid-uLagwnV2lt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLagwnV2lt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLagwnV2lt .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLagwnV2lt .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLagwnV2lt .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLagwnV2lt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLagwnV2lt .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLagwnV2lt .mbr-desc {
  color: #be9a31;
}
.cid-uLagwnV2lt .mbr-text,
.cid-uLagwnV2lt .text-wrapper {
  color: #9aa0a6;
}
.cid-uLagwnV2lt .list {
  color: #9aa0a6;
}
.cid-uLagwnV2lt .list,
.cid-uLagwnV2lt .item-wrap {
  color: #ffffff;
}
.cid-uLagwnV2lt .mbr-text,
.cid-uLagwnV2lt .mbr-section-btn {
  color: #ffffff;
}
.cid-uMB7kYCozP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP nav.navbar {
  position: fixed;
}
.cid-uMB7kYCozP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB7kYCozP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uMB7kYCozP .dropdown-item:hover span {
  color: white;
}
.cid-uMB7kYCozP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB7kYCozP .dropdown-item:hover,
.cid-uMB7kYCozP .dropdown-item:focus,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uMB7kYCozP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB7kYCozP .nav-link {
  position: relative;
}
.cid-uMB7kYCozP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .container {
    flex-wrap: nowrap;
  }
}
.cid-uMB7kYCozP .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB7kYCozP .navbar-caption {
  font-weight: 700;
}
.cid-uMB7kYCozP .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMB7kYCozP .dropdown-menu,
.cid-uMB7kYCozP .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB7kYCozP .nav-item:focus,
.cid-uMB7kYCozP .nav-link:focus {
  outline: none;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB7kYCozP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB7kYCozP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB7kYCozP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB7kYCozP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar {
    min-height: 80px;
  }
  .cid-uMB7kYCozP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB7kYCozP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB7kYCozP .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-uMB7kYCozP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB7kYCozP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB7kYCozP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB7kYCozP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB7kYCozP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB7kYCozP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB7kYCozP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB7kYCozP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB7kYCozP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB7kYCozP .navbar.collapsed {
  justify-content: center;
}
.cid-uMB7kYCozP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB7kYCozP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB7kYCozP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB7kYCozP .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-uMB7kYCozP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB7kYCozP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB7kYCozP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uMB7kYCozP .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uMB7kYCozP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar-brand {
    min-height: 80px;
  }
}
.cid-uMB7kYCozP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB7kYCozP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB7kYCozP .dropdown-item.active,
.cid-uMB7kYCozP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB7kYCozP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB7kYCozP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB7kYCozP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB7kYCozP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB7kYCozP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB7kYCozP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB7kYCozP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB7kYCozP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB7kYCozP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB7kYCozP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB7kYCozP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB7kYCozP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMB7kYCozP .navbar {
    height: 70px;
  }
  .cid-uMB7kYCozP .navbar.opened {
    height: auto;
  }
  .cid-uMB7kYCozP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMB7kYCozP .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uMB7kYCozP .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMB7kYCozP .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uLaB9A1Pcq {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/black-white-background-2000x1121.webp");
}
.cid-uLaB9A1Pcq .link-wrapper {
  width: 100%;
}
.cid-uLaB9A1Pcq .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uLaB9A1Pcq .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaB9A1Pcq .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uLaB9A1Pcq .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uLaB9A1Pcq .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uLaB9A1Pcq .mbr-section-title DIV {
  text-align: center;
}
.cid-uLaB9A1Pcq .mbr-text,
.cid-uLaB9A1Pcq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLaB9A1Pcq .link,
.cid-uLaB9A1Pcq .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uLaB9A1Pcq .mbr-section-title {
  color: #ffffff;
}
.cid-uLaB9A1Pcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaB9A1Pcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBbdjcjWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBbdjcjWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBbdjcjWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBbdjcjWN .container,
.cid-uMBbdjcjWN .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .container,
  .cid-uMBbdjcjWN .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMBbdjcjWN .row {
  position: relative;
  padding: 100px 10px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uMBbdjcjWN .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uMBbdjcjWN .form-main {
  padding: 0 6px;
}
.cid-uMBbdjcjWN .mbr-form .row {
  padding: 0;
}
.cid-uMBbdjcjWN .dragArea.row {
  padding: 0;
}
.cid-uMBbdjcjWN .dragArea.row .form-group {
  margin-bottom: 24px;
  padding-right: 35px;
  padding-right: 9.6px;
  padding-left: 35px;
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .dragArea.row .form-group {
    padding: 0 9.6px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .dragArea.row .form-group {
    padding: 0 9.6px;
  }
}
.cid-uMBbdjcjWN .dragArea.row .form-group:nth-child(2n) {
  padding-left: 35px;
  padding-right: 9.6px;
  padding-left: 9.6px;
  padding-right: 35px;
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .dragArea.row .form-group:nth-child(2n) {
    padding: 0 9.6px;
  }
}
@media (max-width: 992px) {
  .cid-uMBbdjcjWN .dragArea.row .form-group:nth-child(2n) {
    padding: 0 9.6px;
  }
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-control {
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 1px solid #152145 !important;
  box-shadow: none;
  border-radius: 0;
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-control::placeholder {
  color: #152145;
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-control:hover,
.cid-uMBbdjcjWN .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #152145 !important;
  box-shadow: none;
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-control-label {
  margin: 30px 0 5px;
}
.cid-uMBbdjcjWN .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-check {
  padding-left: 2.4rem;
}
.cid-uMBbdjcjWN .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #152145;
  border-color: #152145;
}
.cid-uMBbdjcjWN .dragArea.row .mbr-section-btn {
  text-align: right;
}
.cid-uMBbdjcjWN .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uMBbdjcjWN .mbr-section-title {
  color: #3d4045;
}
.cid-uMBbdjcjWN label {
  color: #3d4045;
}
.cid-uMBbdjcjWN .mbr-section-title,
.cid-uMBbdjcjWN .mbr-section-btn {
  color: #000000;
}
.cid-uLaB9D0VSO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uLaB9D0VSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaB9D0VSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLaB9D0VSO .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLaB9D0VSO .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uLaB9D0VSO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uLaB9D0VSO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLaB9D0VSO .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uLaB9D0VSO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLaB9D0VSO .items-wrapper .card {
  padding: 0 32px;
}
.cid-uLaB9D0VSO .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLaB9D0VSO .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLaB9D0VSO .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLaB9D0VSO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLaB9D0VSO .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLaB9D0VSO .list-wrapper .list .item-wrap:hover,
.cid-uLaB9D0VSO .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uLaB9D0VSO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLaB9D0VSO .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLaB9D0VSO .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLaB9D0VSO .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLaB9D0VSO .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uLaB9D0VSO .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uLaB9D0VSO .mbr-desc {
  color: #be9a31;
}
.cid-uLaB9D0VSO .mbr-text,
.cid-uLaB9D0VSO .text-wrapper {
  color: #9aa0a6;
}
.cid-uLaB9D0VSO .list {
  color: #9aa0a6;
}
.cid-uLaB9D0VSO .list,
.cid-uLaB9D0VSO .item-wrap {
  color: #ffffff;
}
.cid-uLaB9D0VSO .mbr-text,
.cid-uLaB9D0VSO .mbr-section-btn {
  color: #ffffff;
}
.cid-uO9MHvWKYe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe {
    min-height: 70px;
  }
}
.cid-uO9MHvWKYe nav.navbar {
  position: fixed;
}
.cid-uO9MHvWKYe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO9MHvWKYe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uO9MHvWKYe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uO9MHvWKYe .dropdown-item:hover,
.cid-uO9MHvWKYe .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uO9MHvWKYe .dropdown-item:hover span {
  color: white;
}
.cid-uO9MHvWKYe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uO9MHvWKYe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uO9MHvWKYe .dropdown-item:hover,
.cid-uO9MHvWKYe .dropdown-item:focus,
.cid-uO9MHvWKYe .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uO9MHvWKYe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uO9MHvWKYe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uO9MHvWKYe .nav-link {
  position: relative;
}
.cid-uO9MHvWKYe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uO9MHvWKYe .container {
    flex-wrap: nowrap;
  }
}
.cid-uO9MHvWKYe .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uO9MHvWKYe .navbar-caption {
  font-weight: 700;
}
.cid-uO9MHvWKYe .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO9MHvWKYe .dropdown-menu,
.cid-uO9MHvWKYe .navbar.opened {
  background: #ffffff !important;
}
.cid-uO9MHvWKYe .nav-item:focus,
.cid-uO9MHvWKYe .nav-link:focus {
  outline: none;
}
.cid-uO9MHvWKYe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO9MHvWKYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO9MHvWKYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO9MHvWKYe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO9MHvWKYe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO9MHvWKYe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO9MHvWKYe .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .navbar {
    min-height: 80px;
  }
  .cid-uO9MHvWKYe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uO9MHvWKYe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO9MHvWKYe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO9MHvWKYe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uO9MHvWKYe .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-uO9MHvWKYe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uO9MHvWKYe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uO9MHvWKYe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uO9MHvWKYe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uO9MHvWKYe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uO9MHvWKYe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uO9MHvWKYe .navbar.opened {
  transition: all 0.3s;
}
.cid-uO9MHvWKYe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uO9MHvWKYe .navbar .navbar-logo img {
  width: auto;
}
.cid-uO9MHvWKYe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uO9MHvWKYe .navbar.collapsed {
  justify-content: center;
}
.cid-uO9MHvWKYe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO9MHvWKYe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uO9MHvWKYe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uO9MHvWKYe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO9MHvWKYe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO9MHvWKYe .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-uO9MHvWKYe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO9MHvWKYe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uO9MHvWKYe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uO9MHvWKYe .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uO9MHvWKYe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uO9MHvWKYe .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uO9MHvWKYe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .navbar-brand {
    min-height: 80px;
  }
}
.cid-uO9MHvWKYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO9MHvWKYe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO9MHvWKYe .dropdown-item.active,
.cid-uO9MHvWKYe .dropdown-item:active {
  background-color: transparent;
}
.cid-uO9MHvWKYe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO9MHvWKYe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO9MHvWKYe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO9MHvWKYe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uO9MHvWKYe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO9MHvWKYe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO9MHvWKYe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uO9MHvWKYe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uO9MHvWKYe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uO9MHvWKYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uO9MHvWKYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uO9MHvWKYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO9MHvWKYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO9MHvWKYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uO9MHvWKYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO9MHvWKYe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uO9MHvWKYe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uO9MHvWKYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO9MHvWKYe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uO9MHvWKYe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uO9MHvWKYe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO9MHvWKYe .navbar {
    height: 70px;
  }
  .cid-uO9MHvWKYe .navbar.opened {
    height: auto;
  }
  .cid-uO9MHvWKYe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO9MHvWKYe .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uO9MHvWKYe .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uO9MHvWKYe .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uO9MHvWKYe .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uO9MHwwfaz {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/black-white-background-2000x1121.webp");
}
.cid-uO9MHwwfaz .link-wrapper {
  width: 100%;
}
.cid-uO9MHwwfaz .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uO9MHwwfaz .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uO9MHwwfaz .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uO9MHwwfaz .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uO9MHwwfaz .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uO9MHwwfaz .mbr-section-title DIV {
  text-align: center;
}
.cid-uO9MHwwfaz .mbr-text,
.cid-uO9MHwwfaz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uO9MHwwfaz .link,
.cid-uO9MHwwfaz .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uO9MHwwfaz .mbr-section-title {
  color: #ffffff;
}
.cid-uO9MHwwfaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9MHwwfaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9MSEYx0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uO9MSEYx0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9MSEYx0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9MSEYx0r .row {
  justify-content: space-between;
}
.cid-uO9MSEYx0r .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uO9MSEYx0r .content-wrapper {
    padding: 0;
  }
}
.cid-uO9MSEYx0r .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO9MSEYx0r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uO9MSEYx0r .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO9MSEYx0r .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uO9MSEYx0r .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uO9MSEYx0r .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uO9MSEYx0r .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uO9MSEYx0r .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uO9MSEYx0r .mbr-section-title {
  color: #000000;
}
.cid-uO9MSEYx0r .mbr-desc {
  color: #000000;
}
.cid-uO9MSEYx0r .mbr-text {
  color: #000000;
}
.cid-uO9MHxeiqi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uO9MHxeiqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9MHxeiqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uO9MHxeiqi .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uO9MHxeiqi .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uO9MHxeiqi .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uO9MHxeiqi .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uO9MHxeiqi .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uO9MHxeiqi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uO9MHxeiqi .items-wrapper .card {
  padding: 0 32px;
}
.cid-uO9MHxeiqi .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uO9MHxeiqi .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uO9MHxeiqi .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uO9MHxeiqi .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uO9MHxeiqi .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uO9MHxeiqi .list-wrapper .list .item-wrap:hover,
.cid-uO9MHxeiqi .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uO9MHxeiqi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uO9MHxeiqi .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uO9MHxeiqi .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uO9MHxeiqi .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uO9MHxeiqi .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uO9MHxeiqi .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uO9MHxeiqi .mbr-desc {
  color: #be9a31;
}
.cid-uO9MHxeiqi .mbr-text,
.cid-uO9MHxeiqi .text-wrapper {
  color: #9aa0a6;
}
.cid-uO9MHxeiqi .list {
  color: #9aa0a6;
}
.cid-uO9MHxeiqi .list,
.cid-uO9MHxeiqi .item-wrap {
  color: #ffffff;
}
.cid-uO9MHxeiqi .mbr-text,
.cid-uO9MHxeiqi .mbr-section-btn {
  color: #ffffff;
}
.cid-uO9NvUGXoz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz {
    min-height: 70px;
  }
}
.cid-uO9NvUGXoz nav.navbar {
  position: fixed;
}
.cid-uO9NvUGXoz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO9NvUGXoz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uO9NvUGXoz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uO9NvUGXoz .dropdown-item:hover,
.cid-uO9NvUGXoz .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uO9NvUGXoz .dropdown-item:hover span {
  color: white;
}
.cid-uO9NvUGXoz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uO9NvUGXoz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uO9NvUGXoz .dropdown-item:hover,
.cid-uO9NvUGXoz .dropdown-item:focus,
.cid-uO9NvUGXoz .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uO9NvUGXoz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uO9NvUGXoz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uO9NvUGXoz .nav-link {
  position: relative;
}
.cid-uO9NvUGXoz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uO9NvUGXoz .container {
    flex-wrap: nowrap;
  }
}
.cid-uO9NvUGXoz .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uO9NvUGXoz .navbar-caption {
  font-weight: 700;
}
.cid-uO9NvUGXoz .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uO9NvUGXoz .dropdown-menu,
.cid-uO9NvUGXoz .navbar.opened {
  background: #ffffff !important;
}
.cid-uO9NvUGXoz .nav-item:focus,
.cid-uO9NvUGXoz .nav-link:focus {
  outline: none;
}
.cid-uO9NvUGXoz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO9NvUGXoz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO9NvUGXoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO9NvUGXoz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO9NvUGXoz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO9NvUGXoz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO9NvUGXoz .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .navbar {
    min-height: 80px;
  }
  .cid-uO9NvUGXoz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uO9NvUGXoz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO9NvUGXoz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO9NvUGXoz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uO9NvUGXoz .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-uO9NvUGXoz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uO9NvUGXoz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uO9NvUGXoz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uO9NvUGXoz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uO9NvUGXoz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uO9NvUGXoz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uO9NvUGXoz .navbar.opened {
  transition: all 0.3s;
}
.cid-uO9NvUGXoz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uO9NvUGXoz .navbar .navbar-logo img {
  width: auto;
}
.cid-uO9NvUGXoz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uO9NvUGXoz .navbar.collapsed {
  justify-content: center;
}
.cid-uO9NvUGXoz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO9NvUGXoz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uO9NvUGXoz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uO9NvUGXoz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO9NvUGXoz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO9NvUGXoz .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-uO9NvUGXoz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO9NvUGXoz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uO9NvUGXoz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uO9NvUGXoz .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uO9NvUGXoz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uO9NvUGXoz .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uO9NvUGXoz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .navbar-brand {
    min-height: 80px;
  }
}
.cid-uO9NvUGXoz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO9NvUGXoz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO9NvUGXoz .dropdown-item.active,
.cid-uO9NvUGXoz .dropdown-item:active {
  background-color: transparent;
}
.cid-uO9NvUGXoz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO9NvUGXoz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO9NvUGXoz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO9NvUGXoz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uO9NvUGXoz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO9NvUGXoz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO9NvUGXoz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uO9NvUGXoz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uO9NvUGXoz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uO9NvUGXoz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uO9NvUGXoz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uO9NvUGXoz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO9NvUGXoz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO9NvUGXoz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uO9NvUGXoz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO9NvUGXoz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uO9NvUGXoz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uO9NvUGXoz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO9NvUGXoz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uO9NvUGXoz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uO9NvUGXoz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO9NvUGXoz .navbar {
    height: 70px;
  }
  .cid-uO9NvUGXoz .navbar.opened {
    height: auto;
  }
  .cid-uO9NvUGXoz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO9NvUGXoz .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uO9NvUGXoz .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uO9NvUGXoz .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uO9NvUGXoz .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uO9NvVv2V0 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/black-white-background-2000x1121.webp");
}
.cid-uO9NvVv2V0 .link-wrapper {
  width: 100%;
}
.cid-uO9NvVv2V0 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uO9NvVv2V0 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uO9NvVv2V0 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uO9NvVv2V0 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uO9NvVv2V0 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uO9NvVv2V0 .mbr-section-title DIV {
  text-align: center;
}
.cid-uO9NvVv2V0 .mbr-text,
.cid-uO9NvVv2V0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uO9NvVv2V0 .link,
.cid-uO9NvVv2V0 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uO9NvVv2V0 .mbr-section-title {
  color: #ffffff;
}
.cid-uO9NvVv2V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9NvVv2V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9NvVR4zi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uO9NvVR4zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9NvVR4zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9NvVR4zi .row {
  justify-content: space-between;
}
.cid-uO9NvVR4zi .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uO9NvVR4zi .content-wrapper {
    padding: 0;
  }
}
.cid-uO9NvVR4zi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO9NvVR4zi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uO9NvVR4zi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uO9NvVR4zi .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uO9NvVR4zi .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uO9NvVR4zi .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uO9NvVR4zi .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uO9NvVR4zi .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uO9NvVR4zi .mbr-section-title {
  color: #000000;
}
.cid-uO9NvVR4zi .mbr-desc {
  color: #000000;
}
.cid-uO9NvVR4zi .mbr-text {
  color: #000000;
}
.cid-uO9NvW6BIK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uO9NvW6BIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO9NvW6BIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uO9NvW6BIK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uO9NvW6BIK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uO9NvW6BIK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uO9NvW6BIK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uO9NvW6BIK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uO9NvW6BIK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uO9NvW6BIK .items-wrapper .card {
  padding: 0 32px;
}
.cid-uO9NvW6BIK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uO9NvW6BIK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uO9NvW6BIK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uO9NvW6BIK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uO9NvW6BIK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uO9NvW6BIK .list-wrapper .list .item-wrap:hover,
.cid-uO9NvW6BIK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uO9NvW6BIK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uO9NvW6BIK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uO9NvW6BIK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uO9NvW6BIK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uO9NvW6BIK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uO9NvW6BIK .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uO9NvW6BIK .mbr-desc {
  color: #be9a31;
}
.cid-uO9NvW6BIK .mbr-text,
.cid-uO9NvW6BIK .text-wrapper {
  color: #9aa0a6;
}
.cid-uO9NvW6BIK .list {
  color: #9aa0a6;
}
.cid-uO9NvW6BIK .list,
.cid-uO9NvW6BIK .item-wrap {
  color: #ffffff;
}
.cid-uO9NvW6BIK .mbr-text,
.cid-uO9NvW6BIK .mbr-section-btn {
  color: #ffffff;
}
.cid-uOKWDNcQwf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf {
    min-height: 70px;
  }
}
.cid-uOKWDNcQwf nav.navbar {
  position: fixed;
}
.cid-uOKWDNcQwf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOKWDNcQwf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOKWDNcQwf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uOKWDNcQwf .dropdown-item:hover,
.cid-uOKWDNcQwf .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uOKWDNcQwf .dropdown-item:hover span {
  color: white;
}
.cid-uOKWDNcQwf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOKWDNcQwf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOKWDNcQwf .dropdown-item:hover,
.cid-uOKWDNcQwf .dropdown-item:focus,
.cid-uOKWDNcQwf .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uOKWDNcQwf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOKWDNcQwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOKWDNcQwf .nav-link {
  position: relative;
}
.cid-uOKWDNcQwf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uOKWDNcQwf .container {
    flex-wrap: nowrap;
  }
}
.cid-uOKWDNcQwf .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOKWDNcQwf .navbar-caption {
  font-weight: 700;
}
.cid-uOKWDNcQwf .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOKWDNcQwf .dropdown-menu,
.cid-uOKWDNcQwf .navbar.opened {
  background: #ffffff !important;
}
.cid-uOKWDNcQwf .nav-item:focus,
.cid-uOKWDNcQwf .nav-link:focus {
  outline: none;
}
.cid-uOKWDNcQwf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOKWDNcQwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOKWDNcQwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOKWDNcQwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOKWDNcQwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOKWDNcQwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOKWDNcQwf .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .navbar {
    min-height: 80px;
  }
  .cid-uOKWDNcQwf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOKWDNcQwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOKWDNcQwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOKWDNcQwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOKWDNcQwf .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-uOKWDNcQwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOKWDNcQwf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOKWDNcQwf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOKWDNcQwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOKWDNcQwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOKWDNcQwf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOKWDNcQwf .navbar.opened {
  transition: all 0.3s;
}
.cid-uOKWDNcQwf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOKWDNcQwf .navbar .navbar-logo img {
  width: auto;
}
.cid-uOKWDNcQwf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOKWDNcQwf .navbar.collapsed {
  justify-content: center;
}
.cid-uOKWDNcQwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOKWDNcQwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOKWDNcQwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uOKWDNcQwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOKWDNcQwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOKWDNcQwf .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-uOKWDNcQwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOKWDNcQwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOKWDNcQwf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uOKWDNcQwf .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uOKWDNcQwf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOKWDNcQwf .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uOKWDNcQwf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .navbar-brand {
    min-height: 80px;
  }
}
.cid-uOKWDNcQwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOKWDNcQwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOKWDNcQwf .dropdown-item.active,
.cid-uOKWDNcQwf .dropdown-item:active {
  background-color: transparent;
}
.cid-uOKWDNcQwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOKWDNcQwf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOKWDNcQwf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOKWDNcQwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOKWDNcQwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOKWDNcQwf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOKWDNcQwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOKWDNcQwf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOKWDNcQwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOKWDNcQwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uOKWDNcQwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOKWDNcQwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOKWDNcQwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOKWDNcQwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOKWDNcQwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOKWDNcQwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOKWDNcQwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOKWDNcQwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOKWDNcQwf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOKWDNcQwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOKWDNcQwf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOKWDNcQwf .navbar {
    height: 70px;
  }
  .cid-uOKWDNcQwf .navbar.opened {
    height: auto;
  }
  .cid-uOKWDNcQwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOKWDNcQwf .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOKWDNcQwf .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uOKWDNcQwf .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uOKWDNcQwf .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uOKWDNZk32 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/business-finance-man-calculating-budget-numbers-invoices-financial-adviser-working-2000x1333.webp");
}
.cid-uOKWDNZk32 .link-wrapper {
  width: 100%;
}
.cid-uOKWDNZk32 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uOKWDNZk32 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uOKWDNZk32 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uOKWDNZk32 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uOKWDNZk32 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uOKWDNZk32 .mbr-section-title DIV {
  text-align: center;
}
.cid-uOKWDNZk32 .mbr-text,
.cid-uOKWDNZk32 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOKWDNZk32 .link,
.cid-uOKWDNZk32 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOKWDNZk32 .mbr-section-title {
  color: #ffffff;
}
.cid-uOKWDNZk32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDNZk32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDOdcPr {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOKWDOdcPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDOdcPr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uOKWDOdcPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDOdcPr h1 {
  max-width: 800px;
}
.cid-uOKWDOdcPr p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOKWDOdcPr {
    align-items: center;
  }
  .cid-uOKWDOdcPr .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOKWDOdcPr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOKWDOdcPr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOKWDOdcPr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOKWDOdcPr .content-wrap {
    width: 100%;
  }
}
.cid-uOKWDOdcPr .mbr-section-subtitle,
.cid-uOKWDOdcPr .line {
  color: #000000;
}
.cid-uOKWDOdcPr .mbr-text,
.cid-uOKWDOdcPr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOKWDOdcPr .mbr-section-title {
  color: #000000;
}
.cid-uOKWDOpfTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uOKWDOpfTZ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uOKWDOpfTZ .panel-group {
  border: none;
}
.cid-uOKWDOpfTZ .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uOKWDOpfTZ .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOKWDOpfTZ .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOKWDOpfTZ .panel-body {
    padding: 0rem;
  }
}
.cid-uOKWDOpfTZ .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOKWDOpfTZ .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uOKWDOpfTZ img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOKWDOpfTZ img {
    width: 100%;
  }
}
.cid-uOKWDOpfTZ .container-fluid {
  padding: 0 1rem;
}
.cid-uOKWDOpfTZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uOKWDOpfTZ .panel-title {
  display: flex;
  align-items: center;
}
.cid-uOKWDOpfTZ .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uOKWDOpfTZ .panel-title-edit {
  color: #000000;
}
.cid-uOKWDOpfTZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uOKWDOpfTZ .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uOKWDOpfTZ .panel-title-edit,
.cid-uOKWDOpfTZ .mbr-iconfont {
  color: #1b2026;
}
.cid-uOKWDOpfTZ .panel-text {
  color: #000000;
}
.cid-uOKWDOpfTZ H4 {
  color: #777777;
}
.cid-uOKWDOpfTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDOpfTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDOHYve {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOKWDOHYve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDOHYve .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-uOKWDOHYve .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOKWDOHYve .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOKWDOHYve .row {
  justify-content: space-between;
}
.cid-uOKWDOHYve .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uOKWDOHYve .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uOKWDOHYve .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOKWDOHYve .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uOKWDOHYve .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uOKWDOHYve .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uOKWDOHYve .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOKWDOHYve .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOKWDOHYve .mbr-section-title {
  color: #000000;
}
.cid-uOKWDOHYve .card-title {
  color: #000000;
}
.cid-uOKWDOY3X0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uOKWDOY3X0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOKWDOY3X0 .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uOKWDOY3X0 .wrap {
  align-items: center;
}
.cid-uOKWDOY3X0 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uOKWDOY3X0 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uOKWDOY3X0 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uOKWDOY3X0 .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uOKWDOY3X0 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uOKWDOY3X0 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uOKWDOY3X0 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uOKWDOY3X0 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uOKWDOY3X0 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uOKWDOY3X0 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uOKWDOY3X0 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uOKWDOY3X0 .card__content {
  padding: 20px;
}
.cid-uOKWDOY3X0 .card__topic {
  margin-bottom: 15px;
}
.cid-uOKWDOY3X0 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOKWDOY3X0 .mbr-text {
  margin-bottom: 10px;
}
.cid-uOKWDOY3X0 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uOKWDOY3X0 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uOKWDOY3X0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDOY3X0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDOY3X0 .mbr-section-title,
.cid-uOKWDOY3X0 .card__topic {
  color: #000000;
}
.cid-uSTv9ObaxF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTv9ObaxF .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTv9ObaxF .item-img {
  padding: 0.5rem;
}
.cid-uSTv9ObaxF img,
.cid-uSTv9ObaxF .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTv9ObaxF .item:focus,
.cid-uSTv9ObaxF span:focus {
  outline: none;
}
.cid-uSTv9ObaxF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTv9ObaxF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTv9ObaxF .item {
  padding: 0;
  margin: 0;
}
.cid-uSTv9ObaxF .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTv9ObaxF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTv9ObaxF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTv9ObaxF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTv9ObaxF .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTv9ObaxF .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTv9ObaxF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTv9ObaxF .mbr-text,
.cid-uSTv9ObaxF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOKWDPrmQa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uOKWDPrmQa .link-wrapper {
  width: 100%;
}
.cid-uOKWDPrmQa .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uOKWDPrmQa .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uOKWDPrmQa .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uOKWDPrmQa .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uOKWDPrmQa .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uOKWDPrmQa .mbr-section-title DIV {
  text-align: center;
}
.cid-uOKWDPrmQa .mbr-text,
.cid-uOKWDPrmQa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uOKWDPrmQa .link,
.cid-uOKWDPrmQa .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOKWDPrmQa .mbr-section-title {
  color: #ffffff;
}
.cid-uOKWDPrmQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDPrmQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDPEaYs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uOKWDPEaYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDPEaYs .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-uOKWDPEaYs .container {
    padding: 0 25px;
  }
}
.cid-uOKWDPEaYs .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uOKWDPEaYs .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uOKWDPEaYs .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uOKWDPEaYs .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uOKWDPEaYs .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOKWDPEaYs .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOKWDPEaYs .items .item {
    margin: 0;
  }
}
.cid-uOKWDPEaYs .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uOKWDPEaYs .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOKWDPEaYs .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uOKWDPEaYs .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOKWDPEaYs .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uOKWDPEaYs .mbr-section-title {
  color: #000000;
}
.cid-uOKWDPEaYs .item-title {
  color: #000000;
}
.cid-uOKWDPEaYs .mbr-text {
  color: #000000;
}
.cid-uOKWDPUfN3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uOKWDPUfN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKWDPUfN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOKWDPUfN3 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOKWDPUfN3 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uOKWDPUfN3 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uOKWDPUfN3 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOKWDPUfN3 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uOKWDPUfN3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOKWDPUfN3 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uOKWDPUfN3 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOKWDPUfN3 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOKWDPUfN3 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOKWDPUfN3 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOKWDPUfN3 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOKWDPUfN3 .list-wrapper .list .item-wrap:hover,
.cid-uOKWDPUfN3 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOKWDPUfN3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOKWDPUfN3 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOKWDPUfN3 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOKWDPUfN3 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOKWDPUfN3 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uOKWDPUfN3 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uOKWDPUfN3 .mbr-desc {
  color: #be9a31;
}
.cid-uOKWDPUfN3 .mbr-text,
.cid-uOKWDPUfN3 .text-wrapper {
  color: #9aa0a6;
}
.cid-uOKWDPUfN3 .list {
  color: #9aa0a6;
}
.cid-uOKWDPUfN3 .list,
.cid-uOKWDPUfN3 .item-wrap {
  color: #ffffff;
}
.cid-uOKWDPUfN3 .mbr-text,
.cid-uOKWDPUfN3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uSTpdFrnKj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj {
    min-height: 70px;
  }
}
.cid-uSTpdFrnKj nav.navbar {
  position: fixed;
}
.cid-uSTpdFrnKj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTpdFrnKj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSTpdFrnKj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
  margin-top: -1px;
  margin-bottom: -1px;
}
.cid-uSTpdFrnKj .dropdown-item:hover,
.cid-uSTpdFrnKj .dropdown-item:focus {
  background: #152145 !important;
  color: white !important;
}
.cid-uSTpdFrnKj .dropdown-item:hover span {
  color: white;
}
.cid-uSTpdFrnKj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSTpdFrnKj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSTpdFrnKj .dropdown-item:hover,
.cid-uSTpdFrnKj .dropdown-item:focus,
.cid-uSTpdFrnKj .dropdown-item:active {
  background-color: #c2c0bc !important;
}
.cid-uSTpdFrnKj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSTpdFrnKj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSTpdFrnKj .nav-link {
  position: relative;
}
.cid-uSTpdFrnKj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSTpdFrnKj .container {
    flex-wrap: nowrap;
  }
}
.cid-uSTpdFrnKj .iconfont-wrapper {
  color: #0a0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSTpdFrnKj .navbar-caption {
  font-weight: 700;
}
.cid-uSTpdFrnKj .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSTpdFrnKj .dropdown-menu,
.cid-uSTpdFrnKj .navbar.opened {
  background: #ffffff !important;
}
.cid-uSTpdFrnKj .nav-item:focus,
.cid-uSTpdFrnKj .nav-link:focus {
  outline: none;
}
.cid-uSTpdFrnKj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSTpdFrnKj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSTpdFrnKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSTpdFrnKj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTpdFrnKj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSTpdFrnKj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSTpdFrnKj .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .navbar {
    min-height: 80px;
  }
  .cid-uSTpdFrnKj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSTpdFrnKj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSTpdFrnKj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSTpdFrnKj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSTpdFrnKj .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-uSTpdFrnKj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSTpdFrnKj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSTpdFrnKj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSTpdFrnKj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSTpdFrnKj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSTpdFrnKj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSTpdFrnKj .navbar.opened {
  transition: all 0.3s;
}
.cid-uSTpdFrnKj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSTpdFrnKj .navbar .navbar-logo img {
  width: auto;
}
.cid-uSTpdFrnKj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSTpdFrnKj .navbar.collapsed {
  justify-content: center;
}
.cid-uSTpdFrnKj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSTpdFrnKj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSTpdFrnKj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uSTpdFrnKj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSTpdFrnKj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSTpdFrnKj .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-uSTpdFrnKj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSTpdFrnKj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSTpdFrnKj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uSTpdFrnKj .navbar.navbar-short {
  min-height: 76px;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .navbar.navbar-short {
    min-height: 70px;
  }
}
.cid-uSTpdFrnKj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSTpdFrnKj .navbar.navbar-short .navbar-brand {
  min-height: 76px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .navbar.navbar-short .navbar-brand {
    min-height: 70px;
  }
}
.cid-uSTpdFrnKj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .navbar-brand {
    min-height: 80px;
  }
}
.cid-uSTpdFrnKj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSTpdFrnKj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSTpdFrnKj .dropdown-item.active,
.cid-uSTpdFrnKj .dropdown-item:active {
  background-color: transparent;
}
.cid-uSTpdFrnKj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSTpdFrnKj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSTpdFrnKj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSTpdFrnKj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSTpdFrnKj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSTpdFrnKj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSTpdFrnKj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSTpdFrnKj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSTpdFrnKj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSTpdFrnKj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #be9a31;
}
.cid-uSTpdFrnKj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSTpdFrnKj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTpdFrnKj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSTpdFrnKj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSTpdFrnKj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTpdFrnKj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSTpdFrnKj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSTpdFrnKj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTpdFrnKj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSTpdFrnKj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSTpdFrnKj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTpdFrnKj .navbar {
    height: 70px;
  }
  .cid-uSTpdFrnKj .navbar.opened {
    height: auto;
  }
  .cid-uSTpdFrnKj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTpdFrnKj .nav-item-transform {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSTpdFrnKj .nav-item .nav-link {
  color: #0A0A0A;
  font-weight: 700;
  padding: 16px !important;
  margin: 0 !important;
}
.cid-uSTpdFrnKj .nav-item {
  font-weight: 700;
  margin-right: 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .nav-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uSTpdFrnKj .navbar .icons-menu {
    padding-right: 0 !important;
  }
}
.cid-uSTpdGa8ch {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/sea-modern-buildings-city-against-sky.jpg-2000x681.webp");
}
.cid-uSTpdGa8ch .link-wrapper {
  width: 100%;
}
.cid-uSTpdGa8ch .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uSTpdGa8ch .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uSTpdGa8ch .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uSTpdGa8ch .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uSTpdGa8ch .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uSTpdGa8ch .mbr-section-title DIV {
  text-align: center;
}
.cid-uSTpdGa8ch .mbr-text,
.cid-uSTpdGa8ch .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSTpdGa8ch .link,
.cid-uSTpdGa8ch .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSTpdGa8ch .mbr-section-title {
  color: #ffffff;
}
.cid-uSTpdGa8ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdGa8ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdGn479 {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSTpdGn479 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdGn479 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uSTpdGn479 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdGn479 h1 {
  max-width: 800px;
}
.cid-uSTpdGn479 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSTpdGn479 {
    align-items: center;
  }
  .cid-uSTpdGn479 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSTpdGn479 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSTpdGn479 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSTpdGn479 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSTpdGn479 .content-wrap {
    width: 100%;
  }
}
.cid-uSTpdGn479 .mbr-section-subtitle,
.cid-uSTpdGn479 .line {
  color: #000000;
}
.cid-uSTpdGn479 .mbr-text,
.cid-uSTpdGn479 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uSTpdGn479 .mbr-section-title {
  color: #000000;
}
.cid-uSTpdGA84w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-uSTpdGA84w .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uSTpdGA84w .panel-group {
  border: none;
}
.cid-uSTpdGA84w .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uSTpdGA84w .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uSTpdGA84w .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uSTpdGA84w .panel-body {
    padding: 0rem;
  }
}
.cid-uSTpdGA84w .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSTpdGA84w .img-item {
    padding-bottom: 3rem;
  }
}
.cid-uSTpdGA84w img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSTpdGA84w img {
    width: 100%;
  }
}
.cid-uSTpdGA84w .container-fluid {
  padding: 0 1rem;
}
.cid-uSTpdGA84w .collapsed span {
  transform: rotate(0deg);
}
.cid-uSTpdGA84w .panel-title {
  display: flex;
  align-items: center;
}
.cid-uSTpdGA84w .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uSTpdGA84w .panel-title-edit {
  color: #232226;
}
.cid-uSTpdGA84w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uSTpdGA84w .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-uSTpdGA84w .panel-title-edit,
.cid-uSTpdGA84w .mbr-iconfont {
  color: #1b2026;
}
.cid-uSTpdGA84w .panel-text {
  color: #000000;
}
.cid-uSTpdGA84w H4 {
  color: #777777;
}
.cid-uSTpdGA84w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdGA84w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdGO9PW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSTpdGO9PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdGO9PW .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-uSTpdGO9PW .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uSTpdGO9PW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSTpdGO9PW .row {
  justify-content: space-between;
}
.cid-uSTpdGO9PW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uSTpdGO9PW .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uSTpdGO9PW .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSTpdGO9PW .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uSTpdGO9PW .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uSTpdGO9PW .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uSTpdGO9PW .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uSTpdGO9PW .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uSTpdGO9PW .mbr-section-title {
  color: #000000;
}
.cid-uSTpdGO9PW .card-title {
  color: #000000;
}
.cid-uSTpdH0jU2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefcf3;
}
.cid-uSTpdH0jU2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSTpdH0jU2 .mbr-section-btn .btn-secondary-outline:hover {
  color: #152145 !important;
}
.cid-uSTpdH0jU2 .wrap {
  align-items: center;
}
.cid-uSTpdH0jU2 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uSTpdH0jU2 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-uSTpdH0jU2 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uSTpdH0jU2 .wrap:hover .mbr-section-title {
  color: #152145;
}
.cid-uSTpdH0jU2 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-uSTpdH0jU2 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uSTpdH0jU2 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-uSTpdH0jU2 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-uSTpdH0jU2 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uSTpdH0jU2 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uSTpdH0jU2 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-uSTpdH0jU2 .card__content {
  padding: 20px;
}
.cid-uSTpdH0jU2 .card__topic {
  margin-bottom: 15px;
}
.cid-uSTpdH0jU2 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSTpdH0jU2 .mbr-text {
  margin-bottom: 10px;
}
.cid-uSTpdH0jU2 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #152145;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uSTpdH0jU2 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uSTpdH0jU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdH0jU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdHf20n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uSTpdHf20n .display-2 {
    font-size: 1.4rem;
  }
}
.cid-uSTpdHf20n .item-img {
  padding: 0.5rem;
}
.cid-uSTpdHf20n img,
.cid-uSTpdHf20n .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uSTpdHf20n .item:focus,
.cid-uSTpdHf20n span:focus {
  outline: none;
}
.cid-uSTpdHf20n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSTpdHf20n .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSTpdHf20n .item {
  padding: 0;
  margin: 0;
}
.cid-uSTpdHf20n .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSTpdHf20n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTpdHf20n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTpdHf20n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSTpdHf20n .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uSTpdHf20n .item-title {
  color: #be9a31;
  text-align: left;
}
.cid-uSTpdHf20n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSTpdHf20n .mbr-text,
.cid-uSTpdHf20n .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uSTpdHBWwY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/business-agreement-2000x1335.webp");
}
.cid-uSTpdHBWwY .link-wrapper {
  width: 100%;
}
.cid-uSTpdHBWwY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uSTpdHBWwY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uSTpdHBWwY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uSTpdHBWwY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uSTpdHBWwY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uSTpdHBWwY .mbr-section-title DIV {
  text-align: center;
}
.cid-uSTpdHBWwY .mbr-text,
.cid-uSTpdHBWwY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSTpdHBWwY .link,
.cid-uSTpdHBWwY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uSTpdHBWwY .mbr-section-title {
  color: #ffffff;
}
.cid-uSTpdHBWwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdHBWwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdHNSnG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fefcf3;
}
.cid-uSTpdHNSnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdHNSnG .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-uSTpdHNSnG .container {
    padding: 0 25px;
  }
}
.cid-uSTpdHNSnG .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-uSTpdHNSnG .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-uSTpdHNSnG .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSTpdHNSnG .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-uSTpdHNSnG .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uSTpdHNSnG .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSTpdHNSnG .items .item {
    margin: 0;
  }
}
.cid-uSTpdHNSnG .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uSTpdHNSnG .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSTpdHNSnG .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #152145;
}
.cid-uSTpdHNSnG .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uSTpdHNSnG .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uSTpdHNSnG .mbr-section-title {
  color: #000000;
}
.cid-uSTpdHNSnG .item-title {
  color: #000000;
}
.cid-uSTpdHNSnG .mbr-text {
  color: #000000;
}
.cid-uSTpdIiada {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-uSTpdIiada .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTpdIiada .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTpdIiada .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSTpdIiada .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uSTpdIiada .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSTpdIiada .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uSTpdIiada .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSTpdIiada .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSTpdIiada .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSTpdIiada .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uSTpdIiada .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uSTpdIiada .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSTpdIiada .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uSTpdIiada .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSTpdIiada .items-wrapper .card {
  padding: 0 32px;
}
.cid-uSTpdIiada .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSTpdIiada .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSTpdIiada .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSTpdIiada .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSTpdIiada .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSTpdIiada .list-wrapper .list .item-wrap:hover,
.cid-uSTpdIiada .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uSTpdIiada .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSTpdIiada .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSTpdIiada .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSTpdIiada .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSTpdIiada .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uSTpdIiada .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uSTpdIiada .mbr-desc {
  color: #be9a31;
}
.cid-uSTpdIiada .mbr-text,
.cid-uSTpdIiada .text-wrapper {
  color: #9aa0a6;
}
.cid-uSTpdIiada .list {
  color: #9aa0a6;
}
.cid-uSTpdIiada .list,
.cid-uSTpdIiada .item-wrap {
  color: #ffffff;
}
.cid-uSTpdIiada .mbr-text,
.cid-uSTpdIiada .mbr-section-btn {
  color: #ffffff;
}
