body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #0db77a !important;
}
.bg-success {
  background-color: #d8aa40 !important;
}
.bg-info {
  background-color: #fe5925 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0db77a !important;
  border-color: #0db77a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #08704a !important;
  border-color: #08704a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #08704a !important;
  border-color: #08704a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
  transition: all .5s;
  color: #767200 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #767200 !important;
  background-color: #fff72a !important;
  border-color: #fff72a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #767200 !important;
  background-color: #fff72a !important;
  border-color: #fff72a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #d63401 !important;
  border-color: #d63401 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d63401 !important;
  border-color: #d63401 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d8aa40 !important;
  border-color: #d8aa40 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #a98023 !important;
  border-color: #a98023 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a98023 !important;
  border-color: #a98023 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #06583b !important;
  color: #06583b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0db77a !important;
  border-color: #0db77a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0db77a !important;
  border-color: #0db77a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #fff610 !important;
  color: #fff610 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #767200 !important;
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #767200 !important;
  background-color: #fffa76 !important;
  border-color: #fffa76 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #bc2e01 !important;
  color: #bc2e01 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #94701e !important;
  color: #94701e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #d8aa40 !important;
  border-color: #d8aa40 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d8aa40 !important;
  border-color: #d8aa40 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0db77a !important;
}
.text-secondary {
  color: #fffa76 !important;
}
.text-success {
  color: #d8aa40 !important;
}
.text-info {
  color: #fe5925 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #06583b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fff610 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #94701e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bc2e01 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #d8aa40;
}
.alert-info {
  background-color: #fe5925;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0db77a;
  border-color: #0db77a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0db77a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #51f3b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbf5e9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff4f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #ffffff;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #ffffff;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0db77a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #0db77a;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #0db77a;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0db77a;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #0db77a;
  border-bottom-color: #0db77a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0db77a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fffa76 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230db77a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uthgY69a7O {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../images/smirnov.school-golden-coins-rain-from-a-wide-cloud-on-a-dark-ba-cba2fa2f-5ec6-491a-b599-190db103cafa.png");
}
.cid-uthgY69a7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uthgY69a7O .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-uthgY69a7O .container {
    padding: 0 24px;
  }
}
.cid-uthgY69a7O .row {
  position: relative;
}
.cid-uthgY69a7O .row .card {
  justify-content: center;
}
.cid-uthgY69a7O .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ff3399;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uthgY69a7O .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uthgY69a7O .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uthgY69a7O .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uthgY69a7O .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uthgY69a7O .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uthgY69a7O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uthgY69a7O .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uthgY69a7O .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uthgY69a7O .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uthgY69a7O .image-wrapper {
  position: relative;
}
.cid-uthgY69a7O .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uthgY69a7O .image-wrapper img {
    height: 350px;
  }
}
.cid-uthgY69a7O .mbr-section-title {
  color: #F5DF4D;
}
.cid-uthgY69a7O .mbr-text {
  color: #FF3399;
}
.cid-uthgY69a7O .mbr-text,
.cid-uthgY69a7O .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uthgY69a7O .mbr-section-title,
.cid-uthgY69a7O .mbr-section-btn {
  color: #ffffff;
}
.cid-vabZLewhl2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: transparent;
}
.cid-vabZLewhl2 .airdrop-card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
}
.cid-vabZLewhl2 .airdrop-card::before {
  content: none;
  position: absolute;
  inset: -38% auto auto -16%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(43, 220, 157, 0.2), transparent 72%);
  pointer-events: none;
}
.cid-vabZLewhl2 .airdrop-card .content-row {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-vabZLewhl2 .airdrop-card .title {
  padding-right: 1.5rem;
}
.cid-vabZLewhl2 .mbr-section-subtitle {
  color: #000000;
  line-height: 1.6;
}
.cid-vabZLewhl2 .btn {
  margin: 0;
}
.cid-vabZLewhl2 .airdrop-card .mbr-section-btn {
  margin-top: 0;
  padding: 0;
  background: transparent;
  text-align: inherit;
}
.cid-vabZLewhl2 .airdrop-card .btn-primary {
  min-width: 220px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(13, 183, 122, 0.24);
}
@media (max-width: 768px) {
  .cid-vabZLewhl2 h2,
  .cid-vabZLewhl2 h3 {
    text-align: center !important;
  }
  .cid-vabZLewhl2 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vabZLewhl2 .airdrop-card {
    padding: 1.5rem;
    border-radius: 24px;
  }
  .cid-vabZLewhl2 .airdrop-card .title {
    padding-right: 0;
  }
  .cid-vabZLewhl2 .airdrop-card .btn-primary {
    min-width: 100%;
  }
}
.cid-vabZLewhl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabZLewhl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabZLewhl2 H2 {
  color: #000000;
}
.cid-uVKZcrERgu {
  padding-top: 60px;
  padding-bottom: 60px;
  background: transparent;
}
.cid-uVKZcrERgu .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-uVKZcrERgu .mbr-text {
  color: #8d97ad;
}
.cid-uVKZcrERgu .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uVKZcrERgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKZcrERgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbRlkJtu4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLbRlkJtu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbRlkJtu4 .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-uLbRlkJtu4 .container {
    padding: 0 24px;
  }
}
.cid-uLbRlkJtu4 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLbRlkJtu4 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLbRlkJtu4 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbRlkJtu4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uLbRlkJtu4 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uLbRlkJtu4 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uLbRlkJtu4 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uLbRlkJtu4 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uLbRlkJtu4 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uLbRlkJtu4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLbRlkJtu4 .mbr-section-title,
.cid-uLbRlkJtu4 .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJiTiTFcVE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJiTiTFcVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiTiTFcVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiTiTFcVE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJiTiTFcVE .image-wrapper {
    padding: 2rem;
  }
}
.cid-uJiTiTFcVE img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: contain;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .cid-uJiTiTFcVE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJiTiTFcVE .mbr-text,
.cid-uJiTiTFcVE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiTiTFcVE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2WpQnQe2K {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #5a420d, #5a420d);
}
.cid-v2WpQnQe2K .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-v2WpQnQe2K .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-v2WpQnQe2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2WpQnQe2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2WoXkXFG0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #5a420d;
}
.cid-v2WoXkXFG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2WoXkXFG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2WoXkXFG0 .container,
.cid-v2WoXkXFG0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v2WoXkXFG0 .container,
  .cid-v2WoXkXFG0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v2WoXkXFG0 .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v2WoXkXFG0 .row {
    margin: 0;
  }
}
.cid-v2WoXkXFG0 .card {
  padding: 0;
}
.cid-v2WoXkXFG0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-v2WoXkXFG0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2WoXkXFG0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2WoXkXFG0 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2WoXkXFG0 .embla__button--next,
.cid-v2WoXkXFG0 .embla__button--prev {
  display: flex;
}
.cid-v2WoXkXFG0 .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2WoXkXFG0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2WoXkXFG0 .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-v2WoXkXFG0 .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-v2WoXkXFG0 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-v2WoXkXFG0 .embla__button {
    top: -0.8rem;
  }
}
.cid-v2WoXkXFG0 .embla {
  position: relative;
  width: 100%;
}
.cid-v2WoXkXFG0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2WoXkXFG0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2WoXkXFG0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2WoXkXFG0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXQKxbzMkA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uXQKxbzMkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQKxbzMkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXQKxbzMkA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXQKxbzMkA .row {
    flex-direction: column-reverse;
  }
  .cid-uXQKxbzMkA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXQKxbzMkA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXQKxbzMkA .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXQKxbzMkA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXQKxbzMkA .mbr-text,
.cid-uXQKxbzMkA .mbr-section-btn {
  color: #fe5925;
}
.cid-uYefrBv1zT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uYefrBv1zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYefrBv1zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYefrBv1zT .container,
.cid-uYefrBv1zT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYefrBv1zT .container,
  .cid-uYefrBv1zT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uYefrBv1zT .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYefrBv1zT .row {
    margin: 0;
  }
}
.cid-uYefrBv1zT .card {
  padding: 0;
}
.cid-uYefrBv1zT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uYefrBv1zT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYefrBv1zT .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYefrBv1zT .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYefrBv1zT .embla__button--next,
.cid-uYefrBv1zT .embla__button--prev {
  display: flex;
}
.cid-uYefrBv1zT .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYefrBv1zT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYefrBv1zT .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uYefrBv1zT .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uYefrBv1zT .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uYefrBv1zT .embla__button {
    top: -0.8rem;
  }
}
.cid-uYefrBv1zT .embla {
  position: relative;
  width: 100%;
}
.cid-uYefrBv1zT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYefrBv1zT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYefrBv1zT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYefrBv1zT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukn51gdO5w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #5a420d;
}
.cid-ukn51gdO5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn51gdO5w .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-ukn51gdO5w .container {
    padding: 0 24px;
  }
}
.cid-ukn51gdO5w .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukn51gdO5w .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn51gdO5w .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukn51gdO5w .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukn51gdO5w .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #5a420d;
  border-radius: 40px;
}
.cid-ukn51gdO5w .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ukn51gdO5w .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ukn51gdO5w .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ukn51gdO5w .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ukn51gdO5w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ukn51gdO5w .mbr-section-title,
.cid-ukn51gdO5w .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMrqesWSdQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #5a420d;
}
.cid-uMrqesWSdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMrqesWSdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMrqesWSdQ .container,
.cid-uMrqesWSdQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMrqesWSdQ .container,
  .cid-uMrqesWSdQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMrqesWSdQ .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMrqesWSdQ .row {
    margin: 0;
  }
}
.cid-uMrqesWSdQ .card {
  padding: 0;
}
.cid-uMrqesWSdQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uMrqesWSdQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMrqesWSdQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMrqesWSdQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMrqesWSdQ .embla__button--next,
.cid-uMrqesWSdQ .embla__button--prev {
  display: flex;
}
.cid-uMrqesWSdQ .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMrqesWSdQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMrqesWSdQ .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uMrqesWSdQ .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uMrqesWSdQ .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uMrqesWSdQ .embla__button {
    top: -0.8rem;
  }
}
.cid-uMrqesWSdQ .embla {
  position: relative;
  width: 100%;
}
.cid-uMrqesWSdQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMrqesWSdQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMrqesWSdQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMrqesWSdQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMBTWLR1IL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edc364;
}
.cid-uMBTWLR1IL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBTWLR1IL .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-uMBTWLR1IL .container {
    padding: 0 24px;
  }
}
.cid-uMBTWLR1IL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMBTWLR1IL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMBTWLR1IL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMBTWLR1IL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMBTWLR1IL .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #edc364;
  border-radius: 40px;
}
.cid-uMBTWLR1IL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uMBTWLR1IL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uMBTWLR1IL .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMBTWLR1IL .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uMBTWLR1IL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMBTWLR1IL .mbr-section-title,
.cid-uMBTWLR1IL .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uMBTXq3ZWr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edc364;
}
.cid-uMBTXq3ZWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBTXq3ZWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBTXq3ZWr .container,
.cid-uMBTXq3ZWr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMBTXq3ZWr .container,
  .cid-uMBTXq3ZWr .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMBTXq3ZWr .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMBTXq3ZWr .row {
    margin: 0;
  }
}
.cid-uMBTXq3ZWr .card {
  padding: 0;
}
.cid-uMBTXq3ZWr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uMBTXq3ZWr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMBTXq3ZWr .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMBTXq3ZWr .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMBTXq3ZWr .embla__button--next,
.cid-uMBTXq3ZWr .embla__button--prev {
  display: flex;
}
.cid-uMBTXq3ZWr .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMBTXq3ZWr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMBTXq3ZWr .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uMBTXq3ZWr .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uMBTXq3ZWr .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uMBTXq3ZWr .embla__button {
    top: -0.8rem;
  }
}
.cid-uMBTXq3ZWr .embla {
  position: relative;
  width: 100%;
}
.cid-uMBTXq3ZWr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMBTXq3ZWr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMBTXq3ZWr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMBTXq3ZWr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMBOj27Cjq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBOj27Cjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBOj27Cjq .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-uMBOj27Cjq .container {
    padding: 0 24px;
  }
}
.cid-uMBOj27Cjq .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMBOj27Cjq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMBOj27Cjq .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMBOj27Cjq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMBOj27Cjq .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uMBOj27Cjq .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uMBOj27Cjq .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uMBOj27Cjq .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMBOj27Cjq .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uMBOj27Cjq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMBOj27Cjq .mbr-section-title,
.cid-uMBOj27Cjq .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLpfvbKZMk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uLpfvbKZMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLpfvbKZMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLpfvbKZMk .container,
.cid-uLpfvbKZMk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLpfvbKZMk .container,
  .cid-uLpfvbKZMk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLpfvbKZMk .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLpfvbKZMk .row {
    margin: 0;
  }
}
.cid-uLpfvbKZMk .card {
  padding: 0;
}
.cid-uLpfvbKZMk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLpfvbKZMk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLpfvbKZMk .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLpfvbKZMk .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLpfvbKZMk .embla__button--next,
.cid-uLpfvbKZMk .embla__button--prev {
  display: flex;
}
.cid-uLpfvbKZMk .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLpfvbKZMk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLpfvbKZMk .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uLpfvbKZMk .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uLpfvbKZMk .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uLpfvbKZMk .embla__button {
    top: -0.8rem;
  }
}
.cid-uLpfvbKZMk .embla {
  position: relative;
  width: 100%;
}
.cid-uLpfvbKZMk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLpfvbKZMk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLpfvbKZMk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLpfvbKZMk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uN2lYQoTD0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edc364;
}
.cid-uN2lYQoTD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2lYQoTD0 .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-uN2lYQoTD0 .container {
    padding: 0 24px;
  }
}
.cid-uN2lYQoTD0 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN2lYQoTD0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uN2lYQoTD0 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN2lYQoTD0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uN2lYQoTD0 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #edc364;
  border-radius: 40px;
}
.cid-uN2lYQoTD0 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uN2lYQoTD0 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uN2lYQoTD0 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uN2lYQoTD0 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uN2lYQoTD0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uN2lYQoTD0 .mbr-section-title,
.cid-uN2lYQoTD0 .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uN2lFOMOKX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edc364;
}
.cid-uN2lFOMOKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2lFOMOKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2lFOMOKX .container,
.cid-uN2lFOMOKX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uN2lFOMOKX .container,
  .cid-uN2lFOMOKX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uN2lFOMOKX .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uN2lFOMOKX .row {
    margin: 0;
  }
}
.cid-uN2lFOMOKX .card {
  padding: 0;
}
.cid-uN2lFOMOKX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uN2lFOMOKX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uN2lFOMOKX .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN2lFOMOKX .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uN2lFOMOKX .embla__button--next,
.cid-uN2lFOMOKX .embla__button--prev {
  display: flex;
}
.cid-uN2lFOMOKX .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN2lFOMOKX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN2lFOMOKX .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uN2lFOMOKX .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uN2lFOMOKX .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uN2lFOMOKX .embla__button {
    top: -0.8rem;
  }
}
.cid-uN2lFOMOKX .embla {
  position: relative;
  width: 100%;
}
.cid-uN2lFOMOKX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uN2lFOMOKX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN2lFOMOKX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN2lFOMOKX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uujnJcUHI2 {
  padding-top: 125px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #b08e41, #b08e41);
}
.cid-uujnJcUHI2 .mbr-overlay {
  background: #071427;
  background: linear-gradient(90deg, #071427, #000000);
}
.cid-uujnJcUHI2 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uujnJcUHI2 .mbr-section-subtitle,
.cid-uujnJcUHI2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uujnJcUHI2 H1 {
  color: #ffffff;
}
.cid-uujnJcUHI2 .mbr-section-subtitle,
.cid-uujnJcUHI2 .mbr-section-btn P {
  text-align: center;
}
.cid-uue91kvmQT {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #b08e41;
}
.cid-uue91kvmQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uue91kvmQT .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-uue91kvmQT .container {
    padding: 0 20px;
  }
}
.cid-uue91kvmQT .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uue91kvmQT .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uue91kvmQT .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 230px;
  height: 230px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uue91kvmQT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uue91kvmQT .mbr-section-title {
  color: #ffffff;
}
.cid-uue91kvmQT .mbr-section-title,
.cid-uue91kvmQT .mbr-section-btn,
.cid-uue91kvmQT .logo-wrap {
  text-align: center;
  color: #232323;
}
.cid-udM0narY8K {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udM0narY8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-udM0narY8K .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-udM0narY8K .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-udM0narY8K .container {
    padding: 0 4px;
  }
}
.cid-udM0narY8K .row {
  margin: 0;
}
.cid-udM0narY8K .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udM0narY8K .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udM0narY8K .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-udM0narY8K .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-udM0narY8K .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-udM0narY8K .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-udM0narY8K .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-udM0narY8K .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udM0narY8K .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-udM0narY8K .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udM0narY8K .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-udM0narY8K .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udM0narY8K .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-udM0narY8K .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-udM0narY8K .panel-title-edit,
.cid-udM0narY8K .mbr-iconfont {
  color: #232323;
}
.cid-udM0narY8K .mbr-text {
  color: #232323;
}
.cid-uN77EIzY8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN77EIzY8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN77EIzY8l .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-uN77EIzY8l .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uN77EIzY8l .container {
    padding: 0 4px;
  }
}
.cid-uN77EIzY8l .row {
  margin: 0;
}
.cid-uN77EIzY8l .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN77EIzY8l .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uN77EIzY8l .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-uN77EIzY8l .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-uN77EIzY8l .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uN77EIzY8l .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uN77EIzY8l .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uN77EIzY8l .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN77EIzY8l .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uN77EIzY8l .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN77EIzY8l .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uN77EIzY8l .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN77EIzY8l .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uN77EIzY8l .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uN77EIzY8l .panel-title-edit,
.cid-uN77EIzY8l .mbr-iconfont {
  color: #232323;
}
.cid-uN77EIzY8l .mbr-text {
  color: #232323;
}
.cid-vaWrh6ZUMk {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vaWrh6ZUMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWrh6ZUMk .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-vaWrh6ZUMk .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-vaWrh6ZUMk .container {
    padding: 0 4px;
  }
}
.cid-vaWrh6ZUMk .row {
  margin: 0;
}
.cid-vaWrh6ZUMk .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWrh6ZUMk .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaWrh6ZUMk .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-vaWrh6ZUMk .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-vaWrh6ZUMk .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-vaWrh6ZUMk .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaWrh6ZUMk .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vaWrh6ZUMk .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaWrh6ZUMk .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-vaWrh6ZUMk .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWrh6ZUMk .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-vaWrh6ZUMk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWrh6ZUMk .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vaWrh6ZUMk .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vaWrh6ZUMk .panel-title-edit,
.cid-vaWrh6ZUMk .mbr-iconfont {
  color: #232323;
}
.cid-vaWrh6ZUMk .mbr-text {
  color: #232323;
}
.cid-uPlMNktve4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/background7-1.jpg");
}
.cid-uPlMNktve4 .mbr-overlay {
  background: #000000;
  background: linear-gradient(to right, #000000, #000000);
}
.cid-uPlMNktve4 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPlMNktve4 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uPlMNktve4 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uPlMNktve4 .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-uPlMNktve4 .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uPlMNktve4 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-uPlMNktve4 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uPlMNktve4 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uPlMNktve4 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-uPlMNktve4 .cloneditem-1,
.cid-uPlMNktve4 .cloneditem-2,
.cid-uPlMNktve4 .cloneditem-3,
.cid-uPlMNktve4 .cloneditem-4,
.cid-uPlMNktve4 .cloneditem-5 {
  display: none;
}
.cid-uPlMNktve4 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPlMNktve4 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uPlMNktve4 .carousel-inner {
    z-index: 1;
  }
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides2 .cloneditem-1,
  .cid-uPlMNktve4 .carousel-inner.slides2 .cloneditem-2,
  .cid-uPlMNktve4 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides3 .cloneditem-1,
  .cid-uPlMNktve4 .carousel-inner.slides3 .cloneditem-2,
  .cid-uPlMNktve4 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides4 .cloneditem-1,
  .cid-uPlMNktve4 .carousel-inner.slides4 .cloneditem-2,
  .cid-uPlMNktve4 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides5 .cloneditem-1,
  .cid-uPlMNktve4 .carousel-inner.slides5 .cloneditem-2,
  .cid-uPlMNktve4 .carousel-inner.slides5 .cloneditem-3,
  .cid-uPlMNktve4 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPlMNktve4 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPlMNktve4 .carousel-inner.slides6 .cloneditem-1,
  .cid-uPlMNktve4 .carousel-inner.slides6 .cloneditem-2,
  .cid-uPlMNktve4 .carousel-inner.slides6 .cloneditem-3,
  .cid-uPlMNktve4 .carousel-inner.slides6 .cloneditem-4,
  .cid-uPlMNktve4 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uPlMNktve4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPlMNktve4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufnyrqOSUV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/malang0109-golden-coins-hanging-in-abundance-from-the-golden-tr-2158f726-9596-4834-a234-100ae165d5fb.png");
}
.cid-ufnyrqOSUV .mbr-iconfont {
  color: #8d97ad;
}
.cid-ufnyrqOSUV .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-ufnyrqOSUV .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-ufnyrqOSUV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ufnyrqOSUV .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ufnyrqOSUV .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-ufnyrqOSUV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ufnyrqOSUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufnyrqOSUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udzXkmTsfl {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-udzXkmTsfl img {
  width: 180px;
  margin: auto;
}
.cid-udzXkmTsfl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-udzXkmTsfl .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-udzXkmTsfl H1 {
  color: #232323;
}
.cid-udzXkmTsfl .mbr-text,
.cid-udzXkmTsfl .mbr-section-btn {
  color: #716c80;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMBwIRNEJ5 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMBwIRNEJ5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMBwLtJSNc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMBwLtJSNc .mbr-text {
  color: #232323;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMBxvMHR7o {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMBxvMHR7o .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tMBxBtGJMZ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMBxBtGJMZ .mbr-text {
  color: #232323;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue8XmW8Nln {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-ue8XmW8Nln {
    align-items: flex-start;
  }
  .cid-ue8XmW8Nln .row {
    justify-content: center;
  }
}
.cid-ue8XmW8Nln .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ue8XmW8Nln .mbr-text,
.cid-ue8XmW8Nln .mbr-section-btn {
  text-align: center;
  color: #dfc804;
}
.cid-ue8XmW8Nln .mbr-section-title,
.cid-ue8XmW8Nln .line {
  color: #ffffff;
  text-align: center;
}
.cid-ue8XmW8Nln h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ue8XmW8Nln h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ue8XmW8Nln .mbr-section-subtitle,
.cid-ue8XmW8Nln .align {
  text-align: center;
  color: #ffffff;
}
.cid-uhXX8BifZw {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uhXX8BifZw .mbr-section-subtitle,
.cid-uhXX8BifZw .caption-text {
  color: #8d97ad;
}
.cid-uhXX8BifZw .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-uhXX8BifZw .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: 0;
}
.cid-uhXX8BifZw .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uhXX8BifZw .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJw04ikS2O {
  padding-top: 120px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-uJw04ikS2O .mbr-section-subtitle,
.cid-uJw04ikS2O .caption-text {
  color: #8d97ad;
}
.cid-uJw04ikS2O .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uJw04ikS2O .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uJw04ikS2O .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uJw04ikS2O .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uJw0m82M5R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJw0m82M5R .mbr-text {
  color: #000000;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueWGNwEvzi {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-ueWGNwEvzi {
    align-items: flex-start;
  }
  .cid-ueWGNwEvzi .row {
    justify-content: center;
  }
}
.cid-ueWGNwEvzi .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ueWGNwEvzi .mbr-text,
.cid-ueWGNwEvzi .mbr-section-btn {
  text-align: center;
  color: #dfc804;
}
.cid-ueWGNwEvzi .mbr-section-title,
.cid-ueWGNwEvzi .line {
  color: #ffffff;
  text-align: center;
}
.cid-ueWGNwEvzi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ueWGNwEvzi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ueWGNwEvzi .mbr-section-subtitle,
.cid-ueWGNwEvzi .align {
  text-align: center;
  color: #ffffff;
}
.cid-uhXYcCzgqt {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uhXYcCzgqt .mbr-section-subtitle,
.cid-uhXYcCzgqt .caption-text {
  color: #8d97ad;
}
.cid-uhXYcCzgqt .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-uhXYcCzgqt .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: 0;
}
.cid-uhXYcCzgqt .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uhXYcCzgqt .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu4oFFaUso {
  padding-top: 12rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../images/smirnov.school-golden-coins-rain-from-a-wide-cloud-on-a-dark-ba-cba2fa2f-5ec6-491a-b599-190db103cafa.png");
}
.cid-uu4oFFaUso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu4oFFaUso .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-uu4oFFaUso .container {
    padding: 0 24px;
  }
}
.cid-uu4oFFaUso .row {
  position: relative;
}
.cid-uu4oFFaUso .row .card {
  justify-content: center;
}
.cid-uu4oFFaUso .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ff3399;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uu4oFFaUso .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-uu4oFFaUso .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-uu4oFFaUso .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uu4oFFaUso .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uu4oFFaUso .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uu4oFFaUso .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uu4oFFaUso .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uu4oFFaUso .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uu4oFFaUso .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uu4oFFaUso .image-wrapper {
  position: relative;
}
.cid-uu4oFFaUso .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uu4oFFaUso .image-wrapper img {
    height: 350px;
  }
}
.cid-uu4oFFaUso .mbr-section-title {
  color: #F5DF4D;
}
.cid-uu4oFFaUso .mbr-text {
  color: #FF3399;
}
.cid-uu4oFFaUso .mbr-text,
.cid-uu4oFFaUso .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uu4oFFaUso .mbr-section-title,
.cid-uu4oFFaUso .mbr-section-btn {
  color: #ffffff;
}
.cid-v13fdxVfTy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v13fdxVfTy .mbr-section-subtitle {
  color: #000000;
}
.cid-v13fdxVfTy .btn {
  margin: 0 0 .5rem 0;
}
.cid-v13fdxVfTy .airdrop-card {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-v13fdxVfTy h2,
  .cid-v13fdxVfTy h3 {
    text-align: center !important;
  }
  .cid-v13fdxVfTy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v13fdxVfTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v13fdxVfTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v13fdxVfTy H2 {
  color: #000000;
}
.cid-uVL03rtCA6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #d8aa40, #d8aa40);
}
.cid-uVL03rtCA6 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-uVL03rtCA6 .mbr-text {
  color: #8d97ad;
}
.cid-uVL03rtCA6 .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uVL03rtCA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVL03rtCA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbS5H1kLL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLbS5H1kLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbS5H1kLL .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-uLbS5H1kLL .container {
    padding: 0 24px;
  }
}
.cid-uLbS5H1kLL .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLbS5H1kLL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uLbS5H1kLL .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbS5H1kLL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uLbS5H1kLL .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uLbS5H1kLL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLbS5H1kLL .mbr-section-title,
.cid-uLbS5H1kLL .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLbS5H1kLL .title-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vw, 3rem);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 240, 0.98));
  border: 1px solid rgba(38, 38, 66, 0.08);
  box-shadow: 0 24px 60px rgba(38, 38, 66, 0.08);
}
.cid-uLbS5H1kLL .title-wrapper .mbr-section-title,
.cid-uLbS5H1kLL .title-wrapper .mbr-section-subtitle,
.cid-uLbS5H1kLL .title-wrapper .buttons-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 240px;
}
@media (max-width: 992px) {
  .cid-uLbS5H1kLL .title-wrapper {
    padding: 1.5rem;
    border-radius: 22px;
  }
  .cid-uLbS5H1kLL .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 100%;
  }
}
.cid-uu4p6bcvHb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uu4p6bcvHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu4p6bcvHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu4p6bcvHb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uu4p6bcvHb .image-wrapper {
    padding: 2rem;
  }
}
.cid-uu4p6bcvHb img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: contain;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .cid-uu4p6bcvHb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uu4p6bcvHb .mbr-text,
.cid-uu4p6bcvHb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uu4p6bcvHb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v2WqXGRAM8 {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #5a420d, #5a420d);
}
.cid-v2WqXGRAM8 .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-v2WqXGRAM8 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-v2WqXGRAM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2WqXGRAM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2WqZ20mn9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #5a420d;
}
.cid-v2WqZ20mn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2WqZ20mn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2WqZ20mn9 .container,
.cid-v2WqZ20mn9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v2WqZ20mn9 .container,
  .cid-v2WqZ20mn9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v2WqZ20mn9 .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v2WqZ20mn9 .row {
    margin: 0;
  }
}
.cid-v2WqZ20mn9 .card {
  padding: 0;
}
.cid-v2WqZ20mn9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-v2WqZ20mn9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2WqZ20mn9 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2WqZ20mn9 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2WqZ20mn9 .embla__button--next,
.cid-v2WqZ20mn9 .embla__button--prev {
  display: flex;
}
.cid-v2WqZ20mn9 .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2WqZ20mn9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2WqZ20mn9 .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-v2WqZ20mn9 .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-v2WqZ20mn9 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-v2WqZ20mn9 .embla__button {
    top: -0.8rem;
  }
}
.cid-v2WqZ20mn9 .embla {
  position: relative;
  width: 100%;
}
.cid-v2WqZ20mn9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2WqZ20mn9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2WqZ20mn9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2WqZ20mn9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXQP8hdmgN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uXQP8hdmgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQP8hdmgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXQP8hdmgN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXQP8hdmgN .row {
    flex-direction: column-reverse;
  }
  .cid-uXQP8hdmgN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXQP8hdmgN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXQP8hdmgN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXQP8hdmgN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXQP8hdmgN .mbr-text,
.cid-uXQP8hdmgN .mbr-section-btn {
  color: #fe5925;
}
.cid-uYeeAuJAwy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uYeeAuJAwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYeeAuJAwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYeeAuJAwy .container,
.cid-uYeeAuJAwy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYeeAuJAwy .container,
  .cid-uYeeAuJAwy .container-fluid {
    padding: 0 20px;
  }
}
.cid-uYeeAuJAwy .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYeeAuJAwy .row {
    margin: 0;
  }
}
.cid-uYeeAuJAwy .card {
  padding: 0;
}
.cid-uYeeAuJAwy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uYeeAuJAwy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYeeAuJAwy .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYeeAuJAwy .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uYeeAuJAwy .embla__button--next,
.cid-uYeeAuJAwy .embla__button--prev {
  display: flex;
}
.cid-uYeeAuJAwy .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYeeAuJAwy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYeeAuJAwy .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uYeeAuJAwy .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uYeeAuJAwy .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uYeeAuJAwy .embla__button {
    top: -0.8rem;
  }
}
.cid-uYeeAuJAwy .embla {
  position: relative;
  width: 100%;
}
.cid-uYeeAuJAwy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYeeAuJAwy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYeeAuJAwy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYeeAuJAwy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukn56z0XWH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #5a420d;
}
.cid-ukn56z0XWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukn56z0XWH .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-ukn56z0XWH .container {
    padding: 0 24px;
  }
}
.cid-ukn56z0XWH .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ukn56z0XWH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ukn56z0XWH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ukn56z0XWH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ukn56z0XWH .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #5a420d;
  border-radius: 40px;
}
.cid-ukn56z0XWH .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-ukn56z0XWH .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-ukn56z0XWH .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ukn56z0XWH .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-ukn56z0XWH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ukn56z0XWH .mbr-section-title,
.cid-ukn56z0XWH .buttons-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMqL2pDtx4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #5a420d;
}
.cid-uMqL2pDtx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqL2pDtx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqL2pDtx4 .container,
.cid-uMqL2pDtx4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMqL2pDtx4 .container,
  .cid-uMqL2pDtx4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMqL2pDtx4 .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMqL2pDtx4 .row {
    margin: 0;
  }
}
.cid-uMqL2pDtx4 .card {
  padding: 0;
}
.cid-uMqL2pDtx4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uMqL2pDtx4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMqL2pDtx4 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqL2pDtx4 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMqL2pDtx4 .embla__button--next,
.cid-uMqL2pDtx4 .embla__button--prev {
  display: flex;
}
.cid-uMqL2pDtx4 .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMqL2pDtx4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMqL2pDtx4 .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uMqL2pDtx4 .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uMqL2pDtx4 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uMqL2pDtx4 .embla__button {
    top: -0.8rem;
  }
}
.cid-uMqL2pDtx4 .embla {
  position: relative;
  width: 100%;
}
.cid-uMqL2pDtx4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMqL2pDtx4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMqL2pDtx4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMqL2pDtx4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMBSOnWNmB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edc364;
}
.cid-uMBSOnWNmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBSOnWNmB .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-uMBSOnWNmB .container {
    padding: 0 24px;
  }
}
.cid-uMBSOnWNmB .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMBSOnWNmB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMBSOnWNmB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMBSOnWNmB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMBSOnWNmB .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #edc364;
  border-radius: 40px;
}
.cid-uMBSOnWNmB .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uMBSOnWNmB .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uMBSOnWNmB .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMBSOnWNmB .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uMBSOnWNmB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMBSOnWNmB .mbr-section-title,
.cid-uMBSOnWNmB .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uMBSLqj0pF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edc364;
}
.cid-uMBSLqj0pF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBSLqj0pF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBSLqj0pF .container,
.cid-uMBSLqj0pF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMBSLqj0pF .container,
  .cid-uMBSLqj0pF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uMBSLqj0pF .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uMBSLqj0pF .row {
    margin: 0;
  }
}
.cid-uMBSLqj0pF .card {
  padding: 0;
}
.cid-uMBSLqj0pF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uMBSLqj0pF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMBSLqj0pF .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMBSLqj0pF .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMBSLqj0pF .embla__button--next,
.cid-uMBSLqj0pF .embla__button--prev {
  display: flex;
}
.cid-uMBSLqj0pF .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMBSLqj0pF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMBSLqj0pF .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uMBSLqj0pF .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uMBSLqj0pF .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uMBSLqj0pF .embla__button {
    top: -0.8rem;
  }
}
.cid-uMBSLqj0pF .embla {
  position: relative;
  width: 100%;
}
.cid-uMBSLqj0pF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMBSLqj0pF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMBSLqj0pF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMBSLqj0pF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMqL9BdquN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMqL9BdquN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqL9BdquN .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-uMqL9BdquN .container {
    padding: 0 24px;
  }
}
.cid-uMqL9BdquN .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMqL9BdquN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMqL9BdquN .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMqL9BdquN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMqL9BdquN .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uMqL9BdquN .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uMqL9BdquN .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uMqL9BdquN .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uMqL9BdquN .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uMqL9BdquN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMqL9BdquN .mbr-section-title,
.cid-uMqL9BdquN .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLFMW155Tv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uLFMW155Tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFMW155Tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFMW155Tv .container,
.cid-uLFMW155Tv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLFMW155Tv .container,
  .cid-uLFMW155Tv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLFMW155Tv .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLFMW155Tv .row {
    margin: 0;
  }
}
.cid-uLFMW155Tv .card {
  padding: 0;
}
.cid-uLFMW155Tv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uLFMW155Tv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLFMW155Tv .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLFMW155Tv .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uLFMW155Tv .embla__button--next,
.cid-uLFMW155Tv .embla__button--prev {
  display: flex;
}
.cid-uLFMW155Tv .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLFMW155Tv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLFMW155Tv .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uLFMW155Tv .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uLFMW155Tv .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uLFMW155Tv .embla__button {
    top: -0.8rem;
  }
}
.cid-uLFMW155Tv .embla {
  position: relative;
  width: 100%;
}
.cid-uLFMW155Tv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLFMW155Tv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLFMW155Tv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLFMW155Tv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uN2khXGksw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edc364;
}
.cid-uN2khXGksw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2khXGksw .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-uN2khXGksw .container {
    padding: 0 24px;
  }
}
.cid-uN2khXGksw .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN2khXGksw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uN2khXGksw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uN2khXGksw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #edc364;
  border-radius: 40px;
}
.cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uN2khXGksw .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uN2khXGksw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uN2khXGksw .mbr-section-title,
.cid-uN2khXGksw .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uN2khXGksw .title-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.75rem, 3vw, 3rem);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 240, 0.98));
  border: 1px solid rgba(38, 38, 66, 0.08);
  box-shadow: 0 24px 60px rgba(38, 38, 66, 0.08);
}
.cid-uN2khXGksw .title-wrapper .mbr-section-title,
.cid-uN2khXGksw .title-wrapper .mbr-section-subtitle,
.cid-uN2khXGksw .title-wrapper .buttons-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 240px;
}
@media (max-width: 992px) {
  .cid-uN2khXGksw .title-wrapper {
    padding: 1.5rem;
    border-radius: 22px;
  }
  .cid-uN2khXGksw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 100%;
  }
}
.cid-uN2kiMydjk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #edc364;
}
.cid-uN2kiMydjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN2kiMydjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN2kiMydjk .container,
.cid-uN2kiMydjk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uN2kiMydjk .container,
  .cid-uN2kiMydjk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uN2kiMydjk .row {
  padding: 50px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uN2kiMydjk .row {
    margin: 0;
  }
}
.cid-uN2kiMydjk .card {
  padding: 0;
}
.cid-uN2kiMydjk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-uN2kiMydjk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uN2kiMydjk .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN2kiMydjk .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uN2kiMydjk .embla__button--next,
.cid-uN2kiMydjk .embla__button--prev {
  display: flex;
}
.cid-uN2kiMydjk .embla__button {
  top: -0.8rem;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent;
  color: #fe5925;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN2kiMydjk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN2kiMydjk .embla__button:hover {
  background: transparent;
  color: #fe5925;
  opacity: .5;
}
.cid-uN2kiMydjk .embla__button.embla__button--prev {
  left: auto;
  right: 3rem;
}
.cid-uN2kiMydjk .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uN2kiMydjk .embla__button {
    top: -0.8rem;
  }
}
.cid-uN2kiMydjk .embla {
  position: relative;
  width: 100%;
}
.cid-uN2kiMydjk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uN2kiMydjk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN2kiMydjk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN2kiMydjk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uujngAHs2s {
  padding-top: 125px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #b08e41, #b08e41);
}
.cid-uujngAHs2s .mbr-overlay {
  background: #071427;
  background: linear-gradient(90deg, #071427, #000000);
}
.cid-uujngAHs2s .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uujngAHs2s .mbr-section-subtitle,
.cid-uujngAHs2s .mbr-section-btn {
  color: #ffffff;
}
.cid-uujngAHs2s H1 {
  color: #ffffff;
}
.cid-uujngAHs2s .mbr-section-subtitle,
.cid-uujngAHs2s .mbr-section-btn P {
  text-align: center;
}
.cid-uiW92XEdNp {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #b08e41;
}
.cid-uiW92XEdNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiW92XEdNp .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-uiW92XEdNp .container {
    padding: 0 20px;
  }
}
.cid-uiW92XEdNp .title-wrapper .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uiW92XEdNp .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uiW92XEdNp .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 230px;
  height: 230px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uiW92XEdNp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiW92XEdNp .mbr-section-title {
  color: #ffffff;
}
.cid-uiW92XEdNp .mbr-section-title,
.cid-uiW92XEdNp .mbr-section-btn,
.cid-uiW92XEdNp .logo-wrap {
  text-align: center;
  color: #232323;
}
.cid-ueS05GQFYN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueS05GQFYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueS05GQFYN .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-ueS05GQFYN .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-ueS05GQFYN .container {
    padding: 0 4px;
  }
}
.cid-ueS05GQFYN .row {
  margin: 0;
}
.cid-ueS05GQFYN .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueS05GQFYN .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ueS05GQFYN .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-ueS05GQFYN .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-ueS05GQFYN .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-ueS05GQFYN .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueS05GQFYN .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueS05GQFYN .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ueS05GQFYN .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-ueS05GQFYN .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueS05GQFYN .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-ueS05GQFYN .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueS05GQFYN .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ueS05GQFYN .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ueS05GQFYN .mbr-section-title,
.cid-ueS05GQFYN .panel-title-edit,
.cid-ueS05GQFYN .mbr-text {
  color: #000000;
}
.cid-ueS05GQFYN .panel-title-edit,
.cid-ueS05GQFYN .mbr-iconfont {
  color: #000000;
}
.cid-ueS05GQFYN .mbr-text {
  color: #000000;
}
.cid-uN7zAkZ4md {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uN7zAkZ4md .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN7zAkZ4md .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-uN7zAkZ4md .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-uN7zAkZ4md .container {
    padding: 0 4px;
  }
}
.cid-uN7zAkZ4md .row {
  margin: 0;
}
.cid-uN7zAkZ4md .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN7zAkZ4md .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uN7zAkZ4md .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-uN7zAkZ4md .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-uN7zAkZ4md .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uN7zAkZ4md .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uN7zAkZ4md .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uN7zAkZ4md .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN7zAkZ4md .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uN7zAkZ4md .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN7zAkZ4md .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uN7zAkZ4md .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uN7zAkZ4md .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uN7zAkZ4md .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uN7zAkZ4md .panel-title-edit,
.cid-uN7zAkZ4md .mbr-iconfont {
  color: #232323;
}
.cid-uN7zAkZ4md .mbr-text {
  color: #232323;
}
.cid-vaWraV1Hq7 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vaWraV1Hq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWraV1Hq7 .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-vaWraV1Hq7 .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-vaWraV1Hq7 .container {
    padding: 0 4px;
  }
}
.cid-vaWraV1Hq7 .row {
  margin: 0;
}
.cid-vaWraV1Hq7 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWraV1Hq7 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaWraV1Hq7 .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-vaWraV1Hq7 .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-vaWraV1Hq7 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-vaWraV1Hq7 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaWraV1Hq7 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vaWraV1Hq7 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaWraV1Hq7 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-vaWraV1Hq7 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWraV1Hq7 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-vaWraV1Hq7 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWraV1Hq7 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vaWraV1Hq7 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vaWraV1Hq7 .panel-title-edit,
.cid-vaWraV1Hq7 .mbr-iconfont {
  color: #232323;
}
.cid-vaWraV1Hq7 .mbr-text {
  color: #232323;
}
.cid-uPGiTb3SyG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../images/background7-1.jpg");
}
.cid-uPGiTb3SyG .mbr-overlay {
  background: #000000;
  background: linear-gradient(to right, #000000, #000000);
}
.cid-uPGiTb3SyG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uPGiTb3SyG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uPGiTb3SyG .carousel-item .wrap-img {
  text-align: center;
}
.cid-uPGiTb3SyG .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-uPGiTb3SyG .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uPGiTb3SyG .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-uPGiTb3SyG .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uPGiTb3SyG .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uPGiTb3SyG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-uPGiTb3SyG .cloneditem-1,
.cid-uPGiTb3SyG .cloneditem-2,
.cid-uPGiTb3SyG .cloneditem-3,
.cid-uPGiTb3SyG .cloneditem-4,
.cid-uPGiTb3SyG .cloneditem-5 {
  display: none;
}
.cid-uPGiTb3SyG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPGiTb3SyG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uPGiTb3SyG .carousel-inner {
    z-index: 1;
  }
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides2 .cloneditem-1,
  .cid-uPGiTb3SyG .carousel-inner.slides2 .cloneditem-2,
  .cid-uPGiTb3SyG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides3 .cloneditem-1,
  .cid-uPGiTb3SyG .carousel-inner.slides3 .cloneditem-2,
  .cid-uPGiTb3SyG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides4 .cloneditem-1,
  .cid-uPGiTb3SyG .carousel-inner.slides4 .cloneditem-2,
  .cid-uPGiTb3SyG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides5 .cloneditem-1,
  .cid-uPGiTb3SyG .carousel-inner.slides5 .cloneditem-2,
  .cid-uPGiTb3SyG .carousel-inner.slides5 .cloneditem-3,
  .cid-uPGiTb3SyG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uPGiTb3SyG .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uPGiTb3SyG .carousel-inner.slides6 .cloneditem-1,
  .cid-uPGiTb3SyG .carousel-inner.slides6 .cloneditem-2,
  .cid-uPGiTb3SyG .carousel-inner.slides6 .cloneditem-3,
  .cid-uPGiTb3SyG .carousel-inner.slides6 .cloneditem-4,
  .cid-uPGiTb3SyG .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uPGiTb3SyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGiTb3SyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiW91JkenW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../images/malang0109-golden-coins-hanging-in-abundance-from-the-golden-tr-2158f726-9596-4834-a234-100ae165d5fb.png");
}
.cid-uiW91JkenW .mbr-iconfont {
  color: #8d97ad;
}
.cid-uiW91JkenW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uiW91JkenW .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uiW91JkenW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uiW91JkenW .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uiW91JkenW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-uiW91JkenW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uiW91JkenW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiW91JkenW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueS05HNtUC {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-ueS05HNtUC img {
  width: 180px;
  margin: auto;
}
.cid-ueS05HNtUC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-ueS05HNtUC .card:hover {
  opacity: 0.9;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-ueS05HNtUC H1 {
  color: #232323;
}
.cid-ueS05HNtUC .mbr-text,
.cid-ueS05HNtUC .mbr-section-btn {
  color: #716c80;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uLFoLuoOJg {
  z-index: 1000;
  width: 100%;
}
.cid-uLFoLuoOJg nav.navbar {
  position: fixed;
}
.cid-uLFoLuoOJg .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-uLFoLuoOJg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFoLuoOJg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLFoLuoOJg .dropdown-item:hover,
.cid-uLFoLuoOJg .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uLFoLuoOJg .dropdown-item:hover span {
  color: white;
}
.cid-uLFoLuoOJg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFoLuoOJg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFoLuoOJg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFoLuoOJg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFoLuoOJg .nav-link {
  position: relative;
}
.cid-uLFoLuoOJg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLFoLuoOJg .container {
    flex-wrap: nowrap;
  }
}
.cid-uLFoLuoOJg .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFoLuoOJg .navbar-caption {
  font-weight: 500;
}
.cid-uLFoLuoOJg .dropdown-menu,
.cid-uLFoLuoOJg .navbar.opened {
  background: #1b1818 !important;
}
.cid-uLFoLuoOJg .nav-item:focus,
.cid-uLFoLuoOJg .nav-link:focus {
  outline: none;
}
.cid-uLFoLuoOJg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFoLuoOJg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFoLuoOJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFoLuoOJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFoLuoOJg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFoLuoOJg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFoLuoOJg .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uLFoLuoOJg .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFoLuoOJg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFoLuoOJg .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFoLuoOJg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFoLuoOJg .navbar.collapsed {
  justify-content: center;
}
.cid-uLFoLuoOJg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFoLuoOJg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFoLuoOJg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLFoLuoOJg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFoLuoOJg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFoLuoOJg .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-uLFoLuoOJg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFoLuoOJg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFoLuoOJg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFoLuoOJg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFoLuoOJg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFoLuoOJg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFoLuoOJg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFoLuoOJg .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-uLFoLuoOJg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFoLuoOJg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFoLuoOJg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFoLuoOJg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFoLuoOJg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFoLuoOJg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFoLuoOJg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFoLuoOJg .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLFoLuoOJg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFoLuoOJg .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLFoLuoOJg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFoLuoOJg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFoLuoOJg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFoLuoOJg .dropdown-item.active,
.cid-uLFoLuoOJg .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFoLuoOJg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFoLuoOJg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFoLuoOJg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFoLuoOJg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uLFoLuoOJg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFoLuoOJg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFoLuoOJg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFoLuoOJg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFoLuoOJg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFoLuoOJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFoLuoOJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFoLuoOJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFoLuoOJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFoLuoOJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFoLuoOJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFoLuoOJg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFoLuoOJg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFoLuoOJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFoLuoOJg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFoLuoOJg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFoLuoOJg .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-uLFoLuoOJg .navbar {
    height: 70px;
  }
  .cid-uLFoLuoOJg .navbar.opened {
    height: auto;
  }
  .cid-uLFoLuoOJg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFoLv4EzJ {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uLFoLv4EzJ {
    align-items: flex-start;
  }
  .cid-uLFoLv4EzJ .row {
    justify-content: center;
  }
}
.cid-uLFoLv4EzJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLFoLv4EzJ .mbr-text,
.cid-uLFoLv4EzJ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLFoLv4EzJ .mbr-section-title,
.cid-uLFoLv4EzJ .line {
  color: #ffffff;
  text-align: center;
}
.cid-uLFoLv4EzJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLFoLv4EzJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLFoLv4EzJ .mbr-section-subtitle,
.cid-uLFoLv4EzJ .align {
  text-align: left;
  color: #ffffff;
}
.cid-uLFoLvmlpu {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-uLFoLvmlpu .mbr-section-subtitle,
.cid-uLFoLvmlpu .caption-text {
  color: #8d97ad;
}
.cid-uLFoLvmlpu .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uLFoLvmlpu .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uLFoLvmlpu .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uLFoLvmlpu .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uLFoLvmlpu .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue8VYUOrxn {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-ue8VYUOrxn {
    align-items: flex-start;
  }
  .cid-ue8VYUOrxn .row {
    justify-content: center;
  }
}
.cid-ue8VYUOrxn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ue8VYUOrxn .mbr-text,
.cid-ue8VYUOrxn .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ue8VYUOrxn .mbr-section-title,
.cid-ue8VYUOrxn .line {
  color: #ffffff;
  text-align: center;
}
.cid-ue8VYUOrxn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ue8VYUOrxn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ue8VYUOrxn .mbr-section-subtitle,
.cid-ue8VYUOrxn .align {
  text-align: left;
  color: #ffffff;
}
.cid-uLFlM4evji {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-uLFlM4evji .mbr-section-subtitle,
.cid-uLFlM4evji .caption-text {
  color: #8d97ad;
}
.cid-uLFlM4evji .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uLFlM4evji .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uLFlM4evji .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uLFlM4evji .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uLFlM4evji .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uLFHFiWQaJ {
  z-index: 1000;
  width: 100%;
}
.cid-uLFHFiWQaJ nav.navbar {
  position: fixed;
}
.cid-uLFHFiWQaJ .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-uLFHFiWQaJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFHFiWQaJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLFHFiWQaJ .dropdown-item:hover,
.cid-uLFHFiWQaJ .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uLFHFiWQaJ .dropdown-item:hover span {
  color: white;
}
.cid-uLFHFiWQaJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFHFiWQaJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFHFiWQaJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFHFiWQaJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFHFiWQaJ .nav-link {
  position: relative;
}
.cid-uLFHFiWQaJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLFHFiWQaJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uLFHFiWQaJ .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFHFiWQaJ .navbar-caption {
  font-weight: 500;
}
.cid-uLFHFiWQaJ .dropdown-menu,
.cid-uLFHFiWQaJ .navbar.opened {
  background: #1b1818 !important;
}
.cid-uLFHFiWQaJ .nav-item:focus,
.cid-uLFHFiWQaJ .nav-link:focus {
  outline: none;
}
.cid-uLFHFiWQaJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFHFiWQaJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFHFiWQaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFHFiWQaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFHFiWQaJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFHFiWQaJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFHFiWQaJ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uLFHFiWQaJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFHFiWQaJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFHFiWQaJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFHFiWQaJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFHFiWQaJ .navbar.collapsed {
  justify-content: center;
}
.cid-uLFHFiWQaJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFHFiWQaJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFHFiWQaJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLFHFiWQaJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFHFiWQaJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFHFiWQaJ .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-uLFHFiWQaJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFHFiWQaJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFHFiWQaJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFHFiWQaJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFHFiWQaJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFHFiWQaJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFHFiWQaJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFHFiWQaJ .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-uLFHFiWQaJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFHFiWQaJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFHFiWQaJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFHFiWQaJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFHFiWQaJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFHFiWQaJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFHFiWQaJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFHFiWQaJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLFHFiWQaJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFHFiWQaJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLFHFiWQaJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFHFiWQaJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFHFiWQaJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFHFiWQaJ .dropdown-item.active,
.cid-uLFHFiWQaJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFHFiWQaJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFHFiWQaJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFHFiWQaJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFHFiWQaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uLFHFiWQaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFHFiWQaJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFHFiWQaJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFHFiWQaJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFHFiWQaJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFHFiWQaJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFHFiWQaJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFHFiWQaJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHFiWQaJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHFiWQaJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFHFiWQaJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHFiWQaJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFHFiWQaJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFHFiWQaJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHFiWQaJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFHFiWQaJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFHFiWQaJ .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-uLFHFiWQaJ .navbar {
    height: 70px;
  }
  .cid-uLFHFiWQaJ .navbar.opened {
    height: auto;
  }
  .cid-uLFHFiWQaJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFHFjFkuy {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uLFHFjFkuy {
    align-items: flex-start;
  }
  .cid-uLFHFjFkuy .row {
    justify-content: center;
  }
}
.cid-uLFHFjFkuy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLFHFjFkuy .mbr-text,
.cid-uLFHFjFkuy .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLFHFjFkuy .mbr-section-title,
.cid-uLFHFjFkuy .line {
  color: #ffffff;
  text-align: center;
}
.cid-uLFHFjFkuy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLFHFjFkuy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLFHFjFkuy .mbr-section-subtitle,
.cid-uLFHFjFkuy .align {
  text-align: left;
  color: #ffffff;
}
.cid-uLFHFjSlLe {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-uLFHFjSlLe .mbr-section-subtitle,
.cid-uLFHFjSlLe .caption-text {
  color: #8d97ad;
}
.cid-uLFHFjSlLe .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uLFHFjSlLe .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uLFHFjSlLe .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uLFHFjSlLe .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uLFHFjSlLe .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uLFHLtATL0 {
  z-index: 1000;
  width: 100%;
}
.cid-uLFHLtATL0 nav.navbar {
  position: fixed;
}
.cid-uLFHLtATL0 .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-uLFHLtATL0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFHLtATL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLFHLtATL0 .dropdown-item:hover,
.cid-uLFHLtATL0 .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uLFHLtATL0 .dropdown-item:hover span {
  color: white;
}
.cid-uLFHLtATL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFHLtATL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFHLtATL0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFHLtATL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFHLtATL0 .nav-link {
  position: relative;
}
.cid-uLFHLtATL0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLFHLtATL0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLFHLtATL0 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFHLtATL0 .navbar-caption {
  font-weight: 500;
}
.cid-uLFHLtATL0 .dropdown-menu,
.cid-uLFHLtATL0 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uLFHLtATL0 .nav-item:focus,
.cid-uLFHLtATL0 .nav-link:focus {
  outline: none;
}
.cid-uLFHLtATL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFHLtATL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFHLtATL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFHLtATL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFHLtATL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFHLtATL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFHLtATL0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uLFHLtATL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFHLtATL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFHLtATL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFHLtATL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFHLtATL0 .navbar.collapsed {
  justify-content: center;
}
.cid-uLFHLtATL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFHLtATL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFHLtATL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLFHLtATL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFHLtATL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFHLtATL0 .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-uLFHLtATL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFHLtATL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFHLtATL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFHLtATL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFHLtATL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFHLtATL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFHLtATL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFHLtATL0 .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-uLFHLtATL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFHLtATL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFHLtATL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFHLtATL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFHLtATL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFHLtATL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFHLtATL0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFHLtATL0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLFHLtATL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFHLtATL0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLFHLtATL0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFHLtATL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFHLtATL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFHLtATL0 .dropdown-item.active,
.cid-uLFHLtATL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFHLtATL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFHLtATL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFHLtATL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFHLtATL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uLFHLtATL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFHLtATL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFHLtATL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFHLtATL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFHLtATL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFHLtATL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFHLtATL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFHLtATL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHLtATL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHLtATL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFHLtATL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHLtATL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFHLtATL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFHLtATL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHLtATL0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFHLtATL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFHLtATL0 .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-uLFHLtATL0 .navbar {
    height: 70px;
  }
  .cid-uLFHLtATL0 .navbar.opened {
    height: auto;
  }
  .cid-uLFHLtATL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFHLupJJi {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uLFHLupJJi {
    align-items: flex-start;
  }
  .cid-uLFHLupJJi .row {
    justify-content: center;
  }
}
.cid-uLFHLupJJi .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLFHLupJJi .mbr-text,
.cid-uLFHLupJJi .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLFHLupJJi .mbr-section-title,
.cid-uLFHLupJJi .line {
  color: #ffffff;
  text-align: center;
}
.cid-uLFHLupJJi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLFHLupJJi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLFHLupJJi .mbr-section-subtitle,
.cid-uLFHLupJJi .align {
  text-align: left;
  color: #ffffff;
}
.cid-uLFHLuEeCr {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-uLFHLuEeCr .mbr-section-subtitle,
.cid-uLFHLuEeCr .caption-text {
  color: #8d97ad;
}
.cid-uLFHLuEeCr .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uLFHLuEeCr .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uLFHLuEeCr .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uLFHLuEeCr .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uLFHLuEeCr .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uLFHOJaZYF {
  z-index: 1000;
  width: 100%;
}
.cid-uLFHOJaZYF nav.navbar {
  position: fixed;
}
.cid-uLFHOJaZYF .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-uLFHOJaZYF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFHOJaZYF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLFHOJaZYF .dropdown-item:hover,
.cid-uLFHOJaZYF .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uLFHOJaZYF .dropdown-item:hover span {
  color: white;
}
.cid-uLFHOJaZYF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFHOJaZYF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFHOJaZYF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFHOJaZYF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFHOJaZYF .nav-link {
  position: relative;
}
.cid-uLFHOJaZYF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLFHOJaZYF .container {
    flex-wrap: nowrap;
  }
}
.cid-uLFHOJaZYF .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFHOJaZYF .navbar-caption {
  font-weight: 500;
}
.cid-uLFHOJaZYF .dropdown-menu,
.cid-uLFHOJaZYF .navbar.opened {
  background: #1b1818 !important;
}
.cid-uLFHOJaZYF .nav-item:focus,
.cid-uLFHOJaZYF .nav-link:focus {
  outline: none;
}
.cid-uLFHOJaZYF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFHOJaZYF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFHOJaZYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFHOJaZYF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFHOJaZYF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFHOJaZYF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFHOJaZYF .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uLFHOJaZYF .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFHOJaZYF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFHOJaZYF .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFHOJaZYF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFHOJaZYF .navbar.collapsed {
  justify-content: center;
}
.cid-uLFHOJaZYF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFHOJaZYF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFHOJaZYF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uLFHOJaZYF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFHOJaZYF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFHOJaZYF .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-uLFHOJaZYF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFHOJaZYF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFHOJaZYF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFHOJaZYF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFHOJaZYF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFHOJaZYF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFHOJaZYF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFHOJaZYF .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-uLFHOJaZYF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFHOJaZYF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFHOJaZYF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFHOJaZYF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFHOJaZYF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFHOJaZYF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLFHOJaZYF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLFHOJaZYF .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLFHOJaZYF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFHOJaZYF .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLFHOJaZYF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLFHOJaZYF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFHOJaZYF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFHOJaZYF .dropdown-item.active,
.cid-uLFHOJaZYF .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFHOJaZYF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFHOJaZYF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFHOJaZYF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFHOJaZYF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uLFHOJaZYF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFHOJaZYF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLFHOJaZYF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFHOJaZYF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFHOJaZYF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFHOJaZYF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLFHOJaZYF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFHOJaZYF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHOJaZYF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFHOJaZYF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFHOJaZYF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHOJaZYF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFHOJaZYF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFHOJaZYF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFHOJaZYF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFHOJaZYF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFHOJaZYF .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-uLFHOJaZYF .navbar {
    height: 70px;
  }
  .cid-uLFHOJaZYF .navbar.opened {
    height: auto;
  }
  .cid-uLFHOJaZYF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFHOK926F {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uLFHOK926F {
    align-items: flex-start;
  }
  .cid-uLFHOK926F .row {
    justify-content: center;
  }
}
.cid-uLFHOK926F .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uLFHOK926F .mbr-text,
.cid-uLFHOK926F .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLFHOK926F .mbr-section-title,
.cid-uLFHOK926F .line {
  color: #ffffff;
  text-align: center;
}
.cid-uLFHOK926F h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLFHOK926F h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLFHOK926F .mbr-section-subtitle,
.cid-uLFHOK926F .align {
  text-align: left;
  color: #ffffff;
}
.cid-uLFHOKsMNm {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f4f8fa;
}
.cid-uLFHOKsMNm .mbr-section-subtitle,
.cid-uLFHOKsMNm .caption-text {
  color: #8d97ad;
}
.cid-uLFHOKsMNm .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uLFHOKsMNm .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uLFHOKsMNm .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uLFHOKsMNm .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uLFHOKsMNm .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMr1ph1wvd {
  z-index: 1000;
  width: 100%;
}
.cid-uMr1ph1wvd nav.navbar {
  position: fixed;
}
.cid-uMr1ph1wvd .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-uMr1ph1wvd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMr1ph1wvd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMr1ph1wvd .dropdown-item:hover,
.cid-uMr1ph1wvd .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMr1ph1wvd .dropdown-item:hover span {
  color: white;
}
.cid-uMr1ph1wvd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMr1ph1wvd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMr1ph1wvd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMr1ph1wvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMr1ph1wvd .nav-link {
  position: relative;
}
.cid-uMr1ph1wvd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMr1ph1wvd .container {
    flex-wrap: nowrap;
  }
}
.cid-uMr1ph1wvd .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMr1ph1wvd .navbar-caption {
  font-weight: 500;
}
.cid-uMr1ph1wvd .dropdown-menu,
.cid-uMr1ph1wvd .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMr1ph1wvd .nav-item:focus,
.cid-uMr1ph1wvd .nav-link:focus {
  outline: none;
}
.cid-uMr1ph1wvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMr1ph1wvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMr1ph1wvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMr1ph1wvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMr1ph1wvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMr1ph1wvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMr1ph1wvd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMr1ph1wvd .navbar.opened {
  transition: all 0.3s;
}
.cid-uMr1ph1wvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMr1ph1wvd .navbar .navbar-logo img {
  width: auto;
}
.cid-uMr1ph1wvd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMr1ph1wvd .navbar.collapsed {
  justify-content: center;
}
.cid-uMr1ph1wvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMr1ph1wvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMr1ph1wvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMr1ph1wvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMr1ph1wvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMr1ph1wvd .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-uMr1ph1wvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMr1ph1wvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMr1ph1wvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMr1ph1wvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMr1ph1wvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMr1ph1wvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMr1ph1wvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMr1ph1wvd .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-uMr1ph1wvd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMr1ph1wvd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMr1ph1wvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMr1ph1wvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMr1ph1wvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMr1ph1wvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMr1ph1wvd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMr1ph1wvd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMr1ph1wvd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMr1ph1wvd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMr1ph1wvd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMr1ph1wvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMr1ph1wvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMr1ph1wvd .dropdown-item.active,
.cid-uMr1ph1wvd .dropdown-item:active {
  background-color: transparent;
}
.cid-uMr1ph1wvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMr1ph1wvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMr1ph1wvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMr1ph1wvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMr1ph1wvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMr1ph1wvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMr1ph1wvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMr1ph1wvd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMr1ph1wvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMr1ph1wvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMr1ph1wvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMr1ph1wvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMr1ph1wvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMr1ph1wvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMr1ph1wvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMr1ph1wvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMr1ph1wvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMr1ph1wvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMr1ph1wvd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMr1ph1wvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMr1ph1wvd .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-uMr1ph1wvd .navbar {
    height: 70px;
  }
  .cid-uMr1ph1wvd .navbar.opened {
    height: auto;
  }
  .cid-uMr1ph1wvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMr1phyZFF {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMr1phyZFF {
    align-items: flex-start;
  }
  .cid-uMr1phyZFF .row {
    justify-content: center;
  }
}
.cid-uMr1phyZFF .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMr1phyZFF .mbr-text,
.cid-uMr1phyZFF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMr1phyZFF .mbr-section-title,
.cid-uMr1phyZFF .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMr1phyZFF h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMr1phyZFF h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMr1phyZFF .mbr-section-subtitle,
.cid-uMr1phyZFF .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMr1phNtLJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f4f8fa;
}
.cid-uMr1phNtLJ .mbr-section-subtitle,
.cid-uMr1phNtLJ .caption-text {
  color: #8d97ad;
}
.cid-uMr1phNtLJ .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMr1phNtLJ .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMr1phNtLJ .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMr1phNtLJ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMr1phNtLJ .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMrjDARPAm {
  z-index: 1000;
  width: 100%;
}
.cid-uMrjDARPAm nav.navbar {
  position: fixed;
}
.cid-uMrjDARPAm .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-uMrjDARPAm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMrjDARPAm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMrjDARPAm .dropdown-item:hover,
.cid-uMrjDARPAm .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMrjDARPAm .dropdown-item:hover span {
  color: white;
}
.cid-uMrjDARPAm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMrjDARPAm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMrjDARPAm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMrjDARPAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMrjDARPAm .nav-link {
  position: relative;
}
.cid-uMrjDARPAm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMrjDARPAm .container {
    flex-wrap: nowrap;
  }
}
.cid-uMrjDARPAm .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMrjDARPAm .navbar-caption {
  font-weight: 500;
}
.cid-uMrjDARPAm .dropdown-menu,
.cid-uMrjDARPAm .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMrjDARPAm .nav-item:focus,
.cid-uMrjDARPAm .nav-link:focus {
  outline: none;
}
.cid-uMrjDARPAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMrjDARPAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMrjDARPAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMrjDARPAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMrjDARPAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMrjDARPAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMrjDARPAm .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMrjDARPAm .navbar.opened {
  transition: all 0.3s;
}
.cid-uMrjDARPAm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMrjDARPAm .navbar .navbar-logo img {
  width: auto;
}
.cid-uMrjDARPAm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMrjDARPAm .navbar.collapsed {
  justify-content: center;
}
.cid-uMrjDARPAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMrjDARPAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMrjDARPAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMrjDARPAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMrjDARPAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMrjDARPAm .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-uMrjDARPAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMrjDARPAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMrjDARPAm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMrjDARPAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMrjDARPAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMrjDARPAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMrjDARPAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMrjDARPAm .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-uMrjDARPAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMrjDARPAm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMrjDARPAm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMrjDARPAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMrjDARPAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMrjDARPAm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMrjDARPAm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMrjDARPAm .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMrjDARPAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMrjDARPAm .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMrjDARPAm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMrjDARPAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMrjDARPAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMrjDARPAm .dropdown-item.active,
.cid-uMrjDARPAm .dropdown-item:active {
  background-color: transparent;
}
.cid-uMrjDARPAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMrjDARPAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMrjDARPAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMrjDARPAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMrjDARPAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMrjDARPAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMrjDARPAm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMrjDARPAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMrjDARPAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMrjDARPAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMrjDARPAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMrjDARPAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjDARPAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjDARPAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMrjDARPAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjDARPAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMrjDARPAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMrjDARPAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjDARPAm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMrjDARPAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMrjDARPAm .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-uMrjDARPAm .navbar {
    height: 70px;
  }
  .cid-uMrjDARPAm .navbar.opened {
    height: auto;
  }
  .cid-uMrjDARPAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMrjDBUbfv {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMrjDBUbfv {
    align-items: flex-start;
  }
  .cid-uMrjDBUbfv .row {
    justify-content: center;
  }
}
.cid-uMrjDBUbfv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMrjDBUbfv .mbr-text,
.cid-uMrjDBUbfv .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMrjDBUbfv .mbr-section-title,
.cid-uMrjDBUbfv .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMrjDBUbfv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMrjDBUbfv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMrjDBUbfv .mbr-section-subtitle,
.cid-uMrjDBUbfv .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMrjDC9TKi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f4f8fa;
}
.cid-uMrjDC9TKi .mbr-section-subtitle,
.cid-uMrjDC9TKi .caption-text {
  color: #8d97ad;
}
.cid-uMrjDC9TKi .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMrjDC9TKi .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMrjDC9TKi .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMrjDC9TKi .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMrjDC9TKi .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMrjGU9m2f {
  z-index: 1000;
  width: 100%;
}
.cid-uMrjGU9m2f nav.navbar {
  position: fixed;
}
.cid-uMrjGU9m2f .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-uMrjGU9m2f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMrjGU9m2f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMrjGU9m2f .dropdown-item:hover,
.cid-uMrjGU9m2f .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMrjGU9m2f .dropdown-item:hover span {
  color: white;
}
.cid-uMrjGU9m2f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMrjGU9m2f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMrjGU9m2f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMrjGU9m2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMrjGU9m2f .nav-link {
  position: relative;
}
.cid-uMrjGU9m2f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMrjGU9m2f .container {
    flex-wrap: nowrap;
  }
}
.cid-uMrjGU9m2f .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMrjGU9m2f .navbar-caption {
  font-weight: 500;
}
.cid-uMrjGU9m2f .dropdown-menu,
.cid-uMrjGU9m2f .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMrjGU9m2f .nav-item:focus,
.cid-uMrjGU9m2f .nav-link:focus {
  outline: none;
}
.cid-uMrjGU9m2f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMrjGU9m2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMrjGU9m2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMrjGU9m2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMrjGU9m2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMrjGU9m2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMrjGU9m2f .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMrjGU9m2f .navbar.opened {
  transition: all 0.3s;
}
.cid-uMrjGU9m2f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMrjGU9m2f .navbar .navbar-logo img {
  width: auto;
}
.cid-uMrjGU9m2f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMrjGU9m2f .navbar.collapsed {
  justify-content: center;
}
.cid-uMrjGU9m2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMrjGU9m2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMrjGU9m2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMrjGU9m2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMrjGU9m2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMrjGU9m2f .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-uMrjGU9m2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMrjGU9m2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMrjGU9m2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMrjGU9m2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMrjGU9m2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMrjGU9m2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMrjGU9m2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMrjGU9m2f .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-uMrjGU9m2f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMrjGU9m2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMrjGU9m2f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMrjGU9m2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMrjGU9m2f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMrjGU9m2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMrjGU9m2f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMrjGU9m2f .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMrjGU9m2f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMrjGU9m2f .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMrjGU9m2f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMrjGU9m2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMrjGU9m2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMrjGU9m2f .dropdown-item.active,
.cid-uMrjGU9m2f .dropdown-item:active {
  background-color: transparent;
}
.cid-uMrjGU9m2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMrjGU9m2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMrjGU9m2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMrjGU9m2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMrjGU9m2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMrjGU9m2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMrjGU9m2f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMrjGU9m2f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMrjGU9m2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMrjGU9m2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMrjGU9m2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMrjGU9m2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjGU9m2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjGU9m2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMrjGU9m2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjGU9m2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMrjGU9m2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMrjGU9m2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjGU9m2f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMrjGU9m2f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMrjGU9m2f .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-uMrjGU9m2f .navbar {
    height: 70px;
  }
  .cid-uMrjGU9m2f .navbar.opened {
    height: auto;
  }
  .cid-uMrjGU9m2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMrjGUYTgg {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMrjGUYTgg {
    align-items: flex-start;
  }
  .cid-uMrjGUYTgg .row {
    justify-content: center;
  }
}
.cid-uMrjGUYTgg .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMrjGUYTgg .mbr-text,
.cid-uMrjGUYTgg .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMrjGUYTgg .mbr-section-title,
.cid-uMrjGUYTgg .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMrjGUYTgg h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMrjGUYTgg h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMrjGUYTgg .mbr-section-subtitle,
.cid-uMrjGUYTgg .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMrjGVa978 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f4f8fa;
}
.cid-uMrjGVa978 .mbr-section-subtitle,
.cid-uMrjGVa978 .caption-text {
  color: #8d97ad;
}
.cid-uMrjGVa978 .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMrjGVa978 .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMrjGVa978 .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMrjGVa978 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMrjGVa978 .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMrjKSklz8 {
  z-index: 1000;
  width: 100%;
}
.cid-uMrjKSklz8 nav.navbar {
  position: fixed;
}
.cid-uMrjKSklz8 .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-uMrjKSklz8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMrjKSklz8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMrjKSklz8 .dropdown-item:hover,
.cid-uMrjKSklz8 .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMrjKSklz8 .dropdown-item:hover span {
  color: white;
}
.cid-uMrjKSklz8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMrjKSklz8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMrjKSklz8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMrjKSklz8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMrjKSklz8 .nav-link {
  position: relative;
}
.cid-uMrjKSklz8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMrjKSklz8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMrjKSklz8 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMrjKSklz8 .navbar-caption {
  font-weight: 500;
}
.cid-uMrjKSklz8 .dropdown-menu,
.cid-uMrjKSklz8 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMrjKSklz8 .nav-item:focus,
.cid-uMrjKSklz8 .nav-link:focus {
  outline: none;
}
.cid-uMrjKSklz8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMrjKSklz8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMrjKSklz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMrjKSklz8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMrjKSklz8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMrjKSklz8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMrjKSklz8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMrjKSklz8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMrjKSklz8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMrjKSklz8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMrjKSklz8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMrjKSklz8 .navbar.collapsed {
  justify-content: center;
}
.cid-uMrjKSklz8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMrjKSklz8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMrjKSklz8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMrjKSklz8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMrjKSklz8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMrjKSklz8 .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-uMrjKSklz8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMrjKSklz8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMrjKSklz8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMrjKSklz8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMrjKSklz8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMrjKSklz8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMrjKSklz8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMrjKSklz8 .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-uMrjKSklz8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMrjKSklz8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMrjKSklz8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMrjKSklz8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMrjKSklz8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMrjKSklz8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMrjKSklz8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMrjKSklz8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMrjKSklz8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMrjKSklz8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMrjKSklz8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMrjKSklz8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMrjKSklz8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMrjKSklz8 .dropdown-item.active,
.cid-uMrjKSklz8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMrjKSklz8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMrjKSklz8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMrjKSklz8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMrjKSklz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMrjKSklz8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMrjKSklz8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMrjKSklz8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMrjKSklz8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMrjKSklz8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMrjKSklz8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMrjKSklz8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMrjKSklz8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjKSklz8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjKSklz8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMrjKSklz8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjKSklz8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMrjKSklz8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMrjKSklz8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjKSklz8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMrjKSklz8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMrjKSklz8 .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-uMrjKSklz8 .navbar {
    height: 70px;
  }
  .cid-uMrjKSklz8 .navbar.opened {
    height: auto;
  }
  .cid-uMrjKSklz8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMrjKTaKj1 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMrjKTaKj1 {
    align-items: flex-start;
  }
  .cid-uMrjKTaKj1 .row {
    justify-content: center;
  }
}
.cid-uMrjKTaKj1 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMrjKTaKj1 .mbr-text,
.cid-uMrjKTaKj1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMrjKTaKj1 .mbr-section-title,
.cid-uMrjKTaKj1 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMrjKTaKj1 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMrjKTaKj1 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMrjKTaKj1 .mbr-section-subtitle,
.cid-uMrjKTaKj1 .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMrjKTrK4D {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f4f8fa;
}
.cid-uMrjKTrK4D .mbr-section-subtitle,
.cid-uMrjKTrK4D .caption-text {
  color: #8d97ad;
}
.cid-uMrjKTrK4D .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMrjKTrK4D .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMrjKTrK4D .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMrjKTrK4D .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMrjKTrK4D .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMrjO8GQ2G {
  z-index: 1000;
  width: 100%;
}
.cid-uMrjO8GQ2G nav.navbar {
  position: fixed;
}
.cid-uMrjO8GQ2G .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-uMrjO8GQ2G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMrjO8GQ2G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMrjO8GQ2G .dropdown-item:hover,
.cid-uMrjO8GQ2G .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMrjO8GQ2G .dropdown-item:hover span {
  color: white;
}
.cid-uMrjO8GQ2G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMrjO8GQ2G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMrjO8GQ2G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMrjO8GQ2G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMrjO8GQ2G .nav-link {
  position: relative;
}
.cid-uMrjO8GQ2G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMrjO8GQ2G .container {
    flex-wrap: nowrap;
  }
}
.cid-uMrjO8GQ2G .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMrjO8GQ2G .navbar-caption {
  font-weight: 500;
}
.cid-uMrjO8GQ2G .dropdown-menu,
.cid-uMrjO8GQ2G .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMrjO8GQ2G .nav-item:focus,
.cid-uMrjO8GQ2G .nav-link:focus {
  outline: none;
}
.cid-uMrjO8GQ2G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMrjO8GQ2G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMrjO8GQ2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMrjO8GQ2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMrjO8GQ2G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMrjO8GQ2G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMrjO8GQ2G .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMrjO8GQ2G .navbar.opened {
  transition: all 0.3s;
}
.cid-uMrjO8GQ2G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMrjO8GQ2G .navbar .navbar-logo img {
  width: auto;
}
.cid-uMrjO8GQ2G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMrjO8GQ2G .navbar.collapsed {
  justify-content: center;
}
.cid-uMrjO8GQ2G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMrjO8GQ2G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMrjO8GQ2G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMrjO8GQ2G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMrjO8GQ2G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMrjO8GQ2G .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-uMrjO8GQ2G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMrjO8GQ2G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMrjO8GQ2G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMrjO8GQ2G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMrjO8GQ2G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMrjO8GQ2G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMrjO8GQ2G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMrjO8GQ2G .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-uMrjO8GQ2G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMrjO8GQ2G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMrjO8GQ2G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMrjO8GQ2G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMrjO8GQ2G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMrjO8GQ2G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMrjO8GQ2G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMrjO8GQ2G .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMrjO8GQ2G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMrjO8GQ2G .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMrjO8GQ2G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMrjO8GQ2G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMrjO8GQ2G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMrjO8GQ2G .dropdown-item.active,
.cid-uMrjO8GQ2G .dropdown-item:active {
  background-color: transparent;
}
.cid-uMrjO8GQ2G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMrjO8GQ2G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMrjO8GQ2G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMrjO8GQ2G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMrjO8GQ2G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMrjO8GQ2G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMrjO8GQ2G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMrjO8GQ2G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMrjO8GQ2G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMrjO8GQ2G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMrjO8GQ2G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMrjO8GQ2G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjO8GQ2G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrjO8GQ2G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMrjO8GQ2G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjO8GQ2G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMrjO8GQ2G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMrjO8GQ2G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrjO8GQ2G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMrjO8GQ2G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMrjO8GQ2G .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-uMrjO8GQ2G .navbar {
    height: 70px;
  }
  .cid-uMrjO8GQ2G .navbar.opened {
    height: auto;
  }
  .cid-uMrjO8GQ2G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMrjO9DLZL {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMrjO9DLZL {
    align-items: flex-start;
  }
  .cid-uMrjO9DLZL .row {
    justify-content: center;
  }
}
.cid-uMrjO9DLZL .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMrjO9DLZL .mbr-text,
.cid-uMrjO9DLZL .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMrjO9DLZL .mbr-section-title,
.cid-uMrjO9DLZL .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMrjO9DLZL h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMrjO9DLZL h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMrjO9DLZL .mbr-section-subtitle,
.cid-uMrjO9DLZL .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMrjO9Vqxc {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #f4f8fa;
}
.cid-uMrjO9Vqxc .mbr-section-subtitle,
.cid-uMrjO9Vqxc .caption-text {
  color: #8d97ad;
}
.cid-uMrjO9Vqxc .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMrjO9Vqxc .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMrjO9Vqxc .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMrjO9Vqxc .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMrjO9Vqxc .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uMrmeMZI6d {
  z-index: 1000;
  width: 100%;
}
.cid-uMrmeMZI6d nav.navbar {
  position: fixed;
}
.cid-uMrmeMZI6d .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-uMrmeMZI6d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMrmeMZI6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMrmeMZI6d .dropdown-item:hover,
.cid-uMrmeMZI6d .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uMrmeMZI6d .dropdown-item:hover span {
  color: white;
}
.cid-uMrmeMZI6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMrmeMZI6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMrmeMZI6d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMrmeMZI6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMrmeMZI6d .nav-link {
  position: relative;
}
.cid-uMrmeMZI6d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMrmeMZI6d .container {
    flex-wrap: nowrap;
  }
}
.cid-uMrmeMZI6d .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMrmeMZI6d .navbar-caption {
  font-weight: 500;
}
.cid-uMrmeMZI6d .dropdown-menu,
.cid-uMrmeMZI6d .navbar.opened {
  background: #1b1818 !important;
}
.cid-uMrmeMZI6d .nav-item:focus,
.cid-uMrmeMZI6d .nav-link:focus {
  outline: none;
}
.cid-uMrmeMZI6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMrmeMZI6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMrmeMZI6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMrmeMZI6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMrmeMZI6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMrmeMZI6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMrmeMZI6d .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uMrmeMZI6d .navbar.opened {
  transition: all 0.3s;
}
.cid-uMrmeMZI6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMrmeMZI6d .navbar .navbar-logo img {
  width: auto;
}
.cid-uMrmeMZI6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMrmeMZI6d .navbar.collapsed {
  justify-content: center;
}
.cid-uMrmeMZI6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMrmeMZI6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMrmeMZI6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMrmeMZI6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMrmeMZI6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMrmeMZI6d .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-uMrmeMZI6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMrmeMZI6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMrmeMZI6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMrmeMZI6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMrmeMZI6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMrmeMZI6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMrmeMZI6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMrmeMZI6d .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-uMrmeMZI6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMrmeMZI6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMrmeMZI6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMrmeMZI6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMrmeMZI6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMrmeMZI6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMrmeMZI6d .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMrmeMZI6d .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMrmeMZI6d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMrmeMZI6d .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMrmeMZI6d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMrmeMZI6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMrmeMZI6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMrmeMZI6d .dropdown-item.active,
.cid-uMrmeMZI6d .dropdown-item:active {
  background-color: transparent;
}
.cid-uMrmeMZI6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMrmeMZI6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMrmeMZI6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMrmeMZI6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uMrmeMZI6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMrmeMZI6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMrmeMZI6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMrmeMZI6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMrmeMZI6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMrmeMZI6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMrmeMZI6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMrmeMZI6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrmeMZI6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMrmeMZI6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMrmeMZI6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrmeMZI6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMrmeMZI6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMrmeMZI6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMrmeMZI6d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMrmeMZI6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMrmeMZI6d .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-uMrmeMZI6d .navbar {
    height: 70px;
  }
  .cid-uMrmeMZI6d .navbar.opened {
    height: auto;
  }
  .cid-uMrmeMZI6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMrmeNI41f {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uMrmeNI41f {
    align-items: flex-start;
  }
  .cid-uMrmeNI41f .row {
    justify-content: center;
  }
}
.cid-uMrmeNI41f .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uMrmeNI41f .mbr-text,
.cid-uMrmeNI41f .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uMrmeNI41f .mbr-section-title,
.cid-uMrmeNI41f .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMrmeNI41f h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uMrmeNI41f h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uMrmeNI41f .mbr-section-subtitle,
.cid-uMrmeNI41f .align {
  text-align: left;
  color: #ffffff;
}
.cid-uMrmeO1xiV {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #f4f8fa;
}
.cid-uMrmeO1xiV .mbr-section-subtitle,
.cid-uMrmeO1xiV .caption-text {
  color: #8d97ad;
}
.cid-uMrmeO1xiV .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uMrmeO1xiV .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uMrmeO1xiV .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uMrmeO1xiV .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uMrmeO1xiV .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXJIuotU2l {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-uXJIuotU2l .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uXJIuotU2l .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uXJIuotU2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIuotU2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIuotU2l H1 {
  color: #d8aa40;
}
.cid-uXPsw1FpUz {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uXPsw1FpUz .link {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cid-uXPsw1FpUz .link .mbr-iconfont {
  font-size: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uXPsw1FpUz .link:hover {
  transform: translatex(10px);
}
.cid-uXPsw1FpUz .card {
  margin-bottom: 4rem;
}
.cid-uXPsw1FpUz img {
  max-height: 280px;
  object-fit: cover;
}
.cid-uXPsw1FpUz .mbr-maintext {
  color: #ffffff;
}
.cid-uXPsw1FpUz .mbr-section-miantitle {
  color: #ffffff;
}
.cid-uXPsw1FpUz .mbr-section-title {
  color: #ffffff;
}
.cid-uXPsw1FpUz .mbr-text {
  color: #ffffff;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uXJy03BDoE {
  z-index: 1000;
  width: 100%;
}
.cid-uXJy03BDoE nav.navbar {
  position: fixed;
}
.cid-uXJy03BDoE .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-uXJy03BDoE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXJy03BDoE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXJy03BDoE .dropdown-item:hover,
.cid-uXJy03BDoE .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uXJy03BDoE .dropdown-item:hover span {
  color: white;
}
.cid-uXJy03BDoE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXJy03BDoE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXJy03BDoE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXJy03BDoE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXJy03BDoE .nav-link {
  position: relative;
}
.cid-uXJy03BDoE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXJy03BDoE .container {
    flex-wrap: nowrap;
  }
}
.cid-uXJy03BDoE .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXJy03BDoE .navbar-caption {
  font-weight: 500;
}
.cid-uXJy03BDoE .dropdown-menu,
.cid-uXJy03BDoE .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXJy03BDoE .nav-item:focus,
.cid-uXJy03BDoE .nav-link:focus {
  outline: none;
}
.cid-uXJy03BDoE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXJy03BDoE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXJy03BDoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXJy03BDoE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXJy03BDoE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXJy03BDoE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXJy03BDoE .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uXJy03BDoE .navbar.opened {
  transition: all 0.3s;
}
.cid-uXJy03BDoE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXJy03BDoE .navbar .navbar-logo img {
  width: auto;
}
.cid-uXJy03BDoE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXJy03BDoE .navbar.collapsed {
  justify-content: center;
}
.cid-uXJy03BDoE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXJy03BDoE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXJy03BDoE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uXJy03BDoE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXJy03BDoE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXJy03BDoE .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-uXJy03BDoE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXJy03BDoE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXJy03BDoE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXJy03BDoE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXJy03BDoE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXJy03BDoE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXJy03BDoE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXJy03BDoE .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-uXJy03BDoE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXJy03BDoE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXJy03BDoE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXJy03BDoE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXJy03BDoE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXJy03BDoE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXJy03BDoE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXJy03BDoE .navbar.navbar-short {
  min-height: 80px;
}
.cid-uXJy03BDoE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXJy03BDoE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uXJy03BDoE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXJy03BDoE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXJy03BDoE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXJy03BDoE .dropdown-item.active,
.cid-uXJy03BDoE .dropdown-item:active {
  background-color: transparent;
}
.cid-uXJy03BDoE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXJy03BDoE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXJy03BDoE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXJy03BDoE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXJy03BDoE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXJy03BDoE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXJy03BDoE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXJy03BDoE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXJy03BDoE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXJy03BDoE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXJy03BDoE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXJy03BDoE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXJy03BDoE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXJy03BDoE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXJy03BDoE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXJy03BDoE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXJy03BDoE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXJy03BDoE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXJy03BDoE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXJy03BDoE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJy03BDoE .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-uXJy03BDoE .navbar {
    height: 70px;
  }
  .cid-uXJy03BDoE .navbar.opened {
    height: auto;
  }
  .cid-uXJy03BDoE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXJHQPziOS {
  padding-top: 135px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-uXJHQPziOS .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-uXJHQPziOS .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uXJHQPziOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJHQPziOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJHQPziOS H1 {
  color: #d8aa40;
}
.cid-uXQzK0U1uf {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-uXQzK0U1uf .link {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cid-uXQzK0U1uf .link .mbr-iconfont {
  font-size: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uXQzK0U1uf .link:hover {
  transform: translatex(10px);
}
.cid-uXQzK0U1uf .card {
  margin-bottom: 4rem;
}
.cid-uXQzK0U1uf img {
  max-height: 280px;
  object-fit: cover;
}
.cid-uXQzK0U1uf .mbr-maintext {
  color: #ffffff;
}
.cid-uXQzK0U1uf .mbr-section-miantitle {
  color: #ffffff;
}
.cid-uXQzK0U1uf .mbr-section-title {
  color: #ffffff;
}
.cid-uXQzK0U1uf .mbr-text {
  color: #ffffff;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uY2oJbYFNh {
  z-index: 1000;
  width: 100%;
}
.cid-uY2oJbYFNh nav.navbar {
  position: fixed;
}
.cid-uY2oJbYFNh .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-uY2oJbYFNh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uY2oJbYFNh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uY2oJbYFNh .dropdown-item:hover,
.cid-uY2oJbYFNh .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uY2oJbYFNh .dropdown-item:hover span {
  color: white;
}
.cid-uY2oJbYFNh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uY2oJbYFNh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uY2oJbYFNh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uY2oJbYFNh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY2oJbYFNh .nav-link {
  position: relative;
}
.cid-uY2oJbYFNh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uY2oJbYFNh .container {
    flex-wrap: nowrap;
  }
}
.cid-uY2oJbYFNh .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY2oJbYFNh .navbar-caption {
  font-weight: 500;
}
.cid-uY2oJbYFNh .dropdown-menu,
.cid-uY2oJbYFNh .navbar.opened {
  background: #1b1818 !important;
}
.cid-uY2oJbYFNh .nav-item:focus,
.cid-uY2oJbYFNh .nav-link:focus {
  outline: none;
}
.cid-uY2oJbYFNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY2oJbYFNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY2oJbYFNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY2oJbYFNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY2oJbYFNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY2oJbYFNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY2oJbYFNh .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uY2oJbYFNh .navbar.opened {
  transition: all 0.3s;
}
.cid-uY2oJbYFNh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY2oJbYFNh .navbar .navbar-logo img {
  width: auto;
}
.cid-uY2oJbYFNh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY2oJbYFNh .navbar.collapsed {
  justify-content: center;
}
.cid-uY2oJbYFNh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY2oJbYFNh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY2oJbYFNh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uY2oJbYFNh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY2oJbYFNh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY2oJbYFNh .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-uY2oJbYFNh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY2oJbYFNh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY2oJbYFNh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uY2oJbYFNh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY2oJbYFNh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY2oJbYFNh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY2oJbYFNh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY2oJbYFNh .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-uY2oJbYFNh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY2oJbYFNh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY2oJbYFNh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY2oJbYFNh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY2oJbYFNh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY2oJbYFNh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uY2oJbYFNh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uY2oJbYFNh .navbar.navbar-short {
  min-height: 80px;
}
.cid-uY2oJbYFNh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY2oJbYFNh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uY2oJbYFNh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY2oJbYFNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY2oJbYFNh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY2oJbYFNh .dropdown-item.active,
.cid-uY2oJbYFNh .dropdown-item:active {
  background-color: transparent;
}
.cid-uY2oJbYFNh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY2oJbYFNh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY2oJbYFNh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY2oJbYFNh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uY2oJbYFNh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY2oJbYFNh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY2oJbYFNh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY2oJbYFNh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY2oJbYFNh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY2oJbYFNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uY2oJbYFNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY2oJbYFNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY2oJbYFNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY2oJbYFNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY2oJbYFNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY2oJbYFNh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY2oJbYFNh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY2oJbYFNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY2oJbYFNh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uY2oJbYFNh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY2oJbYFNh .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-uY2oJbYFNh .navbar {
    height: 70px;
  }
  .cid-uY2oJbYFNh .navbar.opened {
    height: auto;
  }
  .cid-uY2oJbYFNh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY2oOPaqeT {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uY2oOPaqeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2oOPaqeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2oOPaqeT .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY2oOPaqeT .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #d8aa40;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uY2oOPaqeT .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uY2oOPaqeT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY2oOPaqeT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uY2oOPaqeT .mbr-label {
  color: #d8aa40;
}
.cid-uY2oOPaqeT .panel-title-edit {
  color: #000000;
}
.cid-uY2oOPaqeT .panel-text {
  color: #000000;
}
.cid-uY2oOPaqeT .panel-title-edit,
.cid-uY2oOPaqeT .card-header {
  text-align: left;
  color: #ffffff;
}
.cid-uY2oOPaqeT .panel-text,
.cid-uY2oOPaqeT .panel-body {
  color: #d8aa40;
}
.cid-uY2oPZABuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uY2oPZABuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2oPZABuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2oPZABuP .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY2oPZABuP .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #d8aa40;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uY2oPZABuP .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uY2oPZABuP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY2oPZABuP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uY2oPZABuP .mbr-label {
  color: #d8aa40;
}
.cid-uY2oPZABuP .panel-title-edit {
  color: #000000;
}
.cid-uY2oPZABuP .panel-text {
  color: #000000;
}
.cid-uY2oPZABuP .panel-title-edit,
.cid-uY2oPZABuP .card-header {
  text-align: left;
  color: #ffffff;
}
.cid-uY2oPZABuP .panel-text,
.cid-uY2oPZABuP .panel-body {
  color: #d8aa40;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-uYefOaVqJL {
  z-index: 1000;
  width: 100%;
}
.cid-uYefOaVqJL nav.navbar {
  position: fixed;
}
.cid-uYefOaVqJL .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-uYefOaVqJL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYefOaVqJL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYefOaVqJL .dropdown-item:hover,
.cid-uYefOaVqJL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uYefOaVqJL .dropdown-item:hover span {
  color: white;
}
.cid-uYefOaVqJL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYefOaVqJL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYefOaVqJL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYefOaVqJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYefOaVqJL .nav-link {
  position: relative;
}
.cid-uYefOaVqJL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYefOaVqJL .container {
    flex-wrap: nowrap;
  }
}
.cid-uYefOaVqJL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYefOaVqJL .navbar-caption {
  font-weight: 500;
}
.cid-uYefOaVqJL .dropdown-menu,
.cid-uYefOaVqJL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uYefOaVqJL .nav-item:focus,
.cid-uYefOaVqJL .nav-link:focus {
  outline: none;
}
.cid-uYefOaVqJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYefOaVqJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYefOaVqJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYefOaVqJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYefOaVqJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYefOaVqJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYefOaVqJL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uYefOaVqJL .navbar.opened {
  transition: all 0.3s;
}
.cid-uYefOaVqJL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYefOaVqJL .navbar .navbar-logo img {
  width: auto;
}
.cid-uYefOaVqJL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYefOaVqJL .navbar.collapsed {
  justify-content: center;
}
.cid-uYefOaVqJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYefOaVqJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYefOaVqJL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uYefOaVqJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYefOaVqJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYefOaVqJL .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-uYefOaVqJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYefOaVqJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYefOaVqJL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYefOaVqJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYefOaVqJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYefOaVqJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYefOaVqJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYefOaVqJL .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-uYefOaVqJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYefOaVqJL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYefOaVqJL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYefOaVqJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYefOaVqJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYefOaVqJL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYefOaVqJL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYefOaVqJL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uYefOaVqJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYefOaVqJL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uYefOaVqJL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYefOaVqJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYefOaVqJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYefOaVqJL .dropdown-item.active,
.cid-uYefOaVqJL .dropdown-item:active {
  background-color: transparent;
}
.cid-uYefOaVqJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYefOaVqJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYefOaVqJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYefOaVqJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uYefOaVqJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYefOaVqJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYefOaVqJL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYefOaVqJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYefOaVqJL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYefOaVqJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYefOaVqJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYefOaVqJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYefOaVqJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYefOaVqJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYefOaVqJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYefOaVqJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYefOaVqJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYefOaVqJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYefOaVqJL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYefOaVqJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYefOaVqJL .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-uYefOaVqJL .navbar {
    height: 70px;
  }
  .cid-uYefOaVqJL .navbar.opened {
    height: auto;
  }
  .cid-uYefOaVqJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYefObYPqs {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-uYefObYPqs {
    align-items: flex-start;
  }
  .cid-uYefObYPqs .row {
    justify-content: center;
  }
}
.cid-uYefObYPqs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uYefObYPqs .mbr-text,
.cid-uYefObYPqs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYefObYPqs .mbr-section-title,
.cid-uYefObYPqs .line {
  color: #ffffff;
  text-align: center;
}
.cid-uYefObYPqs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uYefObYPqs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uYefObYPqs .mbr-section-subtitle,
.cid-uYefObYPqs .align {
  text-align: left;
  color: #ffffff;
}
.cid-uYefOcb7Ix {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #f4f8fa;
}
.cid-uYefOcb7Ix .mbr-section-subtitle,
.cid-uYefOcb7Ix .caption-text {
  color: #8d97ad;
}
.cid-uYefOcb7Ix .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uYefOcb7Ix .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uYefOcb7Ix .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uYefOcb7Ix .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uYefOcb7Ix .caption-text {
  text-align: left;
  color: #444444;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
.cid-v3dbSdHPft {
  z-index: 1000;
  width: 100%;
}
.cid-v3dbSdHPft nav.navbar {
  position: fixed;
}
.cid-v3dbSdHPft .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-v3dbSdHPft .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3dbSdHPft .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3dbSdHPft .dropdown-item:hover,
.cid-v3dbSdHPft .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-v3dbSdHPft .dropdown-item:hover span {
  color: white;
}
.cid-v3dbSdHPft .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3dbSdHPft .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3dbSdHPft .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3dbSdHPft .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3dbSdHPft .nav-link {
  position: relative;
}
.cid-v3dbSdHPft .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3dbSdHPft .container {
    flex-wrap: nowrap;
  }
}
.cid-v3dbSdHPft .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3dbSdHPft .navbar-caption {
  font-weight: 500;
}
.cid-v3dbSdHPft .dropdown-menu,
.cid-v3dbSdHPft .navbar.opened {
  background: #1b1818 !important;
}
.cid-v3dbSdHPft .nav-item:focus,
.cid-v3dbSdHPft .nav-link:focus {
  outline: none;
}
.cid-v3dbSdHPft .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3dbSdHPft .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3dbSdHPft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3dbSdHPft .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3dbSdHPft .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3dbSdHPft .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3dbSdHPft .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-v3dbSdHPft .navbar.opened {
  transition: all 0.3s;
}
.cid-v3dbSdHPft .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3dbSdHPft .navbar .navbar-logo img {
  width: auto;
}
.cid-v3dbSdHPft .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3dbSdHPft .navbar.collapsed {
  justify-content: center;
}
.cid-v3dbSdHPft .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3dbSdHPft .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3dbSdHPft .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v3dbSdHPft .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3dbSdHPft .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3dbSdHPft .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-v3dbSdHPft .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3dbSdHPft .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3dbSdHPft .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3dbSdHPft .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3dbSdHPft .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3dbSdHPft .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3dbSdHPft .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3dbSdHPft .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-v3dbSdHPft .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3dbSdHPft .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3dbSdHPft .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3dbSdHPft .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3dbSdHPft .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3dbSdHPft .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3dbSdHPft .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3dbSdHPft .navbar.navbar-short {
  min-height: 80px;
}
.cid-v3dbSdHPft .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3dbSdHPft .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v3dbSdHPft .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3dbSdHPft .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3dbSdHPft .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3dbSdHPft .dropdown-item.active,
.cid-v3dbSdHPft .dropdown-item:active {
  background-color: transparent;
}
.cid-v3dbSdHPft .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3dbSdHPft .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3dbSdHPft .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3dbSdHPft .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-v3dbSdHPft .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3dbSdHPft .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3dbSdHPft ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3dbSdHPft .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3dbSdHPft button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3dbSdHPft button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3dbSdHPft button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3dbSdHPft button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dbSdHPft button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3dbSdHPft button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3dbSdHPft nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dbSdHPft nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3dbSdHPft nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3dbSdHPft nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3dbSdHPft .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3dbSdHPft a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3dbSdHPft .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-v3dbSdHPft .navbar {
    height: 70px;
  }
  .cid-v3dbSdHPft .navbar.opened {
    height: auto;
  }
  .cid-v3dbSdHPft .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3dbSeBymV {
  display: flex;
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #232323, #232323);
}
@media (min-width: 768px) {
  .cid-v3dbSeBymV {
    align-items: flex-start;
  }
  .cid-v3dbSeBymV .row {
    justify-content: center;
  }
}
.cid-v3dbSeBymV .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-v3dbSeBymV .mbr-text,
.cid-v3dbSeBymV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3dbSeBymV .mbr-section-title,
.cid-v3dbSeBymV .line {
  color: #ffffff;
  text-align: center;
}
.cid-v3dbSeBymV h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-v3dbSeBymV h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v3dbSeBymV .mbr-section-subtitle,
.cid-v3dbSeBymV .align {
  text-align: left;
  color: #ffffff;
}
.cid-v3dkNHVjPW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v3dkNHVjPW .mbr-iconfont {
  color: #8d97ad;
}
.cid-v3dkNHVjPW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-v3dkNHVjPW .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-v3dkNHVjPW .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v3dkNHVjPW .card-title {
  margin-bottom: 0.3rem;
}
.cid-v3dkNHVjPW .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-v3dkNHVjPW .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3dkNHVjPW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v3dkNHVjPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dkNHVjPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dbSf4jJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3dbSf4jJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3dbSf4jJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3dbSf4jJ5 .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3dbSf4jJ5 .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3dbSf4jJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3dbSf4jJ5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3dbSf4jJ5 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3dbSf4jJ5 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3dbSf4jJ5 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3dbSf4jJ5 .list,
.cid-v3dbSf4jJ5 .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3dbSf4jJ5 .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3dbSf4jJ5 .mbr-section-title,
.cid-v3dbSf4jJ5 .logo-wrapper {
  text-align: center;
}
.cid-v3dbSf4jJ5 .list,
.cid-v3dbSf4jJ5 .item-wrap {
  color: #d8aa40;
}
.cid-va71VTZh86 {
  z-index: 1000;
  width: 100%;
}
.cid-va71VTZh86 nav.navbar {
  position: fixed;
}
.cid-va71VTZh86 .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-va71VTZh86 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-va71VTZh86 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-va71VTZh86 .dropdown-item:hover,
.cid-va71VTZh86 .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-va71VTZh86 .dropdown-item:hover span {
  color: white;
}
.cid-va71VTZh86 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va71VTZh86 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va71VTZh86 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va71VTZh86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va71VTZh86 .nav-link {
  position: relative;
}
.cid-va71VTZh86 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-va71VTZh86 .container {
    flex-wrap: nowrap;
  }
}
.cid-va71VTZh86 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-va71VTZh86 .navbar-caption {
  font-weight: 500;
}
.cid-va71VTZh86 .dropdown-menu,
.cid-va71VTZh86 .navbar.opened {
  background: #1b1818 !important;
}
.cid-va71VTZh86 .nav-item:focus,
.cid-va71VTZh86 .nav-link:focus {
  outline: none;
}
.cid-va71VTZh86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va71VTZh86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-va71VTZh86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va71VTZh86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va71VTZh86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va71VTZh86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va71VTZh86 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-va71VTZh86 .navbar.opened {
  transition: all 0.3s;
}
.cid-va71VTZh86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-va71VTZh86 .navbar .navbar-logo img {
  width: auto;
}
.cid-va71VTZh86 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va71VTZh86 .navbar.collapsed {
  justify-content: center;
}
.cid-va71VTZh86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va71VTZh86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va71VTZh86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-va71VTZh86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va71VTZh86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va71VTZh86 .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-va71VTZh86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va71VTZh86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va71VTZh86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va71VTZh86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va71VTZh86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va71VTZh86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va71VTZh86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va71VTZh86 .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-va71VTZh86 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va71VTZh86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va71VTZh86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-va71VTZh86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-va71VTZh86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va71VTZh86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-va71VTZh86 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-va71VTZh86 .navbar.navbar-short {
  min-height: 80px;
}
.cid-va71VTZh86 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-va71VTZh86 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-va71VTZh86 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-va71VTZh86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-va71VTZh86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va71VTZh86 .dropdown-item.active,
.cid-va71VTZh86 .dropdown-item:active {
  background-color: transparent;
}
.cid-va71VTZh86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va71VTZh86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va71VTZh86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va71VTZh86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-va71VTZh86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-va71VTZh86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va71VTZh86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-va71VTZh86 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-va71VTZh86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-va71VTZh86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-va71VTZh86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-va71VTZh86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va71VTZh86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-va71VTZh86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-va71VTZh86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va71VTZh86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va71VTZh86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va71VTZh86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va71VTZh86 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-va71VTZh86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va71VTZh86 .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-va71VTZh86 .navbar {
    height: 70px;
  }
  .cid-va71VTZh86 .navbar.opened {
    height: auto;
  }
  .cid-va71VTZh86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va72jalzOl {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../images/malang0109-golden-coins-hanging-in-abundance-from-the-golden-tr-2158f726-9596-4834-a234-100ae165d5fb.png");
}
.cid-va72jalzOl .mbr-overlay {
  background: #000000;
}
.cid-va72jalzOl .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-va72jalzOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-va72jalzOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vabSIAKwgJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vabSIAKwgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vabSIAKwgJ .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-vabSIAKwgJ .container {
    padding: 0 24px;
  }
}
.cid-vabSIAKwgJ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vabSIAKwgJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vabSIAKwgJ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vabSIAKwgJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vabSIAKwgJ .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-vabSIAKwgJ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-vabSIAKwgJ .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-vabSIAKwgJ .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-vabSIAKwgJ .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-vabSIAKwgJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vabSIAKwgJ .mbr-section-title,
.cid-vabSIAKwgJ .buttons-wrapper {
  text-align: center;
  color: #000000;
}
.cid-va71VVbWtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-va71VVbWtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va71VVbWtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va71VVbWtT .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va71VVbWtT .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-va71VVbWtT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va71VVbWtT .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-va71VVbWtT .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va71VVbWtT .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-va71VVbWtT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-va71VVbWtT .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-va71VVbWtT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-va71VVbWtT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-va71VVbWtT .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-va71VVbWtT .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-va71VVbWtT .list,
.cid-va71VVbWtT .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-va71VVbWtT .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-va71VVbWtT .mbr-section-title,
.cid-va71VVbWtT .logo-wrapper {
  text-align: center;
}
.cid-va71VVbWtT .list,
.cid-va71VVbWtT .item-wrap {
  color: #d8aa40;
}
.cid-uqE7IrsFzL {
  z-index: 1000;
  width: 100%;
}
.cid-uqE7IrsFzL nav.navbar {
  position: fixed;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqE7IrsFzL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqE7IrsFzL .dropdown-item:hover,
.cid-uqE7IrsFzL .dropdown-item:focus {
  background: #0db77a !important;
  color: white !important;
}
.cid-uqE7IrsFzL .dropdown-item:hover span {
  color: white;
}
.cid-uqE7IrsFzL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqE7IrsFzL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqE7IrsFzL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqE7IrsFzL .nav-link {
  position: relative;
}
.cid-uqE7IrsFzL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .container {
    flex-wrap: nowrap;
  }
}
.cid-uqE7IrsFzL .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqE7IrsFzL .navbar-caption {
  font-weight: 500;
}
.cid-uqE7IrsFzL .dropdown-menu,
.cid-uqE7IrsFzL .navbar.opened {
  background: #1b1818 !important;
}
.cid-uqE7IrsFzL .nav-item:focus,
.cid-uqE7IrsFzL .nav-link:focus {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqE7IrsFzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqE7IrsFzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqE7IrsFzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqE7IrsFzL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #1b1818;
  backdrop-filter: blur(10px);
}
.cid-uqE7IrsFzL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqE7IrsFzL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqE7IrsFzL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqE7IrsFzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar.collapsed {
  justify-content: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqE7IrsFzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqE7IrsFzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqE7IrsFzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqE7IrsFzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqE7IrsFzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqE7IrsFzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqE7IrsFzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqE7IrsFzL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqE7IrsFzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqE7IrsFzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqE7IrsFzL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqE7IrsFzL .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqE7IrsFzL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uqE7IrsFzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqE7IrsFzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqE7IrsFzL .dropdown-item.active,
.cid-uqE7IrsFzL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqE7IrsFzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqE7IrsFzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uqE7IrsFzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqE7IrsFzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqE7IrsFzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqE7IrsFzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqE7IrsFzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqE7IrsFzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqE7IrsFzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqE7IrsFzL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqE7IrsFzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqE7IrsFzL .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-uqE7IrsFzL .navbar {
    height: 70px;
  }
  .cid-uqE7IrsFzL .navbar.opened {
    height: auto;
  }
  .cid-uqE7IrsFzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWnaOmUo2 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vaWnaOmUo2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-vaWnaOmUo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWnaOmUo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWqGpn4Kw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWqGpn4Kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWqGpn4Kw .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-vaWqGpn4Kw .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-vaWqGpn4Kw .container {
    padding: 0 4px;
  }
}
.cid-vaWqGpn4Kw .row {
  margin: 0;
}
.cid-vaWqGpn4Kw .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGpn4Kw .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaWqGpn4Kw .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-vaWqGpn4Kw .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-vaWqGpn4Kw .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-vaWqGpn4Kw .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaWqGpn4Kw .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vaWqGpn4Kw .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaWqGpn4Kw .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-vaWqGpn4Kw .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGpn4Kw .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-vaWqGpn4Kw .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGpn4Kw .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vaWqGpn4Kw .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vaWqGpn4Kw .panel-title-edit,
.cid-vaWqGpn4Kw .mbr-iconfont {
  color: #232323;
}
.cid-vaWqGpn4Kw .mbr-text {
  color: #232323;
}
.cid-vaWqGXCn1U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaWqGXCn1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWqGXCn1U .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-vaWqGXCn1U .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-vaWqGXCn1U .container {
    padding: 0 4px;
  }
}
.cid-vaWqGXCn1U .row {
  margin: 0;
}
.cid-vaWqGXCn1U .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGXCn1U .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaWqGXCn1U .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-vaWqGXCn1U .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-vaWqGXCn1U .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-vaWqGXCn1U .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaWqGXCn1U .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vaWqGXCn1U .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaWqGXCn1U .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-vaWqGXCn1U .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGXCn1U .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-vaWqGXCn1U .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqGXCn1U .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vaWqGXCn1U .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vaWqGXCn1U .panel-title-edit,
.cid-vaWqGXCn1U .mbr-iconfont {
  color: #232323;
}
.cid-vaWqGXCn1U .mbr-text {
  color: #232323;
}
.cid-vaWqQ5hShH {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vaWqQ5hShH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWqQ5hShH .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-vaWqQ5hShH .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-vaWqQ5hShH .container {
    padding: 0 4px;
  }
}
.cid-vaWqQ5hShH .row {
  margin: 0;
}
.cid-vaWqQ5hShH .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqQ5hShH .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaWqQ5hShH .row .panel-group .card {
  border-bottom: 1px solid #838383;
  border-radius: 0 !important;
}
.cid-vaWqQ5hShH .row .panel-group .card:first-child {
  border-top: 1px solid #838383;
}
.cid-vaWqQ5hShH .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-vaWqQ5hShH .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vaWqQ5hShH .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vaWqQ5hShH .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vaWqQ5hShH .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-vaWqQ5hShH .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqQ5hShH .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-vaWqQ5hShH .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaWqQ5hShH .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vaWqQ5hShH .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-vaWqQ5hShH .panel-title-edit,
.cid-vaWqQ5hShH .mbr-iconfont {
  color: #232323;
}
.cid-vaWqQ5hShH .mbr-text {
  color: #232323;
}
.cid-v3cRW0a5Nz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-v3cRW0a5Nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3cRW0a5Nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3cRW0a5Nz .content-wrapper .nav-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v3cRW0a5Nz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #49496d;
}
.cid-v3cRW0a5Nz .content-wrapper .mbr-copy {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v3cRW0a5Nz .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-copy {
  color: #9797b9;
  text-align: center;
}
.cid-v3cRW0a5Nz .mbr-section-title,
.cid-v3cRW0a5Nz .logo-wrapper {
  text-align: center;
}
.cid-v3cRW0a5Nz .list,
.cid-v3cRW0a5Nz .item-wrap {
  color: #d8aa40;
}
